============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/4ogs/000bb2/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:679: in stop
    raise daemon.SeveralDaemonErrors(saved_exceptions)
E   ydb.tests.library.harness.daemon.SeveralDaemonErrors: Daemon failed with message: Bad exit_code..
E   Process exit_code = 100.
E   Stdout file name: 
E   /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/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.618332 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 8.066291 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 11.533366 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 14.737552 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 17.941517 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 21.15044 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 24.453212 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 27.629673 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.008795 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1437239==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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034d00652 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034d00652 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034d00652 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034d00652 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 0x000034d00652 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x000034d00652 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x000034d00652 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
E   #8 0x000034d00652 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #9 0x000034d00652 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #10 0x000034d0f2ce in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #11 0x00003b593be7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #12 0x00003b585564 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #13 0x00003b574eb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #14 0x0000420eb7f9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #15 0x0000420ea850 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #16 0x0000420ea850 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #17 0x00002242517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #18 0x0000224dcf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #19 0x0000224e6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #20 0x0000224e611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #21 0x0000224e818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #22 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #23 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034d0056c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x000034d0056c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #3 0x000034d0f2ce in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #4 0x00003b593be7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #5 0x00003b585564 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #6 0x00003b574eb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #7 0x0000420eb7f9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #8 0x0000420ea850 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #9 0x0000420ea850 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x00002242517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #11 0x0000224dcf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #12 0x0000224e6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #13 0x0000224e611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #14 0x0000224e818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #15 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c205ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00001c205ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00001c205ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00001c205ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00001c205ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00001c205ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00001c205ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00001c205ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00001c205ab7 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00001c205ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #11 0x000034d03ecc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #12 0x000034d03ecc 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 0x000034d03ecc 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 0x00003b591adf 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 0x00003b5851d1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #16 0x00003b574eb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #17 0x0000420eb7f9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #18 0x0000420ea850 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #19 0x0000420ea850 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #20 0x00002242517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #21 0x0000224dcf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #22 0x0000224e6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #23 0x0000224e611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #24 0x0000224e818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #25 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #26 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001c205a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00001c205a34 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00001c205a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #4 0x000034d03ecc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #5 0x000034d03ecc 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 0x000034d03ecc 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 0x00003b591adf 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 0x00003b5851d1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #9 0x00003b574eb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #10 0x0000420eb7f9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #11 0x0000420ea850 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #12 0x0000420ea850 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #13 0x00002242517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #14 0x0000224dcf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #15 0x0000224e6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #16 0x0000224e611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #17 0x0000224e818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #18 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #19 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034d03eba 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 0x000034d03eba 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 0x00003b591adf 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 0x00003b5851d1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #5 0x00003b574eb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #6 0x0000420eb7f9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #7 0x0000420ea850 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #8 0x0000420ea850 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x00002242517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #10 0x0000224dcf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #11 0x0000224e6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #12 0x0000224e611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #13 0x0000224e818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #14 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034482ae4 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034482ae4 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034482ae4 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034482ae4 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000034482ae4 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x000034482ae4 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x000034482ae4 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x000034482ae4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x000034482ae4 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x000034482ae4 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #11 0x000034482ae4 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 0x0000344818b2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #13 0x0000344818b2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #14 0x000034487dd0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #15 0x0000344e4018 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 0x000034d0ec06 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #17 0x00003b58eddb 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 0x00003b584c42 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #19 0x00003b574eb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #20 0x0000420eb7f9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #21 0x0000420ea850 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #22 0x0000420ea850 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #23 0x00002242517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #24 0x0000224dcf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #25 0x0000224e6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #26 0x0000224e611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #27 0x0000224e818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #28 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034482a42 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x000034482a42 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x000034482a42 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #4 0x000034482a42 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 0x0000344818b2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #6 0x0000344818b2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #7 0x000034487dd0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #8 0x0000344e4018 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 0x000034d0ec06 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #10 0x00003b58eddb 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 0x00003b584c42 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #12 0x00003b574eb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #13 0x0000420eb7f9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #14 0x0000420ea850 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #15 0x0000420ea850 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #16 0x00002242517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #17 0x0000224dcf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #18 0x0000224e6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #19 0x0000224e611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #20 0x0000224e818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #21 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #22 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000022521436 in MakeIntrusive<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>, NMonitoring::TDynamicCounters *> /-S/util/generic/ptr.h:834:12
E   #2 0x000022521436 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 0x00003b64111b in NKikimr::NGRpcService::TResponseStatusCounter::operator+=(unsigned long) /-S/ydb/core/grpc_services/counters/counters.cpp:65:34
E   #4 0x00003b62913a 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 0x00004518afa7 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 0x00003b57d18c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #7 0x00003b57d18c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #8 0x00003b57d18c 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 0x00003b57d18c 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 0x00003b57d18c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #11 0x00003b57d18c 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 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #13 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #14 0x0000220a624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #15 0x0000220a67ac in Execute /-S/util/thread/factory.h:15:13
E   #16 0x0000220a67ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #17 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #18 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000027b48588 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000027b48588 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000027b48588 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000027b48588 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x000027b48588 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x000027b48588 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x000027b48588 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x000027b48588 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x000027b4822f 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 0x000027b47088 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x00003b63970a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
E   #12 0x00003b63970a 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 0x00003b63970a 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 0x00003b63970a in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #15 0x00003b63970a 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 0x00001fa1681f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
E   #17 0x00003b627aaf in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
E   #18 0x00003b627aaf in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
E   #19 0x00003b627aaf in NKikimr::NGRpcService::TYdbCounterBlock::CountNotOkRequest() /-S/ydb/core/grpc_services/counters/counters.cpp:144:9
E   #20 0x0000456fb71e in NYdbGrpc::TGRpcRequestImpl<Ydb::DataStreams::V1::ListTagsForStreamRequest, Ydb::DataStreams::V1::ListTagsForStreamResponse, NKikimr::NGRpcService::TGRpcDataStreamsService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:423:24
E   #21 0x00003b57d18c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #22 0x00003b57d18c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #23 0x00003b57d18c 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 0x00003b57d18c 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 0x00003b57d18c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #26 0x00003b57d18c 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 0x0000220a624e 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/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4106
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14528
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28147
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16288
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4321
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9981
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25688
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27315
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:474 Working directory: /home/runner/.ya/build/build_root/4ogs/000bb2/r3tmp/kikimr_cluster_5a0hmwn5
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24702
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17135
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64314
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19000
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_bfmzvboc.log --grpc-port=24702 --mon-port=17135 --ic-port=4106
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2086
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19861
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5980
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11007
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_j9mmxvhm.log --grpc-port=2086 --mon-port=19861 --ic-port=14528
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16993
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15283
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5315
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1629
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_0v92ueqq.log --grpc-port=16993 --mon-port=15283 --ic-port=28147
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61957
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26910
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5254
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6312
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile__fh3c8ht.log --grpc-port=61957 --mon-port=26910 --ic-port=16288
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32515
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30162
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24641
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23163
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_ndflpnc2.log --grpc-port=32515 --mon-port=30162 --ic-port=4321
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4671
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17811
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30355
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5136
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_ci828_7u.log --grpc-port=4671 --mon-port=17811 --ic-port=9981
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22485
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23874
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25643
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5737
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_96ggmfmi.log --grpc-port=22485 --mon-port=23874 --ic-port=25688
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7111
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27518
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23460
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27534
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile__7_orolb.log --grpc-port=7111 --mon-port=27518 --ic-port=27315
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:24702/1, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:24702/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_bfmzvboc.log --grpc-port=24702 --mon-port=17135 --ic-port=4106
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_bfmzvboc.log', '--grpc-port=24702', '--mon-port=17135', '--ic-port=4106')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1437239
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:24702/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1437246
DEBUG    ya.test:process.py:259 Command (pid 1437246) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1437246) elapsed time (sec): 1.4681293964385986
DEBUG    ya.test:process.py:263 Command (pid 1437246) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) maxrss: 476244
DEBUG    ya.test:process.py:263 Command (pid 1437246) minflt: 45361
DEBUG    ya.test:process.py:263 Command (pid 1437246) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) nivcsw: 219
DEBUG    ya.test:process.py:263 Command (pid 1437246) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1437246) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1437246) stime: 0.23965499999999998
DEBUG    ya.test:process.py:263 Command (pid 1437246) utime: 0.528251
DEBUG    ya.test:process.py:263 Command (pid 1437246) wtime: 1.502
DEBUG    ya.test:process.py:275 Command (pid 1437246) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:2086/2, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:2086/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_j9mmxvhm.log --grpc-port=2086 --mon-port=19861 --ic-port=14528
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_j9mmxvhm.log', '--grpc-port=2086', '--mon-port=19861', '--ic-port=14528')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1437594
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:2086/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1437595
DEBUG    ya.test:process.py:259 Command (pid 1437595) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1437595) elapsed time (sec): 1.444960355758667
DEBUG    ya.test:process.py:263 Command (pid 1437595) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) maxrss: 476404
DEBUG    ya.test:process.py:263 Command (pid 1437595) minflt: 45336
DEBUG    ya.test:process.py:263 Command (pid 1437595) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) nivcsw: 234
DEBUG    ya.test:process.py:263 Command (pid 1437595) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1437595) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1437595) stime: 0.224296
DEBUG    ya.test:process.py:263 Command (pid 1437595) utime: 0.5617289999999999
DEBUG    ya.test:process.py:263 Command (pid 1437595) wtime: 1.459
DEBUG    ya.test:process.py:275 Command (pid 1437595) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 2 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:16993/3, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:16993/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_0v92ueqq.log --grpc-port=16993 --mon-port=15283 --ic-port=28147
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_0v92ueqq.log', '--grpc-port=16993', '--mon-port=15283', '--ic-port=28147')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1438050
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:16993/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1438060
DEBUG    ya.test:process.py:259 Command (pid 1438060) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1438060) elapsed time (sec): 1.7353017330169678
DEBUG    ya.test:process.py:263 Command (pid 1438060) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) maxrss: 476000
DEBUG    ya.test:process.py:263 Command (pid 1438060) minflt: 45240
DEBUG    ya.test:process.py:263 Command (pid 1438060) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) nivcsw: 232
DEBUG    ya.test:process.py:263 Command (pid 1438060) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1438060) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1438060) stime: 0.204841
DEBUG    ya.test:process.py:263 Command (pid 1438060) utime: 0.572464
DEBUG    ya.test:process.py:263 Command (pid 1438060) wtime: 1.755
DEBUG    ya.test:process.py:275 Command (pid 1438060) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 3 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:61957/4, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:61957/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile__fh3c8ht.log --grpc-port=61957 --mon-port=26910 --ic-port=16288
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile__fh3c8ht.log', '--grpc-port=61957', '--mon-port=26910', '--ic-port=16288')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1439168
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:61957/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1439179
DEBUG    ya.test:process.py:259 Command (pid 1439179) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1439179) elapsed time (sec): 1.998079538345337
DEBUG    ya.test:process.py:263 Command (pid 1439179) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) maxrss: 476364
DEBUG    ya.test:process.py:263 Command (pid 1439179) minflt: 45355
DEBUG    ya.test:process.py:263 Command (pid 1439179) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) nivcsw: 276
DEBUG    ya.test:process.py:263 Command (pid 1439179) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1439179) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1439179) stime: 0.24024199999999998
DEBUG    ya.test:process.py:263 Command (pid 1439179) utime: 0.545933
DEBUG    ya.test:process.py:263 Command (pid 1439179) wtime: 2.01
DEBUG    ya.test:process.py:275 Command (pid 1439179) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 4 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:32515/5, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:32515/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_ndflpnc2.log --grpc-port=32515 --mon-port=30162 --ic-port=4321
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_ndflpnc2.log', '--grpc-port=32515', '--mon-port=30162', '--ic-port=4321')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1439741
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:32515/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1439747
DEBUG    ya.test:process.py:259 Command (pid 1439747) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1439747) elapsed time (sec): 1.4242825508117676
DEBUG    ya.test:process.py:263 Command (pid 1439747) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) maxrss: 476336
DEBUG    ya.test:process.py:263 Command (pid 1439747) minflt: 45354
DEBUG    ya.test:process.py:263 Command (pid 1439747) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) nivcsw: 216
DEBUG    ya.test:process.py:263 Command (pid 1439747) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1439747) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1439747) stime: 0.24831099999999998
DEBUG    ya.test:process.py:263 Command (pid 1439747) utime: 0.516134
DEBUG    ya.test:process.py:263 Command (pid 1439747) wtime: 1.455
DEBUG    ya.test:process.py:275 Command (pid 1439747) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 5 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:4671/6, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:4671/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_ci828_7u.log --grpc-port=4671 --mon-port=17811 --ic-port=9981
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_ci828_7u.log', '--grpc-port=4671', '--mon-port=17811', '--ic-port=9981')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1440064
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:4671/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1440088
DEBUG    ya.test:process.py:259 Command (pid 1440088) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1440088) elapsed time (sec): 2.027977705001831
DEBUG    ya.test:process.py:263 Command (pid 1440088) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) maxrss: 476440
DEBUG    ya.test:process.py:263 Command (pid 1440088) minflt: 45368
DEBUG    ya.test:process.py:263 Command (pid 1440088) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) nivcsw: 246
DEBUG    ya.test:process.py:263 Command (pid 1440088) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1440088) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1440088) stime: 0.240606
DEBUG    ya.test:process.py:263 Command (pid 1440088) utime: 0.530544
DEBUG    ya.test:process.py:263 Command (pid 1440088) wtime: 2.056
DEBUG    ya.test:process.py:275 Command (pid 1440088) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 6 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:22485/7, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:22485/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_96ggmfmi.log --grpc-port=22485 --mon-port=23874 --ic-port=25688
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_96ggmfmi.log', '--grpc-port=22485', '--mon-port=23874', '--ic-port=25688')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1440518
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:22485/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1440529
DEBUG    ya.test:process.py:259 Command (pid 1440529) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1440529) elapsed time (sec): 2.122758388519287
DEBUG    ya.test:process.py:263 Command (pid 1440529) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) maxrss: 476188
DEBUG    ya.test:process.py:263 Command (pid 1440529) minflt: 45292
DEBUG    ya.test:process.py:263 Command (pid 1440529) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) nivcsw: 214
DEBUG    ya.test:process.py:263 Command (pid 1440529) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1440529) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1440529) stime: 0.21911499999999998
DEBUG    ya.test:process.py:263 Command (pid 1440529) utime: 0.576054
DEBUG    ya.test:process.py:263 Command (pid 1440529) wtime: 2.135
DEBUG    ya.test:process.py:275 Command (pid 1440529) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 7 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:7111/8, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:7111/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile__7_orolb.log --grpc-port=7111 --mon-port=27518 --ic-port=27315
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile__7_orolb.log', '--grpc-port=7111', '--mon-port=27518', '--ic-port=27315')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1440847
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:7111/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1440857
DEBUG    ya.test:process.py:259 Command (pid 1440857) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1440857) elapsed time (sec): 1.7646958827972412
DEBUG    ya.test:process.py:263 Command (pid 1440857) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) maxrss: 476836
DEBUG    ya.test:process.py:263 Command (pid 1440857) minflt: 45356
DEBUG    ya.test:process.py:263 Command (pid 1440857) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) nivcsw: 225
DEBUG    ya.test:process.py:263 Command (pid 1440857) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1440857) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1440857) stime: 0.20474499999999998
DEBUG    ya.test:process.py:263 Command (pid 1440857) utime: 0.564685
DEBUG    ya.test:process.py:263 Command (pid 1440857) wtime: 1.775
DEBUG    ya.test:process.py:275 Command (pid 1440857) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 8 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:24702', '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: 4106\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 14528\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 28147\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16288\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4321\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 9981\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25688\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27315\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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:24702', '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: 4106\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 14528\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 28147\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16288\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4321\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 9981\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25688\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27315\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1442389
DEBUG    ya.test:process.py:259 Command (pid 1442389) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1442389) elapsed time (sec): 1.4773221015930176
DEBUG    ya.test:process.py:263 Command (pid 1442389) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) maxrss: 744140
DEBUG    ya.test:process.py:263 Command (pid 1442389) minflt: 51691
DEBUG    ya.test:process.py:263 Command (pid 1442389) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) nivcsw: 252
DEBUG    ya.test:process.py:263 Command (pid 1442389) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) nvcsw: 659
DEBUG    ya.test:process.py:263 Command (pid 1442389) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1442389) stime: 0.36587
DEBUG    ya.test:process.py:263 Command (pid 1442389) utime: 0.579217
DEBUG    ya.test:process.py:263 Command (pid 1442389) wtime: 1.484
DEBUG    ya.test:process.py:275 Command (pid 1442389) 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 1442389) errors:

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:24702', '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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:24702', '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: 1442847
DEBUG    ya.test:process.py:259 Command (pid 1442847) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1442847) elapsed time (sec): 1.5064847469329834
DEBUG    ya.test:process.py:263 Command (pid 1442847) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) maxrss: 744160
DEBUG    ya.test:process.py:263 Command (pid 1442847) minflt: 51697
DEBUG    ya.test:process.py:263 Command (pid 1442847) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) nivcsw: 236
DEBUG    ya.test:process.py:263 Command (pid 1442847) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) nvcsw: 384
DEBUG    ya.test:process.py:263 Command (pid 1442847) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1442847) stime: 0.282294
DEBUG    ya.test:process.py:263 Command (pid 1442847) utime: 0.604927
DEBUG    ya.test:process.py:263 Command (pid 1442847) wtime: 1.509
DEBUG    ya.test:process.py:275 Command (pid 1442847) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:552 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:559 Cluster started and initialized
------------------------------ 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/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31694
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10676
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22584
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28097
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9197
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_slm60wxp.log --grpc-port=31694 --mon-port=10676 --ic-port=22584 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13139
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12323
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32677
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21191
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12984
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_hgbka8pj.log --grpc-port=13139 --mon-port=12323 --ic-port=32677 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_slm60wxp.log --grpc-port=31694 --mon-port=10676 --ic-port=22584 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_slm60wxp.log', '--grpc-port=31694', '--mon-port=10676', '--ic-port=22584', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1444342
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:31694/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1444343
DEBUG    ya.test:process.py:259 Command (pid 1444343) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1444343) elapsed time (sec): 2.5340678691864014
DEBUG    ya.test:process.py:263 Command (pid 1444343) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444343) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1444343) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444343) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444343) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1444343) maxrss: 757024
DEBUG    ya.test:process.py:263 Command (pid 1444343) minflt: 45340
DEBUG    ya.test:process.py:263 Command (pid 1444343) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1444343) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1444343) nivcsw: 446
DEBUG    ya.test:process.py:263 Command (pid 1444343) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1444343) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1444343) nvcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 1444343) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1444343) stime: 0.237278
DEBUG    ya.test:process.py:263 Command (pid 1444343) utime: 0.581872
DEBUG    ya.test:process.py:263 Command (pid 1444343) wtime: 2.536
DEBUG    ya.test:process.py:275 Command (pid 1444343) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_hgbka8pj.log --grpc-port=13139 --mon-port=12323 --ic-port=32677 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_hgbka8pj.log', '--grpc-port=13139', '--mon-port=12323', '--ic-port=32677', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1444488
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:13139/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1444499
DEBUG    ya.test:process.py:259 Command (pid 1444499) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1444499) elapsed time (sec): 0.9962055683135986
DEBUG    ya.test:process.py:263 Command (pid 1444499) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) maxrss: 757512
DEBUG    ya.test:process.py:263 Command (pid 1444499) minflt: 45345
DEBUG    ya.test:process.py:263 Command (pid 1444499) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) nivcsw: 569
DEBUG    ya.test:process.py:263 Command (pid 1444499) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) nvcsw: 98
DEBUG    ya.test:process.py:263 Command (pid 1444499) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1444499) stime: 0.24526599999999998
DEBUG    ya.test:process.py:263 Command (pid 1444499) utime: 0.501694
DEBUG    ya.test:process.py:263 Command (pid 1444499) wtime: 1.026
DEBUG    ya.test:process.py:275 Command (pid 1444499) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 2 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13388
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23334
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11355
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11356
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3542
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12252
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_5me_jhmr.log --grpc-port=13388 --mon-port=23334 --ic-port=11356 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3103
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4221
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13271
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7037
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6168
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_kracoi73.log --grpc-port=3103 --mon-port=4221 --ic-port=13271 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_5me_jhmr.log --grpc-port=13388 --mon-port=23334 --ic-port=11356 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_5me_jhmr.log', '--grpc-port=13388', '--mon-port=23334', '--ic-port=11356', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1444654
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:13388/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1444657
DEBUG    ya.test:process.py:259 Command (pid 1444657) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1444657) elapsed time (sec): 1.4100780487060547
DEBUG    ya.test:process.py:263 Command (pid 1444657) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444657) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1444657) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444657) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444657) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1444657) maxrss: 758612
DEBUG    ya.test:process.py:263 Command (pid 1444657) minflt: 45383
DEBUG    ya.test:process.py:263 Command (pid 1444657) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1444657) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1444657) nivcsw: 358
DEBUG    ya.test:process.py:263 Command (pid 1444657) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1444657) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1444657) nvcsw: 23
DEBUG    ya.test:process.py:263 Command (pid 1444657) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1444657) stime: 0.19397799999999998
DEBUG    ya.test:process.py:263 Command (pid 1444657) utime: 0.5681849999999999
DEBUG    ya.test:process.py:263 Command (pid 1444657) wtime: 1.447
DEBUG    ya.test:process.py:275 Command (pid 1444657) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 3 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_kracoi73.log --grpc-port=3103 --mon-port=4221 --ic-port=13271 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_kracoi73.log', '--grpc-port=3103', '--mon-port=4221', '--ic-port=13271', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1444968
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:3103/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1444973
DEBUG    ya.test:process.py:259 Command (pid 1444973) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1444973) elapsed time (sec): 1.6106133460998535
DEBUG    ya.test:process.py:263 Command (pid 1444973) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) maxrss: 759188
DEBUG    ya.test:process.py:263 Command (pid 1444973) minflt: 45440
DEBUG    ya.test:process.py:263 Command (pid 1444973) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) nivcsw: 467
DEBUG    ya.test:process.py:263 Command (pid 1444973) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) nvcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 1444973) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1444973) stime: 0.21342
DEBUG    ya.test:process.py:263 Command (pid 1444973) utime: 0.550312
DEBUG    ya.test:process.py:263 Command (pid 1444973) wtime: 1.634
DEBUG    ya.test:process.py:275 Command (pid 1444973) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 4 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
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, 55f05cb5-abb6-427b-a760-cda4972f5988, localhost:24702): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 55f05cb5-abb6-427b-a760-cda4972f5988, localhost:24702): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 55f05cb5-abb6-427b-a760-cda4972f5988, localhost:24702): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pubjovggeu.auto.internal" port: 13139 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-pubjovggeu.auto.internal" port: 31694 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-pubjovggeu.auto.internal:13139, location , ssl: False>, <Endpoint ghrun-pubjovggeu.auto.internal:31694, 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:24702
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, 04615a39-4de0-4563-99cc-ab2270b08290, localhost:24702): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 04615a39-4de0-4563-99cc-ab2270b08290, localhost:24702): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 04615a39-4de0-4563-99cc-ab2270b08290, localhost:24702): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pubjovggeu.auto.internal" port: 3103 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-pubjovggeu.auto.internal" port: 13388 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-pubjovggeu.auto.internal:3103, location , ssl: False>, <Endpoint ghrun-pubjovggeu.auto.internal:13388, 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:24702
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 0x7c1becc2a2f0 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 0x7c1becc2ff30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1becc2ff30>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 77403c76-205f-497e-b910-5ad3160af4b6, ghrun-pubjovggeu.auto.internal:13139): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 77403c76-205f-497e-b910-5ad3160af4b6, ghrun-pubjovggeu.auto.internal:13139): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 77403c76-205f-497e-b910-5ad3160af4b6, ghrun-pubjovggeu.auto.internal:13139): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 77403c76-205f-497e-b910-5ad3160af4b6, ghrun-pubjovggeu.auto.internal:13139): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=ODhmZjE1NjQtNmJhMGM0ZDItZDU1YmU3NjktYzdkNjRiNmM=" } } } }
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 77403c76-205f-497e-b910-5ad3160af4b6, ghrun-pubjovggeu.auto.internal:13139): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc2ff30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1becc2ff30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteSchemeQuery, 6bd375fb-a961-4d65-ad65-f6f40af2e1ae, ghrun-pubjovggeu.auto.internal:13139): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 6bd375fb-a961-4d65-ad65-f6f40af2e1ae, ghrun-pubjovggeu.auto.internal:13139): request = { session_id: "ydb://session/3?node_id=50001&id=ODhmZjE1NjQtNmJhMGM0ZDItZDU1YmU3NjktYzdkNjRiNmM=" 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, 6bd375fb-a961-4d65-ad65-f6f40af2e1ae, ghrun-pubjovggeu.auto.internal:13139): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc2ff30>
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 0x7c1becc5e630 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 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 2ddb9e19-1115-40f8-8159-dba70e5d1897, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2ddb9e19-1115-40f8-8159-dba70e5d1897, ghrun-pubjovggeu.auto.internal:3103): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 2ddb9e19-1115-40f8-8159-dba70e5d1897, ghrun-pubjovggeu.auto.internal:3103): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2ddb9e19-1115-40f8-8159-dba70e5d1897, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 2ddb9e19-1115-40f8-8159-dba70e5d1897, ghrun-pubjovggeu.auto.internal:3103): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteSchemeQuery, 3260ce88-24bc-40f4-beed-34878c386016, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 3260ce88-24bc-40f4-beed-34878c386016, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" 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, 3260ce88-24bc-40f4-beed-34878c386016, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 7fc8f771-a627-4a9b-82b5-914736c3b102, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 7fc8f771-a627-4a9b-82b5-914736c3b102, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" 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 0x7c1bedd1b470 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 0x7c1bedd19bf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, ae84ff0c-5c98-4a01-8ae3-89a8bc5d66bc, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ae84ff0c-5c98-4a01-8ae3-89a8bc5d66bc, ghrun-pubjovggeu.auto.internal:13388): 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: 4106
      NodeId: 1
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 4106
      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 4106 SectorMap:1:64
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, ae84ff0c-5c98-4a01-8ae3-89a8bc5d66bc, ghrun-pubjovggeu.auto.internal:13388): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ae84ff0c-5c98-4a01-8ae3-89a8bc5d66bc, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, ae84ff0c-5c98-4a01-8ae3-89a8bc5d66bc, ghrun-pubjovggeu.auto.internal:13388): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 9b5de166-b6f2-40b7-bb7d-bb31aa27edca, ghrun-pubjovggeu.auto.internal:13388): creating call state
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 29
}

DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 9b5de166-b6f2-40b7-bb7d-bb31aa27edca, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" 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
  }
  Success: true
  ConfigTxSeqNo: 30
}

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 4106 SectorMap:2:64
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 7fc8f771-a627-4a9b-82b5-914736c3b102, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=46ff7a5a-d5d0999a-55bfd990-55352bfc" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
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: 0
        VDisk: 0
      }
      From {
        NodeId: 1
        PDiskId: 1000
        VSlotId: 1000
      }
      To {
        NodeId: 1
        PDiskId: 1
        VSlotId: 1000
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038081
        GroupGeneration: 1
        Ring: 0
        Domain: 0
        VDisk: 0
      }
      From {
        NodeId: 1
        PDiskId: 1000
        VSlotId: 1001
      }
      To {
        NodeId: 1
        PDiskId: 1
        VSlotId: 1001
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
  }
  ErrorDescription: "Group may become degraded GroupId# 2181038082"
  ConfigTxSeqNo: 30
}

DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27714187-7baa-4faf-96f1-cc478806f745, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27714187-7baa-4faf-96f1-cc478806f745, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3977042957370745802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39770429573707458023977042957370745802397704295737074580239770429573707458023977042957370745802397704295737074580239770429573707458023977042957370745802397704295737074580239770429573707458023977042957370745802397704295737074580239770429573707458023977042957370745802397704295737074580239770429573707458023977042957370745802397704295737074580239770429573707458023977042957370745802" } } } query_cache_policy { keep_in_cache: true } 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
  }
  Success: true
  ConfigTxSeqNo: 31
}

DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 9b5de166-b6f2-40b7-bb7d-bb31aa27edca, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=937debca-d2bc2916-181e7fb7-b9f0977a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8719bf5b-2ae2-4c32-9030-d4e18aeef3ab, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8719bf5b-2ae2-4c32-9030-d4e18aeef3ab, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17384807926059989496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738480792605998949617384807926059989496173848079260599894961738480792605998949617384807926059989496173848079260599894961738480792605998949617384807926059989496173848079260599894961738480792605998949617384807926059989496173848079260599894961738480792605998949617384807926059989496173848079260599894961738480792605998949617384807926059989496173848079260599894961738480792605998949617384807926059989496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27714187-7baa-4faf-96f1-cc478806f745, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c17575c-d29d-4d00-ad53-233cddd0a1c0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c17575c-d29d-4d00-ad53-233cddd0a1c0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15665041887243689156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566504188724368915615665041887243689156156650418872436891561566504188724368915615665041887243689156156650418872436891561566504188724368915615665041887243689156156650418872436891561566504188724368915615665041887243689156156650418872436891561566504188724368915615665041887243689156156650418872436891561566504188724368915615665041887243689156156650418872436891561566504188724368915615665041887243689156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c17575c-d29d-4d00-ad53-233cddd0a1c0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e6ce44d-da0b-4747-99bf-18f6d15b5fce, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e6ce44d-da0b-4747-99bf-18f6d15b5fce, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14875468729016369343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487546872901636934314875468729016369343148754687290163693431487546872901636934314875468729016369343148754687290163693431487546872901636934314875468729016369343148754687290163693431487546872901636934314875468729016369343148754687290163693431487546872901636934314875468729016369343148754687290163693431487546872901636934314875468729016369343148754687290163693431487546872901636934314875468729016369343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8719bf5b-2ae2-4c32-9030-d4e18aeef3ab, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 402c8f06-f7ff-4761-8041-833553bcfa08, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e6ce44d-da0b-4747-99bf-18f6d15b5fce, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1bf2996-c276-4170-a763-7c38e6e0a437, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 402c8f06-f7ff-4761-8041-833553bcfa08, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18339839756104603868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833983975610460386818339839756104603868183398397561046038681833983975610460386818339839756104603868183398397561046038681833983975610460386818339839756104603868183398397561046038681833983975610460386818339839756104603868183398397561046038681833983975610460386818339839756104603868183398397561046038681833983975610460386818339839756104603868183398397561046038681833983975610460386818339839756104603868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1bf2996-c276-4170-a763-7c38e6e0a437, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17422145946195004729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742214594619500472917422145946195004729174221459461950047291742214594619500472917422145946195004729174221459461950047291742214594619500472917422145946195004729174221459461950047291742214594619500472917422145946195004729174221459461950047291742214594619500472917422145946195004729174221459461950047291742214594619500472917422145946195004729174221459461950047291742214594619500472917422145946195004729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 402c8f06-f7ff-4761-8041-833553bcfa08, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1bf2996-c276-4170-a763-7c38e6e0a437, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dd652d1-875c-4c73-81ff-c2f45fa04c56, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dd652d1-875c-4c73-81ff-c2f45fa04c56, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12101317623753457020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210131762375345702012101317623753457020121013176237534570201210131762375345702012101317623753457020121013176237534570201210131762375345702012101317623753457020121013176237534570201210131762375345702012101317623753457020121013176237534570201210131762375345702012101317623753457020121013176237534570201210131762375345702012101317623753457020121013176237534570201210131762375345702012101317623753457020" } } } 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, 3921af30-d4ac-4857-a355-f07063088f84, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3921af30-d4ac-4857-a355-f07063088f84, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8754529300452566535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87545293004525665358754529300452566535875452930045256653587545293004525665358754529300452566535875452930045256653587545293004525665358754529300452566535875452930045256653587545293004525665358754529300452566535875452930045256653587545293004525665358754529300452566535875452930045256653587545293004525665358754529300452566535875452930045256653587545293004525665358754529300452566535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dd652d1-875c-4c73-81ff-c2f45fa04c56, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3921af30-d4ac-4857-a355-f07063088f84, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e7334e1-c475-40b0-927f-80c0ede89019, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 498f84c2-e99a-4ff8-8e14-18c91e72a721, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 498f84c2-e99a-4ff8-8e14-18c91e72a721, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16779250022541991772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677925002254199177216779250022541991772167792500225419917721677925002254199177216779250022541991772167792500225419917721677925002254199177216779250022541991772167792500225419917721677925002254199177216779250022541991772167792500225419917721677925002254199177216779250022541991772167792500225419917721677925002254199177216779250022541991772167792500225419917721677925002254199177216779250022541991772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e7334e1-c475-40b0-927f-80c0ede89019, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5880014911065907557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58800149110659075575880014911065907557588001491106590755758800149110659075575880014911065907557588001491106590755758800149110659075575880014911065907557588001491106590755758800149110659075575880014911065907557588001491106590755758800149110659075575880014911065907557588001491106590755758800149110659075575880014911065907557588001491106590755758800149110659075575880014911065907557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 498f84c2-e99a-4ff8-8e14-18c91e72a721, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fd6ab64-b570-451e-a1de-4a8fe060b257, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e7334e1-c475-40b0-927f-80c0ede89019, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4155edca-fac0-4fc1-b392-e1d8a3bc8c56, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4155edca-fac0-4fc1-b392-e1d8a3bc8c56, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8122971967420528594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81229719674205285948122971967420528594812297196742052859481229719674205285948122971967420528594812297196742052859481229719674205285948122971967420528594812297196742052859481229719674205285948122971967420528594812297196742052859481229719674205285948122971967420528594812297196742052859481229719674205285948122971967420528594812297196742052859481229719674205285948122971967420528594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fd6ab64-b570-451e-a1de-4a8fe060b257, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1350045068494524836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13500450684945248361350045068494524836135004506849452483613500450684945248361350045068494524836135004506849452483613500450684945248361350045068494524836135004506849452483613500450684945248361350045068494524836135004506849452483613500450684945248361350045068494524836135004506849452483613500450684945248361350045068494524836135004506849452483613500450684945248361350045068494524836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4155edca-fac0-4fc1-b392-e1d8a3bc8c56, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fd6ab64-b570-451e-a1de-4a8fe060b257, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 004ac6a4-1111-49be-9f3f-20ae555315ef, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18bf67a6-3f44-4be3-ae15-a86061b778ed, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18bf67a6-3f44-4be3-ae15-a86061b778ed, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12240159987076018022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224015998707601802212240159987076018022122401599870760180221224015998707601802212240159987076018022122401599870760180221224015998707601802212240159987076018022122401599870760180221224015998707601802212240159987076018022122401599870760180221224015998707601802212240159987076018022122401599870760180221224015998707601802212240159987076018022122401599870760180221224015998707601802212240159987076018022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004ac6a4-1111-49be-9f3f-20ae555315ef, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17265418547641906440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726541854764190644017265418547641906440172654185476419064401726541854764190644017265418547641906440172654185476419064401726541854764190644017265418547641906440172654185476419064401726541854764190644017265418547641906440172654185476419064401726541854764190644017265418547641906440172654185476419064401726541854764190644017265418547641906440172654185476419064401726541854764190644017265418547641906440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18bf67a6-3f44-4be3-ae15-a86061b778ed, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d455e8d8-f79e-4a9d-a902-89059be6a9b8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004ac6a4-1111-49be-9f3f-20ae555315ef, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7388f64-7e58-4dab-bf4d-472431b900cf, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7388f64-7e58-4dab-bf4d-472431b900cf, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16639023398803711122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663902339880371112216639023398803711122166390233988037111221663902339880371112216639023398803711122166390233988037111221663902339880371112216639023398803711122166390233988037111221663902339880371112216639023398803711122166390233988037111221663902339880371112216639023398803711122166390233988037111221663902339880371112216639023398803711122166390233988037111221663902339880371112216639023398803711122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d455e8d8-f79e-4a9d-a902-89059be6a9b8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6193792803284014557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61937928032840145576193792803284014557619379280328401455761937928032840145576193792803284014557619379280328401455761937928032840145576193792803284014557619379280328401455761937928032840145576193792803284014557619379280328401455761937928032840145576193792803284014557619379280328401455761937928032840145576193792803284014557619379280328401455761937928032840145576193792803284014557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d455e8d8-f79e-4a9d-a902-89059be6a9b8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64c15e36-4f6a-4dc0-860c-2f7188545096, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64c15e36-4f6a-4dc0-860c-2f7188545096, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9948516474072471025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99485164740724710259948516474072471025994851647407247102599485164740724710259948516474072471025994851647407247102599485164740724710259948516474072471025994851647407247102599485164740724710259948516474072471025994851647407247102599485164740724710259948516474072471025994851647407247102599485164740724710259948516474072471025994851647407247102599485164740724710259948516474072471025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7388f64-7e58-4dab-bf4d-472431b900cf, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf2c5ce4-dd0e-4607-8c6e-f6c0a287a7d4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64c15e36-4f6a-4dc0-860c-2f7188545096, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf2c5ce4-dd0e-4607-8c6e-f6c0a287a7d4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2960628912246878903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29606289122468789032960628912246878903296062891224687890329606289122468789032960628912246878903296062891224687890329606289122468789032960628912246878903296062891224687890329606289122468789032960628912246878903296062891224687890329606289122468789032960628912246878903296062891224687890329606289122468789032960628912246878903296062891224687890329606289122468789032960628912246878903" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fe0b484-116b-40cb-981f-a5c5ad42af11, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fe0b484-116b-40cb-981f-a5c5ad42af11, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3673078413644419349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36730784136444193493673078413644419349367307841364441934936730784136444193493673078413644419349367307841364441934936730784136444193493673078413644419349367307841364441934936730784136444193493673078413644419349367307841364441934936730784136444193493673078413644419349367307841364441934936730784136444193493673078413644419349367307841364441934936730784136444193493673078413644419349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf2c5ce4-dd0e-4607-8c6e-f6c0a287a7d4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4f37d19-4dc5-4edd-aca9-bd42908ced7b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4f37d19-4dc5-4edd-aca9-bd42908ced7b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6754683585029566338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67546835850295663386754683585029566338675468358502956633867546835850295663386754683585029566338675468358502956633867546835850295663386754683585029566338675468358502956633867546835850295663386754683585029566338675468358502956633867546835850295663386754683585029566338675468358502956633867546835850295663386754683585029566338675468358502956633867546835850295663386754683585029566338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fe0b484-116b-40cb-981f-a5c5ad42af11, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cefaec2-5bde-4d70-9c09-9c5645e06b1d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cefaec2-5bde-4d70-9c09-9c5645e06b1d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8219670861422275382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82196708614222753828219670861422275382821967086142227538282196708614222753828219670861422275382821967086142227538282196708614222753828219670861422275382821967086142227538282196708614222753828219670861422275382821967086142227538282196708614222753828219670861422275382821967086142227538282196708614222753828219670861422275382821967086142227538282196708614222753828219670861422275382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4f37d19-4dc5-4edd-aca9-bd42908ced7b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16f86fb4-9243-4de2-aa9e-76feeac6b8ed, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16f86fb4-9243-4de2-aa9e-76feeac6b8ed, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 343395686210987524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cefaec2-5bde-4d70-9c09-9c5645e06b1d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c75547f-249d-4c30-ae19-4c55135f6ee4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c75547f-249d-4c30-ae19-4c55135f6ee4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5460292591134695461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54602925911346954615460292591134695461546029259113469546154602925911346954615460292591134695461546029259113469546154602925911346954615460292591134695461546029259113469546154602925911346954615460292591134695461546029259113469546154602925911346954615460292591134695461546029259113469546154602925911346954615460292591134695461546029259113469546154602925911346954615460292591134695461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16f86fb4-9243-4de2-aa9e-76feeac6b8ed, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a96911a-6f06-4dbf-840e-8e1e23741338, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a96911a-6f06-4dbf-840e-8e1e23741338, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13207742743927464742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320774274392746474213207742743927464742132077427439274647421320774274392746474213207742743927464742132077427439274647421320774274392746474213207742743927464742132077427439274647421320774274392746474213207742743927464742132077427439274647421320774274392746474213207742743927464742132077427439274647421320774274392746474213207742743927464742132077427439274647421320774274392746474213207742743927464742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c75547f-249d-4c30-ae19-4c55135f6ee4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43da7457-d4ba-4d0a-9dae-00f7434546a5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43da7457-d4ba-4d0a-9dae-00f7434546a5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17803534537960269966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780353453796026996617803534537960269966178035345379602699661780353453796026996617803534537960269966178035345379602699661780353453796026996617803534537960269966178035345379602699661780353453796026996617803534537960269966178035345379602699661780353453796026996617803534537960269966178035345379602699661780353453796026996617803534537960269966178035345379602699661780353453796026996617803534537960269966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a96911a-6f06-4dbf-840e-8e1e23741338, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dc3db0b-ea7b-4abc-80cb-b453550f025b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dc3db0b-ea7b-4abc-80cb-b453550f025b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6715303682748098739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67153036827480987396715303682748098739671530368274809873967153036827480987396715303682748098739671530368274809873967153036827480987396715303682748098739671530368274809873967153036827480987396715303682748098739671530368274809873967153036827480987396715303682748098739671530368274809873967153036827480987396715303682748098739671530368274809873967153036827480987396715303682748098739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43da7457-d4ba-4d0a-9dae-00f7434546a5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fab21eea-6f99-4889-a801-53ea779d1e92, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dc3db0b-ea7b-4abc-80cb-b453550f025b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fab21eea-6f99-4889-a801-53ea779d1e92, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11970797421278065267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197079742127806526711970797421278065267119707974212780652671197079742127806526711970797421278065267119707974212780652671197079742127806526711970797421278065267119707974212780652671197079742127806526711970797421278065267119707974212780652671197079742127806526711970797421278065267119707974212780652671197079742127806526711970797421278065267119707974212780652671197079742127806526711970797421278065267" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dc9ebb1-7545-468f-9ec8-d948c8b51955, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dc9ebb1-7545-468f-9ec8-d948c8b51955, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9458810334856744035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94588103348567440359458810334856744035945881033485674403594588103348567440359458810334856744035945881033485674403594588103348567440359458810334856744035945881033485674403594588103348567440359458810334856744035945881033485674403594588103348567440359458810334856744035945881033485674403594588103348567440359458810334856744035945881033485674403594588103348567440359458810334856744035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fab21eea-6f99-4889-a801-53ea779d1e92, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ded89f3e-6e75-4354-82a1-d31d90e8f8e6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ded89f3e-6e75-4354-82a1-d31d90e8f8e6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1982822406841150388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19828224068411503881982822406841150388198282240684115038819828224068411503881982822406841150388198282240684115038819828224068411503881982822406841150388198282240684115038819828224068411503881982822406841150388198282240684115038819828224068411503881982822406841150388198282240684115038819828224068411503881982822406841150388198282240684115038819828224068411503881982822406841150388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dc9ebb1-7545-468f-9ec8-d948c8b51955, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bf2872b-a4df-4126-91fa-b5d4261b877e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bf2872b-a4df-4126-91fa-b5d4261b877e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11687773107413991853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168777310741399185311687773107413991853116877731074139918531168777310741399185311687773107413991853116877731074139918531168777310741399185311687773107413991853116877731074139918531168777310741399185311687773107413991853116877731074139918531168777310741399185311687773107413991853116877731074139918531168777310741399185311687773107413991853116877731074139918531168777310741399185311687773107413991853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ded89f3e-6e75-4354-82a1-d31d90e8f8e6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fafa23a-784f-4c6c-8c7c-d88308073d3b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fafa23a-784f-4c6c-8c7c-d88308073d3b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 865618571053380615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bf2872b-a4df-4126-91fa-b5d4261b877e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fafa23a-784f-4c6c-8c7c-d88308073d3b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d65428a5-05a8-4085-91ca-0ddea1828c22, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d65428a5-05a8-4085-91ca-0ddea1828c22, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9319481262750246394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93194812627502463949319481262750246394931948126275024639493194812627502463949319481262750246394931948126275024639493194812627502463949319481262750246394931948126275024639493194812627502463949319481262750246394931948126275024639493194812627502463949319481262750246394931948126275024639493194812627502463949319481262750246394931948126275024639493194812627502463949319481262750246394" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e8f4649-91cf-4391-9591-1736b0bfa1f4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e8f4649-91cf-4391-9591-1736b0bfa1f4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11077616223281835042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107761622328183504211077616223281835042110776162232818350421107761622328183504211077616223281835042110776162232818350421107761622328183504211077616223281835042110776162232818350421107761622328183504211077616223281835042110776162232818350421107761622328183504211077616223281835042110776162232818350421107761622328183504211077616223281835042110776162232818350421107761622328183504211077616223281835042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d65428a5-05a8-4085-91ca-0ddea1828c22, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e8f4649-91cf-4391-9591-1736b0bfa1f4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90e58d4c-3377-479e-a3b1-444e408e9724, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90e58d4c-3377-479e-a3b1-444e408e9724, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 92785878258864659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9278587825886465992785878258864659927858782588646599278587825886465992785878258864659927858782588646599278587825886465992785878258864659927858782588646599278587825886465992785878258864659927858782588646599278587825886465992785878258864659927858782588646599278587825886465992785878258864659927858782588646599278587825886465992785878258864659" } } } 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, abb0d1dc-e4d2-4003-8cbc-5ce11abc6bf2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abb0d1dc-e4d2-4003-8cbc-5ce11abc6bf2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9053539663741131545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90535396637411315459053539663741131545905353966374113154590535396637411315459053539663741131545905353966374113154590535396637411315459053539663741131545905353966374113154590535396637411315459053539663741131545905353966374113154590535396637411315459053539663741131545905353966374113154590535396637411315459053539663741131545905353966374113154590535396637411315459053539663741131545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90e58d4c-3377-479e-a3b1-444e408e9724, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af17dd23-b39c-474b-be15-12e158274863, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abb0d1dc-e4d2-4003-8cbc-5ce11abc6bf2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af17dd23-b39c-474b-be15-12e158274863, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5052051978409524451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50520519784095244515052051978409524451505205197840952445150520519784095244515052051978409524451505205197840952445150520519784095244515052051978409524451505205197840952445150520519784095244515052051978409524451505205197840952445150520519784095244515052051978409524451505205197840952445150520519784095244515052051978409524451505205197840952445150520519784095244515052051978409524451" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9a65398-553d-4852-8ffa-81909dfd96f1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9a65398-553d-4852-8ffa-81909dfd96f1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15950272452562668733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595027245256266873315950272452562668733159502724525626687331595027245256266873315950272452562668733159502724525626687331595027245256266873315950272452562668733159502724525626687331595027245256266873315950272452562668733159502724525626687331595027245256266873315950272452562668733159502724525626687331595027245256266873315950272452562668733159502724525626687331595027245256266873315950272452562668733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af17dd23-b39c-474b-be15-12e158274863, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e2a65fc-23c5-4fd8-9882-45f51ea4cb96, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e2a65fc-23c5-4fd8-9882-45f51ea4cb96, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18361668682224098362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836166868222409836218361668682224098362183616686822240983621836166868222409836218361668682224098362183616686822240983621836166868222409836218361668682224098362183616686822240983621836166868222409836218361668682224098362183616686822240983621836166868222409836218361668682224098362183616686822240983621836166868222409836218361668682224098362183616686822240983621836166868222409836218361668682224098362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9a65398-553d-4852-8ffa-81909dfd96f1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 517ec9e7-d8fb-4205-a58e-3ba1ca7487d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 517ec9e7-d8fb-4205-a58e-3ba1ca7487d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3891472244696246503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38914722446962465033891472244696246503389147224469624650338914722446962465033891472244696246503389147224469624650338914722446962465033891472244696246503389147224469624650338914722446962465033891472244696246503389147224469624650338914722446962465033891472244696246503389147224469624650338914722446962465033891472244696246503389147224469624650338914722446962465033891472244696246503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e2a65fc-23c5-4fd8-9882-45f51ea4cb96, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 517ec9e7-d8fb-4205-a58e-3ba1ca7487d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0e277bb-7771-46c9-a023-71b2abe7c1bd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0e277bb-7771-46c9-a023-71b2abe7c1bd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3149602943289829525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31496029432898295253149602943289829525314960294328982952531496029432898295253149602943289829525314960294328982952531496029432898295253149602943289829525314960294328982952531496029432898295253149602943289829525314960294328982952531496029432898295253149602943289829525314960294328982952531496029432898295253149602943289829525314960294328982952531496029432898295253149602943289829525" } } } 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, fd3b8f2a-a689-4130-abe6-2b598d0a98f8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd3b8f2a-a689-4130-abe6-2b598d0a98f8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4534443612521782923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45344436125217829234534443612521782923453444361252178292345344436125217829234534443612521782923453444361252178292345344436125217829234534443612521782923453444361252178292345344436125217829234534443612521782923453444361252178292345344436125217829234534443612521782923453444361252178292345344436125217829234534443612521782923453444361252178292345344436125217829234534443612521782923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0e277bb-7771-46c9-a023-71b2abe7c1bd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd3b8f2a-a689-4130-abe6-2b598d0a98f8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f59b851-002c-4a48-baf5-6d83c2e65c0e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f59b851-002c-4a48-baf5-6d83c2e65c0e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 362071719539376317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317" } } } 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, b70d325a-f39d-48e1-b3f4-3563cde6862e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b70d325a-f39d-48e1-b3f4-3563cde6862e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18010894559823050716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801089455982305071618010894559823050716180108945598230507161801089455982305071618010894559823050716180108945598230507161801089455982305071618010894559823050716180108945598230507161801089455982305071618010894559823050716180108945598230507161801089455982305071618010894559823050716180108945598230507161801089455982305071618010894559823050716180108945598230507161801089455982305071618010894559823050716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b70d325a-f39d-48e1-b3f4-3563cde6862e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de4ef6a2-cadc-4521-ae4e-34c951950707, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4ef6a2-cadc-4521-ae4e-34c951950707, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2545653145965954047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25456531459659540472545653145965954047254565314596595404725456531459659540472545653145965954047254565314596595404725456531459659540472545653145965954047254565314596595404725456531459659540472545653145965954047254565314596595404725456531459659540472545653145965954047254565314596595404725456531459659540472545653145965954047254565314596595404725456531459659540472545653145965954047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f59b851-002c-4a48-baf5-6d83c2e65c0e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1aed6cf1-599c-470f-956e-41e7556f0f02, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aed6cf1-599c-470f-956e-41e7556f0f02, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10056264314457373960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005626431445737396010056264314457373960100562643144573739601005626431445737396010056264314457373960100562643144573739601005626431445737396010056264314457373960100562643144573739601005626431445737396010056264314457373960100562643144573739601005626431445737396010056264314457373960100562643144573739601005626431445737396010056264314457373960100562643144573739601005626431445737396010056264314457373960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aed6cf1-599c-470f-956e-41e7556f0f02, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4ef6a2-cadc-4521-ae4e-34c951950707, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d02c0964-a7cd-47e0-abfb-bc0e8909437f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d02c0964-a7cd-47e0-abfb-bc0e8909437f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11948930928710155002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194893092871015500211948930928710155002119489309287101550021194893092871015500211948930928710155002119489309287101550021194893092871015500211948930928710155002119489309287101550021194893092871015500211948930928710155002119489309287101550021194893092871015500211948930928710155002119489309287101550021194893092871015500211948930928710155002119489309287101550021194893092871015500211948930928710155002" } } } 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, faf87d16-bc03-4602-9032-28ad410b5d53, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faf87d16-bc03-4602-9032-28ad410b5d53, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9488286436414868431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94882864364148684319488286436414868431948828643641486843194882864364148684319488286436414868431948828643641486843194882864364148684319488286436414868431948828643641486843194882864364148684319488286436414868431948828643641486843194882864364148684319488286436414868431948828643641486843194882864364148684319488286436414868431948828643641486843194882864364148684319488286436414868431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d02c0964-a7cd-47e0-abfb-bc0e8909437f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be92a38c-072a-4d89-8104-06c51d3cc385, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be92a38c-072a-4d89-8104-06c51d3cc385, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10929793908952040675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092979390895204067510929793908952040675109297939089520406751092979390895204067510929793908952040675109297939089520406751092979390895204067510929793908952040675109297939089520406751092979390895204067510929793908952040675109297939089520406751092979390895204067510929793908952040675109297939089520406751092979390895204067510929793908952040675109297939089520406751092979390895204067510929793908952040675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faf87d16-bc03-4602-9032-28ad410b5d53, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa51d147-9756-492d-a0fd-416ca05035ed, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa51d147-9756-492d-a0fd-416ca05035ed, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9319566194973891766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93195661949738917669319566194973891766931956619497389176693195661949738917669319566194973891766931956619497389176693195661949738917669319566194973891766931956619497389176693195661949738917669319566194973891766931956619497389176693195661949738917669319566194973891766931956619497389176693195661949738917669319566194973891766931956619497389176693195661949738917669319566194973891766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa51d147-9756-492d-a0fd-416ca05035ed, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be92a38c-072a-4d89-8104-06c51d3cc385, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1ef20ab-3c65-42fe-a30d-f833733e17ec, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 801f8ea7-f4d4-45c8-a861-292123f1940f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1ef20ab-3c65-42fe-a30d-f833733e17ec, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4243757780177735116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42437577801777351164243757780177735116424375778017773511642437577801777351164243757780177735116424375778017773511642437577801777351164243757780177735116424375778017773511642437577801777351164243757780177735116424375778017773511642437577801777351164243757780177735116424375778017773511642437577801777351164243757780177735116424375778017773511642437577801777351164243757780177735116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 801f8ea7-f4d4-45c8-a861-292123f1940f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4887448338995654188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48874483389956541884887448338995654188488744833899565418848874483389956541884887448338995654188488744833899565418848874483389956541884887448338995654188488744833899565418848874483389956541884887448338995654188488744833899565418848874483389956541884887448338995654188488744833899565418848874483389956541884887448338995654188488744833899565418848874483389956541884887448338995654188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1ef20ab-3c65-42fe-a30d-f833733e17ec, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b556f35a-7119-4995-90d7-20ce33df9fd1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b556f35a-7119-4995-90d7-20ce33df9fd1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11184836190188400275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118483619018840027511184836190188400275111848361901884002751118483619018840027511184836190188400275111848361901884002751118483619018840027511184836190188400275111848361901884002751118483619018840027511184836190188400275111848361901884002751118483619018840027511184836190188400275111848361901884002751118483619018840027511184836190188400275111848361901884002751118483619018840027511184836190188400275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 801f8ea7-f4d4-45c8-a861-292123f1940f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03246184-18ac-4921-8857-f97a0d9f6b8f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03246184-18ac-4921-8857-f97a0d9f6b8f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1661619918652957791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16616199186529577911661619918652957791166161991865295779116616199186529577911661619918652957791166161991865295779116616199186529577911661619918652957791166161991865295779116616199186529577911661619918652957791166161991865295779116616199186529577911661619918652957791166161991865295779116616199186529577911661619918652957791166161991865295779116616199186529577911661619918652957791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b556f35a-7119-4995-90d7-20ce33df9fd1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4890dca1-e1d4-4a51-80ab-f431def51ab1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4890dca1-e1d4-4a51-80ab-f431def51ab1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7668731802733368385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76687318027333683857668731802733368385766873180273336838576687318027333683857668731802733368385766873180273336838576687318027333683857668731802733368385766873180273336838576687318027333683857668731802733368385766873180273336838576687318027333683857668731802733368385766873180273336838576687318027333683857668731802733368385766873180273336838576687318027333683857668731802733368385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03246184-18ac-4921-8857-f97a0d9f6b8f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4890dca1-e1d4-4a51-80ab-f431def51ab1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee08334d-e9e4-4567-b1d1-135717d79a33, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc4d9058-9553-4289-b92e-f6ea0f49f2a9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee08334d-e9e4-4567-b1d1-135717d79a33, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6164353138851327940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61643531388513279406164353138851327940616435313885132794061643531388513279406164353138851327940616435313885132794061643531388513279406164353138851327940616435313885132794061643531388513279406164353138851327940616435313885132794061643531388513279406164353138851327940616435313885132794061643531388513279406164353138851327940616435313885132794061643531388513279406164353138851327940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc4d9058-9553-4289-b92e-f6ea0f49f2a9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4485904584734379414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44859045847343794144485904584734379414448590458473437941444859045847343794144485904584734379414448590458473437941444859045847343794144485904584734379414448590458473437941444859045847343794144485904584734379414448590458473437941444859045847343794144485904584734379414448590458473437941444859045847343794144485904584734379414448590458473437941444859045847343794144485904584734379414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee08334d-e9e4-4567-b1d1-135717d79a33, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c806163-cba9-4efb-abb4-fab9252c0ece, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c806163-cba9-4efb-abb4-fab9252c0ece, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15260204662147840815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526020466214784081515260204662147840815152602046621478408151526020466214784081515260204662147840815152602046621478408151526020466214784081515260204662147840815152602046621478408151526020466214784081515260204662147840815152602046621478408151526020466214784081515260204662147840815152602046621478408151526020466214784081515260204662147840815152602046621478408151526020466214784081515260204662147840815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc4d9058-9553-4289-b92e-f6ea0f49f2a9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e3ba3f6-789c-44f2-a3ea-2c41e3099af8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e3ba3f6-789c-44f2-a3ea-2c41e3099af8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16075352372884671616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607535237288467161616075352372884671616160753523728846716161607535237288467161616075352372884671616160753523728846716161607535237288467161616075352372884671616160753523728846716161607535237288467161616075352372884671616160753523728846716161607535237288467161616075352372884671616160753523728846716161607535237288467161616075352372884671616160753523728846716161607535237288467161616075352372884671616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c806163-cba9-4efb-abb4-fab9252c0ece, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48c64fd2-8c26-4029-8a14-5cd12faa7b14, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48c64fd2-8c26-4029-8a14-5cd12faa7b14, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10795165633573074573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079516563357307457310795165633573074573107951656335730745731079516563357307457310795165633573074573107951656335730745731079516563357307457310795165633573074573107951656335730745731079516563357307457310795165633573074573107951656335730745731079516563357307457310795165633573074573107951656335730745731079516563357307457310795165633573074573107951656335730745731079516563357307457310795165633573074573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e3ba3f6-789c-44f2-a3ea-2c41e3099af8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28131af6-70c8-4cbd-bda0-09e0d06a00fd, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28131af6-70c8-4cbd-bda0-09e0d06a00fd, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3396982563763449128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33969825637634491283396982563763449128339698256376344912833969825637634491283396982563763449128339698256376344912833969825637634491283396982563763449128339698256376344912833969825637634491283396982563763449128339698256376344912833969825637634491283396982563763449128339698256376344912833969825637634491283396982563763449128339698256376344912833969825637634491283396982563763449128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48c64fd2-8c26-4029-8a14-5cd12faa7b14, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66201ab1-0b35-4500-aedd-99c649cead37, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66201ab1-0b35-4500-aedd-99c649cead37, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17526145318633121364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752614531863312136417526145318633121364175261453186331213641752614531863312136417526145318633121364175261453186331213641752614531863312136417526145318633121364175261453186331213641752614531863312136417526145318633121364175261453186331213641752614531863312136417526145318633121364175261453186331213641752614531863312136417526145318633121364175261453186331213641752614531863312136417526145318633121364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28131af6-70c8-4cbd-bda0-09e0d06a00fd, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66201ab1-0b35-4500-aedd-99c649cead37, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8072fc7c-a1e4-4650-8644-88d1f49c586e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28e1618c-849f-4d95-8e70-42ad7b0b75ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28e1618c-849f-4d95-8e70-42ad7b0b75ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17484206938063139892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748420693806313989217484206938063139892174842069380631398921748420693806313989217484206938063139892174842069380631398921748420693806313989217484206938063139892174842069380631398921748420693806313989217484206938063139892174842069380631398921748420693806313989217484206938063139892174842069380631398921748420693806313989217484206938063139892174842069380631398921748420693806313989217484206938063139892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8072fc7c-a1e4-4650-8644-88d1f49c586e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3078375441172890216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30783754411728902163078375441172890216307837544117289021630783754411728902163078375441172890216307837544117289021630783754411728902163078375441172890216307837544117289021630783754411728902163078375441172890216307837544117289021630783754411728902163078375441172890216307837544117289021630783754411728902163078375441172890216307837544117289021630783754411728902163078375441172890216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28e1618c-849f-4d95-8e70-42ad7b0b75ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6602637d-855f-4ee5-af8f-74963616f5da, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8072fc7c-a1e4-4650-8644-88d1f49c586e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 334de500-11e5-4fce-ac97-61036e7d3516, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6602637d-855f-4ee5-af8f-74963616f5da, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15322573243387725106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532257324338772510615322573243387725106153225732433877251061532257324338772510615322573243387725106153225732433877251061532257324338772510615322573243387725106153225732433877251061532257324338772510615322573243387725106153225732433877251061532257324338772510615322573243387725106153225732433877251061532257324338772510615322573243387725106153225732433877251061532257324338772510615322573243387725106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 334de500-11e5-4fce-ac97-61036e7d3516, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13258480364288602673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325848036428860267313258480364288602673132584803642886026731325848036428860267313258480364288602673132584803642886026731325848036428860267313258480364288602673132584803642886026731325848036428860267313258480364288602673132584803642886026731325848036428860267313258480364288602673132584803642886026731325848036428860267313258480364288602673132584803642886026731325848036428860267313258480364288602673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 334de500-11e5-4fce-ac97-61036e7d3516, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d443921-5526-4e93-b389-a8ca90c3dcfb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d443921-5526-4e93-b389-a8ca90c3dcfb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16190272611002362885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619027261100236288516190272611002362885161902726110023628851619027261100236288516190272611002362885161902726110023628851619027261100236288516190272611002362885161902726110023628851619027261100236288516190272611002362885161902726110023628851619027261100236288516190272611002362885161902726110023628851619027261100236288516190272611002362885161902726110023628851619027261100236288516190272611002362885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6602637d-855f-4ee5-af8f-74963616f5da, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ca002c7-7355-4301-aa91-6853aa24eaef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca002c7-7355-4301-aa91-6853aa24eaef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10783257568949389887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078325756894938988710783257568949389887107832575689493898871078325756894938988710783257568949389887107832575689493898871078325756894938988710783257568949389887107832575689493898871078325756894938988710783257568949389887107832575689493898871078325756894938988710783257568949389887107832575689493898871078325756894938988710783257568949389887107832575689493898871078325756894938988710783257568949389887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d443921-5526-4e93-b389-a8ca90c3dcfb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c74eff9-f16d-476a-b476-a5db6fe46998, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c74eff9-f16d-476a-b476-a5db6fe46998, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9042082825526709439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90420828255267094399042082825526709439904208282552670943990420828255267094399042082825526709439904208282552670943990420828255267094399042082825526709439904208282552670943990420828255267094399042082825526709439904208282552670943990420828255267094399042082825526709439904208282552670943990420828255267094399042082825526709439904208282552670943990420828255267094399042082825526709439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca002c7-7355-4301-aa91-6853aa24eaef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 547613a0-050e-4a36-9fcf-54912add95a6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 547613a0-050e-4a36-9fcf-54912add95a6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15791509707048299015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579150970704829901515791509707048299015157915097070482990151579150970704829901515791509707048299015157915097070482990151579150970704829901515791509707048299015157915097070482990151579150970704829901515791509707048299015157915097070482990151579150970704829901515791509707048299015157915097070482990151579150970704829901515791509707048299015157915097070482990151579150970704829901515791509707048299015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 547613a0-050e-4a36-9fcf-54912add95a6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ff57136-9323-4e77-92fe-1e5fa1594b88, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ff57136-9323-4e77-92fe-1e5fa1594b88, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17611256684111727264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761125668411172726417611256684111727264176112566841117272641761125668411172726417611256684111727264176112566841117272641761125668411172726417611256684111727264176112566841117272641761125668411172726417611256684111727264176112566841117272641761125668411172726417611256684111727264176112566841117272641761125668411172726417611256684111727264176112566841117272641761125668411172726417611256684111727264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c74eff9-f16d-476a-b476-a5db6fe46998, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a40ced7-7598-441b-9c0d-2f29aec9ac5a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a40ced7-7598-441b-9c0d-2f29aec9ac5a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18365272790239148643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836527279023914864318365272790239148643183652727902391486431836527279023914864318365272790239148643183652727902391486431836527279023914864318365272790239148643183652727902391486431836527279023914864318365272790239148643183652727902391486431836527279023914864318365272790239148643183652727902391486431836527279023914864318365272790239148643183652727902391486431836527279023914864318365272790239148643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ff57136-9323-4e77-92fe-1e5fa1594b88, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a40ced7-7598-441b-9c0d-2f29aec9ac5a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d07ebca8-0eb4-49ad-8cc7-28d7068a9448, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07ebca8-0eb4-49ad-8cc7-28d7068a9448, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7552680390532079242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75526803905320792427552680390532079242755268039053207924275526803905320792427552680390532079242755268039053207924275526803905320792427552680390532079242755268039053207924275526803905320792427552680390532079242755268039053207924275526803905320792427552680390532079242755268039053207924275526803905320792427552680390532079242755268039053207924275526803905320792427552680390532079242" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0750e6af-d26d-4a6c-bb31-687cf1cf5c29, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0750e6af-d26d-4a6c-bb31-687cf1cf5c29, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15037941204128847813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503794120412884781315037941204128847813150379412041288478131503794120412884781315037941204128847813150379412041288478131503794120412884781315037941204128847813150379412041288478131503794120412884781315037941204128847813150379412041288478131503794120412884781315037941204128847813150379412041288478131503794120412884781315037941204128847813150379412041288478131503794120412884781315037941204128847813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07ebca8-0eb4-49ad-8cc7-28d7068a9448, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10ad1219-118d-4048-86ce-76e05fd192bd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10ad1219-118d-4048-86ce-76e05fd192bd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11659582409155594427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165958240915559442711659582409155594427116595824091555944271165958240915559442711659582409155594427116595824091555944271165958240915559442711659582409155594427116595824091555944271165958240915559442711659582409155594427116595824091555944271165958240915559442711659582409155594427116595824091555944271165958240915559442711659582409155594427116595824091555944271165958240915559442711659582409155594427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0750e6af-d26d-4a6c-bb31-687cf1cf5c29, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32cbdfbd-f09a-43df-bfc6-f7d5f7762fcf, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32cbdfbd-f09a-43df-bfc6-f7d5f7762fcf, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13116085400929438979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311608540092943897913116085400929438979131160854009294389791311608540092943897913116085400929438979131160854009294389791311608540092943897913116085400929438979131160854009294389791311608540092943897913116085400929438979131160854009294389791311608540092943897913116085400929438979131160854009294389791311608540092943897913116085400929438979131160854009294389791311608540092943897913116085400929438979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10ad1219-118d-4048-86ce-76e05fd192bd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b734fb1-fbdd-4781-b49c-833de92d6eba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32cbdfbd-f09a-43df-bfc6-f7d5f7762fcf, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b734fb1-fbdd-4781-b49c-833de92d6eba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5007841288207131602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50078412882071316025007841288207131602500784128820713160250078412882071316025007841288207131602500784128820713160250078412882071316025007841288207131602500784128820713160250078412882071316025007841288207131602500784128820713160250078412882071316025007841288207131602500784128820713160250078412882071316025007841288207131602500784128820713160250078412882071316025007841288207131602" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e29838c-1fd2-421b-af52-2f557fe4ccbc, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b734fb1-fbdd-4781-b49c-833de92d6eba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e29838c-1fd2-421b-af52-2f557fe4ccbc, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8110437917378951175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81104379173789511758110437917378951175811043791737895117581104379173789511758110437917378951175811043791737895117581104379173789511758110437917378951175811043791737895117581104379173789511758110437917378951175811043791737895117581104379173789511758110437917378951175811043791737895117581104379173789511758110437917378951175811043791737895117581104379173789511758110437917378951175" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 557c795a-0548-4148-a341-d04ee33e48f8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 557c795a-0548-4148-a341-d04ee33e48f8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14334514493605517707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433451449360551770714334514493605517707143345144936055177071433451449360551770714334514493605517707143345144936055177071433451449360551770714334514493605517707143345144936055177071433451449360551770714334514493605517707143345144936055177071433451449360551770714334514493605517707143345144936055177071433451449360551770714334514493605517707143345144936055177071433451449360551770714334514493605517707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e29838c-1fd2-421b-af52-2f557fe4ccbc, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbe5088f-b65a-4bc3-bb7e-2d6ed2ecfa8f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 557c795a-0548-4148-a341-d04ee33e48f8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbe5088f-b65a-4bc3-bb7e-2d6ed2ecfa8f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12332106562933005675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233210656293300567512332106562933005675123321065629330056751233210656293300567512332106562933005675123321065629330056751233210656293300567512332106562933005675123321065629330056751233210656293300567512332106562933005675123321065629330056751233210656293300567512332106562933005675123321065629330056751233210656293300567512332106562933005675123321065629330056751233210656293300567512332106562933005675" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29003c12-82c5-4e0b-a36a-610eb9c0cadd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29003c12-82c5-4e0b-a36a-610eb9c0cadd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15597696730782756058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559769673078275605815597696730782756058155976967307827560581559769673078275605815597696730782756058155976967307827560581559769673078275605815597696730782756058155976967307827560581559769673078275605815597696730782756058155976967307827560581559769673078275605815597696730782756058155976967307827560581559769673078275605815597696730782756058155976967307827560581559769673078275605815597696730782756058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbe5088f-b65a-4bc3-bb7e-2d6ed2ecfa8f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26d91825-a263-4b1e-a839-6259999eacdb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26d91825-a263-4b1e-a839-6259999eacdb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6727778697266430548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67277786972664305486727778697266430548672777869726643054867277786972664305486727778697266430548672777869726643054867277786972664305486727778697266430548672777869726643054867277786972664305486727778697266430548672777869726643054867277786972664305486727778697266430548672777869726643054867277786972664305486727778697266430548672777869726643054867277786972664305486727778697266430548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29003c12-82c5-4e0b-a36a-610eb9c0cadd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddcbf43b-60c3-4e06-8940-c1a9ccc04d21, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26d91825-a263-4b1e-a839-6259999eacdb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72b5a12a-7074-466b-a980-ee609902e47d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72b5a12a-7074-466b-a980-ee609902e47d, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2243799584869818523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22437995848698185232243799584869818523224379958486981852322437995848698185232243799584869818523224379958486981852322437995848698185232243799584869818523224379958486981852322437995848698185232243799584869818523224379958486981852322437995848698185232243799584869818523224379958486981852322437995848698185232243799584869818523224379958486981852322437995848698185232243799584869818523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddcbf43b-60c3-4e06-8940-c1a9ccc04d21, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3839059805482818853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38390598054828188533839059805482818853383905980548281885338390598054828188533839059805482818853383905980548281885338390598054828188533839059805482818853383905980548281885338390598054828188533839059805482818853383905980548281885338390598054828188533839059805482818853383905980548281885338390598054828188533839059805482818853383905980548281885338390598054828188533839059805482818853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72b5a12a-7074-466b-a980-ee609902e47d, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abaa0fce-7a43-48cf-81c4-455c8909b15b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abaa0fce-7a43-48cf-81c4-455c8909b15b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9418070802529704272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94180708025297042729418070802529704272941807080252970427294180708025297042729418070802529704272941807080252970427294180708025297042729418070802529704272941807080252970427294180708025297042729418070802529704272941807080252970427294180708025297042729418070802529704272941807080252970427294180708025297042729418070802529704272941807080252970427294180708025297042729418070802529704272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddcbf43b-60c3-4e06-8940-c1a9ccc04d21, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c15f8c3-4507-4986-b58b-f1b0cf98b409, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c15f8c3-4507-4986-b58b-f1b0cf98b409, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5394148439541401348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53941484395414013485394148439541401348539414843954140134853941484395414013485394148439541401348539414843954140134853941484395414013485394148439541401348539414843954140134853941484395414013485394148439541401348539414843954140134853941484395414013485394148439541401348539414843954140134853941484395414013485394148439541401348539414843954140134853941484395414013485394148439541401348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abaa0fce-7a43-48cf-81c4-455c8909b15b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3769ebb0-4885-42dd-968e-463e6d6a3349, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3769ebb0-4885-42dd-968e-463e6d6a3349, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16875895517766856041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687589551776685604116875895517766856041168758955177668560411687589551776685604116875895517766856041168758955177668560411687589551776685604116875895517766856041168758955177668560411687589551776685604116875895517766856041168758955177668560411687589551776685604116875895517766856041168758955177668560411687589551776685604116875895517766856041168758955177668560411687589551776685604116875895517766856041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c15f8c3-4507-4986-b58b-f1b0cf98b409, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60b49b29-1b99-48d1-913d-900508914959, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60b49b29-1b99-48d1-913d-900508914959, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4495678680747931119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44956786807479311194495678680747931119449567868074793111944956786807479311194495678680747931119449567868074793111944956786807479311194495678680747931119449567868074793111944956786807479311194495678680747931119449567868074793111944956786807479311194495678680747931119449567868074793111944956786807479311194495678680747931119449567868074793111944956786807479311194495678680747931119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3769ebb0-4885-42dd-968e-463e6d6a3349, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6c7482f-4e94-440f-82be-03d6d866564f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6c7482f-4e94-440f-82be-03d6d866564f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18305818893686493357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830581889368649335718305818893686493357183058188936864933571830581889368649335718305818893686493357183058188936864933571830581889368649335718305818893686493357183058188936864933571830581889368649335718305818893686493357183058188936864933571830581889368649335718305818893686493357183058188936864933571830581889368649335718305818893686493357183058188936864933571830581889368649335718305818893686493357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60b49b29-1b99-48d1-913d-900508914959, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5ebb327-db2a-442a-840c-9482209c75b1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5ebb327-db2a-442a-840c-9482209c75b1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3733354581019328440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37333545810193284403733354581019328440373335458101932844037333545810193284403733354581019328440373335458101932844037333545810193284403733354581019328440373335458101932844037333545810193284403733354581019328440373335458101932844037333545810193284403733354581019328440373335458101932844037333545810193284403733354581019328440373335458101932844037333545810193284403733354581019328440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5ebb327-db2a-442a-840c-9482209c75b1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfa6f71f-dcb6-4fc2-b50e-66f12eb20fd6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa6f71f-dcb6-4fc2-b50e-66f12eb20fd6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3976110736832155669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39761107368321556693976110736832155669397611073683215566939761107368321556693976110736832155669397611073683215566939761107368321556693976110736832155669397611073683215566939761107368321556693976110736832155669397611073683215566939761107368321556693976110736832155669397611073683215566939761107368321556693976110736832155669397611073683215566939761107368321556693976110736832155669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6c7482f-4e94-440f-82be-03d6d866564f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa6f71f-dcb6-4fc2-b50e-66f12eb20fd6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2d3e973-7d8a-498d-bc98-233ee0627405, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06b9033b-0156-40b0-818d-66a01107360e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d3e973-7d8a-498d-bc98-233ee0627405, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12734185877592115947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273418587759211594712734185877592115947127341858775921159471273418587759211594712734185877592115947127341858775921159471273418587759211594712734185877592115947127341858775921159471273418587759211594712734185877592115947127341858775921159471273418587759211594712734185877592115947127341858775921159471273418587759211594712734185877592115947127341858775921159471273418587759211594712734185877592115947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b9033b-0156-40b0-818d-66a01107360e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5751524477583828120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57515244775838281205751524477583828120575152447758382812057515244775838281205751524477583828120575152447758382812057515244775838281205751524477583828120575152447758382812057515244775838281205751524477583828120575152447758382812057515244775838281205751524477583828120575152447758382812057515244775838281205751524477583828120575152447758382812057515244775838281205751524477583828120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d3e973-7d8a-498d-bc98-233ee0627405, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d78b302c-e5b0-4927-a8c0-294d765c1aa3, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d78b302c-e5b0-4927-a8c0-294d765c1aa3, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10015913472068982472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001591347206898247210015913472068982472100159134720689824721001591347206898247210015913472068982472100159134720689824721001591347206898247210015913472068982472100159134720689824721001591347206898247210015913472068982472100159134720689824721001591347206898247210015913472068982472100159134720689824721001591347206898247210015913472068982472100159134720689824721001591347206898247210015913472068982472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b9033b-0156-40b0-818d-66a01107360e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d27d8918-fbc2-4eea-98b9-19d1bb74746d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d78b302c-e5b0-4927-a8c0-294d765c1aa3, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d27d8918-fbc2-4eea-98b9-19d1bb74746d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4738669118790757504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47386691187907575044738669118790757504473866911879075750447386691187907575044738669118790757504473866911879075750447386691187907575044738669118790757504473866911879075750447386691187907575044738669118790757504473866911879075750447386691187907575044738669118790757504473866911879075750447386691187907575044738669118790757504473866911879075750447386691187907575044738669118790757504" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcbb56c9-b5fe-4c9d-928f-b68cd1335f77, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcbb56c9-b5fe-4c9d-928f-b68cd1335f77, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5729913322570189433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57299133225701894335729913322570189433572991332257018943357299133225701894335729913322570189433572991332257018943357299133225701894335729913322570189433572991332257018943357299133225701894335729913322570189433572991332257018943357299133225701894335729913322570189433572991332257018943357299133225701894335729913322570189433572991332257018943357299133225701894335729913322570189433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d27d8918-fbc2-4eea-98b9-19d1bb74746d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c5b470e-5516-45e0-943c-634101aee03f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c5b470e-5516-45e0-943c-634101aee03f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11731875998505841430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173187599850584143011731875998505841430117318759985058414301173187599850584143011731875998505841430117318759985058414301173187599850584143011731875998505841430117318759985058414301173187599850584143011731875998505841430117318759985058414301173187599850584143011731875998505841430117318759985058414301173187599850584143011731875998505841430117318759985058414301173187599850584143011731875998505841430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcbb56c9-b5fe-4c9d-928f-b68cd1335f77, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f04c05b0-7242-46ea-b2a0-b8f13f8067f9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f04c05b0-7242-46ea-b2a0-b8f13f8067f9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7933670209390464299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79336702093904642997933670209390464299793367020939046429979336702093904642997933670209390464299793367020939046429979336702093904642997933670209390464299793367020939046429979336702093904642997933670209390464299793367020939046429979336702093904642997933670209390464299793367020939046429979336702093904642997933670209390464299793367020939046429979336702093904642997933670209390464299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c5b470e-5516-45e0-943c-634101aee03f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac907fec-cb1b-4de7-a3cc-2b86c121be8b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac907fec-cb1b-4de7-a3cc-2b86c121be8b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18370764611673815553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837076461167381555318370764611673815553183707646116738155531837076461167381555318370764611673815553183707646116738155531837076461167381555318370764611673815553183707646116738155531837076461167381555318370764611673815553183707646116738155531837076461167381555318370764611673815553183707646116738155531837076461167381555318370764611673815553183707646116738155531837076461167381555318370764611673815553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f04c05b0-7242-46ea-b2a0-b8f13f8067f9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00e9f0e3-f9c5-460a-b882-838de0cefe79, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00e9f0e3-f9c5-460a-b882-838de0cefe79, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13635123193993118798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363512319399311879813635123193993118798136351231939931187981363512319399311879813635123193993118798136351231939931187981363512319399311879813635123193993118798136351231939931187981363512319399311879813635123193993118798136351231939931187981363512319399311879813635123193993118798136351231939931187981363512319399311879813635123193993118798136351231939931187981363512319399311879813635123193993118798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac907fec-cb1b-4de7-a3cc-2b86c121be8b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04fdba3d-eb76-446e-bf8b-04aa4c0295c3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04fdba3d-eb76-446e-bf8b-04aa4c0295c3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13480198558751481770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348019855875148177013480198558751481770134801985587514817701348019855875148177013480198558751481770134801985587514817701348019855875148177013480198558751481770134801985587514817701348019855875148177013480198558751481770134801985587514817701348019855875148177013480198558751481770134801985587514817701348019855875148177013480198558751481770134801985587514817701348019855875148177013480198558751481770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00e9f0e3-f9c5-460a-b882-838de0cefe79, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7df6d54c-0d9d-4bec-a93b-1c86a6418da1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7df6d54c-0d9d-4bec-a93b-1c86a6418da1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7606420967053732144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76064209670537321447606420967053732144760642096705373214476064209670537321447606420967053732144760642096705373214476064209670537321447606420967053732144760642096705373214476064209670537321447606420967053732144760642096705373214476064209670537321447606420967053732144760642096705373214476064209670537321447606420967053732144760642096705373214476064209670537321447606420967053732144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04fdba3d-eb76-446e-bf8b-04aa4c0295c3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 577e8ee8-6fc7-4a48-8e6b-c9aa947ef5fc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 577e8ee8-6fc7-4a48-8e6b-c9aa947ef5fc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1326469902740297441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13264699027402974411326469902740297441132646990274029744113264699027402974411326469902740297441132646990274029744113264699027402974411326469902740297441132646990274029744113264699027402974411326469902740297441132646990274029744113264699027402974411326469902740297441132646990274029744113264699027402974411326469902740297441132646990274029744113264699027402974411326469902740297441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 577e8ee8-6fc7-4a48-8e6b-c9aa947ef5fc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7df6d54c-0d9d-4bec-a93b-1c86a6418da1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d1860ab-9f6f-43c2-8f5c-fe3e0172e462, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d1860ab-9f6f-43c2-8f5c-fe3e0172e462, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8996672507568060415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89966725075680604158996672507568060415899667250756806041589966725075680604158996672507568060415899667250756806041589966725075680604158996672507568060415899667250756806041589966725075680604158996672507568060415899667250756806041589966725075680604158996672507568060415899667250756806041589966725075680604158996672507568060415899667250756806041589966725075680604158996672507568060415" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 591881f5-acce-42d2-b086-2d71e96e41d3, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 591881f5-acce-42d2-b086-2d71e96e41d3, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2852406490401563747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28524064904015637472852406490401563747285240649040156374728524064904015637472852406490401563747285240649040156374728524064904015637472852406490401563747285240649040156374728524064904015637472852406490401563747285240649040156374728524064904015637472852406490401563747285240649040156374728524064904015637472852406490401563747285240649040156374728524064904015637472852406490401563747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d1860ab-9f6f-43c2-8f5c-fe3e0172e462, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3aeaa7e-6420-43ec-a4f8-de3b5779f178, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 591881f5-acce-42d2-b086-2d71e96e41d3, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87ecf631-2d43-44eb-8140-1db4e8985b1c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3aeaa7e-6420-43ec-a4f8-de3b5779f178, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12215340785821731188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221534078582173118812215340785821731188122153407858217311881221534078582173118812215340785821731188122153407858217311881221534078582173118812215340785821731188122153407858217311881221534078582173118812215340785821731188122153407858217311881221534078582173118812215340785821731188122153407858217311881221534078582173118812215340785821731188122153407858217311881221534078582173118812215340785821731188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87ecf631-2d43-44eb-8140-1db4e8985b1c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9467556343671629230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94675563436716292309467556343671629230946755634367162923094675563436716292309467556343671629230946755634367162923094675563436716292309467556343671629230946755634367162923094675563436716292309467556343671629230946755634367162923094675563436716292309467556343671629230946755634367162923094675563436716292309467556343671629230946755634367162923094675563436716292309467556343671629230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3aeaa7e-6420-43ec-a4f8-de3b5779f178, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47e344ec-f7ab-4902-9553-9f8f449b97f8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47e344ec-f7ab-4902-9553-9f8f449b97f8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2633731002417879671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26337310024178796712633731002417879671263373100241787967126337310024178796712633731002417879671263373100241787967126337310024178796712633731002417879671263373100241787967126337310024178796712633731002417879671263373100241787967126337310024178796712633731002417879671263373100241787967126337310024178796712633731002417879671263373100241787967126337310024178796712633731002417879671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87ecf631-2d43-44eb-8140-1db4e8985b1c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9723ae82-405e-43f0-b8c2-61e0a0f6d866, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9723ae82-405e-43f0-b8c2-61e0a0f6d866, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8308789477849768800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83087894778497688008308789477849768800830878947784976880083087894778497688008308789477849768800830878947784976880083087894778497688008308789477849768800830878947784976880083087894778497688008308789477849768800830878947784976880083087894778497688008308789477849768800830878947784976880083087894778497688008308789477849768800830878947784976880083087894778497688008308789477849768800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9723ae82-405e-43f0-b8c2-61e0a0f6d866, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47e344ec-f7ab-4902-9553-9f8f449b97f8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73671480-7278-47aa-9a61-91dea58d50c1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73671480-7278-47aa-9a61-91dea58d50c1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17398182147010937918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739818214701093791817398182147010937918173981821470109379181739818214701093791817398182147010937918173981821470109379181739818214701093791817398182147010937918173981821470109379181739818214701093791817398182147010937918173981821470109379181739818214701093791817398182147010937918173981821470109379181739818214701093791817398182147010937918173981821470109379181739818214701093791817398182147010937918" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c8bced8-d4fa-45bb-ad62-998b57ed40d1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c8bced8-d4fa-45bb-ad62-998b57ed40d1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2584455894369610970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25844558943696109702584455894369610970258445589436961097025844558943696109702584455894369610970258445589436961097025844558943696109702584455894369610970258445589436961097025844558943696109702584455894369610970258445589436961097025844558943696109702584455894369610970258445589436961097025844558943696109702584455894369610970258445589436961097025844558943696109702584455894369610970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73671480-7278-47aa-9a61-91dea58d50c1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c8bced8-d4fa-45bb-ad62-998b57ed40d1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65236539-a27c-4b3a-aebf-a33699975ed6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a30e1d7-b7ac-4952-b7ad-50a115b65604, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65236539-a27c-4b3a-aebf-a33699975ed6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11109753183104686584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110975318310468658411109753183104686584111097531831046865841110975318310468658411109753183104686584111097531831046865841110975318310468658411109753183104686584111097531831046865841110975318310468658411109753183104686584111097531831046865841110975318310468658411109753183104686584111097531831046865841110975318310468658411109753183104686584111097531831046865841110975318310468658411109753183104686584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a30e1d7-b7ac-4952-b7ad-50a115b65604, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3320458960784172704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33204589607841727043320458960784172704332045896078417270433204589607841727043320458960784172704332045896078417270433204589607841727043320458960784172704332045896078417270433204589607841727043320458960784172704332045896078417270433204589607841727043320458960784172704332045896078417270433204589607841727043320458960784172704332045896078417270433204589607841727043320458960784172704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65236539-a27c-4b3a-aebf-a33699975ed6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a30e1d7-b7ac-4952-b7ad-50a115b65604, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7992eac7-c5ad-4c88-8e6b-4073c7010857, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7992eac7-c5ad-4c88-8e6b-4073c7010857, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5939047816105879538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59390478161058795385939047816105879538593904781610587953859390478161058795385939047816105879538593904781610587953859390478161058795385939047816105879538593904781610587953859390478161058795385939047816105879538593904781610587953859390478161058795385939047816105879538593904781610587953859390478161058795385939047816105879538593904781610587953859390478161058795385939047816105879538" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7992eac7-c5ad-4c88-8e6b-4073c7010857, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 693b6690-d78e-4e69-a335-51ecde57d0b2, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 693b6690-d78e-4e69-a335-51ecde57d0b2, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17207668670582824600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720766867058282460017207668670582824600172076686705828246001720766867058282460017207668670582824600172076686705828246001720766867058282460017207668670582824600172076686705828246001720766867058282460017207668670582824600172076686705828246001720766867058282460017207668670582824600172076686705828246001720766867058282460017207668670582824600172076686705828246001720766867058282460017207668670582824600" } } } 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, 6612c327-ec0b-4d39-9203-23b78d8411a9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6612c327-ec0b-4d39-9203-23b78d8411a9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5102861381041270990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51028613810412709905102861381041270990510286138104127099051028613810412709905102861381041270990510286138104127099051028613810412709905102861381041270990510286138104127099051028613810412709905102861381041270990510286138104127099051028613810412709905102861381041270990510286138104127099051028613810412709905102861381041270990510286138104127099051028613810412709905102861381041270990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 693b6690-d78e-4e69-a335-51ecde57d0b2, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42b13dc7-0ec3-4d5e-9fc4-ae916963ef8a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6612c327-ec0b-4d39-9203-23b78d8411a9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42b13dc7-0ec3-4d5e-9fc4-ae916963ef8a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3807461292396680916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38074612923966809163807461292396680916380746129239668091638074612923966809163807461292396680916380746129239668091638074612923966809163807461292396680916380746129239668091638074612923966809163807461292396680916380746129239668091638074612923966809163807461292396680916380746129239668091638074612923966809163807461292396680916380746129239668091638074612923966809163807461292396680916" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3897e405-17d3-43de-8247-ebbf979b3f08, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3897e405-17d3-43de-8247-ebbf979b3f08, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5943077461255077120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59430774612550771205943077461255077120594307746125507712059430774612550771205943077461255077120594307746125507712059430774612550771205943077461255077120594307746125507712059430774612550771205943077461255077120594307746125507712059430774612550771205943077461255077120594307746125507712059430774612550771205943077461255077120594307746125507712059430774612550771205943077461255077120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42b13dc7-0ec3-4d5e-9fc4-ae916963ef8a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e59ce7b-f28e-46f8-84d4-f0c5c4aca91e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e59ce7b-f28e-46f8-84d4-f0c5c4aca91e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3490252675895398747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34902526758953987473490252675895398747349025267589539874734902526758953987473490252675895398747349025267589539874734902526758953987473490252675895398747349025267589539874734902526758953987473490252675895398747349025267589539874734902526758953987473490252675895398747349025267589539874734902526758953987473490252675895398747349025267589539874734902526758953987473490252675895398747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3897e405-17d3-43de-8247-ebbf979b3f08, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9632d24-8663-450e-9eca-08510fc71ea7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9632d24-8663-450e-9eca-08510fc71ea7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12091388475983366448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209138847598336644812091388475983366448120913884759833664481209138847598336644812091388475983366448120913884759833664481209138847598336644812091388475983366448120913884759833664481209138847598336644812091388475983366448120913884759833664481209138847598336644812091388475983366448120913884759833664481209138847598336644812091388475983366448120913884759833664481209138847598336644812091388475983366448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e59ce7b-f28e-46f8-84d4-f0c5c4aca91e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9632d24-8663-450e-9eca-08510fc71ea7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74a43733-6ef9-4f5a-94af-8a6d61354ae9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74a43733-6ef9-4f5a-94af-8a6d61354ae9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7319613932925561992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73196139329255619927319613932925561992731961393292556199273196139329255619927319613932925561992731961393292556199273196139329255619927319613932925561992731961393292556199273196139329255619927319613932925561992731961393292556199273196139329255619927319613932925561992731961393292556199273196139329255619927319613932925561992731961393292556199273196139329255619927319613932925561992" } } } 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, 81defdc1-2278-4eee-8fce-a646d930d7fe, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81defdc1-2278-4eee-8fce-a646d930d7fe, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7438401529111471845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74384015291114718457438401529111471845743840152911147184574384015291114718457438401529111471845743840152911147184574384015291114718457438401529111471845743840152911147184574384015291114718457438401529111471845743840152911147184574384015291114718457438401529111471845743840152911147184574384015291114718457438401529111471845743840152911147184574384015291114718457438401529111471845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74a43733-6ef9-4f5a-94af-8a6d61354ae9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb3ef5c2-a37d-4d33-8e8a-371ee8516dd3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb3ef5c2-a37d-4d33-8e8a-371ee8516dd3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4832263937740999828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48322639377409998284832263937740999828483226393774099982848322639377409998284832263937740999828483226393774099982848322639377409998284832263937740999828483226393774099982848322639377409998284832263937740999828483226393774099982848322639377409998284832263937740999828483226393774099982848322639377409998284832263937740999828483226393774099982848322639377409998284832263937740999828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81defdc1-2278-4eee-8fce-a646d930d7fe, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62a4fa58-9bf6-4080-aab5-87de19d7707b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62a4fa58-9bf6-4080-aab5-87de19d7707b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11158875937656796597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115887593765679659711158875937656796597111588759376567965971115887593765679659711158875937656796597111588759376567965971115887593765679659711158875937656796597111588759376567965971115887593765679659711158875937656796597111588759376567965971115887593765679659711158875937656796597111588759376567965971115887593765679659711158875937656796597111588759376567965971115887593765679659711158875937656796597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb3ef5c2-a37d-4d33-8e8a-371ee8516dd3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 755e60f4-b221-4d6d-bc41-4662a6768eda, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 755e60f4-b221-4d6d-bc41-4662a6768eda, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1075875231134948340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10758752311349483401075875231134948340107587523113494834010758752311349483401075875231134948340107587523113494834010758752311349483401075875231134948340107587523113494834010758752311349483401075875231134948340107587523113494834010758752311349483401075875231134948340107587523113494834010758752311349483401075875231134948340107587523113494834010758752311349483401075875231134948340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62a4fa58-9bf6-4080-aab5-87de19d7707b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a6ee954-7a46-43ae-84a2-3728cb5d72a8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a6ee954-7a46-43ae-84a2-3728cb5d72a8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6236341310690807852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62363413106908078526236341310690807852623634131069080785262363413106908078526236341310690807852623634131069080785262363413106908078526236341310690807852623634131069080785262363413106908078526236341310690807852623634131069080785262363413106908078526236341310690807852623634131069080785262363413106908078526236341310690807852623634131069080785262363413106908078526236341310690807852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 755e60f4-b221-4d6d-bc41-4662a6768eda, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15681bea-e1e9-4b25-bcba-bce2aca5aa69, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15681bea-e1e9-4b25-bcba-bce2aca5aa69, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4129600753629566630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41296007536295666304129600753629566630412960075362956663041296007536295666304129600753629566630412960075362956663041296007536295666304129600753629566630412960075362956663041296007536295666304129600753629566630412960075362956663041296007536295666304129600753629566630412960075362956663041296007536295666304129600753629566630412960075362956663041296007536295666304129600753629566630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a6ee954-7a46-43ae-84a2-3728cb5d72a8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d2ddde6-39a3-4cd5-8b9b-d8ed6543eddf, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d2ddde6-39a3-4cd5-8b9b-d8ed6543eddf, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5025572978007827351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50255729780078273515025572978007827351502557297800782735150255729780078273515025572978007827351502557297800782735150255729780078273515025572978007827351502557297800782735150255729780078273515025572978007827351502557297800782735150255729780078273515025572978007827351502557297800782735150255729780078273515025572978007827351502557297800782735150255729780078273515025572978007827351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15681bea-e1e9-4b25-bcba-bce2aca5aa69, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cceacdb-280e-4d16-970b-718774d3e732, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cceacdb-280e-4d16-970b-718774d3e732, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1920396767144613667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19203967671446136671920396767144613667192039676714461366719203967671446136671920396767144613667192039676714461366719203967671446136671920396767144613667192039676714461366719203967671446136671920396767144613667192039676714461366719203967671446136671920396767144613667192039676714461366719203967671446136671920396767144613667192039676714461366719203967671446136671920396767144613667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d2ddde6-39a3-4cd5-8b9b-d8ed6543eddf, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d1d9cb3-775c-433f-88a7-3fbc9a64259b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d1d9cb3-775c-433f-88a7-3fbc9a64259b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8154900947010408230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81549009470104082308154900947010408230815490094701040823081549009470104082308154900947010408230815490094701040823081549009470104082308154900947010408230815490094701040823081549009470104082308154900947010408230815490094701040823081549009470104082308154900947010408230815490094701040823081549009470104082308154900947010408230815490094701040823081549009470104082308154900947010408230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cceacdb-280e-4d16-970b-718774d3e732, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df8bea95-52ec-4f6f-a5aa-552b5c67facb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df8bea95-52ec-4f6f-a5aa-552b5c67facb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11452078440220564903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145207844022056490311452078440220564903114520784402205649031145207844022056490311452078440220564903114520784402205649031145207844022056490311452078440220564903114520784402205649031145207844022056490311452078440220564903114520784402205649031145207844022056490311452078440220564903114520784402205649031145207844022056490311452078440220564903114520784402205649031145207844022056490311452078440220564903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d1d9cb3-775c-433f-88a7-3fbc9a64259b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e95fdfa-8e87-4869-8d50-28a3763af96e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e95fdfa-8e87-4869-8d50-28a3763af96e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17859683920400684694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785968392040068469417859683920400684694178596839204006846941785968392040068469417859683920400684694178596839204006846941785968392040068469417859683920400684694178596839204006846941785968392040068469417859683920400684694178596839204006846941785968392040068469417859683920400684694178596839204006846941785968392040068469417859683920400684694178596839204006846941785968392040068469417859683920400684694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e95fdfa-8e87-4869-8d50-28a3763af96e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 032d6364-c1cb-49c8-850a-4e5f0f64695e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df8bea95-52ec-4f6f-a5aa-552b5c67facb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abf457bc-8911-4a9b-8288-f288ef00b0fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abf457bc-8911-4a9b-8288-f288ef00b0fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2419234795576723308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24192347955767233082419234795576723308241923479557672330824192347955767233082419234795576723308241923479557672330824192347955767233082419234795576723308241923479557672330824192347955767233082419234795576723308241923479557672330824192347955767233082419234795576723308241923479557672330824192347955767233082419234795576723308241923479557672330824192347955767233082419234795576723308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 032d6364-c1cb-49c8-850a-4e5f0f64695e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16513860652743223546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651386065274322354616513860652743223546165138606527432235461651386065274322354616513860652743223546165138606527432235461651386065274322354616513860652743223546165138606527432235461651386065274322354616513860652743223546165138606527432235461651386065274322354616513860652743223546165138606527432235461651386065274322354616513860652743223546165138606527432235461651386065274322354616513860652743223546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 032d6364-c1cb-49c8-850a-4e5f0f64695e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5e7d8c9-6634-41b4-8fde-553f769ce920, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5e7d8c9-6634-41b4-8fde-553f769ce920, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3035037121554885413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30350371215548854133035037121554885413303503712155488541330350371215548854133035037121554885413303503712155488541330350371215548854133035037121554885413303503712155488541330350371215548854133035037121554885413303503712155488541330350371215548854133035037121554885413303503712155488541330350371215548854133035037121554885413303503712155488541330350371215548854133035037121554885413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5e7d8c9-6634-41b4-8fde-553f769ce920, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7749932d-510e-44b6-a6d3-ea0c60831ab6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7749932d-510e-44b6-a6d3-ea0c60831ab6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15763449078773856376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576344907877385637615763449078773856376157634490787738563761576344907877385637615763449078773856376157634490787738563761576344907877385637615763449078773856376157634490787738563761576344907877385637615763449078773856376157634490787738563761576344907877385637615763449078773856376157634490787738563761576344907877385637615763449078773856376157634490787738563761576344907877385637615763449078773856376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abf457bc-8911-4a9b-8288-f288ef00b0fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cc47d07-a2f1-4a5d-b201-04f2f60dea80, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cc47d07-a2f1-4a5d-b201-04f2f60dea80, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12919118870615434021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291911887061543402112919118870615434021129191188706154340211291911887061543402112919118870615434021129191188706154340211291911887061543402112919118870615434021129191188706154340211291911887061543402112919118870615434021129191188706154340211291911887061543402112919118870615434021129191188706154340211291911887061543402112919118870615434021129191188706154340211291911887061543402112919118870615434021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7749932d-510e-44b6-a6d3-ea0c60831ab6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cc47d07-a2f1-4a5d-b201-04f2f60dea80, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e77ca12a-5222-4ffe-8d5a-5496622c94d4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e77ca12a-5222-4ffe-8d5a-5496622c94d4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17969998528948193299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796999852894819329917969998528948193299179699985289481932991796999852894819329917969998528948193299179699985289481932991796999852894819329917969998528948193299179699985289481932991796999852894819329917969998528948193299179699985289481932991796999852894819329917969998528948193299179699985289481932991796999852894819329917969998528948193299179699985289481932991796999852894819329917969998528948193299" } } } 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, 337b2660-3ed1-492b-af28-5c7ec92feec0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 337b2660-3ed1-492b-af28-5c7ec92feec0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2760458797299458732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27604587972994587322760458797299458732276045879729945873227604587972994587322760458797299458732276045879729945873227604587972994587322760458797299458732276045879729945873227604587972994587322760458797299458732276045879729945873227604587972994587322760458797299458732276045879729945873227604587972994587322760458797299458732276045879729945873227604587972994587322760458797299458732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e77ca12a-5222-4ffe-8d5a-5496622c94d4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 337b2660-3ed1-492b-af28-5c7ec92feec0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6bff411-82bc-41bb-837b-38f1108f8677, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f0ed044-ac16-4437-9459-6b19b44eb828, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6bff411-82bc-41bb-837b-38f1108f8677, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8959900874842634240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89599008748426342408959900874842634240895990087484263424089599008748426342408959900874842634240895990087484263424089599008748426342408959900874842634240895990087484263424089599008748426342408959900874842634240895990087484263424089599008748426342408959900874842634240895990087484263424089599008748426342408959900874842634240895990087484263424089599008748426342408959900874842634240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f0ed044-ac16-4437-9459-6b19b44eb828, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11387654109744681753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138765410974468175311387654109744681753113876541097446817531138765410974468175311387654109744681753113876541097446817531138765410974468175311387654109744681753113876541097446817531138765410974468175311387654109744681753113876541097446817531138765410974468175311387654109744681753113876541097446817531138765410974468175311387654109744681753113876541097446817531138765410974468175311387654109744681753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6bff411-82bc-41bb-837b-38f1108f8677, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2c6f34e-e6c6-40e8-a686-8f325434cb49, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2c6f34e-e6c6-40e8-a686-8f325434cb49, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3547374390736452667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35473743907364526673547374390736452667354737439073645266735473743907364526673547374390736452667354737439073645266735473743907364526673547374390736452667354737439073645266735473743907364526673547374390736452667354737439073645266735473743907364526673547374390736452667354737439073645266735473743907364526673547374390736452667354737439073645266735473743907364526673547374390736452667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f0ed044-ac16-4437-9459-6b19b44eb828, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7dcb669-e3e0-41bf-a677-49add8033159, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7dcb669-e3e0-41bf-a677-49add8033159, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9765139329782306488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97651393297823064889765139329782306488976513932978230648897651393297823064889765139329782306488976513932978230648897651393297823064889765139329782306488976513932978230648897651393297823064889765139329782306488976513932978230648897651393297823064889765139329782306488976513932978230648897651393297823064889765139329782306488976513932978230648897651393297823064889765139329782306488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2c6f34e-e6c6-40e8-a686-8f325434cb49, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7dcb669-e3e0-41bf-a677-49add8033159, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c33085e-35bf-4f63-b012-5f62c74f7ad6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c33085e-35bf-4f63-b012-5f62c74f7ad6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5759708975627675191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57597089756276751915759708975627675191575970897562767519157597089756276751915759708975627675191575970897562767519157597089756276751915759708975627675191575970897562767519157597089756276751915759708975627675191575970897562767519157597089756276751915759708975627675191575970897562767519157597089756276751915759708975627675191575970897562767519157597089756276751915759708975627675191" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 946c38f9-9642-4fc4-8cc0-052f31a63364, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 946c38f9-9642-4fc4-8cc0-052f31a63364, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15256023814768504442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525602381476850444215256023814768504442152560238147685044421525602381476850444215256023814768504442152560238147685044421525602381476850444215256023814768504442152560238147685044421525602381476850444215256023814768504442152560238147685044421525602381476850444215256023814768504442152560238147685044421525602381476850444215256023814768504442152560238147685044421525602381476850444215256023814768504442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c33085e-35bf-4f63-b012-5f62c74f7ad6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d92a1f8-b6cd-462d-b7ed-e3d6f3f25cba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d92a1f8-b6cd-462d-b7ed-e3d6f3f25cba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11913046443180967227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191304644318096722711913046443180967227119130464431809672271191304644318096722711913046443180967227119130464431809672271191304644318096722711913046443180967227119130464431809672271191304644318096722711913046443180967227119130464431809672271191304644318096722711913046443180967227119130464431809672271191304644318096722711913046443180967227119130464431809672271191304644318096722711913046443180967227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 946c38f9-9642-4fc4-8cc0-052f31a63364, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2689acd-8df9-4bba-9407-643f8b0fea9b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2689acd-8df9-4bba-9407-643f8b0fea9b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5136175234938810448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51361752349388104485136175234938810448513617523493881044851361752349388104485136175234938810448513617523493881044851361752349388104485136175234938810448513617523493881044851361752349388104485136175234938810448513617523493881044851361752349388104485136175234938810448513617523493881044851361752349388104485136175234938810448513617523493881044851361752349388104485136175234938810448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d92a1f8-b6cd-462d-b7ed-e3d6f3f25cba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b701d2f-f714-4f22-b75c-1f8e5ba38c55, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b701d2f-f714-4f22-b75c-1f8e5ba38c55, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 140245853727513907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2689acd-8df9-4bba-9407-643f8b0fea9b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13d0dee1-5f96-4d3f-9fb6-8c317260e6b8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b701d2f-f714-4f22-b75c-1f8e5ba38c55, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 883acd81-e040-4e7a-a560-7a7d2a869cad, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 883acd81-e040-4e7a-a560-7a7d2a869cad, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5325820135923649848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53258201359236498485325820135923649848532582013592364984853258201359236498485325820135923649848532582013592364984853258201359236498485325820135923649848532582013592364984853258201359236498485325820135923649848532582013592364984853258201359236498485325820135923649848532582013592364984853258201359236498485325820135923649848532582013592364984853258201359236498485325820135923649848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13d0dee1-5f96-4d3f-9fb6-8c317260e6b8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3345675790322918470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33456757903229184703345675790322918470334567579032291847033456757903229184703345675790322918470334567579032291847033456757903229184703345675790322918470334567579032291847033456757903229184703345675790322918470334567579032291847033456757903229184703345675790322918470334567579032291847033456757903229184703345675790322918470334567579032291847033456757903229184703345675790322918470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 883acd81-e040-4e7a-a560-7a7d2a869cad, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d6ee51d-27e7-4cf3-9568-cc552a01d7e0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13d0dee1-5f96-4d3f-9fb6-8c317260e6b8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d6ee51d-27e7-4cf3-9568-cc552a01d7e0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4141949005899332055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41419490058993320554141949005899332055414194900589933205541419490058993320554141949005899332055414194900589933205541419490058993320554141949005899332055414194900589933205541419490058993320554141949005899332055414194900589933205541419490058993320554141949005899332055414194900589933205541419490058993320554141949005899332055414194900589933205541419490058993320554141949005899332055" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27c011e8-e1b3-4506-a4ef-849f287989b6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27c011e8-e1b3-4506-a4ef-849f287989b6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16695890266017287999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669589026601728799916695890266017287999166958902660172879991669589026601728799916695890266017287999166958902660172879991669589026601728799916695890266017287999166958902660172879991669589026601728799916695890266017287999166958902660172879991669589026601728799916695890266017287999166958902660172879991669589026601728799916695890266017287999166958902660172879991669589026601728799916695890266017287999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d6ee51d-27e7-4cf3-9568-cc552a01d7e0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:31694/1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27c011e8-e1b3-4506-a4ef-849f287989b6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b08f3a42-ed22-4741-8b7a-bf343b971783, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b08f3a42-ed22-4741-8b7a-bf343b971783, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 782030505226187171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171" } } } 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, 0e82a6d1-5db2-4f6c-9c84-faae3d1c2c20, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e82a6d1-5db2-4f6c-9c84-faae3d1c2c20, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9100741925009797173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91007419250097971739100741925009797173910074192500979717391007419250097971739100741925009797173910074192500979717391007419250097971739100741925009797173910074192500979717391007419250097971739100741925009797173910074192500979717391007419250097971739100741925009797173910074192500979717391007419250097971739100741925009797173910074192500979717391007419250097971739100741925009797173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e82a6d1-5db2-4f6c-9c84-faae3d1c2c20, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0b0fb2f-da20-4ba3-bbf1-0bc3f11cb32c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0b0fb2f-da20-4ba3-bbf1-0bc3f11cb32c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1336890611398628482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13368906113986284821336890611398628482133689061139862848213368906113986284821336890611398628482133689061139862848213368906113986284821336890611398628482133689061139862848213368906113986284821336890611398628482133689061139862848213368906113986284821336890611398628482133689061139862848213368906113986284821336890611398628482133689061139862848213368906113986284821336890611398628482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b08f3a42-ed22-4741-8b7a-bf343b971783, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5f92367-eb0a-44fe-b290-cb85a1f03301, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5f92367-eb0a-44fe-b290-cb85a1f03301, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 181006327569014009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0b0fb2f-da20-4ba3-bbf1-0bc3f11cb32c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0b701c0-41e8-4b0c-a0a9-0322847f9ebc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0b701c0-41e8-4b0c-a0a9-0322847f9ebc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4901555118779281041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49015551187792810414901555118779281041490155511877928104149015551187792810414901555118779281041490155511877928104149015551187792810414901555118779281041490155511877928104149015551187792810414901555118779281041490155511877928104149015551187792810414901555118779281041490155511877928104149015551187792810414901555118779281041490155511877928104149015551187792810414901555118779281041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5f92367-eb0a-44fe-b290-cb85a1f03301, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 001a5831-81be-4409-abe3-c4cda9034ecb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 001a5831-81be-4409-abe3-c4cda9034ecb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13167283309742279720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316728330974227972013167283309742279720131672833097422797201316728330974227972013167283309742279720131672833097422797201316728330974227972013167283309742279720131672833097422797201316728330974227972013167283309742279720131672833097422797201316728330974227972013167283309742279720131672833097422797201316728330974227972013167283309742279720131672833097422797201316728330974227972013167283309742279720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 001a5831-81be-4409-abe3-c4cda9034ecb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 932673f0-85cd-4165-8b9d-b67c276777d1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932673f0-85cd-4165-8b9d-b67c276777d1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17717257023154067096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771725702315406709617717257023154067096177172570231540670961771725702315406709617717257023154067096177172570231540670961771725702315406709617717257023154067096177172570231540670961771725702315406709617717257023154067096177172570231540670961771725702315406709617717257023154067096177172570231540670961771725702315406709617717257023154067096177172570231540670961771725702315406709617717257023154067096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0b701c0-41e8-4b0c-a0a9-0322847f9ebc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932673f0-85cd-4165-8b9d-b67c276777d1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5ad58ef-008e-4c7d-8849-02d95c3eab8c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5ad58ef-008e-4c7d-8849-02d95c3eab8c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13304078739306324148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330407873930632414813304078739306324148133040787393063241481330407873930632414813304078739306324148133040787393063241481330407873930632414813304078739306324148133040787393063241481330407873930632414813304078739306324148133040787393063241481330407873930632414813304078739306324148133040787393063241481330407873930632414813304078739306324148133040787393063241481330407873930632414813304078739306324148" } } } 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, 06f364a2-6a6c-4d87-ab5c-f742ae89c8ea, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06f364a2-6a6c-4d87-ab5c-f742ae89c8ea, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 603098889933707244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5ad58ef-008e-4c7d-8849-02d95c3eab8c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85573201-75c6-4096-b055-6c86f2f2ba57, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85573201-75c6-4096-b055-6c86f2f2ba57, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4686428009099740955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46864280090997409554686428009099740955468642800909974095546864280090997409554686428009099740955468642800909974095546864280090997409554686428009099740955468642800909974095546864280090997409554686428009099740955468642800909974095546864280090997409554686428009099740955468642800909974095546864280090997409554686428009099740955468642800909974095546864280090997409554686428009099740955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06f364a2-6a6c-4d87-ab5c-f742ae89c8ea, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d07fbc59-8bc7-49a8-b120-39ad90113e74, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07fbc59-8bc7-49a8-b120-39ad90113e74, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16733260285639091022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673326028563909102216733260285639091022167332602856390910221673326028563909102216733260285639091022167332602856390910221673326028563909102216733260285639091022167332602856390910221673326028563909102216733260285639091022167332602856390910221673326028563909102216733260285639091022167332602856390910221673326028563909102216733260285639091022167332602856390910221673326028563909102216733260285639091022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85573201-75c6-4096-b055-6c86f2f2ba57, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ac067e3-e108-4e1d-b1e6-ea187839080c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07fbc59-8bc7-49a8-b120-39ad90113e74, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ac067e3-e108-4e1d-b1e6-ea187839080c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 404140006440174188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d3b495b-8bc0-4d61-89b9-4dce2528c49e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d3b495b-8bc0-4d61-89b9-4dce2528c49e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10516171818297423357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051617181829742335710516171818297423357105161718182974233571051617181829742335710516171818297423357105161718182974233571051617181829742335710516171818297423357105161718182974233571051617181829742335710516171818297423357105161718182974233571051617181829742335710516171818297423357105161718182974233571051617181829742335710516171818297423357105161718182974233571051617181829742335710516171818297423357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ac067e3-e108-4e1d-b1e6-ea187839080c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d3b495b-8bc0-4d61-89b9-4dce2528c49e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df9be947-96ba-4f8a-8488-f97d622cdd6f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df9be947-96ba-4f8a-8488-f97d622cdd6f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14847671739008477925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484767173900847792514847671739008477925148476717390084779251484767173900847792514847671739008477925148476717390084779251484767173900847792514847671739008477925148476717390084779251484767173900847792514847671739008477925148476717390084779251484767173900847792514847671739008477925148476717390084779251484767173900847792514847671739008477925148476717390084779251484767173900847792514847671739008477925" } } } 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, eb3bafaf-c6ee-43d6-adb4-fba17ab9f263, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb3bafaf-c6ee-43d6-adb4-fba17ab9f263, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15512925743495577103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551292574349557710315512925743495577103155129257434955771031551292574349557710315512925743495577103155129257434955771031551292574349557710315512925743495577103155129257434955771031551292574349557710315512925743495577103155129257434955771031551292574349557710315512925743495577103155129257434955771031551292574349557710315512925743495577103155129257434955771031551292574349557710315512925743495577103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df9be947-96ba-4f8a-8488-f97d622cdd6f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b50f4d6a-a806-49f9-bc46-a82b989a6877, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50f4d6a-a806-49f9-bc46-a82b989a6877, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12895692528684046652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289569252868404665212895692528684046652128956925286840466521289569252868404665212895692528684046652128956925286840466521289569252868404665212895692528684046652128956925286840466521289569252868404665212895692528684046652128956925286840466521289569252868404665212895692528684046652128956925286840466521289569252868404665212895692528684046652128956925286840466521289569252868404665212895692528684046652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb3bafaf-c6ee-43d6-adb4-fba17ab9f263, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5aba60c8-c322-470f-9e53-a3b8a5d1ef0d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50f4d6a-a806-49f9-bc46-a82b989a6877, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cf6644d-0090-4077-86a7-d02a69036e4d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aba60c8-c322-470f-9e53-a3b8a5d1ef0d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17246728139749254588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724672813974925458817246728139749254588172467281397492545881724672813974925458817246728139749254588172467281397492545881724672813974925458817246728139749254588172467281397492545881724672813974925458817246728139749254588172467281397492545881724672813974925458817246728139749254588172467281397492545881724672813974925458817246728139749254588172467281397492545881724672813974925458817246728139749254588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cf6644d-0090-4077-86a7-d02a69036e4d, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12419325364939772651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241932536493977265112419325364939772651124193253649397726511241932536493977265112419325364939772651124193253649397726511241932536493977265112419325364939772651124193253649397726511241932536493977265112419325364939772651124193253649397726511241932536493977265112419325364939772651124193253649397726511241932536493977265112419325364939772651124193253649397726511241932536493977265112419325364939772651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aba60c8-c322-470f-9e53-a3b8a5d1ef0d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a39280f-f8de-4fb3-a309-7bce83731c5f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a39280f-f8de-4fb3-a309-7bce83731c5f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5413044147240163466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54130441472401634665413044147240163466541304414724016346654130441472401634665413044147240163466541304414724016346654130441472401634665413044147240163466541304414724016346654130441472401634665413044147240163466541304414724016346654130441472401634665413044147240163466541304414724016346654130441472401634665413044147240163466541304414724016346654130441472401634665413044147240163466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cf6644d-0090-4077-86a7-d02a69036e4d, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a39280f-f8de-4fb3-a309-7bce83731c5f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c2274ee-26b6-43dd-8259-6d80202abccd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c2274ee-26b6-43dd-8259-6d80202abccd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12223050498036971089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222305049803697108912223050498036971089122230504980369710891222305049803697108912223050498036971089122230504980369710891222305049803697108912223050498036971089122230504980369710891222305049803697108912223050498036971089122230504980369710891222305049803697108912223050498036971089122230504980369710891222305049803697108912223050498036971089122230504980369710891222305049803697108912223050498036971089" } } } 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, 68568b36-dbe6-460c-863f-91895936e3cb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68568b36-dbe6-460c-863f-91895936e3cb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 482350509595420362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c2274ee-26b6-43dd-8259-6d80202abccd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b2d3cf3-33b4-4df0-b29b-d9312978aef5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b2d3cf3-33b4-4df0-b29b-d9312978aef5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1193957194563110091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11939571945631100911193957194563110091119395719456311009111939571945631100911193957194563110091119395719456311009111939571945631100911193957194563110091119395719456311009111939571945631100911193957194563110091119395719456311009111939571945631100911193957194563110091119395719456311009111939571945631100911193957194563110091119395719456311009111939571945631100911193957194563110091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68568b36-dbe6-460c-863f-91895936e3cb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82f9395a-2045-4ccb-91c5-0d4d01f11169, ghrun-pubjovggeu.auto.internal:13388): creating call state
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_slm60wxp.log --grpc-port=31694 --mon-port=10676 --ic-port=22584 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b2d3cf3-33b4-4df0-b29b-d9312978aef5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82f9395a-2045-4ccb-91c5-0d4d01f11169, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5816311970703106577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58163119707031065775816311970703106577581631197070310657758163119707031065775816311970703106577581631197070310657758163119707031065775816311970703106577581631197070310657758163119707031065775816311970703106577581631197070310657758163119707031065775816311970703106577581631197070310657758163119707031065775816311970703106577581631197070310657758163119707031065775816311970703106577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_slm60wxp.log', '--grpc-port=31694', '--mon-port=10676', '--ic-port=22584', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1' (no wait)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c36bb4f-39fb-4bc1-8e87-ba054f70ce36, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c36bb4f-39fb-4bc1-8e87-ba054f70ce36, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13204707529690109738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320470752969010973813204707529690109738132047075296901097381320470752969010973813204707529690109738132047075296901097381320470752969010973813204707529690109738132047075296901097381320470752969010973813204707529690109738132047075296901097381320470752969010973813204707529690109738132047075296901097381320470752969010973813204707529690109738132047075296901097381320470752969010973813204707529690109738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82f9395a-2045-4ccb-91c5-0d4d01f11169, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6f581d9-4a3d-4daf-b3f1-5342b57966b2, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6f581d9-4a3d-4daf-b3f1-5342b57966b2, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17350635417637806519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735063541763780651917350635417637806519173506354176378065191735063541763780651917350635417637806519173506354176378065191735063541763780651917350635417637806519173506354176378065191735063541763780651917350635417637806519173506354176378065191735063541763780651917350635417637806519173506354176378065191735063541763780651917350635417637806519173506354176378065191735063541763780651917350635417637806519" } } } 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: 1449256
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:31694/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.13
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c36bb4f-39fb-4bc1-8e87-ba054f70ce36, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06ad1b5a-1fc8-4421-826b-df699edc7c20, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ad1b5a-1fc8-4421-826b-df699edc7c20, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5658693791475053174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56586937914750531745658693791475053174565869379147505317456586937914750531745658693791475053174565869379147505317456586937914750531745658693791475053174565869379147505317456586937914750531745658693791475053174565869379147505317456586937914750531745658693791475053174565869379147505317456586937914750531745658693791475053174565869379147505317456586937914750531745658693791475053174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6f581d9-4a3d-4daf-b3f1-5342b57966b2, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a57a28c6-5c52-4c1d-a00e-e66c33e5d701, ghrun-pubjovggeu.auto.internal:13388): creating call state
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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ad1b5a-1fc8-4421-826b-df699edc7c20, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a57a28c6-5c52-4c1d-a00e-e66c33e5d701, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18354617039552254365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835461703955225436518354617039552254365183546170395522543651835461703955225436518354617039552254365183546170395522543651835461703955225436518354617039552254365183546170395522543651835461703955225436518354617039552254365183546170395522543651835461703955225436518354617039552254365183546170395522543651835461703955225436518354617039552254365183546170395522543651835461703955225436518354617039552254365" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71a125e5-59a1-4293-99a4-7d8bb7693fe2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a125e5-59a1-4293-99a4-7d8bb7693fe2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3210947539998914871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32109475399989148713210947539998914871321094753999891487132109475399989148713210947539998914871321094753999891487132109475399989148713210947539998914871321094753999891487132109475399989148713210947539998914871321094753999891487132109475399989148713210947539998914871321094753999891487132109475399989148713210947539998914871321094753999891487132109475399989148713210947539998914871" } } } 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: 1449276
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a57a28c6-5c52-4c1d-a00e-e66c33e5d701, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5e41577-1fb1-4bae-95ac-12426a1ca8c1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5e41577-1fb1-4bae-95ac-12426a1ca8c1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4151701150293698809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41517011502936988094151701150293698809415170115029369880941517011502936988094151701150293698809415170115029369880941517011502936988094151701150293698809415170115029369880941517011502936988094151701150293698809415170115029369880941517011502936988094151701150293698809415170115029369880941517011502936988094151701150293698809415170115029369880941517011502936988094151701150293698809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a125e5-59a1-4293-99a4-7d8bb7693fe2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 120681e6-c091-4217-8043-9d1a9424372e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 120681e6-c091-4217-8043-9d1a9424372e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9245872929645078270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92458729296450782709245872929645078270924587292964507827092458729296450782709245872929645078270924587292964507827092458729296450782709245872929645078270924587292964507827092458729296450782709245872929645078270924587292964507827092458729296450782709245872929645078270924587292964507827092458729296450782709245872929645078270924587292964507827092458729296450782709245872929645078270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5e41577-1fb1-4bae-95ac-12426a1ca8c1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 167b9d3d-9c65-4e54-b8dc-9030fef3522c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 167b9d3d-9c65-4e54-b8dc-9030fef3522c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13279132344542099864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327913234454209986413279132344542099864132791323445420998641327913234454209986413279132344542099864132791323445420998641327913234454209986413279132344542099864132791323445420998641327913234454209986413279132344542099864132791323445420998641327913234454209986413279132344542099864132791323445420998641327913234454209986413279132344542099864132791323445420998641327913234454209986413279132344542099864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 120681e6-c091-4217-8043-9d1a9424372e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d0c1a51-d374-477e-8c6a-1e4393a1f831, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d0c1a51-d374-477e-8c6a-1e4393a1f831, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9871499497313274779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98714994973132747799871499497313274779987149949731327477998714994973132747799871499497313274779987149949731327477998714994973132747799871499497313274779987149949731327477998714994973132747799871499497313274779987149949731327477998714994973132747799871499497313274779987149949731327477998714994973132747799871499497313274779987149949731327477998714994973132747799871499497313274779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 167b9d3d-9c65-4e54-b8dc-9030fef3522c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b98cab56-69c6-4e80-9dd7-907d786be485, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b98cab56-69c6-4e80-9dd7-907d786be485, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9735913563037687768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97359135630376877689735913563037687768973591356303768776897359135630376877689735913563037687768973591356303768776897359135630376877689735913563037687768973591356303768776897359135630376877689735913563037687768973591356303768776897359135630376877689735913563037687768973591356303768776897359135630376877689735913563037687768973591356303768776897359135630376877689735913563037687768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d0c1a51-d374-477e-8c6a-1e4393a1f831, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77fae59d-cfb3-40ed-ba37-c940c7fc5cdc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77fae59d-cfb3-40ed-ba37-c940c7fc5cdc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 285999063482294826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b98cab56-69c6-4e80-9dd7-907d786be485, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b10b3bb1-b73b-4139-83ad-616e0aa218d5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b10b3bb1-b73b-4139-83ad-616e0aa218d5, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9428469847672741015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94284698476727410159428469847672741015942846984767274101594284698476727410159428469847672741015942846984767274101594284698476727410159428469847672741015942846984767274101594284698476727410159428469847672741015942846984767274101594284698476727410159428469847672741015942846984767274101594284698476727410159428469847672741015942846984767274101594284698476727410159428469847672741015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77fae59d-cfb3-40ed-ba37-c940c7fc5cdc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c2e9f6a-3cd6-4284-8bdf-c865cd809bf6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c2e9f6a-3cd6-4284-8bdf-c865cd809bf6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18442763112592338535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844276311259233853518442763112592338535184427631125923385351844276311259233853518442763112592338535184427631125923385351844276311259233853518442763112592338535184427631125923385351844276311259233853518442763112592338535184427631125923385351844276311259233853518442763112592338535184427631125923385351844276311259233853518442763112592338535184427631125923385351844276311259233853518442763112592338535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b10b3bb1-b73b-4139-83ad-616e0aa218d5, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9afb453-b2d2-4aca-9573-1569e36e6ee0, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9afb453-b2d2-4aca-9573-1569e36e6ee0, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18247388051025773302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824738805102577330218247388051025773302182473880510257733021824738805102577330218247388051025773302182473880510257733021824738805102577330218247388051025773302182473880510257733021824738805102577330218247388051025773302182473880510257733021824738805102577330218247388051025773302182473880510257733021824738805102577330218247388051025773302182473880510257733021824738805102577330218247388051025773302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9afb453-b2d2-4aca-9573-1569e36e6ee0, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c2e9f6a-3cd6-4284-8bdf-c865cd809bf6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ad82fb4-b289-4ab3-8690-a91b0f695318, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ad82fb4-b289-4ab3-8690-a91b0f695318, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2023976991998341540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20239769919983415402023976991998341540202397699199834154020239769919983415402023976991998341540202397699199834154020239769919983415402023976991998341540202397699199834154020239769919983415402023976991998341540202397699199834154020239769919983415402023976991998341540202397699199834154020239769919983415402023976991998341540202397699199834154020239769919983415402023976991998341540" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c87b440c-cc93-45cc-a7ab-529ac4f7b195, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ad82fb4-b289-4ab3-8690-a91b0f695318, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f2bb320-da90-42d2-af82-36044e26171a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f2bb320-da90-42d2-af82-36044e26171a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13041417943127545763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304141794312754576313041417943127545763130414179431275457631304141794312754576313041417943127545763130414179431275457631304141794312754576313041417943127545763130414179431275457631304141794312754576313041417943127545763130414179431275457631304141794312754576313041417943127545763130414179431275457631304141794312754576313041417943127545763130414179431275457631304141794312754576313041417943127545763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c87b440c-cc93-45cc-a7ab-529ac4f7b195, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12301497318947318464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230149731894731846412301497318947318464123014973189473184641230149731894731846412301497318947318464123014973189473184641230149731894731846412301497318947318464123014973189473184641230149731894731846412301497318947318464123014973189473184641230149731894731846412301497318947318464123014973189473184641230149731894731846412301497318947318464123014973189473184641230149731894731846412301497318947318464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f2bb320-da90-42d2-af82-36044e26171a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6024846d-d5ec-442b-89b8-2aad4a28fbae, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6024846d-d5ec-442b-89b8-2aad4a28fbae, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15931999901889463790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593199990188946379015931999901889463790159319999018894637901593199990188946379015931999901889463790159319999018894637901593199990188946379015931999901889463790159319999018894637901593199990188946379015931999901889463790159319999018894637901593199990188946379015931999901889463790159319999018894637901593199990188946379015931999901889463790159319999018894637901593199990188946379015931999901889463790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c87b440c-cc93-45cc-a7ab-529ac4f7b195, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6024846d-d5ec-442b-89b8-2aad4a28fbae, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d136d78-82b1-43dd-ada8-dcdf8532734b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d136d78-82b1-43dd-ada8-dcdf8532734b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3163663246296189317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31636632462961893173163663246296189317316366324629618931731636632462961893173163663246296189317316366324629618931731636632462961893173163663246296189317316366324629618931731636632462961893173163663246296189317316366324629618931731636632462961893173163663246296189317316366324629618931731636632462961893173163663246296189317316366324629618931731636632462961893173163663246296189317" } } } 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, dc5f4add-2b51-4630-8f54-caf26a0bef52, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc5f4add-2b51-4630-8f54-caf26a0bef52, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8660585852617963205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86605858526179632058660585852617963205866058585261796320586605858526179632058660585852617963205866058585261796320586605858526179632058660585852617963205866058585261796320586605858526179632058660585852617963205866058585261796320586605858526179632058660585852617963205866058585261796320586605858526179632058660585852617963205866058585261796320586605858526179632058660585852617963205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d136d78-82b1-43dd-ada8-dcdf8532734b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abd63316-6e50-4bcf-afdf-3d54b8a3f253, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abd63316-6e50-4bcf-afdf-3d54b8a3f253, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10585825826522318095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058582582652231809510585825826522318095105858258265223180951058582582652231809510585825826522318095105858258265223180951058582582652231809510585825826522318095105858258265223180951058582582652231809510585825826522318095105858258265223180951058582582652231809510585825826522318095105858258265223180951058582582652231809510585825826522318095105858258265223180951058582582652231809510585825826522318095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc5f4add-2b51-4630-8f54-caf26a0bef52, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc1e8691-1946-4e2b-8888-c5e1f480f28a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc1e8691-1946-4e2b-8888-c5e1f480f28a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3989614309473763492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39896143094737634923989614309473763492398961430947376349239896143094737634923989614309473763492398961430947376349239896143094737634923989614309473763492398961430947376349239896143094737634923989614309473763492398961430947376349239896143094737634923989614309473763492398961430947376349239896143094737634923989614309473763492398961430947376349239896143094737634923989614309473763492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abd63316-6e50-4bcf-afdf-3d54b8a3f253, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b190d53-3387-4b14-8301-53afc9dac74e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b190d53-3387-4b14-8301-53afc9dac74e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4093868562360692204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40938685623606922044093868562360692204409386856236069220440938685623606922044093868562360692204409386856236069220440938685623606922044093868562360692204409386856236069220440938685623606922044093868562360692204409386856236069220440938685623606922044093868562360692204409386856236069220440938685623606922044093868562360692204409386856236069220440938685623606922044093868562360692204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc1e8691-1946-4e2b-8888-c5e1f480f28a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e32eba6-6b39-4825-83f7-6eefcdc4141d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e32eba6-6b39-4825-83f7-6eefcdc4141d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9491386510422874399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94913865104228743999491386510422874399949138651042287439994913865104228743999491386510422874399949138651042287439994913865104228743999491386510422874399949138651042287439994913865104228743999491386510422874399949138651042287439994913865104228743999491386510422874399949138651042287439994913865104228743999491386510422874399949138651042287439994913865104228743999491386510422874399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b190d53-3387-4b14-8301-53afc9dac74e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e32eba6-6b39-4825-83f7-6eefcdc4141d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0801819b-6cbd-4fff-bfeb-fa04f0949dc4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67246a22-d383-4975-8185-ea5f027329e3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0801819b-6cbd-4fff-bfeb-fa04f0949dc4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1218780116455355965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12187801164553559651218780116455355965121878011645535596512187801164553559651218780116455355965121878011645535596512187801164553559651218780116455355965121878011645535596512187801164553559651218780116455355965121878011645535596512187801164553559651218780116455355965121878011645535596512187801164553559651218780116455355965121878011645535596512187801164553559651218780116455355965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67246a22-d383-4975-8185-ea5f027329e3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7044152306292022375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70441523062920223757044152306292022375704415230629202237570441523062920223757044152306292022375704415230629202237570441523062920223757044152306292022375704415230629202237570441523062920223757044152306292022375704415230629202237570441523062920223757044152306292022375704415230629202237570441523062920223757044152306292022375704415230629202237570441523062920223757044152306292022375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0801819b-6cbd-4fff-bfeb-fa04f0949dc4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cdd1713-d005-4c36-8518-5df864b53faa, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cdd1713-d005-4c36-8518-5df864b53faa, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16358832049495506237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635883204949550623716358832049495506237163588320494955062371635883204949550623716358832049495506237163588320494955062371635883204949550623716358832049495506237163588320494955062371635883204949550623716358832049495506237163588320494955062371635883204949550623716358832049495506237163588320494955062371635883204949550623716358832049495506237163588320494955062371635883204949550623716358832049495506237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67246a22-d383-4975-8185-ea5f027329e3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cdd1713-d005-4c36-8518-5df864b53faa, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3323c136-1ad6-42c8-8617-86308d3b6961, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3323c136-1ad6-42c8-8617-86308d3b6961, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8359102045725955728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83591020457259557288359102045725955728835910204572595572883591020457259557288359102045725955728835910204572595572883591020457259557288359102045725955728835910204572595572883591020457259557288359102045725955728835910204572595572883591020457259557288359102045725955728835910204572595572883591020457259557288359102045725955728835910204572595572883591020457259557288359102045725955728" } } } 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, 72662bde-3e63-4982-80bd-9aaffec10cb9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3323c136-1ad6-42c8-8617-86308d3b6961, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72662bde-3e63-4982-80bd-9aaffec10cb9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9172221430088890196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91722214300888901969172221430088890196917222143008889019691722214300888901969172221430088890196917222143008889019691722214300888901969172221430088890196917222143008889019691722214300888901969172221430088890196917222143008889019691722214300888901969172221430088890196917222143008889019691722214300888901969172221430088890196917222143008889019691722214300888901969172221430088890196" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a3d1b1f-c04e-460a-9bdb-2f52a4688681, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a3d1b1f-c04e-460a-9bdb-2f52a4688681, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10031317695406661716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003131769540666171610031317695406661716100313176954066617161003131769540666171610031317695406661716100313176954066617161003131769540666171610031317695406661716100313176954066617161003131769540666171610031317695406661716100313176954066617161003131769540666171610031317695406661716100313176954066617161003131769540666171610031317695406661716100313176954066617161003131769540666171610031317695406661716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72662bde-3e63-4982-80bd-9aaffec10cb9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e4c27f4-cdb3-4974-8d3f-0d00c4a30bca, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a3d1b1f-c04e-460a-9bdb-2f52a4688681, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 203a7678-dd8d-4cca-8c0b-79a0c716e554, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 203a7678-dd8d-4cca-8c0b-79a0c716e554, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17718606737353159675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771860673735315967517718606737353159675177186067373531596751771860673735315967517718606737353159675177186067373531596751771860673735315967517718606737353159675177186067373531596751771860673735315967517718606737353159675177186067373531596751771860673735315967517718606737353159675177186067373531596751771860673735315967517718606737353159675177186067373531596751771860673735315967517718606737353159675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e4c27f4-cdb3-4974-8d3f-0d00c4a30bca, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4255300931322034986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42553009313220349864255300931322034986425530093132203498642553009313220349864255300931322034986425530093132203498642553009313220349864255300931322034986425530093132203498642553009313220349864255300931322034986425530093132203498642553009313220349864255300931322034986425530093132203498642553009313220349864255300931322034986425530093132203498642553009313220349864255300931322034986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e4c27f4-cdb3-4974-8d3f-0d00c4a30bca, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 203a7678-dd8d-4cca-8c0b-79a0c716e554, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c63fb684-acba-44e2-8dbc-b293457efad2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 680761b6-3363-46d9-8f03-d209863348aa, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 680761b6-3363-46d9-8f03-d209863348aa, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7355412164856744712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73554121648567447127355412164856744712735541216485674471273554121648567447127355412164856744712735541216485674471273554121648567447127355412164856744712735541216485674471273554121648567447127355412164856744712735541216485674471273554121648567447127355412164856744712735541216485674471273554121648567447127355412164856744712735541216485674471273554121648567447127355412164856744712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c63fb684-acba-44e2-8dbc-b293457efad2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3485077163215513803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34850771632155138033485077163215513803348507716321551380334850771632155138033485077163215513803348507716321551380334850771632155138033485077163215513803348507716321551380334850771632155138033485077163215513803348507716321551380334850771632155138033485077163215513803348507716321551380334850771632155138033485077163215513803348507716321551380334850771632155138033485077163215513803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c63fb684-acba-44e2-8dbc-b293457efad2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39784761-ec4e-4bea-b8df-e8877f2270ae, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 680761b6-3363-46d9-8f03-d209863348aa, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39784761-ec4e-4bea-b8df-e8877f2270ae, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12331776396951047738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233177639695104773812331776396951047738123317763969510477381233177639695104773812331776396951047738123317763969510477381233177639695104773812331776396951047738123317763969510477381233177639695104773812331776396951047738123317763969510477381233177639695104773812331776396951047738123317763969510477381233177639695104773812331776396951047738123317763969510477381233177639695104773812331776396951047738" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a436ebda-9bf0-4fc9-b549-3094a3ad9e6e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a436ebda-9bf0-4fc9-b549-3094a3ad9e6e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13608558172663077771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360855817266307777113608558172663077771136085581726630777711360855817266307777113608558172663077771136085581726630777711360855817266307777113608558172663077771136085581726630777711360855817266307777113608558172663077771136085581726630777711360855817266307777113608558172663077771136085581726630777711360855817266307777113608558172663077771136085581726630777711360855817266307777113608558172663077771" } } } 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 1449276) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1449276) elapsed time (sec): 1.8496956825256348
DEBUG    ya.test:process.py:263 Command (pid 1449276) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1449276) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1449276) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1449276) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1449276) majflt: 0
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39784761-ec4e-4bea-b8df-e8877f2270ae, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 1449276) maxrss: 761976
DEBUG    ya.test:process.py:263 Command (pid 1449276) minflt: 45348
DEBUG    ya.test:process.py:263 Command (pid 1449276) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1449276) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1449276) nivcsw: 258
DEBUG    ya.test:process.py:263 Command (pid 1449276) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1449276) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1449276) nvcsw: 14
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a436ebda-9bf0-4fc9-b549-3094a3ad9e6e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ya.test:process.py:263 Command (pid 1449276) oublock: 8
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05f1d0ff-eb54-4006-b119-a81bc90f3ed6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ya.test:process.py:263 Command (pid 1449276) stime: 0.249498
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05f1d0ff-eb54-4006-b119-a81bc90f3ed6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8823484372757538731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88234843727575387318823484372757538731882348437275753873188234843727575387318823484372757538731882348437275753873188234843727575387318823484372757538731882348437275753873188234843727575387318823484372757538731882348437275753873188234843727575387318823484372757538731882348437275753873188234843727575387318823484372757538731882348437275753873188234843727575387318823484372757538731" } } } 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, 84a8af1d-c7ea-49d7-a1ed-9ba0feafe985, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ya.test:process.py:263 Command (pid 1449276) utime: 0.541156
DEBUG    ya.test:process.py:263 Command (pid 1449276) wtime: 1.906
DEBUG    ya.test:process.py:275 Command (pid 1449276) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a8af1d-c7ea-49d7-a1ed-9ba0feafe985, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13109617065568261321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310961706556826132113109617065568261321131096170655682613211310961706556826132113109617065568261321131096170655682613211310961706556826132113109617065568261321131096170655682613211310961706556826132113109617065568261321131096170655682613211310961706556826132113109617065568261321131096170655682613211310961706556826132113109617065568261321131096170655682613211310961706556826132113109617065568261321" } } } 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:310 Node 1 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05f1d0ff-eb54-4006-b119-a81bc90f3ed6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efbc5c4a-a850-4b0e-bf60-8566692155f9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efbc5c4a-a850-4b0e-bf60-8566692155f9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17858538476413735210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785853847641373521017858538476413735210178585384764137352101785853847641373521017858538476413735210178585384764137352101785853847641373521017858538476413735210178585384764137352101785853847641373521017858538476413735210178585384764137352101785853847641373521017858538476413735210178585384764137352101785853847641373521017858538476413735210178585384764137352101785853847641373521017858538476413735210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a8af1d-c7ea-49d7-a1ed-9ba0feafe985, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efbc5c4a-a850-4b0e-bf60-8566692155f9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10382edd-0414-4c8f-870e-e853a582a811, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 443e016d-5e83-4c68-a59a-e2838be7dfb3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10382edd-0414-4c8f-870e-e853a582a811, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 522873682447237973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 443e016d-5e83-4c68-a59a-e2838be7dfb3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5260001504905275467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52600015049052754675260001504905275467526000150490527546752600015049052754675260001504905275467526000150490527546752600015049052754675260001504905275467526000150490527546752600015049052754675260001504905275467526000150490527546752600015049052754675260001504905275467526000150490527546752600015049052754675260001504905275467526000150490527546752600015049052754675260001504905275467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10382edd-0414-4c8f-870e-e853a582a811, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1234d7d1-b2a8-4a23-bcad-e277357c8aa1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1234d7d1-b2a8-4a23-bcad-e277357c8aa1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14717209356828562030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471720935682856203014717209356828562030147172093568285620301471720935682856203014717209356828562030147172093568285620301471720935682856203014717209356828562030147172093568285620301471720935682856203014717209356828562030147172093568285620301471720935682856203014717209356828562030147172093568285620301471720935682856203014717209356828562030147172093568285620301471720935682856203014717209356828562030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 443e016d-5e83-4c68-a59a-e2838be7dfb3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1234d7d1-b2a8-4a23-bcad-e277357c8aa1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d05c4f28-db7d-4a7c-88f6-77b13b302fe3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d46c9c0-ee79-4229-8b92-d93eae6c03fa, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d05c4f28-db7d-4a7c-88f6-77b13b302fe3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1208315548630557091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12083155486305570911208315548630557091120831554863055709112083155486305570911208315548630557091120831554863055709112083155486305570911208315548630557091120831554863055709112083155486305570911208315548630557091120831554863055709112083155486305570911208315548630557091120831554863055709112083155486305570911208315548630557091120831554863055709112083155486305570911208315548630557091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d46c9c0-ee79-4229-8b92-d93eae6c03fa, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 400661294908368803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d05c4f28-db7d-4a7c-88f6-77b13b302fe3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9cfc502-31ee-41a8-bd1a-3c5a864c9d28, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9cfc502-31ee-41a8-bd1a-3c5a864c9d28, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6263040869846324230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62630408698463242306263040869846324230626304086984632423062630408698463242306263040869846324230626304086984632423062630408698463242306263040869846324230626304086984632423062630408698463242306263040869846324230626304086984632423062630408698463242306263040869846324230626304086984632423062630408698463242306263040869846324230626304086984632423062630408698463242306263040869846324230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d46c9c0-ee79-4229-8b92-d93eae6c03fa, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 183e0736-9046-4167-be9f-50bf75b11208, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 183e0736-9046-4167-be9f-50bf75b11208, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8599140604017282525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85991406040172825258599140604017282525859914060401728252585991406040172825258599140604017282525859914060401728252585991406040172825258599140604017282525859914060401728252585991406040172825258599140604017282525859914060401728252585991406040172825258599140604017282525859914060401728252585991406040172825258599140604017282525859914060401728252585991406040172825258599140604017282525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9cfc502-31ee-41a8-bd1a-3c5a864c9d28, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c5dbecb-f001-4b22-99d3-6350c1ba5739, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c5dbecb-f001-4b22-99d3-6350c1ba5739, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4730134533424097306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47301345334240973064730134533424097306473013453342409730647301345334240973064730134533424097306473013453342409730647301345334240973064730134533424097306473013453342409730647301345334240973064730134533424097306473013453342409730647301345334240973064730134533424097306473013453342409730647301345334240973064730134533424097306473013453342409730647301345334240973064730134533424097306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c5dbecb-f001-4b22-99d3-6350c1ba5739, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 183e0736-9046-4167-be9f-50bf75b11208, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1368b48f-5153-4e77-91ae-a188c5114108, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1368b48f-5153-4e77-91ae-a188c5114108, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2816827141836801862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28168271418368018622816827141836801862281682714183680186228168271418368018622816827141836801862281682714183680186228168271418368018622816827141836801862281682714183680186228168271418368018622816827141836801862281682714183680186228168271418368018622816827141836801862281682714183680186228168271418368018622816827141836801862281682714183680186228168271418368018622816827141836801862" } } } 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, 4c9a7fe6-b7d9-42d2-9030-aa8ca3056213, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c9a7fe6-b7d9-42d2-9030-aa8ca3056213, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5969681762105809261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59696817621058092615969681762105809261596968176210580926159696817621058092615969681762105809261596968176210580926159696817621058092615969681762105809261596968176210580926159696817621058092615969681762105809261596968176210580926159696817621058092615969681762105809261596968176210580926159696817621058092615969681762105809261596968176210580926159696817621058092615969681762105809261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1368b48f-5153-4e77-91ae-a188c5114108, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c9a7fe6-b7d9-42d2-9030-aa8ca3056213, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40ba7e96-df1c-47ee-84f4-350b6f194c32, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40ba7e96-df1c-47ee-84f4-350b6f194c32, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10861455946472401583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086145594647240158310861455946472401583108614559464724015831086145594647240158310861455946472401583108614559464724015831086145594647240158310861455946472401583108614559464724015831086145594647240158310861455946472401583108614559464724015831086145594647240158310861455946472401583108614559464724015831086145594647240158310861455946472401583108614559464724015831086145594647240158310861455946472401583" } } } 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, fd8b4b9e-ea0c-43fa-9f05-2669833184ca, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd8b4b9e-ea0c-43fa-9f05-2669833184ca, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2271934390605822793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22719343906058227932271934390605822793227193439060582279322719343906058227932271934390605822793227193439060582279322719343906058227932271934390605822793227193439060582279322719343906058227932271934390605822793227193439060582279322719343906058227932271934390605822793227193439060582279322719343906058227932271934390605822793227193439060582279322719343906058227932271934390605822793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40ba7e96-df1c-47ee-84f4-350b6f194c32, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccfd9cf2-65c3-40c0-b1a7-cf1865c642c4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccfd9cf2-65c3-40c0-b1a7-cf1865c642c4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1613970950113071789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16139709501130717891613970950113071789161397095011307178916139709501130717891613970950113071789161397095011307178916139709501130717891613970950113071789161397095011307178916139709501130717891613970950113071789161397095011307178916139709501130717891613970950113071789161397095011307178916139709501130717891613970950113071789161397095011307178916139709501130717891613970950113071789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd8b4b9e-ea0c-43fa-9f05-2669833184ca, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd057d2a-f2d4-490d-83a9-2fd4a8cc9908, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd057d2a-f2d4-490d-83a9-2fd4a8cc9908, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13093095941737772512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309309594173777251213093095941737772512130930959417377725121309309594173777251213093095941737772512130930959417377725121309309594173777251213093095941737772512130930959417377725121309309594173777251213093095941737772512130930959417377725121309309594173777251213093095941737772512130930959417377725121309309594173777251213093095941737772512130930959417377725121309309594173777251213093095941737772512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd057d2a-f2d4-490d-83a9-2fd4a8cc9908, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a30de0f-530a-4d1a-8054-d3e3377f6248, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a30de0f-530a-4d1a-8054-d3e3377f6248, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8967075656153558383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89670756561535583838967075656153558383896707565615355838389670756561535583838967075656153558383896707565615355838389670756561535583838967075656153558383896707565615355838389670756561535583838967075656153558383896707565615355838389670756561535583838967075656153558383896707565615355838389670756561535583838967075656153558383896707565615355838389670756561535583838967075656153558383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccfd9cf2-65c3-40c0-b1a7-cf1865c642c4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7ff3378-b135-44a6-ae95-bf584bbfa2dd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7ff3378-b135-44a6-ae95-bf584bbfa2dd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3741546919227968291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37415469192279682913741546919227968291374154691922796829137415469192279682913741546919227968291374154691922796829137415469192279682913741546919227968291374154691922796829137415469192279682913741546919227968291374154691922796829137415469192279682913741546919227968291374154691922796829137415469192279682913741546919227968291374154691922796829137415469192279682913741546919227968291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a30de0f-530a-4d1a-8054-d3e3377f6248, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9909bad4-7adb-4a68-b7fa-0e149e133b7b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9909bad4-7adb-4a68-b7fa-0e149e133b7b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3920738964671885832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39207389646718858323920738964671885832392073896467188583239207389646718858323920738964671885832392073896467188583239207389646718858323920738964671885832392073896467188583239207389646718858323920738964671885832392073896467188583239207389646718858323920738964671885832392073896467188583239207389646718858323920738964671885832392073896467188583239207389646718858323920738964671885832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9909bad4-7adb-4a68-b7fa-0e149e133b7b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a951f8c-8338-49e7-9fea-e298ba67c1a6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a951f8c-8338-49e7-9fea-e298ba67c1a6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12783299575623314261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278329957562331426112783299575623314261127832995756233142611278329957562331426112783299575623314261127832995756233142611278329957562331426112783299575623314261127832995756233142611278329957562331426112783299575623314261127832995756233142611278329957562331426112783299575623314261127832995756233142611278329957562331426112783299575623314261127832995756233142611278329957562331426112783299575623314261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7ff3378-b135-44a6-ae95-bf584bbfa2dd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a951f8c-8338-49e7-9fea-e298ba67c1a6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2213d36f-603d-4478-81c3-3f521a8e9778, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5763dcb2-5b40-4f44-9c32-7c7cbb71159d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5763dcb2-5b40-4f44-9c32-7c7cbb71159d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13502043793868998946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350204379386899894613502043793868998946135020437938689989461350204379386899894613502043793868998946135020437938689989461350204379386899894613502043793868998946135020437938689989461350204379386899894613502043793868998946135020437938689989461350204379386899894613502043793868998946135020437938689989461350204379386899894613502043793868998946135020437938689989461350204379386899894613502043793868998946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2213d36f-603d-4478-81c3-3f521a8e9778, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6730029177776770200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67300291777767702006730029177776770200673002917777677020067300291777767702006730029177776770200673002917777677020067300291777767702006730029177776770200673002917777677020067300291777767702006730029177776770200673002917777677020067300291777767702006730029177776770200673002917777677020067300291777767702006730029177776770200673002917777677020067300291777767702006730029177776770200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5763dcb2-5b40-4f44-9c32-7c7cbb71159d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc8629c1-be80-4cff-a753-97397ea0cc3d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc8629c1-be80-4cff-a753-97397ea0cc3d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14790420212947200722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479042021294720072214790420212947200722147904202129472007221479042021294720072214790420212947200722147904202129472007221479042021294720072214790420212947200722147904202129472007221479042021294720072214790420212947200722147904202129472007221479042021294720072214790420212947200722147904202129472007221479042021294720072214790420212947200722147904202129472007221479042021294720072214790420212947200722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2213d36f-603d-4478-81c3-3f521a8e9778, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ebaa750-f374-4138-a700-6229a48946e4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ebaa750-f374-4138-a700-6229a48946e4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16379319944158791126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637931994415879112616379319944158791126163793199441587911261637931994415879112616379319944158791126163793199441587911261637931994415879112616379319944158791126163793199441587911261637931994415879112616379319944158791126163793199441587911261637931994415879112616379319944158791126163793199441587911261637931994415879112616379319944158791126163793199441587911261637931994415879112616379319944158791126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc8629c1-be80-4cff-a753-97397ea0cc3d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8d15c72-0b64-44f6-b260-fcb8f1f60ff8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ebaa750-f374-4138-a700-6229a48946e4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8d15c72-0b64-44f6-b260-fcb8f1f60ff8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2719600181915409506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27196001819154095062719600181915409506271960018191540950627196001819154095062719600181915409506271960018191540950627196001819154095062719600181915409506271960018191540950627196001819154095062719600181915409506271960018191540950627196001819154095062719600181915409506271960018191540950627196001819154095062719600181915409506271960018191540950627196001819154095062719600181915409506" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8d15c72-0b64-44f6-b260-fcb8f1f60ff8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 946f1f60-30d8-42ad-a46e-8826b4e9a9d4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 946f1f60-30d8-42ad-a46e-8826b4e9a9d4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13991362738648059994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399136273864805999413991362738648059994139913627386480599941399136273864805999413991362738648059994139913627386480599941399136273864805999413991362738648059994139913627386480599941399136273864805999413991362738648059994139913627386480599941399136273864805999413991362738648059994139913627386480599941399136273864805999413991362738648059994139913627386480599941399136273864805999413991362738648059994" } } } 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, c137b055-4bca-4931-8c2d-3886c9f576e3, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c137b055-4bca-4931-8c2d-3886c9f576e3, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4903172127981540568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49031721279815405684903172127981540568490317212798154056849031721279815405684903172127981540568490317212798154056849031721279815405684903172127981540568490317212798154056849031721279815405684903172127981540568490317212798154056849031721279815405684903172127981540568490317212798154056849031721279815405684903172127981540568490317212798154056849031721279815405684903172127981540568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c137b055-4bca-4931-8c2d-3886c9f576e3, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 613a9173-0eee-4007-a076-4a95aade237f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 613a9173-0eee-4007-a076-4a95aade237f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8349752120453819504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83497521204538195048349752120453819504834975212045381950483497521204538195048349752120453819504834975212045381950483497521204538195048349752120453819504834975212045381950483497521204538195048349752120453819504834975212045381950483497521204538195048349752120453819504834975212045381950483497521204538195048349752120453819504834975212045381950483497521204538195048349752120453819504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 946f1f60-30d8-42ad-a46e-8826b4e9a9d4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec559d0e-578f-49ad-bed6-5b278503e375, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec559d0e-578f-49ad-bed6-5b278503e375, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9205390495047482488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92053904950474824889205390495047482488920539049504748248892053904950474824889205390495047482488920539049504748248892053904950474824889205390495047482488920539049504748248892053904950474824889205390495047482488920539049504748248892053904950474824889205390495047482488920539049504748248892053904950474824889205390495047482488920539049504748248892053904950474824889205390495047482488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 613a9173-0eee-4007-a076-4a95aade237f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b32dd892-622b-4207-8ba1-e98a6495bf32, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b32dd892-622b-4207-8ba1-e98a6495bf32, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17497315682938902569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749731568293890256917497315682938902569174973156829389025691749731568293890256917497315682938902569174973156829389025691749731568293890256917497315682938902569174973156829389025691749731568293890256917497315682938902569174973156829389025691749731568293890256917497315682938902569174973156829389025691749731568293890256917497315682938902569174973156829389025691749731568293890256917497315682938902569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec559d0e-578f-49ad-bed6-5b278503e375, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a99c773-1019-4c04-b5e5-5ad38cb0196c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a99c773-1019-4c04-b5e5-5ad38cb0196c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13077213275292626738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307721327529262673813077213275292626738130772132752926267381307721327529262673813077213275292626738130772132752926267381307721327529262673813077213275292626738130772132752926267381307721327529262673813077213275292626738130772132752926267381307721327529262673813077213275292626738130772132752926267381307721327529262673813077213275292626738130772132752926267381307721327529262673813077213275292626738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b32dd892-622b-4207-8ba1-e98a6495bf32, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e3c0953-7d1c-4d1b-b144-7aa31eec2782, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e3c0953-7d1c-4d1b-b144-7aa31eec2782, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5792619920286217204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57926199202862172045792619920286217204579261992028621720457926199202862172045792619920286217204579261992028621720457926199202862172045792619920286217204579261992028621720457926199202862172045792619920286217204579261992028621720457926199202862172045792619920286217204579261992028621720457926199202862172045792619920286217204579261992028621720457926199202862172045792619920286217204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a99c773-1019-4c04-b5e5-5ad38cb0196c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73d364ce-a951-417b-a588-c2c4f7fa164a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73d364ce-a951-417b-a588-c2c4f7fa164a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13407727152128822637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340772715212882263713407727152128822637134077271521288226371340772715212882263713407727152128822637134077271521288226371340772715212882263713407727152128822637134077271521288226371340772715212882263713407727152128822637134077271521288226371340772715212882263713407727152128822637134077271521288226371340772715212882263713407727152128822637134077271521288226371340772715212882263713407727152128822637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e3c0953-7d1c-4d1b-b144-7aa31eec2782, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8812ed06-8790-47df-b69a-0e822a61898a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73d364ce-a951-417b-a588-c2c4f7fa164a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8812ed06-8790-47df-b69a-0e822a61898a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15624251775103487415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562425177510348741515624251775103487415156242517751034874151562425177510348741515624251775103487415156242517751034874151562425177510348741515624251775103487415156242517751034874151562425177510348741515624251775103487415156242517751034874151562425177510348741515624251775103487415156242517751034874151562425177510348741515624251775103487415156242517751034874151562425177510348741515624251775103487415" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bab788a1-d097-4635-9398-644986a500f2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bab788a1-d097-4635-9398-644986a500f2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16441680896479762382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644168089647976238216441680896479762382164416808964797623821644168089647976238216441680896479762382164416808964797623821644168089647976238216441680896479762382164416808964797623821644168089647976238216441680896479762382164416808964797623821644168089647976238216441680896479762382164416808964797623821644168089647976238216441680896479762382164416808964797623821644168089647976238216441680896479762382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8812ed06-8790-47df-b69a-0e822a61898a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1442c6a3-3c62-40df-b225-a914d135eb11, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1442c6a3-3c62-40df-b225-a914d135eb11, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14838361056267354882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483836105626735488214838361056267354882148383610562673548821483836105626735488214838361056267354882148383610562673548821483836105626735488214838361056267354882148383610562673548821483836105626735488214838361056267354882148383610562673548821483836105626735488214838361056267354882148383610562673548821483836105626735488214838361056267354882148383610562673548821483836105626735488214838361056267354882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bab788a1-d097-4635-9398-644986a500f2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3a3db91-cd26-44da-866a-1493033e48d8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1442c6a3-3c62-40df-b225-a914d135eb11, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0712498a-8e31-4de3-a07b-cb0a81bdd186, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0712498a-8e31-4de3-a07b-cb0a81bdd186, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6778360170558278637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67783601705582786376778360170558278637677836017055827863767783601705582786376778360170558278637677836017055827863767783601705582786376778360170558278637677836017055827863767783601705582786376778360170558278637677836017055827863767783601705582786376778360170558278637677836017055827863767783601705582786376778360170558278637677836017055827863767783601705582786376778360170558278637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3a3db91-cd26-44da-866a-1493033e48d8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2562705168365276499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25627051683652764992562705168365276499256270516836527649925627051683652764992562705168365276499256270516836527649925627051683652764992562705168365276499256270516836527649925627051683652764992562705168365276499256270516836527649925627051683652764992562705168365276499256270516836527649925627051683652764992562705168365276499256270516836527649925627051683652764992562705168365276499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0712498a-8e31-4de3-a07b-cb0a81bdd186, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3a3db91-cd26-44da-866a-1493033e48d8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f35865c3-a8d5-4f3b-a87d-6ac3b371162e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b6a7548-2bf2-454b-a6eb-01a27e46fd6a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f35865c3-a8d5-4f3b-a87d-6ac3b371162e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9926822484223017826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99268224842230178269926822484223017826992682248422301782699268224842230178269926822484223017826992682248422301782699268224842230178269926822484223017826992682248422301782699268224842230178269926822484223017826992682248422301782699268224842230178269926822484223017826992682248422301782699268224842230178269926822484223017826992682248422301782699268224842230178269926822484223017826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b6a7548-2bf2-454b-a6eb-01a27e46fd6a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17907368899377973981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790736889937797398117907368899377973981179073688993779739811790736889937797398117907368899377973981179073688993779739811790736889937797398117907368899377973981179073688993779739811790736889937797398117907368899377973981179073688993779739811790736889937797398117907368899377973981179073688993779739811790736889937797398117907368899377973981179073688993779739811790736889937797398117907368899377973981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b6a7548-2bf2-454b-a6eb-01a27e46fd6a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4de753c3-0f67-47d1-b928-0fc556febe6c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de753c3-0f67-47d1-b928-0fc556febe6c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6926352311165947001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69263523111659470016926352311165947001692635231116594700169263523111659470016926352311165947001692635231116594700169263523111659470016926352311165947001692635231116594700169263523111659470016926352311165947001692635231116594700169263523111659470016926352311165947001692635231116594700169263523111659470016926352311165947001692635231116594700169263523111659470016926352311165947001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f35865c3-a8d5-4f3b-a87d-6ac3b371162e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dba46171-1ef7-4dab-86ae-f86ca6739a39, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dba46171-1ef7-4dab-86ae-f86ca6739a39, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11788064245422185897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178806424542218589711788064245422185897117880642454221858971178806424542218589711788064245422185897117880642454221858971178806424542218589711788064245422185897117880642454221858971178806424542218589711788064245422185897117880642454221858971178806424542218589711788064245422185897117880642454221858971178806424542218589711788064245422185897117880642454221858971178806424542218589711788064245422185897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de753c3-0f67-47d1-b928-0fc556febe6c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abdd2639-b394-4782-a9e1-0b46ae447fcf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abdd2639-b394-4782-a9e1-0b46ae447fcf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3522897611742535705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35228976117425357053522897611742535705352289761174253570535228976117425357053522897611742535705352289761174253570535228976117425357053522897611742535705352289761174253570535228976117425357053522897611742535705352289761174253570535228976117425357053522897611742535705352289761174253570535228976117425357053522897611742535705352289761174253570535228976117425357053522897611742535705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dba46171-1ef7-4dab-86ae-f86ca6739a39, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ccdcd24-8ccf-4eb4-b559-7529d80a39ec, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ccdcd24-8ccf-4eb4-b559-7529d80a39ec, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11275014937421409220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127501493742140922011275014937421409220112750149374214092201127501493742140922011275014937421409220112750149374214092201127501493742140922011275014937421409220112750149374214092201127501493742140922011275014937421409220112750149374214092201127501493742140922011275014937421409220112750149374214092201127501493742140922011275014937421409220112750149374214092201127501493742140922011275014937421409220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abdd2639-b394-4782-a9e1-0b46ae447fcf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c5ca934-f66a-4c6f-8688-44ab5d3af21a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c5ca934-f66a-4c6f-8688-44ab5d3af21a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7102284955084860818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71022849550848608187102284955084860818710228495508486081871022849550848608187102284955084860818710228495508486081871022849550848608187102284955084860818710228495508486081871022849550848608187102284955084860818710228495508486081871022849550848608187102284955084860818710228495508486081871022849550848608187102284955084860818710228495508486081871022849550848608187102284955084860818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ccdcd24-8ccf-4eb4-b559-7529d80a39ec, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c5ca934-f66a-4c6f-8688-44ab5d3af21a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58a0c9c2-a07d-4676-a0a8-a150c325bdcb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05bba4d1-65f8-4d63-ac3d-1e1836d38ec3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05bba4d1-65f8-4d63-ac3d-1e1836d38ec3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 240948958513951145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a0c9c2-a07d-4676-a0a8-a150c325bdcb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9675169374834859916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96751693748348599169675169374834859916967516937483485991696751693748348599169675169374834859916967516937483485991696751693748348599169675169374834859916967516937483485991696751693748348599169675169374834859916967516937483485991696751693748348599169675169374834859916967516937483485991696751693748348599169675169374834859916967516937483485991696751693748348599169675169374834859916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05bba4d1-65f8-4d63-ac3d-1e1836d38ec3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2797db3d-9cf4-467c-9c4e-461c8f0e2cfd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2797db3d-9cf4-467c-9c4e-461c8f0e2cfd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2965780850009158232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29657808500091582322965780850009158232296578085000915823229657808500091582322965780850009158232296578085000915823229657808500091582322965780850009158232296578085000915823229657808500091582322965780850009158232296578085000915823229657808500091582322965780850009158232296578085000915823229657808500091582322965780850009158232296578085000915823229657808500091582322965780850009158232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a0c9c2-a07d-4676-a0a8-a150c325bdcb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed14bd72-ca9f-40b2-b029-0d71d7cf369c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed14bd72-ca9f-40b2-b029-0d71d7cf369c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13708696399007009445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370869639900700944513708696399007009445137086963990070094451370869639900700944513708696399007009445137086963990070094451370869639900700944513708696399007009445137086963990070094451370869639900700944513708696399007009445137086963990070094451370869639900700944513708696399007009445137086963990070094451370869639900700944513708696399007009445137086963990070094451370869639900700944513708696399007009445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2797db3d-9cf4-467c-9c4e-461c8f0e2cfd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53f5310a-7abe-4a63-9b7f-96a17966db84, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed14bd72-ca9f-40b2-b029-0d71d7cf369c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4fc9f7d-3516-4a5f-946d-997583f2c673, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53f5310a-7abe-4a63-9b7f-96a17966db84, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12905885720838530393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290588572083853039312905885720838530393129058857208385303931290588572083853039312905885720838530393129058857208385303931290588572083853039312905885720838530393129058857208385303931290588572083853039312905885720838530393129058857208385303931290588572083853039312905885720838530393129058857208385303931290588572083853039312905885720838530393129058857208385303931290588572083853039312905885720838530393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4fc9f7d-3516-4a5f-946d-997583f2c673, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15535019353060372652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553501935306037265215535019353060372652155350193530603726521553501935306037265215535019353060372652155350193530603726521553501935306037265215535019353060372652155350193530603726521553501935306037265215535019353060372652155350193530603726521553501935306037265215535019353060372652155350193530603726521553501935306037265215535019353060372652155350193530603726521553501935306037265215535019353060372652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53f5310a-7abe-4a63-9b7f-96a17966db84, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc3de624-6e89-4f85-bb0a-599cb80d236d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc3de624-6e89-4f85-bb0a-599cb80d236d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11681395442848122379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168139544284812237911681395442848122379116813954428481223791168139544284812237911681395442848122379116813954428481223791168139544284812237911681395442848122379116813954428481223791168139544284812237911681395442848122379116813954428481223791168139544284812237911681395442848122379116813954428481223791168139544284812237911681395442848122379116813954428481223791168139544284812237911681395442848122379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4fc9f7d-3516-4a5f-946d-997583f2c673, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 499a5d46-ef5e-4114-97c4-bd851b5241db, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 499a5d46-ef5e-4114-97c4-bd851b5241db, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7133389293629051966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71333892936290519667133389293629051966713338929362905196671333892936290519667133389293629051966713338929362905196671333892936290519667133389293629051966713338929362905196671333892936290519667133389293629051966713338929362905196671333892936290519667133389293629051966713338929362905196671333892936290519667133389293629051966713338929362905196671333892936290519667133389293629051966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc3de624-6e89-4f85-bb0a-599cb80d236d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70362452-9277-4222-a466-53a5f8980dc2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70362452-9277-4222-a466-53a5f8980dc2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4101281348230741820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41012813482307418204101281348230741820410128134823074182041012813482307418204101281348230741820410128134823074182041012813482307418204101281348230741820410128134823074182041012813482307418204101281348230741820410128134823074182041012813482307418204101281348230741820410128134823074182041012813482307418204101281348230741820410128134823074182041012813482307418204101281348230741820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 499a5d46-ef5e-4114-97c4-bd851b5241db, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d129ec0-0f01-48c5-b2f0-935a6e13df97, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d129ec0-0f01-48c5-b2f0-935a6e13df97, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7146953767416752306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71469537674167523067146953767416752306714695376741675230671469537674167523067146953767416752306714695376741675230671469537674167523067146953767416752306714695376741675230671469537674167523067146953767416752306714695376741675230671469537674167523067146953767416752306714695376741675230671469537674167523067146953767416752306714695376741675230671469537674167523067146953767416752306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d129ec0-0f01-48c5-b2f0-935a6e13df97, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 931130f5-b748-4f8b-89cf-8d568ee8cc91, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 931130f5-b748-4f8b-89cf-8d568ee8cc91, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4478914357279613967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44789143572796139674478914357279613967447891435727961396744789143572796139674478914357279613967447891435727961396744789143572796139674478914357279613967447891435727961396744789143572796139674478914357279613967447891435727961396744789143572796139674478914357279613967447891435727961396744789143572796139674478914357279613967447891435727961396744789143572796139674478914357279613967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70362452-9277-4222-a466-53a5f8980dc2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95dd66b2-3b6c-4c10-a7d9-697a8a777418, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95dd66b2-3b6c-4c10-a7d9-697a8a777418, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11717794018145255677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171779401814525567711717794018145255677117177940181452556771171779401814525567711717794018145255677117177940181452556771171779401814525567711717794018145255677117177940181452556771171779401814525567711717794018145255677117177940181452556771171779401814525567711717794018145255677117177940181452556771171779401814525567711717794018145255677117177940181452556771171779401814525567711717794018145255677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 931130f5-b748-4f8b-89cf-8d568ee8cc91, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caaa0281-83fc-4cf5-87da-4ba4c8d5296f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caaa0281-83fc-4cf5-87da-4ba4c8d5296f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8944965694445123809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89449656944451238098944965694445123809894496569444512380989449656944451238098944965694445123809894496569444512380989449656944451238098944965694445123809894496569444512380989449656944451238098944965694445123809894496569444512380989449656944451238098944965694445123809894496569444512380989449656944451238098944965694445123809894496569444512380989449656944451238098944965694445123809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95dd66b2-3b6c-4c10-a7d9-697a8a777418, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caaa0281-83fc-4cf5-87da-4ba4c8d5296f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34c71060-eb00-4bbd-8d2b-d2e84d6a843d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f74bda8-ff14-4447-99dd-12af0ba509d6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34c71060-eb00-4bbd-8d2b-d2e84d6a843d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17180731473268513401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718073147326851340117180731473268513401171807314732685134011718073147326851340117180731473268513401171807314732685134011718073147326851340117180731473268513401171807314732685134011718073147326851340117180731473268513401171807314732685134011718073147326851340117180731473268513401171807314732685134011718073147326851340117180731473268513401171807314732685134011718073147326851340117180731473268513401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f74bda8-ff14-4447-99dd-12af0ba509d6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16852549191822071242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685254919182207124216852549191822071242168525491918220712421685254919182207124216852549191822071242168525491918220712421685254919182207124216852549191822071242168525491918220712421685254919182207124216852549191822071242168525491918220712421685254919182207124216852549191822071242168525491918220712421685254919182207124216852549191822071242168525491918220712421685254919182207124216852549191822071242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f74bda8-ff14-4447-99dd-12af0ba509d6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34c71060-eb00-4bbd-8d2b-d2e84d6a843d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d097e5e8-2c15-46a0-9faf-02ed4a1b1290, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d097e5e8-2c15-46a0-9faf-02ed4a1b1290, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12993750240435895400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299375024043589540012993750240435895400129937502404358954001299375024043589540012993750240435895400129937502404358954001299375024043589540012993750240435895400129937502404358954001299375024043589540012993750240435895400129937502404358954001299375024043589540012993750240435895400129937502404358954001299375024043589540012993750240435895400129937502404358954001299375024043589540012993750240435895400" } } } 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, 351db815-4878-4ded-ab31-57231c888eb5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d097e5e8-2c15-46a0-9faf-02ed4a1b1290, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c61d1555-06c6-4849-b612-2614ece7fbb8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c61d1555-06c6-4849-b612-2614ece7fbb8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 531795763341824481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 351db815-4878-4ded-ab31-57231c888eb5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16007020486129004223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600702048612900422316007020486129004223160070204861290042231600702048612900422316007020486129004223160070204861290042231600702048612900422316007020486129004223160070204861290042231600702048612900422316007020486129004223160070204861290042231600702048612900422316007020486129004223160070204861290042231600702048612900422316007020486129004223160070204861290042231600702048612900422316007020486129004223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 351db815-4878-4ded-ab31-57231c888eb5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6174f31f-4d93-4950-90a0-ed9d05569c59, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6174f31f-4d93-4950-90a0-ed9d05569c59, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4218833798964557375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42188337989645573754218833798964557375421883379896455737542188337989645573754218833798964557375421883379896455737542188337989645573754218833798964557375421883379896455737542188337989645573754218833798964557375421883379896455737542188337989645573754218833798964557375421883379896455737542188337989645573754218833798964557375421883379896455737542188337989645573754218833798964557375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6174f31f-4d93-4950-90a0-ed9d05569c59, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfcd807f-d2d3-4d27-939e-e02a020e385e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c61d1555-06c6-4849-b612-2614ece7fbb8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6c2c905-b366-446e-a7b7-b3d94a937768, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfcd807f-d2d3-4d27-939e-e02a020e385e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17176334117111434941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717633411711143494117176334117111434941171763341171114349411717633411711143494117176334117111434941171763341171114349411717633411711143494117176334117111434941171763341171114349411717633411711143494117176334117111434941171763341171114349411717633411711143494117176334117111434941171763341171114349411717633411711143494117176334117111434941171763341171114349411717633411711143494117176334117111434941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6c2c905-b366-446e-a7b7-b3d94a937768, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4724244352896270699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47242443528962706994724244352896270699472424435289627069947242443528962706994724244352896270699472424435289627069947242443528962706994724244352896270699472424435289627069947242443528962706994724244352896270699472424435289627069947242443528962706994724244352896270699472424435289627069947242443528962706994724244352896270699472424435289627069947242443528962706994724244352896270699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6c2c905-b366-446e-a7b7-b3d94a937768, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfcd807f-d2d3-4d27-939e-e02a020e385e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35563ea4-e82b-434d-8408-853e781658f1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35563ea4-e82b-434d-8408-853e781658f1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5576748595739523238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55767485957395232385576748595739523238557674859573952323855767485957395232385576748595739523238557674859573952323855767485957395232385576748595739523238557674859573952323855767485957395232385576748595739523238557674859573952323855767485957395232385576748595739523238557674859573952323855767485957395232385576748595739523238557674859573952323855767485957395232385576748595739523238" } } } 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, d6130f3c-d6de-4c93-9376-f18d91b5fc85, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6130f3c-d6de-4c93-9376-f18d91b5fc85, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2166807300401575605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21668073004015756052166807300401575605216680730040157560521668073004015756052166807300401575605216680730040157560521668073004015756052166807300401575605216680730040157560521668073004015756052166807300401575605216680730040157560521668073004015756052166807300401575605216680730040157560521668073004015756052166807300401575605216680730040157560521668073004015756052166807300401575605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35563ea4-e82b-434d-8408-853e781658f1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03bb52d5-594b-4fcf-bd2a-c1da78b4bc20, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6130f3c-d6de-4c93-9376-f18d91b5fc85, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03bb52d5-594b-4fcf-bd2a-c1da78b4bc20, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2527524751522244109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25275247515222441092527524751522244109252752475152224410925275247515222441092527524751522244109252752475152224410925275247515222441092527524751522244109252752475152224410925275247515222441092527524751522244109252752475152224410925275247515222441092527524751522244109252752475152224410925275247515222441092527524751522244109252752475152224410925275247515222441092527524751522244109" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca5c9c2d-b7f2-469a-8dbc-03e6b0eaf49c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca5c9c2d-b7f2-469a-8dbc-03e6b0eaf49c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6621302782562180133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66213027825621801336621302782562180133662130278256218013366213027825621801336621302782562180133662130278256218013366213027825621801336621302782562180133662130278256218013366213027825621801336621302782562180133662130278256218013366213027825621801336621302782562180133662130278256218013366213027825621801336621302782562180133662130278256218013366213027825621801336621302782562180133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03bb52d5-594b-4fcf-bd2a-c1da78b4bc20, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e9ec7ee-b40b-4c04-8838-db302bd70a73, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9ec7ee-b40b-4c04-8838-db302bd70a73, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7731325279955339449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77313252799553394497731325279955339449773132527995533944977313252799553394497731325279955339449773132527995533944977313252799553394497731325279955339449773132527995533944977313252799553394497731325279955339449773132527995533944977313252799553394497731325279955339449773132527995533944977313252799553394497731325279955339449773132527995533944977313252799553394497731325279955339449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca5c9c2d-b7f2-469a-8dbc-03e6b0eaf49c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb7e0df3-8d74-496b-97d8-98ef23e73993, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb7e0df3-8d74-496b-97d8-98ef23e73993, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3910972266387772707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39109722663877727073910972266387772707391097226638777270739109722663877727073910972266387772707391097226638777270739109722663877727073910972266387772707391097226638777270739109722663877727073910972266387772707391097226638777270739109722663877727073910972266387772707391097226638777270739109722663877727073910972266387772707391097226638777270739109722663877727073910972266387772707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9ec7ee-b40b-4c04-8838-db302bd70a73, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33115e05-673d-4115-a950-991834f8bfd6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33115e05-673d-4115-a950-991834f8bfd6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4975462453847327582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49754624538473275824975462453847327582497546245384732758249754624538473275824975462453847327582497546245384732758249754624538473275824975462453847327582497546245384732758249754624538473275824975462453847327582497546245384732758249754624538473275824975462453847327582497546245384732758249754624538473275824975462453847327582497546245384732758249754624538473275824975462453847327582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb7e0df3-8d74-496b-97d8-98ef23e73993, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0f91bd8-463e-4386-9b33-6c11b5b73ab9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0f91bd8-463e-4386-9b33-6c11b5b73ab9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6638554771380246588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66385547713802465886638554771380246588663855477138024658866385547713802465886638554771380246588663855477138024658866385547713802465886638554771380246588663855477138024658866385547713802465886638554771380246588663855477138024658866385547713802465886638554771380246588663855477138024658866385547713802465886638554771380246588663855477138024658866385547713802465886638554771380246588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33115e05-673d-4115-a950-991834f8bfd6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b35ebc64-be9a-4f97-9297-524aeb0da0d8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b35ebc64-be9a-4f97-9297-524aeb0da0d8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7594425183701070795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75944251837010707957594425183701070795759442518370107079575944251837010707957594425183701070795759442518370107079575944251837010707957594425183701070795759442518370107079575944251837010707957594425183701070795759442518370107079575944251837010707957594425183701070795759442518370107079575944251837010707957594425183701070795759442518370107079575944251837010707957594425183701070795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0f91bd8-463e-4386-9b33-6c11b5b73ab9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2da24462-26d8-4f31-8f6d-485e9243d798, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2da24462-26d8-4f31-8f6d-485e9243d798, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2517666220282325736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25176662202823257362517666220282325736251766622028232573625176662202823257362517666220282325736251766622028232573625176662202823257362517666220282325736251766622028232573625176662202823257362517666220282325736251766622028232573625176662202823257362517666220282325736251766622028232573625176662202823257362517666220282325736251766622028232573625176662202823257362517666220282325736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2da24462-26d8-4f31-8f6d-485e9243d798, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b35ebc64-be9a-4f97-9297-524aeb0da0d8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99422bdb-6989-47eb-b13d-dc23254548cb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5ffecad-e503-410b-9c8f-f6c5b77f97b5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5ffecad-e503-410b-9c8f-f6c5b77f97b5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9148312883313994578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91483128833139945789148312883313994578914831288331399457891483128833139945789148312883313994578914831288331399457891483128833139945789148312883313994578914831288331399457891483128833139945789148312883313994578914831288331399457891483128833139945789148312883313994578914831288331399457891483128833139945789148312883313994578914831288331399457891483128833139945789148312883313994578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99422bdb-6989-47eb-b13d-dc23254548cb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13203496445117152710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320349644511715271013203496445117152710132034964451171527101320349644511715271013203496445117152710132034964451171527101320349644511715271013203496445117152710132034964451171527101320349644511715271013203496445117152710132034964451171527101320349644511715271013203496445117152710132034964451171527101320349644511715271013203496445117152710132034964451171527101320349644511715271013203496445117152710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5ffecad-e503-410b-9c8f-f6c5b77f97b5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bb40098-d825-4ff7-91cb-b017589b9e27, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99422bdb-6989-47eb-b13d-dc23254548cb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bb40098-d825-4ff7-91cb-b017589b9e27, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13953503143306725689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395350314330672568913953503143306725689139535031433067256891395350314330672568913953503143306725689139535031433067256891395350314330672568913953503143306725689139535031433067256891395350314330672568913953503143306725689139535031433067256891395350314330672568913953503143306725689139535031433067256891395350314330672568913953503143306725689139535031433067256891395350314330672568913953503143306725689" } } } 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, 8b61a1e8-b05c-4663-a64e-79c114c0cff5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b61a1e8-b05c-4663-a64e-79c114c0cff5, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15674778023007558298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567477802300755829815674778023007558298156747780230075582981567477802300755829815674778023007558298156747780230075582981567477802300755829815674778023007558298156747780230075582981567477802300755829815674778023007558298156747780230075582981567477802300755829815674778023007558298156747780230075582981567477802300755829815674778023007558298156747780230075582981567477802300755829815674778023007558298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bb40098-d825-4ff7-91cb-b017589b9e27, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50019af0-d539-43bd-a819-81973253be10, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b61a1e8-b05c-4663-a64e-79c114c0cff5, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50019af0-d539-43bd-a819-81973253be10, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8454355188613747293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84543551886137472938454355188613747293845435518861374729384543551886137472938454355188613747293845435518861374729384543551886137472938454355188613747293845435518861374729384543551886137472938454355188613747293845435518861374729384543551886137472938454355188613747293845435518861374729384543551886137472938454355188613747293845435518861374729384543551886137472938454355188613747293" } } } 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, 35a85816-40f3-4240-a72c-828189c6cf57, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35a85816-40f3-4240-a72c-828189c6cf57, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6821566639518192345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68215666395181923456821566639518192345682156663951819234568215666395181923456821566639518192345682156663951819234568215666395181923456821566639518192345682156663951819234568215666395181923456821566639518192345682156663951819234568215666395181923456821566639518192345682156663951819234568215666395181923456821566639518192345682156663951819234568215666395181923456821566639518192345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50019af0-d539-43bd-a819-81973253be10, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45eead14-e82f-4fde-b9f8-942873851ee2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35a85816-40f3-4240-a72c-828189c6cf57, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d4aefa1-af91-449f-9094-eb0aa247e480, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45eead14-e82f-4fde-b9f8-942873851ee2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18138956292815301347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813895629281530134718138956292815301347181389562928153013471813895629281530134718138956292815301347181389562928153013471813895629281530134718138956292815301347181389562928153013471813895629281530134718138956292815301347181389562928153013471813895629281530134718138956292815301347181389562928153013471813895629281530134718138956292815301347181389562928153013471813895629281530134718138956292815301347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d4aefa1-af91-449f-9094-eb0aa247e480, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16188683016184170885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618868301618417088516188683016184170885161886830161841708851618868301618417088516188683016184170885161886830161841708851618868301618417088516188683016184170885161886830161841708851618868301618417088516188683016184170885161886830161841708851618868301618417088516188683016184170885161886830161841708851618868301618417088516188683016184170885161886830161841708851618868301618417088516188683016184170885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45eead14-e82f-4fde-b9f8-942873851ee2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8b8f84f-8e37-42e8-9858-9aab319cb970, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8b8f84f-8e37-42e8-9858-9aab319cb970, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6839900316420793509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68399003164207935096839900316420793509683990031642079350968399003164207935096839900316420793509683990031642079350968399003164207935096839900316420793509683990031642079350968399003164207935096839900316420793509683990031642079350968399003164207935096839900316420793509683990031642079350968399003164207935096839900316420793509683990031642079350968399003164207935096839900316420793509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d4aefa1-af91-449f-9094-eb0aa247e480, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 283e2508-c8d2-4864-a280-8c4532ee5fe1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8b8f84f-8e37-42e8-9858-9aab319cb970, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50a6dad8-84d1-45a0-95ae-83f5e47c898a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50a6dad8-84d1-45a0-95ae-83f5e47c898a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11261778005120818795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126177800512081879511261778005120818795112617780051208187951126177800512081879511261778005120818795112617780051208187951126177800512081879511261778005120818795112617780051208187951126177800512081879511261778005120818795112617780051208187951126177800512081879511261778005120818795112617780051208187951126177800512081879511261778005120818795112617780051208187951126177800512081879511261778005120818795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 283e2508-c8d2-4864-a280-8c4532ee5fe1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11663508394021114883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166350839402111488311663508394021114883116635083940211148831166350839402111488311663508394021114883116635083940211148831166350839402111488311663508394021114883116635083940211148831166350839402111488311663508394021114883116635083940211148831166350839402111488311663508394021114883116635083940211148831166350839402111488311663508394021114883116635083940211148831166350839402111488311663508394021114883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 283e2508-c8d2-4864-a280-8c4532ee5fe1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50a6dad8-84d1-45a0-95ae-83f5e47c898a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 232f3093-c226-45a2-ae05-da8d1ddca5af, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 232f3093-c226-45a2-ae05-da8d1ddca5af, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11150665775776499660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115066577577649966011150665775776499660111506657757764996601115066577577649966011150665775776499660111506657757764996601115066577577649966011150665775776499660111506657757764996601115066577577649966011150665775776499660111506657757764996601115066577577649966011150665775776499660111506657757764996601115066577577649966011150665775776499660111506657757764996601115066577577649966011150665775776499660" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96de4dd3-27a4-40eb-a11f-2be30268ade2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96de4dd3-27a4-40eb-a11f-2be30268ade2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15219288522631136605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521928852263113660515219288522631136605152192885226311366051521928852263113660515219288522631136605152192885226311366051521928852263113660515219288522631136605152192885226311366051521928852263113660515219288522631136605152192885226311366051521928852263113660515219288522631136605152192885226311366051521928852263113660515219288522631136605152192885226311366051521928852263113660515219288522631136605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 232f3093-c226-45a2-ae05-da8d1ddca5af, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc58ba53-28e7-4e38-b167-4d0ed9d516f8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc58ba53-28e7-4e38-b167-4d0ed9d516f8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17389444990857496130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738944499085749613017389444990857496130173894449908574961301738944499085749613017389444990857496130173894449908574961301738944499085749613017389444990857496130173894449908574961301738944499085749613017389444990857496130173894449908574961301738944499085749613017389444990857496130173894449908574961301738944499085749613017389444990857496130173894449908574961301738944499085749613017389444990857496130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96de4dd3-27a4-40eb-a11f-2be30268ade2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc58ba53-28e7-4e38-b167-4d0ed9d516f8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eff4f93e-f285-4f94-aa04-f1e22d1a87b2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eff4f93e-f285-4f94-aa04-f1e22d1a87b2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15107134958095267598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510713495809526759815107134958095267598151071349580952675981510713495809526759815107134958095267598151071349580952675981510713495809526759815107134958095267598151071349580952675981510713495809526759815107134958095267598151071349580952675981510713495809526759815107134958095267598151071349580952675981510713495809526759815107134958095267598151071349580952675981510713495809526759815107134958095267598" } } } 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, 0291fccc-6d0d-47fc-a1fb-11c064467c9d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0291fccc-6d0d-47fc-a1fb-11c064467c9d, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7675209847117173568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76752098471171735687675209847117173568767520984711717356876752098471171735687675209847117173568767520984711717356876752098471171735687675209847117173568767520984711717356876752098471171735687675209847117173568767520984711717356876752098471171735687675209847117173568767520984711717356876752098471171735687675209847117173568767520984711717356876752098471171735687675209847117173568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eff4f93e-f285-4f94-aa04-f1e22d1a87b2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbb308c1-671d-44b7-98a1-0f77b3d26c1f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbb308c1-671d-44b7-98a1-0f77b3d26c1f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12343259053460001887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234325905346000188712343259053460001887123432590534600018871234325905346000188712343259053460001887123432590534600018871234325905346000188712343259053460001887123432590534600018871234325905346000188712343259053460001887123432590534600018871234325905346000188712343259053460001887123432590534600018871234325905346000188712343259053460001887123432590534600018871234325905346000188712343259053460001887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0291fccc-6d0d-47fc-a1fb-11c064467c9d, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75a23b73-80c8-4a81-93c5-c499281115d4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75a23b73-80c8-4a81-93c5-c499281115d4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17858627979390088482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785862797939008848217858627979390088482178586279793900884821785862797939008848217858627979390088482178586279793900884821785862797939008848217858627979390088482178586279793900884821785862797939008848217858627979390088482178586279793900884821785862797939008848217858627979390088482178586279793900884821785862797939008848217858627979390088482178586279793900884821785862797939008848217858627979390088482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbb308c1-671d-44b7-98a1-0f77b3d26c1f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c266d6d-0baa-4d80-9cb3-4b8639da3fc7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c266d6d-0baa-4d80-9cb3-4b8639da3fc7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18303528165377494139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830352816537749413918303528165377494139183035281653774941391830352816537749413918303528165377494139183035281653774941391830352816537749413918303528165377494139183035281653774941391830352816537749413918303528165377494139183035281653774941391830352816537749413918303528165377494139183035281653774941391830352816537749413918303528165377494139183035281653774941391830352816537749413918303528165377494139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c266d6d-0baa-4d80-9cb3-4b8639da3fc7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37277a10-0112-4ac4-9ffe-0b7cf947b16a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75a23b73-80c8-4a81-93c5-c499281115d4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37277a10-0112-4ac4-9ffe-0b7cf947b16a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 848252185179918601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601" } } } 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, 0c1f7bae-568d-4c77-8465-6ec86a0731f4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c1f7bae-568d-4c77-8465-6ec86a0731f4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8060320587210769061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80603205872107690618060320587210769061806032058721076906180603205872107690618060320587210769061806032058721076906180603205872107690618060320587210769061806032058721076906180603205872107690618060320587210769061806032058721076906180603205872107690618060320587210769061806032058721076906180603205872107690618060320587210769061806032058721076906180603205872107690618060320587210769061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37277a10-0112-4ac4-9ffe-0b7cf947b16a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4b8d21b-26a7-4e07-a831-ce8522f3a0cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c1f7bae-568d-4c77-8465-6ec86a0731f4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 304f2398-9739-4725-ab8f-5424bce2ba0c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 304f2398-9739-4725-ab8f-5424bce2ba0c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16194705026463704339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619470502646370433916194705026463704339161947050264637043391619470502646370433916194705026463704339161947050264637043391619470502646370433916194705026463704339161947050264637043391619470502646370433916194705026463704339161947050264637043391619470502646370433916194705026463704339161947050264637043391619470502646370433916194705026463704339161947050264637043391619470502646370433916194705026463704339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4b8d21b-26a7-4e07-a831-ce8522f3a0cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8611282265132826731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86112822651328267318611282265132826731861128226513282673186112822651328267318611282265132826731861128226513282673186112822651328267318611282265132826731861128226513282673186112822651328267318611282265132826731861128226513282673186112822651328267318611282265132826731861128226513282673186112822651328267318611282265132826731861128226513282673186112822651328267318611282265132826731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 304f2398-9739-4725-ab8f-5424bce2ba0c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5200c1b-f562-4762-83d3-7999f589860a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5200c1b-f562-4762-83d3-7999f589860a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9952398709428258153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99523987094282581539952398709428258153995239870942825815399523987094282581539952398709428258153995239870942825815399523987094282581539952398709428258153995239870942825815399523987094282581539952398709428258153995239870942825815399523987094282581539952398709428258153995239870942825815399523987094282581539952398709428258153995239870942825815399523987094282581539952398709428258153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4b8d21b-26a7-4e07-a831-ce8522f3a0cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5200c1b-f562-4762-83d3-7999f589860a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a19fb69-c5f2-4ada-8348-69eee1e9ade0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a19fb69-c5f2-4ada-8348-69eee1e9ade0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8350349953903605133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83503499539036051338350349953903605133835034995390360513383503499539036051338350349953903605133835034995390360513383503499539036051338350349953903605133835034995390360513383503499539036051338350349953903605133835034995390360513383503499539036051338350349953903605133835034995390360513383503499539036051338350349953903605133835034995390360513383503499539036051338350349953903605133" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea6f9628-78d4-4ccc-8844-227cd85d44f6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea6f9628-78d4-4ccc-8844-227cd85d44f6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 630053121324825126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a19fb69-c5f2-4ada-8348-69eee1e9ade0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea6f9628-78d4-4ccc-8844-227cd85d44f6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b146a99-3371-413c-815b-f81645528330, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b146a99-3371-413c-815b-f81645528330, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9852306537582740130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98523065375827401309852306537582740130985230653758274013098523065375827401309852306537582740130985230653758274013098523065375827401309852306537582740130985230653758274013098523065375827401309852306537582740130985230653758274013098523065375827401309852306537582740130985230653758274013098523065375827401309852306537582740130985230653758274013098523065375827401309852306537582740130" } } } 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, f8ace19d-772c-41e4-9f3d-28730c90a262, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8ace19d-772c-41e4-9f3d-28730c90a262, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7256162061275276760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72561620612752767607256162061275276760725616206127527676072561620612752767607256162061275276760725616206127527676072561620612752767607256162061275276760725616206127527676072561620612752767607256162061275276760725616206127527676072561620612752767607256162061275276760725616206127527676072561620612752767607256162061275276760725616206127527676072561620612752767607256162061275276760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b146a99-3371-413c-815b-f81645528330, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58571227-6ab7-4915-9a56-edd3fd9d34b1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58571227-6ab7-4915-9a56-edd3fd9d34b1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9074457323908336137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90744573239083361379074457323908336137907445732390833613790744573239083361379074457323908336137907445732390833613790744573239083361379074457323908336137907445732390833613790744573239083361379074457323908336137907445732390833613790744573239083361379074457323908336137907445732390833613790744573239083361379074457323908336137907445732390833613790744573239083361379074457323908336137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8ace19d-772c-41e4-9f3d-28730c90a262, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ca10fc8-ef7f-4d9e-b67b-6afbb331f578, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca10fc8-ef7f-4d9e-b67b-6afbb331f578, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3560840229297433973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35608402292974339733560840229297433973356084022929743397335608402292974339733560840229297433973356084022929743397335608402292974339733560840229297433973356084022929743397335608402292974339733560840229297433973356084022929743397335608402292974339733560840229297433973356084022929743397335608402292974339733560840229297433973356084022929743397335608402292974339733560840229297433973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58571227-6ab7-4915-9a56-edd3fd9d34b1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26172505-7f92-4f96-8755-caf8defd8cf5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26172505-7f92-4f96-8755-caf8defd8cf5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9671822953269465553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96718229532694655539671822953269465553967182295326946555396718229532694655539671822953269465553967182295326946555396718229532694655539671822953269465553967182295326946555396718229532694655539671822953269465553967182295326946555396718229532694655539671822953269465553967182295326946555396718229532694655539671822953269465553967182295326946555396718229532694655539671822953269465553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca10fc8-ef7f-4d9e-b67b-6afbb331f578, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c481ca98-3d20-4f40-903e-b1426b2b6137, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c481ca98-3d20-4f40-903e-b1426b2b6137, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4611798504937087678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46117985049370876784611798504937087678461179850493708767846117985049370876784611798504937087678461179850493708767846117985049370876784611798504937087678461179850493708767846117985049370876784611798504937087678461179850493708767846117985049370876784611798504937087678461179850493708767846117985049370876784611798504937087678461179850493708767846117985049370876784611798504937087678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26172505-7f92-4f96-8755-caf8defd8cf5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 023cbb58-0d56-48b3-abe1-6631037d5d38, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 023cbb58-0d56-48b3-abe1-6631037d5d38, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3830269986294572257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38302699862945722573830269986294572257383026998629457225738302699862945722573830269986294572257383026998629457225738302699862945722573830269986294572257383026998629457225738302699862945722573830269986294572257383026998629457225738302699862945722573830269986294572257383026998629457225738302699862945722573830269986294572257383026998629457225738302699862945722573830269986294572257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c481ca98-3d20-4f40-903e-b1426b2b6137, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 911858fb-9f5f-461e-a828-0097a6fd2fe5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 911858fb-9f5f-461e-a828-0097a6fd2fe5, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17205316248350236492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720531624835023649217205316248350236492172053162483502364921720531624835023649217205316248350236492172053162483502364921720531624835023649217205316248350236492172053162483502364921720531624835023649217205316248350236492172053162483502364921720531624835023649217205316248350236492172053162483502364921720531624835023649217205316248350236492172053162483502364921720531624835023649217205316248350236492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 023cbb58-0d56-48b3-abe1-6631037d5d38, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54b96832-a650-43eb-8125-adc6d9c6a46f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54b96832-a650-43eb-8125-adc6d9c6a46f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16743891978914561762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674389197891456176216743891978914561762167438919789145617621674389197891456176216743891978914561762167438919789145617621674389197891456176216743891978914561762167438919789145617621674389197891456176216743891978914561762167438919789145617621674389197891456176216743891978914561762167438919789145617621674389197891456176216743891978914561762167438919789145617621674389197891456176216743891978914561762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 911858fb-9f5f-461e-a828-0097a6fd2fe5, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a123508-addb-469a-942b-c2786791d2cd, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a123508-addb-469a-942b-c2786791d2cd, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17081748039536799451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708174803953679945117081748039536799451170817480395367994511708174803953679945117081748039536799451170817480395367994511708174803953679945117081748039536799451170817480395367994511708174803953679945117081748039536799451170817480395367994511708174803953679945117081748039536799451170817480395367994511708174803953679945117081748039536799451170817480395367994511708174803953679945117081748039536799451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54b96832-a650-43eb-8125-adc6d9c6a46f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96047a55-fd20-4c10-b438-f64af7b7b6e2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96047a55-fd20-4c10-b438-f64af7b7b6e2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7519580193007485884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75195801930074858847519580193007485884751958019300748588475195801930074858847519580193007485884751958019300748588475195801930074858847519580193007485884751958019300748588475195801930074858847519580193007485884751958019300748588475195801930074858847519580193007485884751958019300748588475195801930074858847519580193007485884751958019300748588475195801930074858847519580193007485884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a123508-addb-469a-942b-c2786791d2cd, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 890ef005-53f6-41ad-9cc1-6e0d4583a594, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96047a55-fd20-4c10-b438-f64af7b7b6e2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 890ef005-53f6-41ad-9cc1-6e0d4583a594, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11618373614935639432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161837361493563943211618373614935639432116183736149356394321161837361493563943211618373614935639432116183736149356394321161837361493563943211618373614935639432116183736149356394321161837361493563943211618373614935639432116183736149356394321161837361493563943211618373614935639432116183736149356394321161837361493563943211618373614935639432116183736149356394321161837361493563943211618373614935639432" } } } 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, da01efc7-534b-4f22-8994-aa98fceed255, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da01efc7-534b-4f22-8994-aa98fceed255, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14726331899496061386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472633189949606138614726331899496061386147263318994960613861472633189949606138614726331899496061386147263318994960613861472633189949606138614726331899496061386147263318994960613861472633189949606138614726331899496061386147263318994960613861472633189949606138614726331899496061386147263318994960613861472633189949606138614726331899496061386147263318994960613861472633189949606138614726331899496061386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da01efc7-534b-4f22-8994-aa98fceed255, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 890ef005-53f6-41ad-9cc1-6e0d4583a594, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf286a0a-421b-49d1-bcb1-c1fd0e2b95db, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf286a0a-421b-49d1-bcb1-c1fd0e2b95db, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15786325485597870161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578632548559787016115786325485597870161157863254855978701611578632548559787016115786325485597870161157863254855978701611578632548559787016115786325485597870161157863254855978701611578632548559787016115786325485597870161157863254855978701611578632548559787016115786325485597870161157863254855978701611578632548559787016115786325485597870161157863254855978701611578632548559787016115786325485597870161" } } } 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, 97184266-339d-4ee7-bb60-bddf12188a0e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97184266-339d-4ee7-bb60-bddf12188a0e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6684276394045277595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66842763940452775956684276394045277595668427639404527759566842763940452775956684276394045277595668427639404527759566842763940452775956684276394045277595668427639404527759566842763940452775956684276394045277595668427639404527759566842763940452775956684276394045277595668427639404527759566842763940452775956684276394045277595668427639404527759566842763940452775956684276394045277595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf286a0a-421b-49d1-bcb1-c1fd0e2b95db, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97184266-339d-4ee7-bb60-bddf12188a0e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 704a0139-4f72-499d-8ad4-db9e33a26d55, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 704a0139-4f72-499d-8ad4-db9e33a26d55, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17487861432451281190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748786143245128119017487861432451281190174878614324512811901748786143245128119017487861432451281190174878614324512811901748786143245128119017487861432451281190174878614324512811901748786143245128119017487861432451281190174878614324512811901748786143245128119017487861432451281190174878614324512811901748786143245128119017487861432451281190174878614324512811901748786143245128119017487861432451281190" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0a9c0c3-4c01-4a96-a9a8-2a3dc108481e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a9c0c3-4c01-4a96-a9a8-2a3dc108481e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 591903063466936141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 704a0139-4f72-499d-8ad4-db9e33a26d55, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96b2e756-33a4-40cf-a393-e9b0d4791d2b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96b2e756-33a4-40cf-a393-e9b0d4791d2b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5490360093126789057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54903600931267890575490360093126789057549036009312678905754903600931267890575490360093126789057549036009312678905754903600931267890575490360093126789057549036009312678905754903600931267890575490360093126789057549036009312678905754903600931267890575490360093126789057549036009312678905754903600931267890575490360093126789057549036009312678905754903600931267890575490360093126789057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a9c0c3-4c01-4a96-a9a8-2a3dc108481e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1a5821d-1fa6-4bc4-aa97-5aa4b21be9fd, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1a5821d-1fa6-4bc4-aa97-5aa4b21be9fd, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11890272734964395384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189027273496439538411890272734964395384118902727349643953841189027273496439538411890272734964395384118902727349643953841189027273496439538411890272734964395384118902727349643953841189027273496439538411890272734964395384118902727349643953841189027273496439538411890272734964395384118902727349643953841189027273496439538411890272734964395384118902727349643953841189027273496439538411890272734964395384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96b2e756-33a4-40cf-a393-e9b0d4791d2b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2596bdc-49d5-4c05-a28a-72f7bf332988, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2596bdc-49d5-4c05-a28a-72f7bf332988, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14655324174495248156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465532417449524815614655324174495248156146553241744952481561465532417449524815614655324174495248156146553241744952481561465532417449524815614655324174495248156146553241744952481561465532417449524815614655324174495248156146553241744952481561465532417449524815614655324174495248156146553241744952481561465532417449524815614655324174495248156146553241744952481561465532417449524815614655324174495248156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1a5821d-1fa6-4bc4-aa97-5aa4b21be9fd, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf791b21-a452-45b7-bcb0-2d4edba9a560, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf791b21-a452-45b7-bcb0-2d4edba9a560, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7924661411210043373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79246614112100433737924661411210043373792466141121004337379246614112100433737924661411210043373792466141121004337379246614112100433737924661411210043373792466141121004337379246614112100433737924661411210043373792466141121004337379246614112100433737924661411210043373792466141121004337379246614112100433737924661411210043373792466141121004337379246614112100433737924661411210043373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2596bdc-49d5-4c05-a28a-72f7bf332988, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fbdf334-be12-4036-b87e-31a6ff797dd0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fbdf334-be12-4036-b87e-31a6ff797dd0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18257803250888164488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825780325088816448818257803250888164488182578032508881644881825780325088816448818257803250888164488182578032508881644881825780325088816448818257803250888164488182578032508881644881825780325088816448818257803250888164488182578032508881644881825780325088816448818257803250888164488182578032508881644881825780325088816448818257803250888164488182578032508881644881825780325088816448818257803250888164488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf791b21-a452-45b7-bcb0-2d4edba9a560, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8af8924-de46-4cfb-9183-68fbd08819eb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8af8924-de46-4cfb-9183-68fbd08819eb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12656316764238816853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265631676423881685312656316764238816853126563167642388168531265631676423881685312656316764238816853126563167642388168531265631676423881685312656316764238816853126563167642388168531265631676423881685312656316764238816853126563167642388168531265631676423881685312656316764238816853126563167642388168531265631676423881685312656316764238816853126563167642388168531265631676423881685312656316764238816853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fbdf334-be12-4036-b87e-31a6ff797dd0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60995b41-c487-4431-841c-0d5954a98c7d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60995b41-c487-4431-841c-0d5954a98c7d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13390266173068143733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339026617306814373313390266173068143733133902661730681437331339026617306814373313390266173068143733133902661730681437331339026617306814373313390266173068143733133902661730681437331339026617306814373313390266173068143733133902661730681437331339026617306814373313390266173068143733133902661730681437331339026617306814373313390266173068143733133902661730681437331339026617306814373313390266173068143733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8af8924-de46-4cfb-9183-68fbd08819eb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 530bddec-ab70-4ebb-bdee-6511a0a2dad1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 530bddec-ab70-4ebb-bdee-6511a0a2dad1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9740222486964687735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97402224869646877359740222486964687735974022248696468773597402224869646877359740222486964687735974022248696468773597402224869646877359740222486964687735974022248696468773597402224869646877359740222486964687735974022248696468773597402224869646877359740222486964687735974022248696468773597402224869646877359740222486964687735974022248696468773597402224869646877359740222486964687735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60995b41-c487-4431-841c-0d5954a98c7d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50a54fef-66ba-44a8-ae28-9befff6a2af0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50a54fef-66ba-44a8-ae28-9befff6a2af0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1512692809850645231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15126928098506452311512692809850645231151269280985064523115126928098506452311512692809850645231151269280985064523115126928098506452311512692809850645231151269280985064523115126928098506452311512692809850645231151269280985064523115126928098506452311512692809850645231151269280985064523115126928098506452311512692809850645231151269280985064523115126928098506452311512692809850645231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 530bddec-ab70-4ebb-bdee-6511a0a2dad1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ab861fb-75b5-41cd-8f46-75042194bc08, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ab861fb-75b5-41cd-8f46-75042194bc08, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14233332269739926329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423333226973992632914233332269739926329142333322697399263291423333226973992632914233332269739926329142333322697399263291423333226973992632914233332269739926329142333322697399263291423333226973992632914233332269739926329142333322697399263291423333226973992632914233332269739926329142333322697399263291423333226973992632914233332269739926329142333322697399263291423333226973992632914233332269739926329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50a54fef-66ba-44a8-ae28-9befff6a2af0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 675a9a51-79bb-4d6f-b794-a624b1b50d63, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 675a9a51-79bb-4d6f-b794-a624b1b50d63, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9877042034010219044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98770420340102190449877042034010219044987704203401021904498770420340102190449877042034010219044987704203401021904498770420340102190449877042034010219044987704203401021904498770420340102190449877042034010219044987704203401021904498770420340102190449877042034010219044987704203401021904498770420340102190449877042034010219044987704203401021904498770420340102190449877042034010219044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 675a9a51-79bb-4d6f-b794-a624b1b50d63, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 397efc9e-8cc9-4a82-8650-ba8c6e68a121, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 397efc9e-8cc9-4a82-8650-ba8c6e68a121, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5365867817495208270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53658678174952082705365867817495208270536586781749520827053658678174952082705365867817495208270536586781749520827053658678174952082705365867817495208270536586781749520827053658678174952082705365867817495208270536586781749520827053658678174952082705365867817495208270536586781749520827053658678174952082705365867817495208270536586781749520827053658678174952082705365867817495208270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ab861fb-75b5-41cd-8f46-75042194bc08, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d79c1488-39af-4592-8275-64ed0e01f334, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d79c1488-39af-4592-8275-64ed0e01f334, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13784283015975708696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378428301597570869613784283015975708696137842830159757086961378428301597570869613784283015975708696137842830159757086961378428301597570869613784283015975708696137842830159757086961378428301597570869613784283015975708696137842830159757086961378428301597570869613784283015975708696137842830159757086961378428301597570869613784283015975708696137842830159757086961378428301597570869613784283015975708696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 397efc9e-8cc9-4a82-8650-ba8c6e68a121, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57dbfd80-c27b-422e-9bb5-f9876d114d41, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57dbfd80-c27b-422e-9bb5-f9876d114d41, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11538228868570705371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153822886857070537111538228868570705371115382288685707053711153822886857070537111538228868570705371115382288685707053711153822886857070537111538228868570705371115382288685707053711153822886857070537111538228868570705371115382288685707053711153822886857070537111538228868570705371115382288685707053711153822886857070537111538228868570705371115382288685707053711153822886857070537111538228868570705371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d79c1488-39af-4592-8275-64ed0e01f334, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c44ccb71-4d3c-438b-b0d6-46584d662c2e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c44ccb71-4d3c-438b-b0d6-46584d662c2e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5374324622124353961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53743246221243539615374324622124353961537432462212435396153743246221243539615374324622124353961537432462212435396153743246221243539615374324622124353961537432462212435396153743246221243539615374324622124353961537432462212435396153743246221243539615374324622124353961537432462212435396153743246221243539615374324622124353961537432462212435396153743246221243539615374324622124353961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57dbfd80-c27b-422e-9bb5-f9876d114d41, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e6d9bcd-3596-4c5b-adab-c953bdcd44ed, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e6d9bcd-3596-4c5b-adab-c953bdcd44ed, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16265937717863254771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626593771786325477116265937717863254771162659377178632547711626593771786325477116265937717863254771162659377178632547711626593771786325477116265937717863254771162659377178632547711626593771786325477116265937717863254771162659377178632547711626593771786325477116265937717863254771162659377178632547711626593771786325477116265937717863254771162659377178632547711626593771786325477116265937717863254771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e6d9bcd-3596-4c5b-adab-c953bdcd44ed, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b0e6e29-9566-433a-a101-015575eb52bf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b0e6e29-9566-433a-a101-015575eb52bf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8041850688629299011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80418506886292990118041850688629299011804185068862929901180418506886292990118041850688629299011804185068862929901180418506886292990118041850688629299011804185068862929901180418506886292990118041850688629299011804185068862929901180418506886292990118041850688629299011804185068862929901180418506886292990118041850688629299011804185068862929901180418506886292990118041850688629299011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c44ccb71-4d3c-438b-b0d6-46584d662c2e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b0e6e29-9566-433a-a101-015575eb52bf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd5dc353-c677-497b-9432-db27744359ab, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd5dc353-c677-497b-9432-db27744359ab, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18167527308845952213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816752730884595221318167527308845952213181675273088459522131816752730884595221318167527308845952213181675273088459522131816752730884595221318167527308845952213181675273088459522131816752730884595221318167527308845952213181675273088459522131816752730884595221318167527308845952213181675273088459522131816752730884595221318167527308845952213181675273088459522131816752730884595221318167527308845952213" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5253fd5-ca59-423b-aedf-990c3eaf717a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5253fd5-ca59-423b-aedf-990c3eaf717a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9816859409099184398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98168594090991843989816859409099184398981685940909918439898168594090991843989816859409099184398981685940909918439898168594090991843989816859409099184398981685940909918439898168594090991843989816859409099184398981685940909918439898168594090991843989816859409099184398981685940909918439898168594090991843989816859409099184398981685940909918439898168594090991843989816859409099184398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd5dc353-c677-497b-9432-db27744359ab, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44f34801-4db5-45b3-9297-e2dbe9ac07fa, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5253fd5-ca59-423b-aedf-990c3eaf717a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db73ace5-570a-4cc6-8de5-be0b8de8d1bc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44f34801-4db5-45b3-9297-e2dbe9ac07fa, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18246624502291575484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824662450229157548418246624502291575484182466245022915754841824662450229157548418246624502291575484182466245022915754841824662450229157548418246624502291575484182466245022915754841824662450229157548418246624502291575484182466245022915754841824662450229157548418246624502291575484182466245022915754841824662450229157548418246624502291575484182466245022915754841824662450229157548418246624502291575484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db73ace5-570a-4cc6-8de5-be0b8de8d1bc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1856325707417911747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18563257074179117471856325707417911747185632570741791174718563257074179117471856325707417911747185632570741791174718563257074179117471856325707417911747185632570741791174718563257074179117471856325707417911747185632570741791174718563257074179117471856325707417911747185632570741791174718563257074179117471856325707417911747185632570741791174718563257074179117471856325707417911747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44f34801-4db5-45b3-9297-e2dbe9ac07fa, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d8de865-2e8f-4a57-bf0f-5dd6d8d4d821, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d8de865-2e8f-4a57-bf0f-5dd6d8d4d821, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2109536519518616498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21095365195186164982109536519518616498210953651951861649821095365195186164982109536519518616498210953651951861649821095365195186164982109536519518616498210953651951861649821095365195186164982109536519518616498210953651951861649821095365195186164982109536519518616498210953651951861649821095365195186164982109536519518616498210953651951861649821095365195186164982109536519518616498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db73ace5-570a-4cc6-8de5-be0b8de8d1bc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68355327-5360-47e1-8ea4-40b6f8631405, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68355327-5360-47e1-8ea4-40b6f8631405, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7335010191581679761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73350101915816797617335010191581679761733501019158167976173350101915816797617335010191581679761733501019158167976173350101915816797617335010191581679761733501019158167976173350101915816797617335010191581679761733501019158167976173350101915816797617335010191581679761733501019158167976173350101915816797617335010191581679761733501019158167976173350101915816797617335010191581679761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d8de865-2e8f-4a57-bf0f-5dd6d8d4d821, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c5379ae-91bd-4eb4-9a18-c2b0298cb1f7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c5379ae-91bd-4eb4-9a18-c2b0298cb1f7, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 206715719056518323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68355327-5360-47e1-8ea4-40b6f8631405, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3498eec6-64da-459b-9bdc-7e9092fbc21c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3498eec6-64da-459b-9bdc-7e9092fbc21c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14967988786575786851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496798878657578685114967988786575786851149679887865757868511496798878657578685114967988786575786851149679887865757868511496798878657578685114967988786575786851149679887865757868511496798878657578685114967988786575786851149679887865757868511496798878657578685114967988786575786851149679887865757868511496798878657578685114967988786575786851149679887865757868511496798878657578685114967988786575786851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c5379ae-91bd-4eb4-9a18-c2b0298cb1f7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5103fad-fb45-4dab-bb1f-4929491af05a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5103fad-fb45-4dab-bb1f-4929491af05a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2071011026304928793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20710110263049287932071011026304928793207101102630492879320710110263049287932071011026304928793207101102630492879320710110263049287932071011026304928793207101102630492879320710110263049287932071011026304928793207101102630492879320710110263049287932071011026304928793207101102630492879320710110263049287932071011026304928793207101102630492879320710110263049287932071011026304928793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3498eec6-64da-459b-9bdc-7e9092fbc21c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f7ab73d-7590-475c-b211-bbe71c1fb89b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f7ab73d-7590-475c-b211-bbe71c1fb89b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16984462760126573061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698446276012657306116984462760126573061169844627601265730611698446276012657306116984462760126573061169844627601265730611698446276012657306116984462760126573061169844627601265730611698446276012657306116984462760126573061169844627601265730611698446276012657306116984462760126573061169844627601265730611698446276012657306116984462760126573061169844627601265730611698446276012657306116984462760126573061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5103fad-fb45-4dab-bb1f-4929491af05a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e94fbf9-49f0-4c6a-845f-507ddf95f067, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f7ab73d-7590-475c-b211-bbe71c1fb89b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e82a81a1-97f9-4ed8-8756-f88a184a878e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e82a81a1-97f9-4ed8-8756-f88a184a878e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3763031963075662451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37630319630756624513763031963075662451376303196307566245137630319630756624513763031963075662451376303196307566245137630319630756624513763031963075662451376303196307566245137630319630756624513763031963075662451376303196307566245137630319630756624513763031963075662451376303196307566245137630319630756624513763031963075662451376303196307566245137630319630756624513763031963075662451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e94fbf9-49f0-4c6a-845f-507ddf95f067, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5377174140172420420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53771741401724204205377174140172420420537717414017242042053771741401724204205377174140172420420537717414017242042053771741401724204205377174140172420420537717414017242042053771741401724204205377174140172420420537717414017242042053771741401724204205377174140172420420537717414017242042053771741401724204205377174140172420420537717414017242042053771741401724204205377174140172420420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e82a81a1-97f9-4ed8-8756-f88a184a878e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf591bab-fe8f-4b3e-936d-eb96c989cadf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf591bab-fe8f-4b3e-936d-eb96c989cadf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13570667748742607297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357066774874260729713570667748742607297135706677487426072971357066774874260729713570667748742607297135706677487426072971357066774874260729713570667748742607297135706677487426072971357066774874260729713570667748742607297135706677487426072971357066774874260729713570667748742607297135706677487426072971357066774874260729713570667748742607297135706677487426072971357066774874260729713570667748742607297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e94fbf9-49f0-4c6a-845f-507ddf95f067, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ab518b6-7269-4f5f-82ec-d48389191dee, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab518b6-7269-4f5f-82ec-d48389191dee, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10855103638793742490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085510363879374249010855103638793742490108551036387937424901085510363879374249010855103638793742490108551036387937424901085510363879374249010855103638793742490108551036387937424901085510363879374249010855103638793742490108551036387937424901085510363879374249010855103638793742490108551036387937424901085510363879374249010855103638793742490108551036387937424901085510363879374249010855103638793742490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf591bab-fe8f-4b3e-936d-eb96c989cadf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95479767-c5e4-45e9-bf0c-6a3812b4f940, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95479767-c5e4-45e9-bf0c-6a3812b4f940, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1840088677132641738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18400886771326417381840088677132641738184008867713264173818400886771326417381840088677132641738184008867713264173818400886771326417381840088677132641738184008867713264173818400886771326417381840088677132641738184008867713264173818400886771326417381840088677132641738184008867713264173818400886771326417381840088677132641738184008867713264173818400886771326417381840088677132641738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab518b6-7269-4f5f-82ec-d48389191dee, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 262187ab-faee-4e6d-ae25-1e50bbabcbbd, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 262187ab-faee-4e6d-ae25-1e50bbabcbbd, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13638208387690964438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363820838769096443813638208387690964438136382083876909644381363820838769096443813638208387690964438136382083876909644381363820838769096443813638208387690964438136382083876909644381363820838769096443813638208387690964438136382083876909644381363820838769096443813638208387690964438136382083876909644381363820838769096443813638208387690964438136382083876909644381363820838769096443813638208387690964438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95479767-c5e4-45e9-bf0c-6a3812b4f940, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6763f83-486d-4dce-bb4a-65ed6ace323d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6763f83-486d-4dce-bb4a-65ed6ace323d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4545179557278982512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45451795572789825124545179557278982512454517955727898251245451795572789825124545179557278982512454517955727898251245451795572789825124545179557278982512454517955727898251245451795572789825124545179557278982512454517955727898251245451795572789825124545179557278982512454517955727898251245451795572789825124545179557278982512454517955727898251245451795572789825124545179557278982512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 262187ab-faee-4e6d-ae25-1e50bbabcbbd, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88f60ced-a402-4ac4-a7b1-2354ade199c4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f60ced-a402-4ac4-a7b1-2354ade199c4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4375349685629206264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43753496856292062644375349685629206264437534968562920626443753496856292062644375349685629206264437534968562920626443753496856292062644375349685629206264437534968562920626443753496856292062644375349685629206264437534968562920626443753496856292062644375349685629206264437534968562920626443753496856292062644375349685629206264437534968562920626443753496856292062644375349685629206264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f60ced-a402-4ac4-a7b1-2354ade199c4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5fbe82e-d3c1-442a-bbb1-a535a5aecd1e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5fbe82e-d3c1-442a-bbb1-a535a5aecd1e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4894208851530466788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48942088515304667884894208851530466788489420885153046678848942088515304667884894208851530466788489420885153046678848942088515304667884894208851530466788489420885153046678848942088515304667884894208851530466788489420885153046678848942088515304667884894208851530466788489420885153046678848942088515304667884894208851530466788489420885153046678848942088515304667884894208851530466788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6763f83-486d-4dce-bb4a-65ed6ace323d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a3b58a0-7629-4ef8-b94c-a5e02009dee1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a3b58a0-7629-4ef8-b94c-a5e02009dee1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8621554297788515888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86215542977885158888621554297788515888862155429778851588886215542977885158888621554297788515888862155429778851588886215542977885158888621554297788515888862155429778851588886215542977885158888621554297788515888862155429778851588886215542977885158888621554297788515888862155429778851588886215542977885158888621554297788515888862155429778851588886215542977885158888621554297788515888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a3b58a0-7629-4ef8-b94c-a5e02009dee1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba4d5179-dcb3-45d9-bb59-5c4add387f53, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5fbe82e-d3c1-442a-bbb1-a535a5aecd1e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 420f2d43-8115-4019-9dec-b8068cfb5d58, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 420f2d43-8115-4019-9dec-b8068cfb5d58, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10127649024011121592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012764902401112159210127649024011121592101276490240111215921012764902401112159210127649024011121592101276490240111215921012764902401112159210127649024011121592101276490240111215921012764902401112159210127649024011121592101276490240111215921012764902401112159210127649024011121592101276490240111215921012764902401112159210127649024011121592101276490240111215921012764902401112159210127649024011121592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba4d5179-dcb3-45d9-bb59-5c4add387f53, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14500761454472199628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450076145447219962814500761454472199628145007614544721996281450076145447219962814500761454472199628145007614544721996281450076145447219962814500761454472199628145007614544721996281450076145447219962814500761454472199628145007614544721996281450076145447219962814500761454472199628145007614544721996281450076145447219962814500761454472199628145007614544721996281450076145447219962814500761454472199628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba4d5179-dcb3-45d9-bb59-5c4add387f53, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c668952-e091-4059-99fd-beb020d2f25c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c668952-e091-4059-99fd-beb020d2f25c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9609888331135732634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96098883311357326349609888331135732634960988833113573263496098883311357326349609888331135732634960988833113573263496098883311357326349609888331135732634960988833113573263496098883311357326349609888331135732634960988833113573263496098883311357326349609888331135732634960988833113573263496098883311357326349609888331135732634960988833113573263496098883311357326349609888331135732634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 420f2d43-8115-4019-9dec-b8068cfb5d58, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22fea2ca-50a8-416d-a376-8e214f41dee6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22fea2ca-50a8-416d-a376-8e214f41dee6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2413212940333146659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24132129403331466592413212940333146659241321294033314665924132129403331466592413212940333146659241321294033314665924132129403331466592413212940333146659241321294033314665924132129403331466592413212940333146659241321294033314665924132129403331466592413212940333146659241321294033314665924132129403331466592413212940333146659241321294033314665924132129403331466592413212940333146659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c668952-e091-4059-99fd-beb020d2f25c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfe27871-58c2-4bdf-ad4f-0f34579db319, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfe27871-58c2-4bdf-ad4f-0f34579db319, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8119996722108884993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81199967221088849938119996722108884993811999672210888499381199967221088849938119996722108884993811999672210888499381199967221088849938119996722108884993811999672210888499381199967221088849938119996722108884993811999672210888499381199967221088849938119996722108884993811999672210888499381199967221088849938119996722108884993811999672210888499381199967221088849938119996722108884993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22fea2ca-50a8-416d-a376-8e214f41dee6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61e295cc-e983-44d8-b8f9-f71f91cd54b6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61e295cc-e983-44d8-b8f9-f71f91cd54b6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2983886208135805553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29838862081358055532983886208135805553298388620813580555329838862081358055532983886208135805553298388620813580555329838862081358055532983886208135805553298388620813580555329838862081358055532983886208135805553298388620813580555329838862081358055532983886208135805553298388620813580555329838862081358055532983886208135805553298388620813580555329838862081358055532983886208135805553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfe27871-58c2-4bdf-ad4f-0f34579db319, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0517375-0beb-44f3-afa3-585481d433bb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0517375-0beb-44f3-afa3-585481d433bb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13088656359310742043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308865635931074204313088656359310742043130886563593107420431308865635931074204313088656359310742043130886563593107420431308865635931074204313088656359310742043130886563593107420431308865635931074204313088656359310742043130886563593107420431308865635931074204313088656359310742043130886563593107420431308865635931074204313088656359310742043130886563593107420431308865635931074204313088656359310742043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61e295cc-e983-44d8-b8f9-f71f91cd54b6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0748e3fb-9357-4e9a-b8aa-609bb3d86c6f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0748e3fb-9357-4e9a-b8aa-609bb3d86c6f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6686839866036255963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66868398660362559636686839866036255963668683986603625596366868398660362559636686839866036255963668683986603625596366868398660362559636686839866036255963668683986603625596366868398660362559636686839866036255963668683986603625596366868398660362559636686839866036255963668683986603625596366868398660362559636686839866036255963668683986603625596366868398660362559636686839866036255963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0517375-0beb-44f3-afa3-585481d433bb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd0e8b7e-fdf3-44d8-8456-7534011653bb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd0e8b7e-fdf3-44d8-8456-7534011653bb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14410440941282230630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441044094128223063014410440941282230630144104409412822306301441044094128223063014410440941282230630144104409412822306301441044094128223063014410440941282230630144104409412822306301441044094128223063014410440941282230630144104409412822306301441044094128223063014410440941282230630144104409412822306301441044094128223063014410440941282230630144104409412822306301441044094128223063014410440941282230630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0748e3fb-9357-4e9a-b8aa-609bb3d86c6f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73e0c111-d82f-4692-992c-e692c42ef102, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd0e8b7e-fdf3-44d8-8456-7534011653bb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f2bd45a-d19e-480d-9a05-1347602a47ed, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73e0c111-d82f-4692-992c-e692c42ef102, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14432064940792438387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443206494079243838714432064940792438387144320649407924383871443206494079243838714432064940792438387144320649407924383871443206494079243838714432064940792438387144320649407924383871443206494079243838714432064940792438387144320649407924383871443206494079243838714432064940792438387144320649407924383871443206494079243838714432064940792438387144320649407924383871443206494079243838714432064940792438387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f2bd45a-d19e-480d-9a05-1347602a47ed, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9745549996228347889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97455499962283478899745549996228347889974554999622834788997455499962283478899745549996228347889974554999622834788997455499962283478899745549996228347889974554999622834788997455499962283478899745549996228347889974554999622834788997455499962283478899745549996228347889974554999622834788997455499962283478899745549996228347889974554999622834788997455499962283478899745549996228347889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73e0c111-d82f-4692-992c-e692c42ef102, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da77ef1c-5a4e-4aba-bdf3-b2388e1a10c2, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da77ef1c-5a4e-4aba-bdf3-b2388e1a10c2, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18164803981210380310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816480398121038031018164803981210380310181648039812103803101816480398121038031018164803981210380310181648039812103803101816480398121038031018164803981210380310181648039812103803101816480398121038031018164803981210380310181648039812103803101816480398121038031018164803981210380310181648039812103803101816480398121038031018164803981210380310181648039812103803101816480398121038031018164803981210380310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f2bd45a-d19e-480d-9a05-1347602a47ed, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0877ae7-890b-40bf-9617-a364ba726dd9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0877ae7-890b-40bf-9617-a364ba726dd9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5783286112071525817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57832861120715258175783286112071525817578328611207152581757832861120715258175783286112071525817578328611207152581757832861120715258175783286112071525817578328611207152581757832861120715258175783286112071525817578328611207152581757832861120715258175783286112071525817578328611207152581757832861120715258175783286112071525817578328611207152581757832861120715258175783286112071525817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da77ef1c-5a4e-4aba-bdf3-b2388e1a10c2, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d59ba2df-5255-48ab-8acb-870ccbf9e0a0, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d59ba2df-5255-48ab-8acb-870ccbf9e0a0, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5609221761999790743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56092217619997907435609221761999790743560922176199979074356092217619997907435609221761999790743560922176199979074356092217619997907435609221761999790743560922176199979074356092217619997907435609221761999790743560922176199979074356092217619997907435609221761999790743560922176199979074356092217619997907435609221761999790743560922176199979074356092217619997907435609221761999790743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0877ae7-890b-40bf-9617-a364ba726dd9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c92216b-31ea-435e-b8ac-20b30c17af9d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c92216b-31ea-435e-b8ac-20b30c17af9d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6799501613817440189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67995016138174401896799501613817440189679950161381744018967995016138174401896799501613817440189679950161381744018967995016138174401896799501613817440189679950161381744018967995016138174401896799501613817440189679950161381744018967995016138174401896799501613817440189679950161381744018967995016138174401896799501613817440189679950161381744018967995016138174401896799501613817440189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d59ba2df-5255-48ab-8acb-870ccbf9e0a0, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c78eb1d4-278c-4f4e-8b9b-0b4dd021888e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c92216b-31ea-435e-b8ac-20b30c17af9d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d410e58-5a01-4aae-9a4c-f9ee0959a5cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c78eb1d4-278c-4f4e-8b9b-0b4dd021888e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15444500972877577489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544450097287757748915444500972877577489154445009728775774891544450097287757748915444500972877577489154445009728775774891544450097287757748915444500972877577489154445009728775774891544450097287757748915444500972877577489154445009728775774891544450097287757748915444500972877577489154445009728775774891544450097287757748915444500972877577489154445009728775774891544450097287757748915444500972877577489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d410e58-5a01-4aae-9a4c-f9ee0959a5cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4691911886082393604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46919118860823936044691911886082393604469191188608239360446919118860823936044691911886082393604469191188608239360446919118860823936044691911886082393604469191188608239360446919118860823936044691911886082393604469191188608239360446919118860823936044691911886082393604469191188608239360446919118860823936044691911886082393604469191188608239360446919118860823936044691911886082393604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c78eb1d4-278c-4f4e-8b9b-0b4dd021888e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a272c59-82e3-4310-a871-bd8a5ec9bdd9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a272c59-82e3-4310-a871-bd8a5ec9bdd9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8812605835104034136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88126058351040341368812605835104034136881260583510403413688126058351040341368812605835104034136881260583510403413688126058351040341368812605835104034136881260583510403413688126058351040341368812605835104034136881260583510403413688126058351040341368812605835104034136881260583510403413688126058351040341368812605835104034136881260583510403413688126058351040341368812605835104034136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d410e58-5a01-4aae-9a4c-f9ee0959a5cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2741ca3-86a0-48ab-adf3-017ac1cb590e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2741ca3-86a0-48ab-adf3-017ac1cb590e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3269767531678776972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32697675316787769723269767531678776972326976753167877697232697675316787769723269767531678776972326976753167877697232697675316787769723269767531678776972326976753167877697232697675316787769723269767531678776972326976753167877697232697675316787769723269767531678776972326976753167877697232697675316787769723269767531678776972326976753167877697232697675316787769723269767531678776972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a272c59-82e3-4310-a871-bd8a5ec9bdd9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bf98ca1-776f-40d3-bec7-02acfd928218, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bf98ca1-776f-40d3-bec7-02acfd928218, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7953442784694061282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79534427846940612827953442784694061282795344278469406128279534427846940612827953442784694061282795344278469406128279534427846940612827953442784694061282795344278469406128279534427846940612827953442784694061282795344278469406128279534427846940612827953442784694061282795344278469406128279534427846940612827953442784694061282795344278469406128279534427846940612827953442784694061282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2741ca3-86a0-48ab-adf3-017ac1cb590e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bf98ca1-776f-40d3-bec7-02acfd928218, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 127b4d3a-3175-4d0a-9c5c-abeab11133a6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1c00cd5-5fca-41a7-a6be-6666bef612b7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1c00cd5-5fca-41a7-a6be-6666bef612b7, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9772661350805364867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97726613508053648679772661350805364867977266135080536486797726613508053648679772661350805364867977266135080536486797726613508053648679772661350805364867977266135080536486797726613508053648679772661350805364867977266135080536486797726613508053648679772661350805364867977266135080536486797726613508053648679772661350805364867977266135080536486797726613508053648679772661350805364867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 127b4d3a-3175-4d0a-9c5c-abeab11133a6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9769616858171380080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97696168581713800809769616858171380080976961685817138008097696168581713800809769616858171380080976961685817138008097696168581713800809769616858171380080976961685817138008097696168581713800809769616858171380080976961685817138008097696168581713800809769616858171380080976961685817138008097696168581713800809769616858171380080976961685817138008097696168581713800809769616858171380080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1c00cd5-5fca-41a7-a6be-6666bef612b7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 127b4d3a-3175-4d0a-9c5c-abeab11133a6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 465e949b-fa61-4d9b-8f7c-19407e0d4f06, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef22693a-3c69-4751-bfa1-0d6970b564fd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef22693a-3c69-4751-bfa1-0d6970b564fd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13532710988898179493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353271098889817949313532710988898179493135327109888981794931353271098889817949313532710988898179493135327109888981794931353271098889817949313532710988898179493135327109888981794931353271098889817949313532710988898179493135327109888981794931353271098889817949313532710988898179493135327109888981794931353271098889817949313532710988898179493135327109888981794931353271098889817949313532710988898179493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 465e949b-fa61-4d9b-8f7c-19407e0d4f06, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17987874381872510656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798787438187251065617987874381872510656179878743818725106561798787438187251065617987874381872510656179878743818725106561798787438187251065617987874381872510656179878743818725106561798787438187251065617987874381872510656179878743818725106561798787438187251065617987874381872510656179878743818725106561798787438187251065617987874381872510656179878743818725106561798787438187251065617987874381872510656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef22693a-3c69-4751-bfa1-0d6970b564fd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 338050c6-ebad-4117-87bc-45fa42a86060, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 338050c6-ebad-4117-87bc-45fa42a86060, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2430479880675082347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24304798806750823472430479880675082347243047988067508234724304798806750823472430479880675082347243047988067508234724304798806750823472430479880675082347243047988067508234724304798806750823472430479880675082347243047988067508234724304798806750823472430479880675082347243047988067508234724304798806750823472430479880675082347243047988067508234724304798806750823472430479880675082347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 465e949b-fa61-4d9b-8f7c-19407e0d4f06, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25d89a15-c1e2-4dfe-a182-82c57a2adf3a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25d89a15-c1e2-4dfe-a182-82c57a2adf3a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10082471397658306315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008247139765830631510082471397658306315100824713976583063151008247139765830631510082471397658306315100824713976583063151008247139765830631510082471397658306315100824713976583063151008247139765830631510082471397658306315100824713976583063151008247139765830631510082471397658306315100824713976583063151008247139765830631510082471397658306315100824713976583063151008247139765830631510082471397658306315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 338050c6-ebad-4117-87bc-45fa42a86060, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff6f7c34-359f-4430-8e2f-210d5b69333b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff6f7c34-359f-4430-8e2f-210d5b69333b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3867243355798858733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38672433557988587333867243355798858733386724335579885873338672433557988587333867243355798858733386724335579885873338672433557988587333867243355798858733386724335579885873338672433557988587333867243355798858733386724335579885873338672433557988587333867243355798858733386724335579885873338672433557988587333867243355798858733386724335579885873338672433557988587333867243355798858733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25d89a15-c1e2-4dfe-a182-82c57a2adf3a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d388f48d-043e-4776-ade8-53ddf0d5b071, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d388f48d-043e-4776-ade8-53ddf0d5b071, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5657804867532084898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56578048675320848985657804867532084898565780486753208489856578048675320848985657804867532084898565780486753208489856578048675320848985657804867532084898565780486753208489856578048675320848985657804867532084898565780486753208489856578048675320848985657804867532084898565780486753208489856578048675320848985657804867532084898565780486753208489856578048675320848985657804867532084898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff6f7c34-359f-4430-8e2f-210d5b69333b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77d2a758-6924-4858-a810-b6aa89313b7f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d2a758-6924-4858-a810-b6aa89313b7f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16135833064185532357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613583306418553235716135833064185532357161358330641855323571613583306418553235716135833064185532357161358330641855323571613583306418553235716135833064185532357161358330641855323571613583306418553235716135833064185532357161358330641855323571613583306418553235716135833064185532357161358330641855323571613583306418553235716135833064185532357161358330641855323571613583306418553235716135833064185532357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d388f48d-043e-4776-ade8-53ddf0d5b071, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c582eca6-e7ad-4dcc-9a64-773343f2b1ce, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c582eca6-e7ad-4dcc-9a64-773343f2b1ce, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14008985133769394235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400898513376939423514008985133769394235140089851337693942351400898513376939423514008985133769394235140089851337693942351400898513376939423514008985133769394235140089851337693942351400898513376939423514008985133769394235140089851337693942351400898513376939423514008985133769394235140089851337693942351400898513376939423514008985133769394235140089851337693942351400898513376939423514008985133769394235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d2a758-6924-4858-a810-b6aa89313b7f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1466543b-b74a-40d4-9de0-01d631856448, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c582eca6-e7ad-4dcc-9a64-773343f2b1ce, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1466543b-b74a-40d4-9de0-01d631856448, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14843126905825486152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484312690582548615214843126905825486152148431269058254861521484312690582548615214843126905825486152148431269058254861521484312690582548615214843126905825486152148431269058254861521484312690582548615214843126905825486152148431269058254861521484312690582548615214843126905825486152148431269058254861521484312690582548615214843126905825486152148431269058254861521484312690582548615214843126905825486152" } } } 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, 059b8c7d-254e-46f2-a6d0-9021c6ec0963, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 059b8c7d-254e-46f2-a6d0-9021c6ec0963, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8372734497122050589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83727344971220505898372734497122050589837273449712205058983727344971220505898372734497122050589837273449712205058983727344971220505898372734497122050589837273449712205058983727344971220505898372734497122050589837273449712205058983727344971220505898372734497122050589837273449712205058983727344971220505898372734497122050589837273449712205058983727344971220505898372734497122050589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1466543b-b74a-40d4-9de0-01d631856448, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 113ab871-c138-4a49-92cc-4220cd9c35cc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 113ab871-c138-4a49-92cc-4220cd9c35cc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17966666444514707536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796666644451470753617966666444514707536179666664445147075361796666644451470753617966666444514707536179666664445147075361796666644451470753617966666444514707536179666664445147075361796666644451470753617966666444514707536179666664445147075361796666644451470753617966666444514707536179666664445147075361796666644451470753617966666444514707536179666664445147075361796666644451470753617966666444514707536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 059b8c7d-254e-46f2-a6d0-9021c6ec0963, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b75a3b73-9b7b-46e3-afe1-d348e233805e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75a3b73-9b7b-46e3-afe1-d348e233805e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11836189362573019562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183618936257301956211836189362573019562118361893625730195621183618936257301956211836189362573019562118361893625730195621183618936257301956211836189362573019562118361893625730195621183618936257301956211836189362573019562118361893625730195621183618936257301956211836189362573019562118361893625730195621183618936257301956211836189362573019562118361893625730195621183618936257301956211836189362573019562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 113ab871-c138-4a49-92cc-4220cd9c35cc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d15750c-b676-4278-8af9-7aaf86d99f43, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d15750c-b676-4278-8af9-7aaf86d99f43, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1352545130369370392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13525451303693703921352545130369370392135254513036937039213525451303693703921352545130369370392135254513036937039213525451303693703921352545130369370392135254513036937039213525451303693703921352545130369370392135254513036937039213525451303693703921352545130369370392135254513036937039213525451303693703921352545130369370392135254513036937039213525451303693703921352545130369370392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75a3b73-9b7b-46e3-afe1-d348e233805e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91787925-02a1-45a1-8420-7deeef574e18, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91787925-02a1-45a1-8420-7deeef574e18, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13854577077119303023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385457707711930302313854577077119303023138545770771193030231385457707711930302313854577077119303023138545770771193030231385457707711930302313854577077119303023138545770771193030231385457707711930302313854577077119303023138545770771193030231385457707711930302313854577077119303023138545770771193030231385457707711930302313854577077119303023138545770771193030231385457707711930302313854577077119303023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d15750c-b676-4278-8af9-7aaf86d99f43, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b09166d0-c1e0-41ff-b364-5a367a418dc1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91787925-02a1-45a1-8420-7deeef574e18, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 670764dd-251c-4cd0-85c4-fa55396b1cff, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b09166d0-c1e0-41ff-b364-5a367a418dc1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3310371741262309428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33103717412623094283310371741262309428331037174126230942833103717412623094283310371741262309428331037174126230942833103717412623094283310371741262309428331037174126230942833103717412623094283310371741262309428331037174126230942833103717412623094283310371741262309428331037174126230942833103717412623094283310371741262309428331037174126230942833103717412623094283310371741262309428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 670764dd-251c-4cd0-85c4-fa55396b1cff, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6766183728267120540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67661837282671205406766183728267120540676618372826712054067661837282671205406766183728267120540676618372826712054067661837282671205406766183728267120540676618372826712054067661837282671205406766183728267120540676618372826712054067661837282671205406766183728267120540676618372826712054067661837282671205406766183728267120540676618372826712054067661837282671205406766183728267120540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 670764dd-251c-4cd0-85c4-fa55396b1cff, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35238da5-9248-4cca-893b-7b386e1567bc, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b09166d0-c1e0-41ff-b364-5a367a418dc1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dac371e5-e6ba-4025-8273-ab3f6fa3272b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35238da5-9248-4cca-893b-7b386e1567bc, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6755696056167345236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67556960561673452366755696056167345236675569605616734523667556960561673452366755696056167345236675569605616734523667556960561673452366755696056167345236675569605616734523667556960561673452366755696056167345236675569605616734523667556960561673452366755696056167345236675569605616734523667556960561673452366755696056167345236675569605616734523667556960561673452366755696056167345236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dac371e5-e6ba-4025-8273-ab3f6fa3272b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13132071461760270322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313207146176027032213132071461760270322131320714617602703221313207146176027032213132071461760270322131320714617602703221313207146176027032213132071461760270322131320714617602703221313207146176027032213132071461760270322131320714617602703221313207146176027032213132071461760270322131320714617602703221313207146176027032213132071461760270322131320714617602703221313207146176027032213132071461760270322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35238da5-9248-4cca-893b-7b386e1567bc, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a359e60c-ec7c-4add-a4a7-7f551e055c01, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a359e60c-ec7c-4add-a4a7-7f551e055c01, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6302036849101420897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63020368491014208976302036849101420897630203684910142089763020368491014208976302036849101420897630203684910142089763020368491014208976302036849101420897630203684910142089763020368491014208976302036849101420897630203684910142089763020368491014208976302036849101420897630203684910142089763020368491014208976302036849101420897630203684910142089763020368491014208976302036849101420897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dac371e5-e6ba-4025-8273-ab3f6fa3272b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f77393c-e0d7-446a-a580-fba4181e2bfc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f77393c-e0d7-446a-a580-fba4181e2bfc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12950458014412417438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295045801441241743812950458014412417438129504580144124174381295045801441241743812950458014412417438129504580144124174381295045801441241743812950458014412417438129504580144124174381295045801441241743812950458014412417438129504580144124174381295045801441241743812950458014412417438129504580144124174381295045801441241743812950458014412417438129504580144124174381295045801441241743812950458014412417438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a359e60c-ec7c-4add-a4a7-7f551e055c01, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7070a104-80d4-47f5-9859-e0dc454e6a49, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f77393c-e0d7-446a-a580-fba4181e2bfc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e0d0d25-46d9-42a0-bb41-f562880013f8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e0d0d25-46d9-42a0-bb41-f562880013f8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2672763243564584092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26727632435645840922672763243564584092267276324356458409226727632435645840922672763243564584092267276324356458409226727632435645840922672763243564584092267276324356458409226727632435645840922672763243564584092267276324356458409226727632435645840922672763243564584092267276324356458409226727632435645840922672763243564584092267276324356458409226727632435645840922672763243564584092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7070a104-80d4-47f5-9859-e0dc454e6a49, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 846991354236868615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e0d0d25-46d9-42a0-bb41-f562880013f8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f1f2557-2684-4bcb-878f-72a385995d18, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f1f2557-2684-4bcb-878f-72a385995d18, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11913944758025172178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191394475802517217811913944758025172178119139447580251721781191394475802517217811913944758025172178119139447580251721781191394475802517217811913944758025172178119139447580251721781191394475802517217811913944758025172178119139447580251721781191394475802517217811913944758025172178119139447580251721781191394475802517217811913944758025172178119139447580251721781191394475802517217811913944758025172178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7070a104-80d4-47f5-9859-e0dc454e6a49, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ffa1565-d85c-42a5-aad9-daaf3d3f7701, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ffa1565-d85c-42a5-aad9-daaf3d3f7701, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7376344416272072166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73763444162720721667376344416272072166737634441627207216673763444162720721667376344416272072166737634441627207216673763444162720721667376344416272072166737634441627207216673763444162720721667376344416272072166737634441627207216673763444162720721667376344416272072166737634441627207216673763444162720721667376344416272072166737634441627207216673763444162720721667376344416272072166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f1f2557-2684-4bcb-878f-72a385995d18, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 564be692-d53f-441a-8f96-7136c37512e9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 564be692-d53f-441a-8f96-7136c37512e9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3758141061092841097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37581410610928410973758141061092841097375814106109284109737581410610928410973758141061092841097375814106109284109737581410610928410973758141061092841097375814106109284109737581410610928410973758141061092841097375814106109284109737581410610928410973758141061092841097375814106109284109737581410610928410973758141061092841097375814106109284109737581410610928410973758141061092841097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 564be692-d53f-441a-8f96-7136c37512e9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63171a42-e079-40b3-b194-138cbc7b6000, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63171a42-e079-40b3-b194-138cbc7b6000, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1824068286513913348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18240682865139133481824068286513913348182406828651391334818240682865139133481824068286513913348182406828651391334818240682865139133481824068286513913348182406828651391334818240682865139133481824068286513913348182406828651391334818240682865139133481824068286513913348182406828651391334818240682865139133481824068286513913348182406828651391334818240682865139133481824068286513913348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ffa1565-d85c-42a5-aad9-daaf3d3f7701, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad7d24be-b24c-4d2d-a19e-482d09091cfa, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad7d24be-b24c-4d2d-a19e-482d09091cfa, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4296212961611250330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42962129616112503304296212961611250330429621296161125033042962129616112503304296212961611250330429621296161125033042962129616112503304296212961611250330429621296161125033042962129616112503304296212961611250330429621296161125033042962129616112503304296212961611250330429621296161125033042962129616112503304296212961611250330429621296161125033042962129616112503304296212961611250330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63171a42-e079-40b3-b194-138cbc7b6000, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2b546d1-fff8-45e0-b2de-45945faea1a0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2b546d1-fff8-45e0-b2de-45945faea1a0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7257164977817586821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72571649778175868217257164977817586821725716497781758682172571649778175868217257164977817586821725716497781758682172571649778175868217257164977817586821725716497781758682172571649778175868217257164977817586821725716497781758682172571649778175868217257164977817586821725716497781758682172571649778175868217257164977817586821725716497781758682172571649778175868217257164977817586821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad7d24be-b24c-4d2d-a19e-482d09091cfa, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee482b8d-c788-408c-a9cc-80ae2a890731, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee482b8d-c788-408c-a9cc-80ae2a890731, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5470482329771271831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54704823297712718315470482329771271831547048232977127183154704823297712718315470482329771271831547048232977127183154704823297712718315470482329771271831547048232977127183154704823297712718315470482329771271831547048232977127183154704823297712718315470482329771271831547048232977127183154704823297712718315470482329771271831547048232977127183154704823297712718315470482329771271831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2b546d1-fff8-45e0-b2de-45945faea1a0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14a5587b-a3d1-4d00-8138-39b28b4a886d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14a5587b-a3d1-4d00-8138-39b28b4a886d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13846459056913236718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384645905691323671813846459056913236718138464590569132367181384645905691323671813846459056913236718138464590569132367181384645905691323671813846459056913236718138464590569132367181384645905691323671813846459056913236718138464590569132367181384645905691323671813846459056913236718138464590569132367181384645905691323671813846459056913236718138464590569132367181384645905691323671813846459056913236718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee482b8d-c788-408c-a9cc-80ae2a890731, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb649f07-ab82-45aa-8d29-9c3a88efccad, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14a5587b-a3d1-4d00-8138-39b28b4a886d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb649f07-ab82-45aa-8d29-9c3a88efccad, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8066462283940393130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80664622839403931308066462283940393130806646228394039313080664622839403931308066462283940393130806646228394039313080664622839403931308066462283940393130806646228394039313080664622839403931308066462283940393130806646228394039313080664622839403931308066462283940393130806646228394039313080664622839403931308066462283940393130806646228394039313080664622839403931308066462283940393130" } } } 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, 8f2e2254-4d0a-446f-943e-b3627939e341, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f2e2254-4d0a-446f-943e-b3627939e341, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15124702585122999011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512470258512299901115124702585122999011151247025851229990111512470258512299901115124702585122999011151247025851229990111512470258512299901115124702585122999011151247025851229990111512470258512299901115124702585122999011151247025851229990111512470258512299901115124702585122999011151247025851229990111512470258512299901115124702585122999011151247025851229990111512470258512299901115124702585122999011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb649f07-ab82-45aa-8d29-9c3a88efccad, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff9071f9-4aef-41b2-8eee-cc86c02cfee1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff9071f9-4aef-41b2-8eee-cc86c02cfee1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10591437506466352516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059143750646635251610591437506466352516105914375064663525161059143750646635251610591437506466352516105914375064663525161059143750646635251610591437506466352516105914375064663525161059143750646635251610591437506466352516105914375064663525161059143750646635251610591437506466352516105914375064663525161059143750646635251610591437506466352516105914375064663525161059143750646635251610591437506466352516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f2e2254-4d0a-446f-943e-b3627939e341, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87388302-2c90-4e9e-a626-53c9c2b4b5f7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87388302-2c90-4e9e-a626-53c9c2b4b5f7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2059263012004909589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20592630120049095892059263012004909589205926301200490958920592630120049095892059263012004909589205926301200490958920592630120049095892059263012004909589205926301200490958920592630120049095892059263012004909589205926301200490958920592630120049095892059263012004909589205926301200490958920592630120049095892059263012004909589205926301200490958920592630120049095892059263012004909589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff9071f9-4aef-41b2-8eee-cc86c02cfee1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87388302-2c90-4e9e-a626-53c9c2b4b5f7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df1ae5b9-f5e7-4270-b29f-73dad5acf384, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9469e05f-4ccb-4a87-abc3-397d1e25169f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9469e05f-4ccb-4a87-abc3-397d1e25169f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11889271610902311331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188927161090231133111889271610902311331118892716109023113311188927161090231133111889271610902311331118892716109023113311188927161090231133111889271610902311331118892716109023113311188927161090231133111889271610902311331118892716109023113311188927161090231133111889271610902311331118892716109023113311188927161090231133111889271610902311331118892716109023113311188927161090231133111889271610902311331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df1ae5b9-f5e7-4270-b29f-73dad5acf384, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5856401160466054042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58564011604660540425856401160466054042585640116046605404258564011604660540425856401160466054042585640116046605404258564011604660540425856401160466054042585640116046605404258564011604660540425856401160466054042585640116046605404258564011604660540425856401160466054042585640116046605404258564011604660540425856401160466054042585640116046605404258564011604660540425856401160466054042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9469e05f-4ccb-4a87-abc3-397d1e25169f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d9733ad-9c6b-4f52-b9ab-558ae9fae473, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d9733ad-9c6b-4f52-b9ab-558ae9fae473, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12240586080515838879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224058608051583887912240586080515838879122405860805158388791224058608051583887912240586080515838879122405860805158388791224058608051583887912240586080515838879122405860805158388791224058608051583887912240586080515838879122405860805158388791224058608051583887912240586080515838879122405860805158388791224058608051583887912240586080515838879122405860805158388791224058608051583887912240586080515838879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df1ae5b9-f5e7-4270-b29f-73dad5acf384, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c59930bd-3b92-4c85-bcd1-b441e94077c3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c59930bd-3b92-4c85-bcd1-b441e94077c3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17652760404879962998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765276040487996299817652760404879962998176527604048799629981765276040487996299817652760404879962998176527604048799629981765276040487996299817652760404879962998176527604048799629981765276040487996299817652760404879962998176527604048799629981765276040487996299817652760404879962998176527604048799629981765276040487996299817652760404879962998176527604048799629981765276040487996299817652760404879962998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d9733ad-9c6b-4f52-b9ab-558ae9fae473, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b73288c6-8836-4bcc-970c-b29efa39df54, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b73288c6-8836-4bcc-970c-b29efa39df54, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5992553876438232118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59925538764382321185992553876438232118599255387643823211859925538764382321185992553876438232118599255387643823211859925538764382321185992553876438232118599255387643823211859925538764382321185992553876438232118599255387643823211859925538764382321185992553876438232118599255387643823211859925538764382321185992553876438232118599255387643823211859925538764382321185992553876438232118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c59930bd-3b92-4c85-bcd1-b441e94077c3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7c1ff5d-14e7-4f68-b6a9-952d3407ff79, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7c1ff5d-14e7-4f68-b6a9-952d3407ff79, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 213388613990101862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b73288c6-8836-4bcc-970c-b29efa39df54, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7c1ff5d-14e7-4f68-b6a9-952d3407ff79, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6778d638-70c4-4f4e-8ef1-9a49d8061790, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6778d638-70c4-4f4e-8ef1-9a49d8061790, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10375657007138174279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037565700713817427910375657007138174279103756570071381742791037565700713817427910375657007138174279103756570071381742791037565700713817427910375657007138174279103756570071381742791037565700713817427910375657007138174279103756570071381742791037565700713817427910375657007138174279103756570071381742791037565700713817427910375657007138174279103756570071381742791037565700713817427910375657007138174279" } } } 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, 2002b184-451e-46f0-8981-a57b265af8e3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2002b184-451e-46f0-8981-a57b265af8e3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12490443944074464182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249044394407446418212490443944074464182124904439440744641821249044394407446418212490443944074464182124904439440744641821249044394407446418212490443944074464182124904439440744641821249044394407446418212490443944074464182124904439440744641821249044394407446418212490443944074464182124904439440744641821249044394407446418212490443944074464182124904439440744641821249044394407446418212490443944074464182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6778d638-70c4-4f4e-8ef1-9a49d8061790, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64d923d1-22d8-43f3-b518-ddaef47c1a87, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64d923d1-22d8-43f3-b518-ddaef47c1a87, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2392469582293659131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23924695822936591312392469582293659131239246958229365913123924695822936591312392469582293659131239246958229365913123924695822936591312392469582293659131239246958229365913123924695822936591312392469582293659131239246958229365913123924695822936591312392469582293659131239246958229365913123924695822936591312392469582293659131239246958229365913123924695822936591312392469582293659131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2002b184-451e-46f0-8981-a57b265af8e3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df813ebf-d55c-4339-952b-1ae84151da4c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64d923d1-22d8-43f3-b518-ddaef47c1a87, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df813ebf-d55c-4339-952b-1ae84151da4c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8957960356770061813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89579603567700618138957960356770061813895796035677006181389579603567700618138957960356770061813895796035677006181389579603567700618138957960356770061813895796035677006181389579603567700618138957960356770061813895796035677006181389579603567700618138957960356770061813895796035677006181389579603567700618138957960356770061813895796035677006181389579603567700618138957960356770061813" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1615a0c-7907-40f5-a312-20554b001d15, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1615a0c-7907-40f5-a312-20554b001d15, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8962682964958082266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89626829649580822668962682964958082266896268296495808226689626829649580822668962682964958082266896268296495808226689626829649580822668962682964958082266896268296495808226689626829649580822668962682964958082266896268296495808226689626829649580822668962682964958082266896268296495808226689626829649580822668962682964958082266896268296495808226689626829649580822668962682964958082266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df813ebf-d55c-4339-952b-1ae84151da4c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 643ffe75-20ad-4858-91bd-fdc120dc016b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 643ffe75-20ad-4858-91bd-fdc120dc016b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4479467019412321985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44794670194123219854479467019412321985447946701941232198544794670194123219854479467019412321985447946701941232198544794670194123219854479467019412321985447946701941232198544794670194123219854479467019412321985447946701941232198544794670194123219854479467019412321985447946701941232198544794670194123219854479467019412321985447946701941232198544794670194123219854479467019412321985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1615a0c-7907-40f5-a312-20554b001d15, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 972ac177-cc71-4548-91d4-d482d1ed6258, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 643ffe75-20ad-4858-91bd-fdc120dc016b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 972ac177-cc71-4548-91d4-d482d1ed6258, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7886605813032233228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78866058130322332287886605813032233228788660581303223322878866058130322332287886605813032233228788660581303223322878866058130322332287886605813032233228788660581303223322878866058130322332287886605813032233228788660581303223322878866058130322332287886605813032233228788660581303223322878866058130322332287886605813032233228788660581303223322878866058130322332287886605813032233228" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9eb78b7f-28de-4d1a-a667-201e5109cb9b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eb78b7f-28de-4d1a-a667-201e5109cb9b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1258728555181917054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12587285551819170541258728555181917054125872855518191705412587285551819170541258728555181917054125872855518191705412587285551819170541258728555181917054125872855518191705412587285551819170541258728555181917054125872855518191705412587285551819170541258728555181917054125872855518191705412587285551819170541258728555181917054125872855518191705412587285551819170541258728555181917054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 972ac177-cc71-4548-91d4-d482d1ed6258, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eb78b7f-28de-4d1a-a667-201e5109cb9b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c34743bb-9827-4783-b6e3-7cd1cee77d27, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66303c4e-994f-44c1-912a-61947955139c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66303c4e-994f-44c1-912a-61947955139c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16606910760762977433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660691076076297743316606910760762977433166069107607629774331660691076076297743316606910760762977433166069107607629774331660691076076297743316606910760762977433166069107607629774331660691076076297743316606910760762977433166069107607629774331660691076076297743316606910760762977433166069107607629774331660691076076297743316606910760762977433166069107607629774331660691076076297743316606910760762977433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c34743bb-9827-4783-b6e3-7cd1cee77d27, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10762210953898130255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076221095389813025510762210953898130255107622109538981302551076221095389813025510762210953898130255107622109538981302551076221095389813025510762210953898130255107622109538981302551076221095389813025510762210953898130255107622109538981302551076221095389813025510762210953898130255107622109538981302551076221095389813025510762210953898130255107622109538981302551076221095389813025510762210953898130255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66303c4e-994f-44c1-912a-61947955139c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c34743bb-9827-4783-b6e3-7cd1cee77d27, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86043640-5e45-45a5-8bd7-69e4e9309c99, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd549f81-c0a0-4a17-b1a2-d0feb0c44891, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86043640-5e45-45a5-8bd7-69e4e9309c99, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12033299367465425897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203329936746542589712033299367465425897120332993674654258971203329936746542589712033299367465425897120332993674654258971203329936746542589712033299367465425897120332993674654258971203329936746542589712033299367465425897120332993674654258971203329936746542589712033299367465425897120332993674654258971203329936746542589712033299367465425897120332993674654258971203329936746542589712033299367465425897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd549f81-c0a0-4a17-b1a2-d0feb0c44891, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9751722008760290073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97517220087602900739751722008760290073975172200876029007397517220087602900739751722008760290073975172200876029007397517220087602900739751722008760290073975172200876029007397517220087602900739751722008760290073975172200876029007397517220087602900739751722008760290073975172200876029007397517220087602900739751722008760290073975172200876029007397517220087602900739751722008760290073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86043640-5e45-45a5-8bd7-69e4e9309c99, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28eb1f6d-8a35-4375-8a17-c6c7b93021d1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28eb1f6d-8a35-4375-8a17-c6c7b93021d1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17547906961836329170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754790696183632917017547906961836329170175479069618363291701754790696183632917017547906961836329170175479069618363291701754790696183632917017547906961836329170175479069618363291701754790696183632917017547906961836329170175479069618363291701754790696183632917017547906961836329170175479069618363291701754790696183632917017547906961836329170175479069618363291701754790696183632917017547906961836329170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd549f81-c0a0-4a17-b1a2-d0feb0c44891, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c187f6bd-1026-415e-a3b5-ea44b6ea366b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28eb1f6d-8a35-4375-8a17-c6c7b93021d1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c187f6bd-1026-415e-a3b5-ea44b6ea366b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2216404971077112674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22164049710771126742216404971077112674221640497107711267422164049710771126742216404971077112674221640497107711267422164049710771126742216404971077112674221640497107711267422164049710771126742216404971077112674221640497107711267422164049710771126742216404971077112674221640497107711267422164049710771126742216404971077112674221640497107711267422164049710771126742216404971077112674" } } } 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, 8fd47081-aef6-4580-986c-c3f6411106fc, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fd47081-aef6-4580-986c-c3f6411106fc, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12159233142609902762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215923314260990276212159233142609902762121592331426099027621215923314260990276212159233142609902762121592331426099027621215923314260990276212159233142609902762121592331426099027621215923314260990276212159233142609902762121592331426099027621215923314260990276212159233142609902762121592331426099027621215923314260990276212159233142609902762121592331426099027621215923314260990276212159233142609902762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c187f6bd-1026-415e-a3b5-ea44b6ea366b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0278a57a-500f-4c4d-80cd-9a05ce4b0ff0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fd47081-aef6-4580-986c-c3f6411106fc, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0278a57a-500f-4c4d-80cd-9a05ce4b0ff0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15824741925891564208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582474192589156420815824741925891564208158247419258915642081582474192589156420815824741925891564208158247419258915642081582474192589156420815824741925891564208158247419258915642081582474192589156420815824741925891564208158247419258915642081582474192589156420815824741925891564208158247419258915642081582474192589156420815824741925891564208158247419258915642081582474192589156420815824741925891564208" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e407ba8-c0be-4cce-b6ee-6d0350d98529, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e407ba8-c0be-4cce-b6ee-6d0350d98529, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1875083504960348021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18750835049603480211875083504960348021187508350496034802118750835049603480211875083504960348021187508350496034802118750835049603480211875083504960348021187508350496034802118750835049603480211875083504960348021187508350496034802118750835049603480211875083504960348021187508350496034802118750835049603480211875083504960348021187508350496034802118750835049603480211875083504960348021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0278a57a-500f-4c4d-80cd-9a05ce4b0ff0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9afcbbc8-162b-4677-85a0-a683772cded4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9afcbbc8-162b-4677-85a0-a683772cded4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8885614325846925183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88856143258469251838885614325846925183888561432584692518388856143258469251838885614325846925183888561432584692518388856143258469251838885614325846925183888561432584692518388856143258469251838885614325846925183888561432584692518388856143258469251838885614325846925183888561432584692518388856143258469251838885614325846925183888561432584692518388856143258469251838885614325846925183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e407ba8-c0be-4cce-b6ee-6d0350d98529, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5de2f037-ab8f-4c1f-b08c-a8f5292fb3e4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5de2f037-ab8f-4c1f-b08c-a8f5292fb3e4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6709378638743567723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67093786387435677236709378638743567723670937863874356772367093786387435677236709378638743567723670937863874356772367093786387435677236709378638743567723670937863874356772367093786387435677236709378638743567723670937863874356772367093786387435677236709378638743567723670937863874356772367093786387435677236709378638743567723670937863874356772367093786387435677236709378638743567723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9afcbbc8-162b-4677-85a0-a683772cded4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5de2f037-ab8f-4c1f-b08c-a8f5292fb3e4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dddd265-30e7-46bd-8cc3-ddcc898ff453, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4e25433-5459-4fd8-90de-8ddb1056f2da, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4e25433-5459-4fd8-90de-8ddb1056f2da, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13483729821778421653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348372982177842165313483729821778421653134837298217784216531348372982177842165313483729821778421653134837298217784216531348372982177842165313483729821778421653134837298217784216531348372982177842165313483729821778421653134837298217784216531348372982177842165313483729821778421653134837298217784216531348372982177842165313483729821778421653134837298217784216531348372982177842165313483729821778421653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dddd265-30e7-46bd-8cc3-ddcc898ff453, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17622666935530813922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762266693553081392217622666935530813922176226669355308139221762266693553081392217622666935530813922176226669355308139221762266693553081392217622666935530813922176226669355308139221762266693553081392217622666935530813922176226669355308139221762266693553081392217622666935530813922176226669355308139221762266693553081392217622666935530813922176226669355308139221762266693553081392217622666935530813922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4e25433-5459-4fd8-90de-8ddb1056f2da, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dddd265-30e7-46bd-8cc3-ddcc898ff453, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31151899-fe5c-4e14-9495-9e71527075ba, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31151899-fe5c-4e14-9495-9e71527075ba, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1386347272496797500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13863472724967975001386347272496797500138634727249679750013863472724967975001386347272496797500138634727249679750013863472724967975001386347272496797500138634727249679750013863472724967975001386347272496797500138634727249679750013863472724967975001386347272496797500138634727249679750013863472724967975001386347272496797500138634727249679750013863472724967975001386347272496797500" } } } 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, a029027e-bd0f-499e-9c2c-9b61649a442a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a029027e-bd0f-499e-9c2c-9b61649a442a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5962630453901171920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59626304539011719205962630453901171920596263045390117192059626304539011719205962630453901171920596263045390117192059626304539011719205962630453901171920596263045390117192059626304539011719205962630453901171920596263045390117192059626304539011719205962630453901171920596263045390117192059626304539011719205962630453901171920596263045390117192059626304539011719205962630453901171920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31151899-fe5c-4e14-9495-9e71527075ba, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a029027e-bd0f-499e-9c2c-9b61649a442a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae2f7c38-0586-4845-ac78-359241a56464, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae2f7c38-0586-4845-ac78-359241a56464, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7842226524852014033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78422265248520140337842226524852014033784222652485201403378422265248520140337842226524852014033784222652485201403378422265248520140337842226524852014033784222652485201403378422265248520140337842226524852014033784222652485201403378422265248520140337842226524852014033784222652485201403378422265248520140337842226524852014033784222652485201403378422265248520140337842226524852014033" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4644185-f415-49c8-a9df-c12711b2fef2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4644185-f415-49c8-a9df-c12711b2fef2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11605065348249254311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160506534824925431111605065348249254311116050653482492543111160506534824925431111605065348249254311116050653482492543111160506534824925431111605065348249254311116050653482492543111160506534824925431111605065348249254311116050653482492543111160506534824925431111605065348249254311116050653482492543111160506534824925431111605065348249254311116050653482492543111160506534824925431111605065348249254311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4644185-f415-49c8-a9df-c12711b2fef2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0525f6f5-cb04-41c3-a4b6-8165d66d2304, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae2f7c38-0586-4845-ac78-359241a56464, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0525f6f5-cb04-41c3-a4b6-8165d66d2304, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18311257375949014790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831125737594901479018311257375949014790183112573759490147901831125737594901479018311257375949014790183112573759490147901831125737594901479018311257375949014790183112573759490147901831125737594901479018311257375949014790183112573759490147901831125737594901479018311257375949014790183112573759490147901831125737594901479018311257375949014790183112573759490147901831125737594901479018311257375949014790" } } } 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, 63a619b1-265e-4eb0-9a29-e3d7cec21458, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63a619b1-265e-4eb0-9a29-e3d7cec21458, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 583248387921491398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0525f6f5-cb04-41c3-a4b6-8165d66d2304, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5b5088f-d54d-4630-8569-cf8886df37c8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5b5088f-d54d-4630-8569-cf8886df37c8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12678266535755059669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267826653575505966912678266535755059669126782665357550596691267826653575505966912678266535755059669126782665357550596691267826653575505966912678266535755059669126782665357550596691267826653575505966912678266535755059669126782665357550596691267826653575505966912678266535755059669126782665357550596691267826653575505966912678266535755059669126782665357550596691267826653575505966912678266535755059669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63a619b1-265e-4eb0-9a29-e3d7cec21458, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abb8def1-66b6-46d7-bdb9-ac0480aeb914, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abb8def1-66b6-46d7-bdb9-ac0480aeb914, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11859852191286178446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185985219128617844611859852191286178446118598521912861784461185985219128617844611859852191286178446118598521912861784461185985219128617844611859852191286178446118598521912861784461185985219128617844611859852191286178446118598521912861784461185985219128617844611859852191286178446118598521912861784461185985219128617844611859852191286178446118598521912861784461185985219128617844611859852191286178446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5b5088f-d54d-4630-8569-cf8886df37c8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5298ac61-d02a-475c-832b-4646a291b1fd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5298ac61-d02a-475c-832b-4646a291b1fd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13390649418882420814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339064941888242081413390649418882420814133906494188824208141339064941888242081413390649418882420814133906494188824208141339064941888242081413390649418882420814133906494188824208141339064941888242081413390649418882420814133906494188824208141339064941888242081413390649418882420814133906494188824208141339064941888242081413390649418882420814133906494188824208141339064941888242081413390649418882420814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abb8def1-66b6-46d7-bdb9-ac0480aeb914, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20cfd420-cb21-4acd-8ce2-7d480917a10c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20cfd420-cb21-4acd-8ce2-7d480917a10c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16273722586180779538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627372258618077953816273722586180779538162737225861807795381627372258618077953816273722586180779538162737225861807795381627372258618077953816273722586180779538162737225861807795381627372258618077953816273722586180779538162737225861807795381627372258618077953816273722586180779538162737225861807795381627372258618077953816273722586180779538162737225861807795381627372258618077953816273722586180779538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5298ac61-d02a-475c-832b-4646a291b1fd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5caa0ed7-b55e-4c9a-8f65-df9f1d85162d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5caa0ed7-b55e-4c9a-8f65-df9f1d85162d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18071994205764805421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807199420576480542118071994205764805421180719942057648054211807199420576480542118071994205764805421180719942057648054211807199420576480542118071994205764805421180719942057648054211807199420576480542118071994205764805421180719942057648054211807199420576480542118071994205764805421180719942057648054211807199420576480542118071994205764805421180719942057648054211807199420576480542118071994205764805421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20cfd420-cb21-4acd-8ce2-7d480917a10c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c431b64-8c2c-4ed7-9976-46b9b925f6ce, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c431b64-8c2c-4ed7-9976-46b9b925f6ce, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5391860216536275146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53918602165362751465391860216536275146539186021653627514653918602165362751465391860216536275146539186021653627514653918602165362751465391860216536275146539186021653627514653918602165362751465391860216536275146539186021653627514653918602165362751465391860216536275146539186021653627514653918602165362751465391860216536275146539186021653627514653918602165362751465391860216536275146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5caa0ed7-b55e-4c9a-8f65-df9f1d85162d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfa8eed4-1fd5-48b3-922f-afa69595726c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfa8eed4-1fd5-48b3-922f-afa69595726c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6994066776548180834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69940667765481808346994066776548180834699406677654818083469940667765481808346994066776548180834699406677654818083469940667765481808346994066776548180834699406677654818083469940667765481808346994066776548180834699406677654818083469940667765481808346994066776548180834699406677654818083469940667765481808346994066776548180834699406677654818083469940667765481808346994066776548180834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfa8eed4-1fd5-48b3-922f-afa69595726c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbc70262-a00a-43bc-acf4-e6d7121c1b1f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbc70262-a00a-43bc-acf4-e6d7121c1b1f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13156360336370870475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315636033637087047513156360336370870475131563603363708704751315636033637087047513156360336370870475131563603363708704751315636033637087047513156360336370870475131563603363708704751315636033637087047513156360336370870475131563603363708704751315636033637087047513156360336370870475131563603363708704751315636033637087047513156360336370870475131563603363708704751315636033637087047513156360336370870475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c431b64-8c2c-4ed7-9976-46b9b925f6ce, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a617c20a-ce5a-406e-a2e8-ddd35fec01a9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a617c20a-ce5a-406e-a2e8-ddd35fec01a9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13566655049839485907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356665504983948590713566655049839485907135666550498394859071356665504983948590713566655049839485907135666550498394859071356665504983948590713566655049839485907135666550498394859071356665504983948590713566655049839485907135666550498394859071356665504983948590713566655049839485907135666550498394859071356665504983948590713566655049839485907135666550498394859071356665504983948590713566655049839485907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbc70262-a00a-43bc-acf4-e6d7121c1b1f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a617c20a-ce5a-406e-a2e8-ddd35fec01a9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93f33720-09a6-4050-9589-8334ba9360a7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93f33720-09a6-4050-9589-8334ba9360a7, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8530421755639961181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85304217556399611818530421755639961181853042175563996118185304217556399611818530421755639961181853042175563996118185304217556399611818530421755639961181853042175563996118185304217556399611818530421755639961181853042175563996118185304217556399611818530421755639961181853042175563996118185304217556399611818530421755639961181853042175563996118185304217556399611818530421755639961181" } } } 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, 531c7d43-46ef-44d5-84b1-57a2d0b23227, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 531c7d43-46ef-44d5-84b1-57a2d0b23227, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3593319929817181526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35933199298171815263593319929817181526359331992981718152635933199298171815263593319929817181526359331992981718152635933199298171815263593319929817181526359331992981718152635933199298171815263593319929817181526359331992981718152635933199298171815263593319929817181526359331992981718152635933199298171815263593319929817181526359331992981718152635933199298171815263593319929817181526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93f33720-09a6-4050-9589-8334ba9360a7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04726269-17bb-4c4f-a80e-50f39ac54881, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04726269-17bb-4c4f-a80e-50f39ac54881, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7998147807086142572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79981478070861425727998147807086142572799814780708614257279981478070861425727998147807086142572799814780708614257279981478070861425727998147807086142572799814780708614257279981478070861425727998147807086142572799814780708614257279981478070861425727998147807086142572799814780708614257279981478070861425727998147807086142572799814780708614257279981478070861425727998147807086142572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 531c7d43-46ef-44d5-84b1-57a2d0b23227, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24386eb4-f754-4b87-a6bb-9db20ef26366, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24386eb4-f754-4b87-a6bb-9db20ef26366, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17636618226942497736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763661822694249773617636618226942497736176366182269424977361763661822694249773617636618226942497736176366182269424977361763661822694249773617636618226942497736176366182269424977361763661822694249773617636618226942497736176366182269424977361763661822694249773617636618226942497736176366182269424977361763661822694249773617636618226942497736176366182269424977361763661822694249773617636618226942497736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04726269-17bb-4c4f-a80e-50f39ac54881, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7aa5bfff-e7c6-48d1-9f75-8fdbf40e9698, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aa5bfff-e7c6-48d1-9f75-8fdbf40e9698, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7403182776520721419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74031827765207214197403182776520721419740318277652072141974031827765207214197403182776520721419740318277652072141974031827765207214197403182776520721419740318277652072141974031827765207214197403182776520721419740318277652072141974031827765207214197403182776520721419740318277652072141974031827765207214197403182776520721419740318277652072141974031827765207214197403182776520721419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24386eb4-f754-4b87-a6bb-9db20ef26366, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aa5bfff-e7c6-48d1-9f75-8fdbf40e9698, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab12c65a-1730-434c-b01f-186ec8fe753b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d68ca3b-e319-4532-868b-2bb7a27b340f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab12c65a-1730-434c-b01f-186ec8fe753b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12700065190821847344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270006519082184734412700065190821847344127000651908218473441270006519082184734412700065190821847344127000651908218473441270006519082184734412700065190821847344127000651908218473441270006519082184734412700065190821847344127000651908218473441270006519082184734412700065190821847344127000651908218473441270006519082184734412700065190821847344127000651908218473441270006519082184734412700065190821847344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d68ca3b-e319-4532-868b-2bb7a27b340f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12256723339881145657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225672333988114565712256723339881145657122567233398811456571225672333988114565712256723339881145657122567233398811456571225672333988114565712256723339881145657122567233398811456571225672333988114565712256723339881145657122567233398811456571225672333988114565712256723339881145657122567233398811456571225672333988114565712256723339881145657122567233398811456571225672333988114565712256723339881145657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab12c65a-1730-434c-b01f-186ec8fe753b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d68ca3b-e319-4532-868b-2bb7a27b340f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c063974-1af3-45b3-ad48-00fe896f6427, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c063974-1af3-45b3-ad48-00fe896f6427, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16559987776959746373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655998777695974637316559987776959746373165599877769597463731655998777695974637316559987776959746373165599877769597463731655998777695974637316559987776959746373165599877769597463731655998777695974637316559987776959746373165599877769597463731655998777695974637316559987776959746373165599877769597463731655998777695974637316559987776959746373165599877769597463731655998777695974637316559987776959746373" } } } 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, 14bbb1f7-9657-407a-86df-7380f7352eaf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14bbb1f7-9657-407a-86df-7380f7352eaf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16875751589893520197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687575158989352019716875751589893520197168757515898935201971687575158989352019716875751589893520197168757515898935201971687575158989352019716875751589893520197168757515898935201971687575158989352019716875751589893520197168757515898935201971687575158989352019716875751589893520197168757515898935201971687575158989352019716875751589893520197168757515898935201971687575158989352019716875751589893520197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c063974-1af3-45b3-ad48-00fe896f6427, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8986789-3e78-4275-8c9e-6ca3563a4e84, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8986789-3e78-4275-8c9e-6ca3563a4e84, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7452020599466584402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74520205994665844027452020599466584402745202059946658440274520205994665844027452020599466584402745202059946658440274520205994665844027452020599466584402745202059946658440274520205994665844027452020599466584402745202059946658440274520205994665844027452020599466584402745202059946658440274520205994665844027452020599466584402745202059946658440274520205994665844027452020599466584402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14bbb1f7-9657-407a-86df-7380f7352eaf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd48c5c6-e79b-49e6-8011-8ae42603dd90, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd48c5c6-e79b-49e6-8011-8ae42603dd90, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9295828269734564933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92958282697345649339295828269734564933929582826973456493392958282697345649339295828269734564933929582826973456493392958282697345649339295828269734564933929582826973456493392958282697345649339295828269734564933929582826973456493392958282697345649339295828269734564933929582826973456493392958282697345649339295828269734564933929582826973456493392958282697345649339295828269734564933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8986789-3e78-4275-8c9e-6ca3563a4e84, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18553e65-7952-42fd-907a-8a96b71bd7e9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18553e65-7952-42fd-907a-8a96b71bd7e9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3725976527064459743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37259765270644597433725976527064459743372597652706445974337259765270644597433725976527064459743372597652706445974337259765270644597433725976527064459743372597652706445974337259765270644597433725976527064459743372597652706445974337259765270644597433725976527064459743372597652706445974337259765270644597433725976527064459743372597652706445974337259765270644597433725976527064459743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd48c5c6-e79b-49e6-8011-8ae42603dd90, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18553e65-7952-42fd-907a-8a96b71bd7e9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ab4ab92-c8d9-4c2e-836d-35f7e2070e6b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ab4ab92-c8d9-4c2e-836d-35f7e2070e6b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 781627162542285407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407" } } } 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, 819c2de2-2481-4388-921c-741f8ba6453e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 819c2de2-2481-4388-921c-741f8ba6453e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9304055539137703071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93040555391377030719304055539137703071930405553913770307193040555391377030719304055539137703071930405553913770307193040555391377030719304055539137703071930405553913770307193040555391377030719304055539137703071930405553913770307193040555391377030719304055539137703071930405553913770307193040555391377030719304055539137703071930405553913770307193040555391377030719304055539137703071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ab4ab92-c8d9-4c2e-836d-35f7e2070e6b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f846b47b-5dba-4b48-b159-9ce0f3999893, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f846b47b-5dba-4b48-b159-9ce0f3999893, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 372698045336943118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 819c2de2-2481-4388-921c-741f8ba6453e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ca79562-713e-4663-8a02-88d4f0f0057c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ca79562-713e-4663-8a02-88d4f0f0057c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2597008051528308837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25970080515283088372597008051528308837259700805152830883725970080515283088372597008051528308837259700805152830883725970080515283088372597008051528308837259700805152830883725970080515283088372597008051528308837259700805152830883725970080515283088372597008051528308837259700805152830883725970080515283088372597008051528308837259700805152830883725970080515283088372597008051528308837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f846b47b-5dba-4b48-b159-9ce0f3999893, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4a4d59c-6f5b-4ea0-b082-f464e11189c1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4a4d59c-6f5b-4ea0-b082-f464e11189c1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 165839543916649888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ca79562-713e-4663-8a02-88d4f0f0057c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 562cb4a9-6652-424d-8a88-f7465ffe9d21, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 562cb4a9-6652-424d-8a88-f7465ffe9d21, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10257083508588114391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025708350858811439110257083508588114391102570835085881143911025708350858811439110257083508588114391102570835085881143911025708350858811439110257083508588114391102570835085881143911025708350858811439110257083508588114391102570835085881143911025708350858811439110257083508588114391102570835085881143911025708350858811439110257083508588114391102570835085881143911025708350858811439110257083508588114391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4a4d59c-6f5b-4ea0-b082-f464e11189c1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e4d87e5-6627-42cf-ad44-8ca4050309a1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e4d87e5-6627-42cf-ad44-8ca4050309a1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1997323208885940118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19973232088859401181997323208885940118199732320888594011819973232088859401181997323208885940118199732320888594011819973232088859401181997323208885940118199732320888594011819973232088859401181997323208885940118199732320888594011819973232088859401181997323208885940118199732320888594011819973232088859401181997323208885940118199732320888594011819973232088859401181997323208885940118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 562cb4a9-6652-424d-8a88-f7465ffe9d21, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e4d87e5-6627-42cf-ad44-8ca4050309a1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7581dc6-b67c-405d-a552-20d225382411, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7076a162-c655-441f-ac54-1b2cb052639b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7076a162-c655-441f-ac54-1b2cb052639b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8113129739199812264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81131297391998122648113129739199812264811312973919981226481131297391998122648113129739199812264811312973919981226481131297391998122648113129739199812264811312973919981226481131297391998122648113129739199812264811312973919981226481131297391998122648113129739199812264811312973919981226481131297391998122648113129739199812264811312973919981226481131297391998122648113129739199812264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7581dc6-b67c-405d-a552-20d225382411, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5603935612255714390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56039356122557143905603935612255714390560393561225571439056039356122557143905603935612255714390560393561225571439056039356122557143905603935612255714390560393561225571439056039356122557143905603935612255714390560393561225571439056039356122557143905603935612255714390560393561225571439056039356122557143905603935612255714390560393561225571439056039356122557143905603935612255714390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7076a162-c655-441f-ac54-1b2cb052639b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cba0cd86-3124-4954-ace4-891a833d5936, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cba0cd86-3124-4954-ace4-891a833d5936, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17874469874490511237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787446987449051123717874469874490511237178744698744905112371787446987449051123717874469874490511237178744698744905112371787446987449051123717874469874490511237178744698744905112371787446987449051123717874469874490511237178744698744905112371787446987449051123717874469874490511237178744698744905112371787446987449051123717874469874490511237178744698744905112371787446987449051123717874469874490511237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7581dc6-b67c-405d-a552-20d225382411, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64f8bcab-a3a8-49d7-a51c-d9f19037853a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64f8bcab-a3a8-49d7-a51c-d9f19037853a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8528662315838053728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85286623158380537288528662315838053728852866231583805372885286623158380537288528662315838053728852866231583805372885286623158380537288528662315838053728852866231583805372885286623158380537288528662315838053728852866231583805372885286623158380537288528662315838053728852866231583805372885286623158380537288528662315838053728852866231583805372885286623158380537288528662315838053728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cba0cd86-3124-4954-ace4-891a833d5936, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d48882c2-acb6-431b-b7f2-854229a9534e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d48882c2-acb6-431b-b7f2-854229a9534e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16752951081842157868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675295108184215786816752951081842157868167529510818421578681675295108184215786816752951081842157868167529510818421578681675295108184215786816752951081842157868167529510818421578681675295108184215786816752951081842157868167529510818421578681675295108184215786816752951081842157868167529510818421578681675295108184215786816752951081842157868167529510818421578681675295108184215786816752951081842157868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64f8bcab-a3a8-49d7-a51c-d9f19037853a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 117793fd-3665-4709-b679-7fb27f963c37, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d48882c2-acb6-431b-b7f2-854229a9534e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 117793fd-3665-4709-b679-7fb27f963c37, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15721879454266965194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572187945426696519415721879454266965194157218794542669651941572187945426696519415721879454266965194157218794542669651941572187945426696519415721879454266965194157218794542669651941572187945426696519415721879454266965194157218794542669651941572187945426696519415721879454266965194157218794542669651941572187945426696519415721879454266965194157218794542669651941572187945426696519415721879454266965194" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 522dc021-a36a-46bf-8664-a29e1645c8cd, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 522dc021-a36a-46bf-8664-a29e1645c8cd, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1858881409824077366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18588814098240773661858881409824077366185888140982407736618588814098240773661858881409824077366185888140982407736618588814098240773661858881409824077366185888140982407736618588814098240773661858881409824077366185888140982407736618588814098240773661858881409824077366185888140982407736618588814098240773661858881409824077366185888140982407736618588814098240773661858881409824077366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 117793fd-3665-4709-b679-7fb27f963c37, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b47d511f-efce-4800-aa10-047c06714f18, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 522dc021-a36a-46bf-8664-a29e1645c8cd, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b47d511f-efce-4800-aa10-047c06714f18, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13317347082561338977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331734708256133897713317347082561338977133173470825613389771331734708256133897713317347082561338977133173470825613389771331734708256133897713317347082561338977133173470825613389771331734708256133897713317347082561338977133173470825613389771331734708256133897713317347082561338977133173470825613389771331734708256133897713317347082561338977133173470825613389771331734708256133897713317347082561338977" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37111a06-7ba7-477c-9d43-9c58ea76f2c8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37111a06-7ba7-477c-9d43-9c58ea76f2c8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5911647145390770314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59116471453907703145911647145390770314591164714539077031459116471453907703145911647145390770314591164714539077031459116471453907703145911647145390770314591164714539077031459116471453907703145911647145390770314591164714539077031459116471453907703145911647145390770314591164714539077031459116471453907703145911647145390770314591164714539077031459116471453907703145911647145390770314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b47d511f-efce-4800-aa10-047c06714f18, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37111a06-7ba7-477c-9d43-9c58ea76f2c8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fba74fa-a835-4585-b58f-e5baf28b3948, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fba74fa-a835-4585-b58f-e5baf28b3948, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8153619838497064466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81536198384970644668153619838497064466815361983849706446681536198384970644668153619838497064466815361983849706446681536198384970644668153619838497064466815361983849706446681536198384970644668153619838497064466815361983849706446681536198384970644668153619838497064466815361983849706446681536198384970644668153619838497064466815361983849706446681536198384970644668153619838497064466" } } } 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, 421f1395-18a1-4994-aa65-ad4a76997bc3, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 421f1395-18a1-4994-aa65-ad4a76997bc3, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1571127705043683074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15711277050436830741571127705043683074157112770504368307415711277050436830741571127705043683074157112770504368307415711277050436830741571127705043683074157112770504368307415711277050436830741571127705043683074157112770504368307415711277050436830741571127705043683074157112770504368307415711277050436830741571127705043683074157112770504368307415711277050436830741571127705043683074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fba74fa-a835-4585-b58f-e5baf28b3948, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c2c17ae-1a43-4f11-b3bc-406c17ab4a7f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c2c17ae-1a43-4f11-b3bc-406c17ab4a7f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6824086986938844309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68240869869388443096824086986938844309682408698693884430968240869869388443096824086986938844309682408698693884430968240869869388443096824086986938844309682408698693884430968240869869388443096824086986938844309682408698693884430968240869869388443096824086986938844309682408698693884430968240869869388443096824086986938844309682408698693884430968240869869388443096824086986938844309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 421f1395-18a1-4994-aa65-ad4a76997bc3, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9af1156-2317-4622-81df-4182b5310596, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9af1156-2317-4622-81df-4182b5310596, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 804546503454091822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c2c17ae-1a43-4f11-b3bc-406c17ab4a7f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08739df4-5e95-4099-b0ab-53a36c22213f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9af1156-2317-4622-81df-4182b5310596, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c3182ca-63e8-41a1-bac7-79f8cf4bd711, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08739df4-5e95-4099-b0ab-53a36c22213f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16305770746962963950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630577074696296395016305770746962963950163057707469629639501630577074696296395016305770746962963950163057707469629639501630577074696296395016305770746962963950163057707469629639501630577074696296395016305770746962963950163057707469629639501630577074696296395016305770746962963950163057707469629639501630577074696296395016305770746962963950163057707469629639501630577074696296395016305770746962963950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c3182ca-63e8-41a1-bac7-79f8cf4bd711, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13769207094994936007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376920709499493600713769207094994936007137692070949949360071376920709499493600713769207094994936007137692070949949360071376920709499493600713769207094994936007137692070949949360071376920709499493600713769207094994936007137692070949949360071376920709499493600713769207094994936007137692070949949360071376920709499493600713769207094994936007137692070949949360071376920709499493600713769207094994936007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08739df4-5e95-4099-b0ab-53a36c22213f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f4974a4-16d2-4c6b-8c90-dcda059f8508, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c3182ca-63e8-41a1-bac7-79f8cf4bd711, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f4974a4-16d2-4c6b-8c90-dcda059f8508, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12677363039217320299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267736303921732029912677363039217320299126773630392173202991267736303921732029912677363039217320299126773630392173202991267736303921732029912677363039217320299126773630392173202991267736303921732029912677363039217320299126773630392173202991267736303921732029912677363039217320299126773630392173202991267736303921732029912677363039217320299126773630392173202991267736303921732029912677363039217320299" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b17ce57-cce6-44fd-bcf1-8bdd6a15d74e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f4974a4-16d2-4c6b-8c90-dcda059f8508, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b17ce57-cce6-44fd-bcf1-8bdd6a15d74e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8499223547700759151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84992235477007591518499223547700759151849922354770075915184992235477007591518499223547700759151849922354770075915184992235477007591518499223547700759151849922354770075915184992235477007591518499223547700759151849922354770075915184992235477007591518499223547700759151849922354770075915184992235477007591518499223547700759151849922354770075915184992235477007591518499223547700759151" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99781135-ac33-4878-ad1a-74ec957ad4b4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b17ce57-cce6-44fd-bcf1-8bdd6a15d74e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99781135-ac33-4878-ad1a-74ec957ad4b4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12541166357096868417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254116635709686841712541166357096868417125411663570968684171254116635709686841712541166357096868417125411663570968684171254116635709686841712541166357096868417125411663570968684171254116635709686841712541166357096868417125411663570968684171254116635709686841712541166357096868417125411663570968684171254116635709686841712541166357096868417125411663570968684171254116635709686841712541166357096868417" } } } 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, 28ff89c2-1f07-4e93-addd-69b39076e8a3, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28ff89c2-1f07-4e93-addd-69b39076e8a3, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4256979915506174850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42569799155061748504256979915506174850425697991550617485042569799155061748504256979915506174850425697991550617485042569799155061748504256979915506174850425697991550617485042569799155061748504256979915506174850425697991550617485042569799155061748504256979915506174850425697991550617485042569799155061748504256979915506174850425697991550617485042569799155061748504256979915506174850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99781135-ac33-4878-ad1a-74ec957ad4b4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28ff89c2-1f07-4e93-addd-69b39076e8a3, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0b5f4d7-e2ca-4017-a61a-926852505ee6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0b5f4d7-e2ca-4017-a61a-926852505ee6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6367451981323475687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63674519813234756876367451981323475687636745198132347568763674519813234756876367451981323475687636745198132347568763674519813234756876367451981323475687636745198132347568763674519813234756876367451981323475687636745198132347568763674519813234756876367451981323475687636745198132347568763674519813234756876367451981323475687636745198132347568763674519813234756876367451981323475687" } } } 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, eba61059-3f9d-480b-b1bc-596d3b2909e7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eba61059-3f9d-480b-b1bc-596d3b2909e7, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11606575762786814611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160657576278681461111606575762786814611116065757627868146111160657576278681461111606575762786814611116065757627868146111160657576278681461111606575762786814611116065757627868146111160657576278681461111606575762786814611116065757627868146111160657576278681461111606575762786814611116065757627868146111160657576278681461111606575762786814611116065757627868146111160657576278681461111606575762786814611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0b5f4d7-e2ca-4017-a61a-926852505ee6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eba61059-3f9d-480b-b1bc-596d3b2909e7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ba81b02-733c-414f-8717-fe048bcb3024, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ba81b02-733c-414f-8717-fe048bcb3024, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2983235016306180163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29832350163061801632983235016306180163298323501630618016329832350163061801632983235016306180163298323501630618016329832350163061801632983235016306180163298323501630618016329832350163061801632983235016306180163298323501630618016329832350163061801632983235016306180163298323501630618016329832350163061801632983235016306180163298323501630618016329832350163061801632983235016306180163" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa7b1a4a-32f9-49a4-8ab1-e187feb82f57, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa7b1a4a-32f9-49a4-8ab1-e187feb82f57, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4423936953645475030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44239369536454750304423936953645475030442393695364547503044239369536454750304423936953645475030442393695364547503044239369536454750304423936953645475030442393695364547503044239369536454750304423936953645475030442393695364547503044239369536454750304423936953645475030442393695364547503044239369536454750304423936953645475030442393695364547503044239369536454750304423936953645475030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ba81b02-733c-414f-8717-fe048bcb3024, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 297b8ebc-22fc-4882-95e5-fb4a4e8b4452, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 297b8ebc-22fc-4882-95e5-fb4a4e8b4452, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5305129092641978141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53051290926419781415305129092641978141530512909264197814153051290926419781415305129092641978141530512909264197814153051290926419781415305129092641978141530512909264197814153051290926419781415305129092641978141530512909264197814153051290926419781415305129092641978141530512909264197814153051290926419781415305129092641978141530512909264197814153051290926419781415305129092641978141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa7b1a4a-32f9-49a4-8ab1-e187feb82f57, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ed3c698-1bfa-4bfc-8cec-cca11b769275, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 297b8ebc-22fc-4882-95e5-fb4a4e8b4452, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ed3c698-1bfa-4bfc-8cec-cca11b769275, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10909644692092753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090964469209275310909644692092753109096446920927531090964469209275310909644692092753109096446920927531090964469209275310909644692092753109096446920927531090964469209275310909644692092753109096446920927531090964469209275310909644692092753109096446920927531090964469209275310909644692092753109096446920927531090964469209275310909644692092753" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61241ee1-4403-4adb-8a8f-cf8d1ca1667b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61241ee1-4403-4adb-8a8f-cf8d1ca1667b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15093452112165277123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509345211216527712315093452112165277123150934521121652771231509345211216527712315093452112165277123150934521121652771231509345211216527712315093452112165277123150934521121652771231509345211216527712315093452112165277123150934521121652771231509345211216527712315093452112165277123150934521121652771231509345211216527712315093452112165277123150934521121652771231509345211216527712315093452112165277123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ed3c698-1bfa-4bfc-8cec-cca11b769275, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8adf549-318b-44cb-957f-34c1645f1608, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8adf549-318b-44cb-957f-34c1645f1608, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4930979837192971980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49309798371929719804930979837192971980493097983719297198049309798371929719804930979837192971980493097983719297198049309798371929719804930979837192971980493097983719297198049309798371929719804930979837192971980493097983719297198049309798371929719804930979837192971980493097983719297198049309798371929719804930979837192971980493097983719297198049309798371929719804930979837192971980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61241ee1-4403-4adb-8a8f-cf8d1ca1667b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e3e71eb-43a5-4508-9f2e-c1bb50d36f55, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e3e71eb-43a5-4508-9f2e-c1bb50d36f55, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17801386522949821570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780138652294982157017801386522949821570178013865229498215701780138652294982157017801386522949821570178013865229498215701780138652294982157017801386522949821570178013865229498215701780138652294982157017801386522949821570178013865229498215701780138652294982157017801386522949821570178013865229498215701780138652294982157017801386522949821570178013865229498215701780138652294982157017801386522949821570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8adf549-318b-44cb-957f-34c1645f1608, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7db967d-c9d0-4607-9be5-6a34b39f4e77, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7db967d-c9d0-4607-9be5-6a34b39f4e77, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7966032781843861031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79660327818438610317966032781843861031796603278184386103179660327818438610317966032781843861031796603278184386103179660327818438610317966032781843861031796603278184386103179660327818438610317966032781843861031796603278184386103179660327818438610317966032781843861031796603278184386103179660327818438610317966032781843861031796603278184386103179660327818438610317966032781843861031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7db967d-c9d0-4607-9be5-6a34b39f4e77, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18006d90-4ab2-49e1-a192-7ff5a4620ba8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18006d90-4ab2-49e1-a192-7ff5a4620ba8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 434133933223890845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e3e71eb-43a5-4508-9f2e-c1bb50d36f55, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49c82fd2-9f98-4524-a969-af8a1264d0bf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18006d90-4ab2-49e1-a192-7ff5a4620ba8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 093f87f9-1e89-4b96-906b-597bb6682453, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49c82fd2-9f98-4524-a969-af8a1264d0bf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5036523317343050328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50365233173430503285036523317343050328503652331734305032850365233173430503285036523317343050328503652331734305032850365233173430503285036523317343050328503652331734305032850365233173430503285036523317343050328503652331734305032850365233173430503285036523317343050328503652331734305032850365233173430503285036523317343050328503652331734305032850365233173430503285036523317343050328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 093f87f9-1e89-4b96-906b-597bb6682453, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3485944520222576126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34859445202225761263485944520222576126348594452022257612634859445202225761263485944520222576126348594452022257612634859445202225761263485944520222576126348594452022257612634859445202225761263485944520222576126348594452022257612634859445202225761263485944520222576126348594452022257612634859445202225761263485944520222576126348594452022257612634859445202225761263485944520222576126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49c82fd2-9f98-4524-a969-af8a1264d0bf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 093f87f9-1e89-4b96-906b-597bb6682453, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 168a6196-c4a5-4ae3-bbac-e87f726e177f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 168a6196-c4a5-4ae3-bbac-e87f726e177f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14110872136115644349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411087213611564434914110872136115644349141108721361156443491411087213611564434914110872136115644349141108721361156443491411087213611564434914110872136115644349141108721361156443491411087213611564434914110872136115644349141108721361156443491411087213611564434914110872136115644349141108721361156443491411087213611564434914110872136115644349141108721361156443491411087213611564434914110872136115644349" } } } 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, a11a5954-5c04-45ec-a4d2-8650ef7fd306, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a11a5954-5c04-45ec-a4d2-8650ef7fd306, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5507997311438717309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55079973114387173095507997311438717309550799731143871730955079973114387173095507997311438717309550799731143871730955079973114387173095507997311438717309550799731143871730955079973114387173095507997311438717309550799731143871730955079973114387173095507997311438717309550799731143871730955079973114387173095507997311438717309550799731143871730955079973114387173095507997311438717309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a11a5954-5c04-45ec-a4d2-8650ef7fd306, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb27cb2c-9bd9-4673-ad21-ae59e0a43e16, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 168a6196-c4a5-4ae3-bbac-e87f726e177f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14621062-816c-4be9-9f74-87e132a7ae03, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb27cb2c-9bd9-4673-ad21-ae59e0a43e16, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2638963585959327840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26389635859593278402638963585959327840263896358595932784026389635859593278402638963585959327840263896358595932784026389635859593278402638963585959327840263896358595932784026389635859593278402638963585959327840263896358595932784026389635859593278402638963585959327840263896358595932784026389635859593278402638963585959327840263896358595932784026389635859593278402638963585959327840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14621062-816c-4be9-9f74-87e132a7ae03, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14903338460311454331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490333846031145433114903338460311454331149033384603114543311490333846031145433114903338460311454331149033384603114543311490333846031145433114903338460311454331149033384603114543311490333846031145433114903338460311454331149033384603114543311490333846031145433114903338460311454331149033384603114543311490333846031145433114903338460311454331149033384603114543311490333846031145433114903338460311454331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14621062-816c-4be9-9f74-87e132a7ae03, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54778ab4-26fa-4461-8d6b-172329b639c3, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb27cb2c-9bd9-4673-ad21-ae59e0a43e16, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4324ab05-db04-414a-9136-ad0bcae917f8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54778ab4-26fa-4461-8d6b-172329b639c3, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3253291466396791421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32532914663967914213253291466396791421325329146639679142132532914663967914213253291466396791421325329146639679142132532914663967914213253291466396791421325329146639679142132532914663967914213253291466396791421325329146639679142132532914663967914213253291466396791421325329146639679142132532914663967914213253291466396791421325329146639679142132532914663967914213253291466396791421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4324ab05-db04-414a-9136-ad0bcae917f8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4311984677026294290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43119846770262942904311984677026294290431198467702629429043119846770262942904311984677026294290431198467702629429043119846770262942904311984677026294290431198467702629429043119846770262942904311984677026294290431198467702629429043119846770262942904311984677026294290431198467702629429043119846770262942904311984677026294290431198467702629429043119846770262942904311984677026294290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4324ab05-db04-414a-9136-ad0bcae917f8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15db9d5e-a4c8-4740-8cd4-7da6501c1008, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15db9d5e-a4c8-4740-8cd4-7da6501c1008, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4517289764587603223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45172897645876032234517289764587603223451728976458760322345172897645876032234517289764587603223451728976458760322345172897645876032234517289764587603223451728976458760322345172897645876032234517289764587603223451728976458760322345172897645876032234517289764587603223451728976458760322345172897645876032234517289764587603223451728976458760322345172897645876032234517289764587603223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54778ab4-26fa-4461-8d6b-172329b639c3, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98a9ff6d-54a1-4860-8aa1-fe375d9418a9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98a9ff6d-54a1-4860-8aa1-fe375d9418a9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13441174206934020943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344117420693402094313441174206934020943134411742069340209431344117420693402094313441174206934020943134411742069340209431344117420693402094313441174206934020943134411742069340209431344117420693402094313441174206934020943134411742069340209431344117420693402094313441174206934020943134411742069340209431344117420693402094313441174206934020943134411742069340209431344117420693402094313441174206934020943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98a9ff6d-54a1-4860-8aa1-fe375d9418a9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40f631fb-a9e0-4bf3-b99e-061a528b9d86, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40f631fb-a9e0-4bf3-b99e-061a528b9d86, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12103044535589498618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210304453558949861812103044535589498618121030445355894986181210304453558949861812103044535589498618121030445355894986181210304453558949861812103044535589498618121030445355894986181210304453558949861812103044535589498618121030445355894986181210304453558949861812103044535589498618121030445355894986181210304453558949861812103044535589498618121030445355894986181210304453558949861812103044535589498618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15db9d5e-a4c8-4740-8cd4-7da6501c1008, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd24c3bc-4edd-40bd-a9a8-d84a535dfd41, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd24c3bc-4edd-40bd-a9a8-d84a535dfd41, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4066072430281065007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40660724302810650074066072430281065007406607243028106500740660724302810650074066072430281065007406607243028106500740660724302810650074066072430281065007406607243028106500740660724302810650074066072430281065007406607243028106500740660724302810650074066072430281065007406607243028106500740660724302810650074066072430281065007406607243028106500740660724302810650074066072430281065007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd24c3bc-4edd-40bd-a9a8-d84a535dfd41, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9ada1ed-efb9-4382-8cff-9a46dfb2d862, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9ada1ed-efb9-4382-8cff-9a46dfb2d862, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 914488797329809594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40f631fb-a9e0-4bf3-b99e-061a528b9d86, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ab640fa-b05e-40e3-8c47-973a28170aa7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ab640fa-b05e-40e3-8c47-973a28170aa7, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11575854219869373305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157585421986937330511575854219869373305115758542198693733051157585421986937330511575854219869373305115758542198693733051157585421986937330511575854219869373305115758542198693733051157585421986937330511575854219869373305115758542198693733051157585421986937330511575854219869373305115758542198693733051157585421986937330511575854219869373305115758542198693733051157585421986937330511575854219869373305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9ada1ed-efb9-4382-8cff-9a46dfb2d862, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb5ca6e0-c188-4759-aac5-319064550597, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb5ca6e0-c188-4759-aac5-319064550597, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16204201474092203360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620420147409220336016204201474092203360162042014740922033601620420147409220336016204201474092203360162042014740922033601620420147409220336016204201474092203360162042014740922033601620420147409220336016204201474092203360162042014740922033601620420147409220336016204201474092203360162042014740922033601620420147409220336016204201474092203360162042014740922033601620420147409220336016204201474092203360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ab640fa-b05e-40e3-8c47-973a28170aa7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53c16966-ef3b-48be-9eba-85b3af9a70c5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c16966-ef3b-48be-9eba-85b3af9a70c5, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17941535204015084032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794153520401508403217941535204015084032179415352040150840321794153520401508403217941535204015084032179415352040150840321794153520401508403217941535204015084032179415352040150840321794153520401508403217941535204015084032179415352040150840321794153520401508403217941535204015084032179415352040150840321794153520401508403217941535204015084032179415352040150840321794153520401508403217941535204015084032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb5ca6e0-c188-4759-aac5-319064550597, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0358bf2-aa52-4615-8f94-7bfdcb925e34, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0358bf2-aa52-4615-8f94-7bfdcb925e34, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7107751404704693175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71077514047046931757107751404704693175710775140470469317571077514047046931757107751404704693175710775140470469317571077514047046931757107751404704693175710775140470469317571077514047046931757107751404704693175710775140470469317571077514047046931757107751404704693175710775140470469317571077514047046931757107751404704693175710775140470469317571077514047046931757107751404704693175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c16966-ef3b-48be-9eba-85b3af9a70c5, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eb89388-80e9-4bc7-8c31-bd8721cc3ca2, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eb89388-80e9-4bc7-8c31-bd8721cc3ca2, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12960814358728564969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296081435872856496912960814358728564969129608143587285649691296081435872856496912960814358728564969129608143587285649691296081435872856496912960814358728564969129608143587285649691296081435872856496912960814358728564969129608143587285649691296081435872856496912960814358728564969129608143587285649691296081435872856496912960814358728564969129608143587285649691296081435872856496912960814358728564969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eb89388-80e9-4bc7-8c31-bd8721cc3ca2, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0358bf2-aa52-4615-8f94-7bfdcb925e34, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42a86bb7-7b44-4006-99ae-4f72a0e18973, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42a86bb7-7b44-4006-99ae-4f72a0e18973, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1348067074964462561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13480670749644625611348067074964462561134806707496446256113480670749644625611348067074964462561134806707496446256113480670749644625611348067074964462561134806707496446256113480670749644625611348067074964462561134806707496446256113480670749644625611348067074964462561134806707496446256113480670749644625611348067074964462561134806707496446256113480670749644625611348067074964462561" } } } 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, 18b562d0-0de4-4bdf-904c-dc1fd45b1d0b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42a86bb7-7b44-4006-99ae-4f72a0e18973, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18b562d0-0de4-4bdf-904c-dc1fd45b1d0b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8779310612896162151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87793106128961621518779310612896162151877931061289616215187793106128961621518779310612896162151877931061289616215187793106128961621518779310612896162151877931061289616215187793106128961621518779310612896162151877931061289616215187793106128961621518779310612896162151877931061289616215187793106128961621518779310612896162151877931061289616215187793106128961621518779310612896162151" } } } 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, 19ca29c1-8672-4ca7-b4a6-70a47d3b452e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19ca29c1-8672-4ca7-b4a6-70a47d3b452e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17041990224280473836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704199022428047383617041990224280473836170419902242804738361704199022428047383617041990224280473836170419902242804738361704199022428047383617041990224280473836170419902242804738361704199022428047383617041990224280473836170419902242804738361704199022428047383617041990224280473836170419902242804738361704199022428047383617041990224280473836170419902242804738361704199022428047383617041990224280473836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18b562d0-0de4-4bdf-904c-dc1fd45b1d0b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41b83516-ca3d-4a1a-bb47-6cf1c24f00cc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19ca29c1-8672-4ca7-b4a6-70a47d3b452e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 778ef472-4e1f-4b42-af8b-ca587827ecef, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 778ef472-4e1f-4b42-af8b-ca587827ecef, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1106806997681879754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11068069976818797541106806997681879754110680699768187975411068069976818797541106806997681879754110680699768187975411068069976818797541106806997681879754110680699768187975411068069976818797541106806997681879754110680699768187975411068069976818797541106806997681879754110680699768187975411068069976818797541106806997681879754110680699768187975411068069976818797541106806997681879754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41b83516-ca3d-4a1a-bb47-6cf1c24f00cc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1198031992564022494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11980319925640224941198031992564022494119803199256402249411980319925640224941198031992564022494119803199256402249411980319925640224941198031992564022494119803199256402249411980319925640224941198031992564022494119803199256402249411980319925640224941198031992564022494119803199256402249411980319925640224941198031992564022494119803199256402249411980319925640224941198031992564022494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41b83516-ca3d-4a1a-bb47-6cf1c24f00cc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 085fde15-5492-43a3-8420-e85cdf478572, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 085fde15-5492-43a3-8420-e85cdf478572, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15049191735290790097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504919173529079009715049191735290790097150491917352907900971504919173529079009715049191735290790097150491917352907900971504919173529079009715049191735290790097150491917352907900971504919173529079009715049191735290790097150491917352907900971504919173529079009715049191735290790097150491917352907900971504919173529079009715049191735290790097150491917352907900971504919173529079009715049191735290790097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 778ef472-4e1f-4b42-af8b-ca587827ecef, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e1bf4ee-bf4a-4665-b8a5-a032466f41fd, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e1bf4ee-bf4a-4665-b8a5-a032466f41fd, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9759290254732015040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97592902547320150409759290254732015040975929025473201504097592902547320150409759290254732015040975929025473201504097592902547320150409759290254732015040975929025473201504097592902547320150409759290254732015040975929025473201504097592902547320150409759290254732015040975929025473201504097592902547320150409759290254732015040975929025473201504097592902547320150409759290254732015040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 085fde15-5492-43a3-8420-e85cdf478572, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9db4e5ce-fe17-4fae-aef8-c44200051558, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9db4e5ce-fe17-4fae-aef8-c44200051558, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15802595333660793652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580259533366079365215802595333660793652158025953336607936521580259533366079365215802595333660793652158025953336607936521580259533366079365215802595333660793652158025953336607936521580259533366079365215802595333660793652158025953336607936521580259533366079365215802595333660793652158025953336607936521580259533366079365215802595333660793652158025953336607936521580259533366079365215802595333660793652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e1bf4ee-bf4a-4665-b8a5-a032466f41fd, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d36a188-60bb-490a-8879-72151a70c6e3, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d36a188-60bb-490a-8879-72151a70c6e3, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8073992010225734438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80739920102257344388073992010225734438807399201022573443880739920102257344388073992010225734438807399201022573443880739920102257344388073992010225734438807399201022573443880739920102257344388073992010225734438807399201022573443880739920102257344388073992010225734438807399201022573443880739920102257344388073992010225734438807399201022573443880739920102257344388073992010225734438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9db4e5ce-fe17-4fae-aef8-c44200051558, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ec1c8b0-ebf0-4bcc-8895-b31727872e12, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ec1c8b0-ebf0-4bcc-8895-b31727872e12, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 418231311605930428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d36a188-60bb-490a-8879-72151a70c6e3, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72c2e85f-f603-4380-8828-55b9e458ea8e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72c2e85f-f603-4380-8828-55b9e458ea8e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14851717223369783010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485171722336978301014851717223369783010148517172233697830101485171722336978301014851717223369783010148517172233697830101485171722336978301014851717223369783010148517172233697830101485171722336978301014851717223369783010148517172233697830101485171722336978301014851717223369783010148517172233697830101485171722336978301014851717223369783010148517172233697830101485171722336978301014851717223369783010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ec1c8b0-ebf0-4bcc-8895-b31727872e12, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72c2e85f-f603-4380-8828-55b9e458ea8e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d7d72de-a688-4941-9931-c0ea822ae9ff, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d7d72de-a688-4941-9931-c0ea822ae9ff, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5496452801504929637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54964528015049296375496452801504929637549645280150492963754964528015049296375496452801504929637549645280150492963754964528015049296375496452801504929637549645280150492963754964528015049296375496452801504929637549645280150492963754964528015049296375496452801504929637549645280150492963754964528015049296375496452801504929637549645280150492963754964528015049296375496452801504929637" } } } 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, aca0cca4-367c-49dd-a6fa-477f0f80197a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aca0cca4-367c-49dd-a6fa-477f0f80197a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1376540958158845972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13765409581588459721376540958158845972137654095815884597213765409581588459721376540958158845972137654095815884597213765409581588459721376540958158845972137654095815884597213765409581588459721376540958158845972137654095815884597213765409581588459721376540958158845972137654095815884597213765409581588459721376540958158845972137654095815884597213765409581588459721376540958158845972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d7d72de-a688-4941-9931-c0ea822ae9ff, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aca0cca4-367c-49dd-a6fa-477f0f80197a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cf52266-540d-4d00-92f2-479d7a16e557, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cf52266-540d-4d00-92f2-479d7a16e557, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7737818896415586692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77378188964155866927737818896415586692773781889641558669277378188964155866927737818896415586692773781889641558669277378188964155866927737818896415586692773781889641558669277378188964155866927737818896415586692773781889641558669277378188964155866927737818896415586692773781889641558669277378188964155866927737818896415586692773781889641558669277378188964155866927737818896415586692" } } } 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, 692b9f05-033f-4f39-becc-1b5a5773ebf9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 692b9f05-033f-4f39-becc-1b5a5773ebf9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8872616351041435211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88726163510414352118872616351041435211887261635104143521188726163510414352118872616351041435211887261635104143521188726163510414352118872616351041435211887261635104143521188726163510414352118872616351041435211887261635104143521188726163510414352118872616351041435211887261635104143521188726163510414352118872616351041435211887261635104143521188726163510414352118872616351041435211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 692b9f05-033f-4f39-becc-1b5a5773ebf9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fd7b771-9d4e-4f2b-8aa6-41b15447a39c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fd7b771-9d4e-4f2b-8aa6-41b15447a39c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9865219989214542507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98652199892145425079865219989214542507986521998921454250798652199892145425079865219989214542507986521998921454250798652199892145425079865219989214542507986521998921454250798652199892145425079865219989214542507986521998921454250798652199892145425079865219989214542507986521998921454250798652199892145425079865219989214542507986521998921454250798652199892145425079865219989214542507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cf52266-540d-4d00-92f2-479d7a16e557, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4db27a6-af0f-4ea9-8309-d9a962309143, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4db27a6-af0f-4ea9-8309-d9a962309143, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16321335905023939279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632133590502393927916321335905023939279163213359050239392791632133590502393927916321335905023939279163213359050239392791632133590502393927916321335905023939279163213359050239392791632133590502393927916321335905023939279163213359050239392791632133590502393927916321335905023939279163213359050239392791632133590502393927916321335905023939279163213359050239392791632133590502393927916321335905023939279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fd7b771-9d4e-4f2b-8aa6-41b15447a39c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a61bf6d-d4d7-448d-b76f-b117fb6eeef2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a61bf6d-d4d7-448d-b76f-b117fb6eeef2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15327216578017318903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532721657801731890315327216578017318903153272165780173189031532721657801731890315327216578017318903153272165780173189031532721657801731890315327216578017318903153272165780173189031532721657801731890315327216578017318903153272165780173189031532721657801731890315327216578017318903153272165780173189031532721657801731890315327216578017318903153272165780173189031532721657801731890315327216578017318903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4db27a6-af0f-4ea9-8309-d9a962309143, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8ce80a2-eb9f-4155-8f13-d5293b9d3731, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a61bf6d-d4d7-448d-b76f-b117fb6eeef2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab5260bf-ca68-4c9a-b2b4-52688740ec91, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5260bf-ca68-4c9a-b2b4-52688740ec91, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 916365652026743476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8ce80a2-eb9f-4155-8f13-d5293b9d3731, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16569888283305913710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656988828330591371016569888283305913710165698882833059137101656988828330591371016569888283305913710165698882833059137101656988828330591371016569888283305913710165698882833059137101656988828330591371016569888283305913710165698882833059137101656988828330591371016569888283305913710165698882833059137101656988828330591371016569888283305913710165698882833059137101656988828330591371016569888283305913710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5260bf-ca68-4c9a-b2b4-52688740ec91, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77b62382-bac8-4409-bf01-8196748b5122, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77b62382-bac8-4409-bf01-8196748b5122, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2795580178721926950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27955801787219269502795580178721926950279558017872192695027955801787219269502795580178721926950279558017872192695027955801787219269502795580178721926950279558017872192695027955801787219269502795580178721926950279558017872192695027955801787219269502795580178721926950279558017872192695027955801787219269502795580178721926950279558017872192695027955801787219269502795580178721926950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8ce80a2-eb9f-4155-8f13-d5293b9d3731, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 181323ab-6b29-418d-84b2-a3fe87ec5968, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 181323ab-6b29-418d-84b2-a3fe87ec5968, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4641613066407370150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46416130664073701504641613066407370150464161306640737015046416130664073701504641613066407370150464161306640737015046416130664073701504641613066407370150464161306640737015046416130664073701504641613066407370150464161306640737015046416130664073701504641613066407370150464161306640737015046416130664073701504641613066407370150464161306640737015046416130664073701504641613066407370150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77b62382-bac8-4409-bf01-8196748b5122, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59723aba-ab3c-475b-90db-e1b057911d63, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59723aba-ab3c-475b-90db-e1b057911d63, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4922599368982774468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49225993689827744684922599368982774468492259936898277446849225993689827744684922599368982774468492259936898277446849225993689827744684922599368982774468492259936898277446849225993689827744684922599368982774468492259936898277446849225993689827744684922599368982774468492259936898277446849225993689827744684922599368982774468492259936898277446849225993689827744684922599368982774468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 181323ab-6b29-418d-84b2-a3fe87ec5968, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9905bdf5-b7cc-4121-9564-da39e7c2dd6a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9905bdf5-b7cc-4121-9564-da39e7c2dd6a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7784161594932729228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77841615949327292287784161594932729228778416159493272922877841615949327292287784161594932729228778416159493272922877841615949327292287784161594932729228778416159493272922877841615949327292287784161594932729228778416159493272922877841615949327292287784161594932729228778416159493272922877841615949327292287784161594932729228778416159493272922877841615949327292287784161594932729228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59723aba-ab3c-475b-90db-e1b057911d63, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fca962fc-a440-429c-b7ef-bf3987cb1e4b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fca962fc-a440-429c-b7ef-bf3987cb1e4b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10628763449424336609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062876344942433660910628763449424336609106287634494243366091062876344942433660910628763449424336609106287634494243366091062876344942433660910628763449424336609106287634494243366091062876344942433660910628763449424336609106287634494243366091062876344942433660910628763449424336609106287634494243366091062876344942433660910628763449424336609106287634494243366091062876344942433660910628763449424336609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9905bdf5-b7cc-4121-9564-da39e7c2dd6a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb35cc1b-f242-48c6-a48b-4e87a6458621, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb35cc1b-f242-48c6-a48b-4e87a6458621, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7936881386739236976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79368813867392369767936881386739236976793688138673923697679368813867392369767936881386739236976793688138673923697679368813867392369767936881386739236976793688138673923697679368813867392369767936881386739236976793688138673923697679368813867392369767936881386739236976793688138673923697679368813867392369767936881386739236976793688138673923697679368813867392369767936881386739236976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fca962fc-a440-429c-b7ef-bf3987cb1e4b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6ef5076-8b71-4f99-a7c4-8495b2965181, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6ef5076-8b71-4f99-a7c4-8495b2965181, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11289140304105993718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128914030410599371811289140304105993718112891403041059937181128914030410599371811289140304105993718112891403041059937181128914030410599371811289140304105993718112891403041059937181128914030410599371811289140304105993718112891403041059937181128914030410599371811289140304105993718112891403041059937181128914030410599371811289140304105993718112891403041059937181128914030410599371811289140304105993718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb35cc1b-f242-48c6-a48b-4e87a6458621, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6ef5076-8b71-4f99-a7c4-8495b2965181, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c7e6d19-930b-462f-b0a1-d12dc7281f7c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f683ec23-1847-4aa3-9271-69ce5f78e4fc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c7e6d19-930b-462f-b0a1-d12dc7281f7c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10341491335724561394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034149133572456139410341491335724561394103414913357245613941034149133572456139410341491335724561394103414913357245613941034149133572456139410341491335724561394103414913357245613941034149133572456139410341491335724561394103414913357245613941034149133572456139410341491335724561394103414913357245613941034149133572456139410341491335724561394103414913357245613941034149133572456139410341491335724561394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f683ec23-1847-4aa3-9271-69ce5f78e4fc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17611396274591449984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761139627459144998417611396274591449984176113962745914499841761139627459144998417611396274591449984176113962745914499841761139627459144998417611396274591449984176113962745914499841761139627459144998417611396274591449984176113962745914499841761139627459144998417611396274591449984176113962745914499841761139627459144998417611396274591449984176113962745914499841761139627459144998417611396274591449984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c7e6d19-930b-462f-b0a1-d12dc7281f7c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77f437fa-f3a4-4212-8f4b-af6d5a189b1a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77f437fa-f3a4-4212-8f4b-af6d5a189b1a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8608532188282599691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86085321882825996918608532188282599691860853218828259969186085321882825996918608532188282599691860853218828259969186085321882825996918608532188282599691860853218828259969186085321882825996918608532188282599691860853218828259969186085321882825996918608532188282599691860853218828259969186085321882825996918608532188282599691860853218828259969186085321882825996918608532188282599691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f683ec23-1847-4aa3-9271-69ce5f78e4fc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67d64cb4-97a8-4c65-bd2e-93c7c57c6cda, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77f437fa-f3a4-4212-8f4b-af6d5a189b1a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ac2ea22-e1ee-458a-a5b5-4eb2c30576c8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ac2ea22-e1ee-458a-a5b5-4eb2c30576c8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4528156691380139392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45281566913801393924528156691380139392452815669138013939245281566913801393924528156691380139392452815669138013939245281566913801393924528156691380139392452815669138013939245281566913801393924528156691380139392452815669138013939245281566913801393924528156691380139392452815669138013939245281566913801393924528156691380139392452815669138013939245281566913801393924528156691380139392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67d64cb4-97a8-4c65-bd2e-93c7c57c6cda, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1294519102727568029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12945191027275680291294519102727568029129451910272756802912945191027275680291294519102727568029129451910272756802912945191027275680291294519102727568029129451910272756802912945191027275680291294519102727568029129451910272756802912945191027275680291294519102727568029129451910272756802912945191027275680291294519102727568029129451910272756802912945191027275680291294519102727568029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ac2ea22-e1ee-458a-a5b5-4eb2c30576c8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67d64cb4-97a8-4c65-bd2e-93c7c57c6cda, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3bf9e12-75e4-4b7b-a9cf-80149d08f9ae, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d07eb034-f4e6-46ae-8fd4-a07cd73c53e3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07eb034-f4e6-46ae-8fd4-a07cd73c53e3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13555289234631281019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355528923463128101913555289234631281019135552892346312810191355528923463128101913555289234631281019135552892346312810191355528923463128101913555289234631281019135552892346312810191355528923463128101913555289234631281019135552892346312810191355528923463128101913555289234631281019135552892346312810191355528923463128101913555289234631281019135552892346312810191355528923463128101913555289234631281019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3bf9e12-75e4-4b7b-a9cf-80149d08f9ae, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8455603293335364110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84556032933353641108455603293335364110845560329333536411084556032933353641108455603293335364110845560329333536411084556032933353641108455603293335364110845560329333536411084556032933353641108455603293335364110845560329333536411084556032933353641108455603293335364110845560329333536411084556032933353641108455603293335364110845560329333536411084556032933353641108455603293335364110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07eb034-f4e6-46ae-8fd4-a07cd73c53e3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf2e5e6f-422e-48fe-9202-9106b1b6937b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf2e5e6f-422e-48fe-9202-9106b1b6937b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5906801618893382070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59068016188933820705906801618893382070590680161889338207059068016188933820705906801618893382070590680161889338207059068016188933820705906801618893382070590680161889338207059068016188933820705906801618893382070590680161889338207059068016188933820705906801618893382070590680161889338207059068016188933820705906801618893382070590680161889338207059068016188933820705906801618893382070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3bf9e12-75e4-4b7b-a9cf-80149d08f9ae, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86029519-721e-4f86-a4d4-ddf95a43c793, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86029519-721e-4f86-a4d4-ddf95a43c793, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11113203308498774183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111320330849877418311113203308498774183111132033084987741831111320330849877418311113203308498774183111132033084987741831111320330849877418311113203308498774183111132033084987741831111320330849877418311113203308498774183111132033084987741831111320330849877418311113203308498774183111132033084987741831111320330849877418311113203308498774183111132033084987741831111320330849877418311113203308498774183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf2e5e6f-422e-48fe-9202-9106b1b6937b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58d9bb3b-8333-478c-9fff-d0944ce58f1a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58d9bb3b-8333-478c-9fff-d0944ce58f1a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 796405579669098440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86029519-721e-4f86-a4d4-ddf95a43c793, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7122bfc2-1860-4ab2-b6c0-ef6ca8d44261, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58d9bb3b-8333-478c-9fff-d0944ce58f1a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29edab9e-642e-41ab-a908-735ce7ed4ed5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29edab9e-642e-41ab-a908-735ce7ed4ed5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9135817890977541449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91358178909775414499135817890977541449913581789097754144991358178909775414499135817890977541449913581789097754144991358178909775414499135817890977541449913581789097754144991358178909775414499135817890977541449913581789097754144991358178909775414499135817890977541449913581789097754144991358178909775414499135817890977541449913581789097754144991358178909775414499135817890977541449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7122bfc2-1860-4ab2-b6c0-ef6ca8d44261, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8880222353793068875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88802223537930688758880222353793068875888022235379306887588802223537930688758880222353793068875888022235379306887588802223537930688758880222353793068875888022235379306887588802223537930688758880222353793068875888022235379306887588802223537930688758880222353793068875888022235379306887588802223537930688758880222353793068875888022235379306887588802223537930688758880222353793068875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29edab9e-642e-41ab-a908-735ce7ed4ed5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f487e2e4-7060-4948-a8ab-06b8381a06cb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f487e2e4-7060-4948-a8ab-06b8381a06cb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16797310284188591630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679731028418859163016797310284188591630167973102841885916301679731028418859163016797310284188591630167973102841885916301679731028418859163016797310284188591630167973102841885916301679731028418859163016797310284188591630167973102841885916301679731028418859163016797310284188591630167973102841885916301679731028418859163016797310284188591630167973102841885916301679731028418859163016797310284188591630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7122bfc2-1860-4ab2-b6c0-ef6ca8d44261, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3acfe77a-d91c-4d99-ae7b-86b52292a26c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f487e2e4-7060-4948-a8ab-06b8381a06cb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb038ba9-ce33-499f-af56-6cb66861a873, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3acfe77a-d91c-4d99-ae7b-86b52292a26c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12527603128379640201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252760312837964020112527603128379640201125276031283796402011252760312837964020112527603128379640201125276031283796402011252760312837964020112527603128379640201125276031283796402011252760312837964020112527603128379640201125276031283796402011252760312837964020112527603128379640201125276031283796402011252760312837964020112527603128379640201125276031283796402011252760312837964020112527603128379640201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb038ba9-ce33-499f-af56-6cb66861a873, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3704507682611263451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37045076826112634513704507682611263451370450768261126345137045076826112634513704507682611263451370450768261126345137045076826112634513704507682611263451370450768261126345137045076826112634513704507682611263451370450768261126345137045076826112634513704507682611263451370450768261126345137045076826112634513704507682611263451370450768261126345137045076826112634513704507682611263451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3acfe77a-d91c-4d99-ae7b-86b52292a26c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb038ba9-ce33-499f-af56-6cb66861a873, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee8b3498-b72f-43a0-b25f-d8d2f55c94eb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee8b3498-b72f-43a0-b25f-d8d2f55c94eb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3091599831441074044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30915998314410740443091599831441074044309159983144107404430915998314410740443091599831441074044309159983144107404430915998314410740443091599831441074044309159983144107404430915998314410740443091599831441074044309159983144107404430915998314410740443091599831441074044309159983144107404430915998314410740443091599831441074044309159983144107404430915998314410740443091599831441074044" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83b42047-3e8d-4b0a-a1e7-5ec1830f9379, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83b42047-3e8d-4b0a-a1e7-5ec1830f9379, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8225552216943410883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82255522169434108838225552216943410883822555221694341088382255522169434108838225552216943410883822555221694341088382255522169434108838225552216943410883822555221694341088382255522169434108838225552216943410883822555221694341088382255522169434108838225552216943410883822555221694341088382255522169434108838225552216943410883822555221694341088382255522169434108838225552216943410883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee8b3498-b72f-43a0-b25f-d8d2f55c94eb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6dfe4da-a564-4e9c-bece-cececcb02601, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83b42047-3e8d-4b0a-a1e7-5ec1830f9379, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43a4366d-3b2e-4fa2-b741-3f7bac6c6254, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6dfe4da-a564-4e9c-bece-cececcb02601, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9225633488235650877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92256334882356508779225633488235650877922563348823565087792256334882356508779225633488235650877922563348823565087792256334882356508779225633488235650877922563348823565087792256334882356508779225633488235650877922563348823565087792256334882356508779225633488235650877922563348823565087792256334882356508779225633488235650877922563348823565087792256334882356508779225633488235650877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43a4366d-3b2e-4fa2-b741-3f7bac6c6254, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9447449272111598437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94474492721115984379447449272111598437944744927211159843794474492721115984379447449272111598437944744927211159843794474492721115984379447449272111598437944744927211159843794474492721115984379447449272111598437944744927211159843794474492721115984379447449272111598437944744927211159843794474492721115984379447449272111598437944744927211159843794474492721115984379447449272111598437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6dfe4da-a564-4e9c-bece-cececcb02601, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a12d2d4b-ca7d-4bc1-9db4-692f2e519b29, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a12d2d4b-ca7d-4bc1-9db4-692f2e519b29, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13532167100923418173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353216710092341817313532167100923418173135321671009234181731353216710092341817313532167100923418173135321671009234181731353216710092341817313532167100923418173135321671009234181731353216710092341817313532167100923418173135321671009234181731353216710092341817313532167100923418173135321671009234181731353216710092341817313532167100923418173135321671009234181731353216710092341817313532167100923418173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43a4366d-3b2e-4fa2-b741-3f7bac6c6254, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a12d2d4b-ca7d-4bc1-9db4-692f2e519b29, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6eca0300-c032-4d5b-8f76-2f1b1caed4c1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eca0300-c032-4d5b-8f76-2f1b1caed4c1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3162657840982150172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31626578409821501723162657840982150172316265784098215017231626578409821501723162657840982150172316265784098215017231626578409821501723162657840982150172316265784098215017231626578409821501723162657840982150172316265784098215017231626578409821501723162657840982150172316265784098215017231626578409821501723162657840982150172316265784098215017231626578409821501723162657840982150172" } } } 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, 048be577-edb8-4e70-8cf8-5e2e29287934, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 048be577-edb8-4e70-8cf8-5e2e29287934, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12993937357439809392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299393735743980939212993937357439809392129939373574398093921299393735743980939212993937357439809392129939373574398093921299393735743980939212993937357439809392129939373574398093921299393735743980939212993937357439809392129939373574398093921299393735743980939212993937357439809392129939373574398093921299393735743980939212993937357439809392129939373574398093921299393735743980939212993937357439809392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eca0300-c032-4d5b-8f76-2f1b1caed4c1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f7ed0ec-ffcb-4345-96b0-a71b4e2072d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7ed0ec-ffcb-4345-96b0-a71b4e2072d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10155528006035236829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015552800603523682910155528006035236829101555280060352368291015552800603523682910155528006035236829101555280060352368291015552800603523682910155528006035236829101555280060352368291015552800603523682910155528006035236829101555280060352368291015552800603523682910155528006035236829101555280060352368291015552800603523682910155528006035236829101555280060352368291015552800603523682910155528006035236829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 048be577-edb8-4e70-8cf8-5e2e29287934, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ef14a15-8dfb-4108-8443-afea9822fce5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ef14a15-8dfb-4108-8443-afea9822fce5, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4020710495429313829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40207104954293138294020710495429313829402071049542931382940207104954293138294020710495429313829402071049542931382940207104954293138294020710495429313829402071049542931382940207104954293138294020710495429313829402071049542931382940207104954293138294020710495429313829402071049542931382940207104954293138294020710495429313829402071049542931382940207104954293138294020710495429313829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7ed0ec-ffcb-4345-96b0-a71b4e2072d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f87bb8c6-092d-4d8b-bbef-f13ab6659976, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f87bb8c6-092d-4d8b-bbef-f13ab6659976, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5978302552690590112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59783025526905901125978302552690590112597830255269059011259783025526905901125978302552690590112597830255269059011259783025526905901125978302552690590112597830255269059011259783025526905901125978302552690590112597830255269059011259783025526905901125978302552690590112597830255269059011259783025526905901125978302552690590112597830255269059011259783025526905901125978302552690590112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ef14a15-8dfb-4108-8443-afea9822fce5, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca6f8453-da9c-4ba1-b426-e6e7c82add69, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca6f8453-da9c-4ba1-b426-e6e7c82add69, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2192445678670911300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21924456786709113002192445678670911300219244567867091130021924456786709113002192445678670911300219244567867091130021924456786709113002192445678670911300219244567867091130021924456786709113002192445678670911300219244567867091130021924456786709113002192445678670911300219244567867091130021924456786709113002192445678670911300219244567867091130021924456786709113002192445678670911300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f87bb8c6-092d-4d8b-bbef-f13ab6659976, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05ccf6d2-9840-4639-b96f-374119d6138a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05ccf6d2-9840-4639-b96f-374119d6138a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6206370940438877814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62063709404388778146206370940438877814620637094043887781462063709404388778146206370940438877814620637094043887781462063709404388778146206370940438877814620637094043887781462063709404388778146206370940438877814620637094043887781462063709404388778146206370940438877814620637094043887781462063709404388778146206370940438877814620637094043887781462063709404388778146206370940438877814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca6f8453-da9c-4ba1-b426-e6e7c82add69, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85f2a89a-2005-42f2-a5b1-5a9b6951490f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85f2a89a-2005-42f2-a5b1-5a9b6951490f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15760313935516699892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576031393551669989215760313935516699892157603139355166998921576031393551669989215760313935516699892157603139355166998921576031393551669989215760313935516699892157603139355166998921576031393551669989215760313935516699892157603139355166998921576031393551669989215760313935516699892157603139355166998921576031393551669989215760313935516699892157603139355166998921576031393551669989215760313935516699892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05ccf6d2-9840-4639-b96f-374119d6138a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9ab1a3d-c5a0-4682-b32b-46f8ccbf53d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9ab1a3d-c5a0-4682-b32b-46f8ccbf53d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6901481027754266384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69014810277542663846901481027754266384690148102775426638469014810277542663846901481027754266384690148102775426638469014810277542663846901481027754266384690148102775426638469014810277542663846901481027754266384690148102775426638469014810277542663846901481027754266384690148102775426638469014810277542663846901481027754266384690148102775426638469014810277542663846901481027754266384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85f2a89a-2005-42f2-a5b1-5a9b6951490f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb27a873-e795-46ea-b0dc-f0e0b7acd0e9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb27a873-e795-46ea-b0dc-f0e0b7acd0e9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2411913590774239901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24119135907742399012411913590774239901241191359077423990124119135907742399012411913590774239901241191359077423990124119135907742399012411913590774239901241191359077423990124119135907742399012411913590774239901241191359077423990124119135907742399012411913590774239901241191359077423990124119135907742399012411913590774239901241191359077423990124119135907742399012411913590774239901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9ab1a3d-c5a0-4682-b32b-46f8ccbf53d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e38a825-1dd1-437c-a2d9-6a1b7d467498, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e38a825-1dd1-437c-a2d9-6a1b7d467498, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12707470327919494515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270747032791949451512707470327919494515127074703279194945151270747032791949451512707470327919494515127074703279194945151270747032791949451512707470327919494515127074703279194945151270747032791949451512707470327919494515127074703279194945151270747032791949451512707470327919494515127074703279194945151270747032791949451512707470327919494515127074703279194945151270747032791949451512707470327919494515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb27a873-e795-46ea-b0dc-f0e0b7acd0e9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02eb831c-9031-4332-ba6c-6ce6dea444f9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02eb831c-9031-4332-ba6c-6ce6dea444f9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12995798671934819142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299579867193481914212995798671934819142129957986719348191421299579867193481914212995798671934819142129957986719348191421299579867193481914212995798671934819142129957986719348191421299579867193481914212995798671934819142129957986719348191421299579867193481914212995798671934819142129957986719348191421299579867193481914212995798671934819142129957986719348191421299579867193481914212995798671934819142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e38a825-1dd1-437c-a2d9-6a1b7d467498, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4664806c-a0a7-4740-9d64-a9ff5d121102, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4664806c-a0a7-4740-9d64-a9ff5d121102, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10471250317707228318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047125031770722831810471250317707228318104712503177072283181047125031770722831810471250317707228318104712503177072283181047125031770722831810471250317707228318104712503177072283181047125031770722831810471250317707228318104712503177072283181047125031770722831810471250317707228318104712503177072283181047125031770722831810471250317707228318104712503177072283181047125031770722831810471250317707228318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02eb831c-9031-4332-ba6c-6ce6dea444f9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 706a1699-a0cd-46e6-9662-0c6b60c11d21, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 706a1699-a0cd-46e6-9662-0c6b60c11d21, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17870868548280746935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787086854828074693517870868548280746935178708685482807469351787086854828074693517870868548280746935178708685482807469351787086854828074693517870868548280746935178708685482807469351787086854828074693517870868548280746935178708685482807469351787086854828074693517870868548280746935178708685482807469351787086854828074693517870868548280746935178708685482807469351787086854828074693517870868548280746935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4664806c-a0a7-4740-9d64-a9ff5d121102, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21644745-a84f-4ec0-ab0d-e9a0b7bcfe95, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21644745-a84f-4ec0-ab0d-e9a0b7bcfe95, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5912921379923674332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59129213799236743325912921379923674332591292137992367433259129213799236743325912921379923674332591292137992367433259129213799236743325912921379923674332591292137992367433259129213799236743325912921379923674332591292137992367433259129213799236743325912921379923674332591292137992367433259129213799236743325912921379923674332591292137992367433259129213799236743325912921379923674332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 706a1699-a0cd-46e6-9662-0c6b60c11d21, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef449076-d18b-4e62-a970-9ac6456ccc28, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef449076-d18b-4e62-a970-9ac6456ccc28, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2376206838490438595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23762068384904385952376206838490438595237620683849043859523762068384904385952376206838490438595237620683849043859523762068384904385952376206838490438595237620683849043859523762068384904385952376206838490438595237620683849043859523762068384904385952376206838490438595237620683849043859523762068384904385952376206838490438595237620683849043859523762068384904385952376206838490438595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21644745-a84f-4ec0-ab0d-e9a0b7bcfe95, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33b6d7e2-41ee-4fba-8de6-7dbd231fbdc4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33b6d7e2-41ee-4fba-8de6-7dbd231fbdc4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17290544250746783177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729054425074678317717290544250746783177172905442507467831771729054425074678317717290544250746783177172905442507467831771729054425074678317717290544250746783177172905442507467831771729054425074678317717290544250746783177172905442507467831771729054425074678317717290544250746783177172905442507467831771729054425074678317717290544250746783177172905442507467831771729054425074678317717290544250746783177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef449076-d18b-4e62-a970-9ac6456ccc28, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33b6d7e2-41ee-4fba-8de6-7dbd231fbdc4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70e1a194-bbfd-4ccc-9013-2a00ac13dc66, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f72a7137-d1b8-412d-afa8-3b3d0d7023c4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f72a7137-d1b8-412d-afa8-3b3d0d7023c4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14641209816184343816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464120981618434381614641209816184343816146412098161843438161464120981618434381614641209816184343816146412098161843438161464120981618434381614641209816184343816146412098161843438161464120981618434381614641209816184343816146412098161843438161464120981618434381614641209816184343816146412098161843438161464120981618434381614641209816184343816146412098161843438161464120981618434381614641209816184343816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70e1a194-bbfd-4ccc-9013-2a00ac13dc66, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3375227357195272333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33752273571952723333375227357195272333337522735719527233333752273571952723333375227357195272333337522735719527233333752273571952723333375227357195272333337522735719527233333752273571952723333375227357195272333337522735719527233333752273571952723333375227357195272333337522735719527233333752273571952723333375227357195272333337522735719527233333752273571952723333375227357195272333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f72a7137-d1b8-412d-afa8-3b3d0d7023c4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e31490c-490b-4d7d-afae-994657a6c540, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e31490c-490b-4d7d-afae-994657a6c540, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3749185057646615224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37491850576466152243749185057646615224374918505764661522437491850576466152243749185057646615224374918505764661522437491850576466152243749185057646615224374918505764661522437491850576466152243749185057646615224374918505764661522437491850576466152243749185057646615224374918505764661522437491850576466152243749185057646615224374918505764661522437491850576466152243749185057646615224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70e1a194-bbfd-4ccc-9013-2a00ac13dc66, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b685853-ff8a-4681-a850-b7e0ef916e68, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b685853-ff8a-4681-a850-b7e0ef916e68, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1434497006744657867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14344970067446578671434497006744657867143449700674465786714344970067446578671434497006744657867143449700674465786714344970067446578671434497006744657867143449700674465786714344970067446578671434497006744657867143449700674465786714344970067446578671434497006744657867143449700674465786714344970067446578671434497006744657867143449700674465786714344970067446578671434497006744657867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e31490c-490b-4d7d-afae-994657a6c540, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70ae36e0-a036-4f91-ad0e-ea31469631be, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70ae36e0-a036-4f91-ad0e-ea31469631be, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6945501849970713214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69455018499707132146945501849970713214694550184997071321469455018499707132146945501849970713214694550184997071321469455018499707132146945501849970713214694550184997071321469455018499707132146945501849970713214694550184997071321469455018499707132146945501849970713214694550184997071321469455018499707132146945501849970713214694550184997071321469455018499707132146945501849970713214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70ae36e0-a036-4f91-ad0e-ea31469631be, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cf08d30-ba57-4ae8-a9f4-81156160a663, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cf08d30-ba57-4ae8-a9f4-81156160a663, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14680901220579377384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468090122057937738414680901220579377384146809012205793773841468090122057937738414680901220579377384146809012205793773841468090122057937738414680901220579377384146809012205793773841468090122057937738414680901220579377384146809012205793773841468090122057937738414680901220579377384146809012205793773841468090122057937738414680901220579377384146809012205793773841468090122057937738414680901220579377384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b685853-ff8a-4681-a850-b7e0ef916e68, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0f60ef9-a9df-4179-8ebb-80c88260fd54, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0f60ef9-a9df-4179-8ebb-80c88260fd54, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15423069791009605447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542306979100960544715423069791009605447154230697910096054471542306979100960544715423069791009605447154230697910096054471542306979100960544715423069791009605447154230697910096054471542306979100960544715423069791009605447154230697910096054471542306979100960544715423069791009605447154230697910096054471542306979100960544715423069791009605447154230697910096054471542306979100960544715423069791009605447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cf08d30-ba57-4ae8-a9f4-81156160a663, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5601cf7d-034b-45e9-add9-581c6b203284, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5601cf7d-034b-45e9-add9-581c6b203284, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10528936543110816697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052893654311081669710528936543110816697105289365431108166971052893654311081669710528936543110816697105289365431108166971052893654311081669710528936543110816697105289365431108166971052893654311081669710528936543110816697105289365431108166971052893654311081669710528936543110816697105289365431108166971052893654311081669710528936543110816697105289365431108166971052893654311081669710528936543110816697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0f60ef9-a9df-4179-8ebb-80c88260fd54, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d388a3b-4f5a-4c57-8bb5-74a2f0341255, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d388a3b-4f5a-4c57-8bb5-74a2f0341255, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 490338903342206680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5601cf7d-034b-45e9-add9-581c6b203284, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17f00401-bca0-4127-b505-78282c05bbb3, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17f00401-bca0-4127-b505-78282c05bbb3, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14598561223358554357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459856122335855435714598561223358554357145985612233585543571459856122335855435714598561223358554357145985612233585543571459856122335855435714598561223358554357145985612233585543571459856122335855435714598561223358554357145985612233585543571459856122335855435714598561223358554357145985612233585543571459856122335855435714598561223358554357145985612233585543571459856122335855435714598561223358554357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d388a3b-4f5a-4c57-8bb5-74a2f0341255, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03fdf8de-ccb3-4e47-b069-cbc5ed85d725, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03fdf8de-ccb3-4e47-b069-cbc5ed85d725, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16025986371878557297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602598637187855729716025986371878557297160259863718785572971602598637187855729716025986371878557297160259863718785572971602598637187855729716025986371878557297160259863718785572971602598637187855729716025986371878557297160259863718785572971602598637187855729716025986371878557297160259863718785572971602598637187855729716025986371878557297160259863718785572971602598637187855729716025986371878557297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17f00401-bca0-4127-b505-78282c05bbb3, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1303a77-d316-4fc5-85bf-ea757c5d8b17, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03fdf8de-ccb3-4e47-b069-cbc5ed85d725, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1303a77-d316-4fc5-85bf-ea757c5d8b17, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3493707679524050062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34937076795240500623493707679524050062349370767952405006234937076795240500623493707679524050062349370767952405006234937076795240500623493707679524050062349370767952405006234937076795240500623493707679524050062349370767952405006234937076795240500623493707679524050062349370767952405006234937076795240500623493707679524050062349370767952405006234937076795240500623493707679524050062" } } } 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, 1d4a36bf-afc6-422e-bdfa-eda5b22c63e7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d4a36bf-afc6-422e-bdfa-eda5b22c63e7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2009398629725379242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20093986297253792422009398629725379242200939862972537924220093986297253792422009398629725379242200939862972537924220093986297253792422009398629725379242200939862972537924220093986297253792422009398629725379242200939862972537924220093986297253792422009398629725379242200939862972537924220093986297253792422009398629725379242200939862972537924220093986297253792422009398629725379242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1303a77-d316-4fc5-85bf-ea757c5d8b17, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 501d783d-0eb1-44b7-8dda-462386c379eb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d4a36bf-afc6-422e-bdfa-eda5b22c63e7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de4ca305-df41-4a8c-b96c-0bdc5785c441, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4ca305-df41-4a8c-b96c-0bdc5785c441, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11472356080061857715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147235608006185771511472356080061857715114723560800618577151147235608006185771511472356080061857715114723560800618577151147235608006185771511472356080061857715114723560800618577151147235608006185771511472356080061857715114723560800618577151147235608006185771511472356080061857715114723560800618577151147235608006185771511472356080061857715114723560800618577151147235608006185771511472356080061857715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 501d783d-0eb1-44b7-8dda-462386c379eb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6239050197232405974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62390501972324059746239050197232405974623905019723240597462390501972324059746239050197232405974623905019723240597462390501972324059746239050197232405974623905019723240597462390501972324059746239050197232405974623905019723240597462390501972324059746239050197232405974623905019723240597462390501972324059746239050197232405974623905019723240597462390501972324059746239050197232405974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 501d783d-0eb1-44b7-8dda-462386c379eb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4ca305-df41-4a8c-b96c-0bdc5785c441, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d3f92f7-a3b9-46f3-8ecc-b4658c065d2f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ce3b86c-1f34-44f5-b216-f18caf2b5353, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d3f92f7-a3b9-46f3-8ecc-b4658c065d2f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9095697232600178977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90956972326001789779095697232600178977909569723260017897790956972326001789779095697232600178977909569723260017897790956972326001789779095697232600178977909569723260017897790956972326001789779095697232600178977909569723260017897790956972326001789779095697232600178977909569723260017897790956972326001789779095697232600178977909569723260017897790956972326001789779095697232600178977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ce3b86c-1f34-44f5-b216-f18caf2b5353, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12381379760177953726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238137976017795372612381379760177953726123813797601779537261238137976017795372612381379760177953726123813797601779537261238137976017795372612381379760177953726123813797601779537261238137976017795372612381379760177953726123813797601779537261238137976017795372612381379760177953726123813797601779537261238137976017795372612381379760177953726123813797601779537261238137976017795372612381379760177953726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ce3b86c-1f34-44f5-b216-f18caf2b5353, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae174d84-15a0-4502-8b96-3fd9f8939a72, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae174d84-15a0-4502-8b96-3fd9f8939a72, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2403930277766547555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24039302777665475552403930277766547555240393027776654755524039302777665475552403930277766547555240393027776654755524039302777665475552403930277766547555240393027776654755524039302777665475552403930277766547555240393027776654755524039302777665475552403930277766547555240393027776654755524039302777665475552403930277766547555240393027776654755524039302777665475552403930277766547555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d3f92f7-a3b9-46f3-8ecc-b4658c065d2f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fec473ba-1324-4b67-acf3-cc34bb2ad253, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fec473ba-1324-4b67-acf3-cc34bb2ad253, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5144672666375311780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51446726663753117805144672666375311780514467266637531178051446726663753117805144672666375311780514467266637531178051446726663753117805144672666375311780514467266637531178051446726663753117805144672666375311780514467266637531178051446726663753117805144672666375311780514467266637531178051446726663753117805144672666375311780514467266637531178051446726663753117805144672666375311780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae174d84-15a0-4502-8b96-3fd9f8939a72, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac5619bf-e65b-4251-9f6e-43b68cd1e516, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac5619bf-e65b-4251-9f6e-43b68cd1e516, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9346584479109482896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93465844791094828969346584479109482896934658447910948289693465844791094828969346584479109482896934658447910948289693465844791094828969346584479109482896934658447910948289693465844791094828969346584479109482896934658447910948289693465844791094828969346584479109482896934658447910948289693465844791094828969346584479109482896934658447910948289693465844791094828969346584479109482896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac5619bf-e65b-4251-9f6e-43b68cd1e516, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6730de1-be5a-4c22-b807-e6ceffbb1e6e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6730de1-be5a-4c22-b807-e6ceffbb1e6e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9401823452579175208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94018234525791752089401823452579175208940182345257917520894018234525791752089401823452579175208940182345257917520894018234525791752089401823452579175208940182345257917520894018234525791752089401823452579175208940182345257917520894018234525791752089401823452579175208940182345257917520894018234525791752089401823452579175208940182345257917520894018234525791752089401823452579175208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fec473ba-1324-4b67-acf3-cc34bb2ad253, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f316cfb0-9511-4f4e-9278-3d0841556930, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f316cfb0-9511-4f4e-9278-3d0841556930, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7272646675921363147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72726466759213631477272646675921363147727264667592136314772726466759213631477272646675921363147727264667592136314772726466759213631477272646675921363147727264667592136314772726466759213631477272646675921363147727264667592136314772726466759213631477272646675921363147727264667592136314772726466759213631477272646675921363147727264667592136314772726466759213631477272646675921363147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6730de1-be5a-4c22-b807-e6ceffbb1e6e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c30c9972-547a-4b66-a4a2-387e62a25ddd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f316cfb0-9511-4f4e-9278-3d0841556930, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c30c9972-547a-4b66-a4a2-387e62a25ddd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 699584475033274727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727" } } } 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, 0e813c49-52ff-42e1-ad11-b7d2aebf58e4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e813c49-52ff-42e1-ad11-b7d2aebf58e4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3893416809115967239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38934168091159672393893416809115967239389341680911596723938934168091159672393893416809115967239389341680911596723938934168091159672393893416809115967239389341680911596723938934168091159672393893416809115967239389341680911596723938934168091159672393893416809115967239389341680911596723938934168091159672393893416809115967239389341680911596723938934168091159672393893416809115967239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c30c9972-547a-4b66-a4a2-387e62a25ddd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d59e7b8a-b443-4001-a9be-88dfcc943936, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e813c49-52ff-42e1-ad11-b7d2aebf58e4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d59e7b8a-b443-4001-a9be-88dfcc943936, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15074030219411091227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507403021941109122715074030219411091227150740302194110912271507403021941109122715074030219411091227150740302194110912271507403021941109122715074030219411091227150740302194110912271507403021941109122715074030219411091227150740302194110912271507403021941109122715074030219411091227150740302194110912271507403021941109122715074030219411091227150740302194110912271507403021941109122715074030219411091227" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7eac4a8-7825-4b47-969d-ae332162b8b1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7eac4a8-7825-4b47-969d-ae332162b8b1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13632467079437554212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363246707943755421213632467079437554212136324670794375542121363246707943755421213632467079437554212136324670794375542121363246707943755421213632467079437554212136324670794375542121363246707943755421213632467079437554212136324670794375542121363246707943755421213632467079437554212136324670794375542121363246707943755421213632467079437554212136324670794375542121363246707943755421213632467079437554212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d59e7b8a-b443-4001-a9be-88dfcc943936, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7eac4a8-7825-4b47-969d-ae332162b8b1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1235c98f-a438-46a6-b815-afba79b51791, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1235c98f-a438-46a6-b815-afba79b51791, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14320992863523315049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432099286352331504914320992863523315049143209928635233150491432099286352331504914320992863523315049143209928635233150491432099286352331504914320992863523315049143209928635233150491432099286352331504914320992863523315049143209928635233150491432099286352331504914320992863523315049143209928635233150491432099286352331504914320992863523315049143209928635233150491432099286352331504914320992863523315049" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef9c58ab-126b-4603-808f-e3797a290f5e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef9c58ab-126b-4603-808f-e3797a290f5e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6685107470382066855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66851074703820668556685107470382066855668510747038206685566851074703820668556685107470382066855668510747038206685566851074703820668556685107470382066855668510747038206685566851074703820668556685107470382066855668510747038206685566851074703820668556685107470382066855668510747038206685566851074703820668556685107470382066855668510747038206685566851074703820668556685107470382066855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1235c98f-a438-46a6-b815-afba79b51791, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfdf6b3b-f5bf-4fc4-9027-6b62874eb4c5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfdf6b3b-f5bf-4fc4-9027-6b62874eb4c5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15714275646771644991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571427564677164499115714275646771644991157142756467716449911571427564677164499115714275646771644991157142756467716449911571427564677164499115714275646771644991157142756467716449911571427564677164499115714275646771644991157142756467716449911571427564677164499115714275646771644991157142756467716449911571427564677164499115714275646771644991157142756467716449911571427564677164499115714275646771644991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef9c58ab-126b-4603-808f-e3797a290f5e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0c7c77d-f12c-4a95-bac7-a00bc7ac5590, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0c7c77d-f12c-4a95-bac7-a00bc7ac5590, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15798582564452690319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579858256445269031915798582564452690319157985825644526903191579858256445269031915798582564452690319157985825644526903191579858256445269031915798582564452690319157985825644526903191579858256445269031915798582564452690319157985825644526903191579858256445269031915798582564452690319157985825644526903191579858256445269031915798582564452690319157985825644526903191579858256445269031915798582564452690319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfdf6b3b-f5bf-4fc4-9027-6b62874eb4c5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94d540eb-aaf1-4ccd-ad8f-e4d0da517199, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94d540eb-aaf1-4ccd-ad8f-e4d0da517199, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 264954818182217278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0c7c77d-f12c-4a95-bac7-a00bc7ac5590, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ce82768-e676-4395-85f9-323a99ebde09, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ce82768-e676-4395-85f9-323a99ebde09, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12917499319765254858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291749931976525485812917499319765254858129174993197652548581291749931976525485812917499319765254858129174993197652548581291749931976525485812917499319765254858129174993197652548581291749931976525485812917499319765254858129174993197652548581291749931976525485812917499319765254858129174993197652548581291749931976525485812917499319765254858129174993197652548581291749931976525485812917499319765254858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94d540eb-aaf1-4ccd-ad8f-e4d0da517199, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b826709e-145c-450a-acf0-af109da5a3bb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b826709e-145c-450a-acf0-af109da5a3bb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11870496148145302373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187049614814530237311870496148145302373118704961481453023731187049614814530237311870496148145302373118704961481453023731187049614814530237311870496148145302373118704961481453023731187049614814530237311870496148145302373118704961481453023731187049614814530237311870496148145302373118704961481453023731187049614814530237311870496148145302373118704961481453023731187049614814530237311870496148145302373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ce82768-e676-4395-85f9-323a99ebde09, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54859c9f-d48a-4ff5-904c-91b5d4a54392, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54859c9f-d48a-4ff5-904c-91b5d4a54392, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8797771951595905898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87977719515959058988797771951595905898879777195159590589887977719515959058988797771951595905898879777195159590589887977719515959058988797771951595905898879777195159590589887977719515959058988797771951595905898879777195159590589887977719515959058988797771951595905898879777195159590589887977719515959058988797771951595905898879777195159590589887977719515959058988797771951595905898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b826709e-145c-450a-acf0-af109da5a3bb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9840ead6-32e3-4091-b3e1-6b82de199105, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9840ead6-32e3-4091-b3e1-6b82de199105, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8236645313579259837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82366453135792598378236645313579259837823664531357925983782366453135792598378236645313579259837823664531357925983782366453135792598378236645313579259837823664531357925983782366453135792598378236645313579259837823664531357925983782366453135792598378236645313579259837823664531357925983782366453135792598378236645313579259837823664531357925983782366453135792598378236645313579259837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54859c9f-d48a-4ff5-904c-91b5d4a54392, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e8a22f1-5bf9-4f7d-8864-f83767dd26d7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e8a22f1-5bf9-4f7d-8864-f83767dd26d7, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10213418550869590587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021341855086959058710213418550869590587102134185508695905871021341855086959058710213418550869590587102134185508695905871021341855086959058710213418550869590587102134185508695905871021341855086959058710213418550869590587102134185508695905871021341855086959058710213418550869590587102134185508695905871021341855086959058710213418550869590587102134185508695905871021341855086959058710213418550869590587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9840ead6-32e3-4091-b3e1-6b82de199105, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4128f9c8-cd72-4d4b-8f8f-63aac66abd17, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4128f9c8-cd72-4d4b-8f8f-63aac66abd17, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13905160037468326842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390516003746832684213905160037468326842139051600374683268421390516003746832684213905160037468326842139051600374683268421390516003746832684213905160037468326842139051600374683268421390516003746832684213905160037468326842139051600374683268421390516003746832684213905160037468326842139051600374683268421390516003746832684213905160037468326842139051600374683268421390516003746832684213905160037468326842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e8a22f1-5bf9-4f7d-8864-f83767dd26d7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9774aff1-06f0-4bb2-a202-56f00284ba0f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9774aff1-06f0-4bb2-a202-56f00284ba0f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5657825801718040065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56578258017180400655657825801718040065565782580171804006556578258017180400655657825801718040065565782580171804006556578258017180400655657825801718040065565782580171804006556578258017180400655657825801718040065565782580171804006556578258017180400655657825801718040065565782580171804006556578258017180400655657825801718040065565782580171804006556578258017180400655657825801718040065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9774aff1-06f0-4bb2-a202-56f00284ba0f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec400f76-21d5-4e37-bcd6-712b0a7f361f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec400f76-21d5-4e37-bcd6-712b0a7f361f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17578251776583248024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757825177658324802417578251776583248024175782517765832480241757825177658324802417578251776583248024175782517765832480241757825177658324802417578251776583248024175782517765832480241757825177658324802417578251776583248024175782517765832480241757825177658324802417578251776583248024175782517765832480241757825177658324802417578251776583248024175782517765832480241757825177658324802417578251776583248024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4128f9c8-cd72-4d4b-8f8f-63aac66abd17, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec400f76-21d5-4e37-bcd6-712b0a7f361f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95909beb-bfc8-4580-a007-39d7cfbc8496, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95909beb-bfc8-4580-a007-39d7cfbc8496, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17009834946877922816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700983494687792281617009834946877922816170098349468779228161700983494687792281617009834946877922816170098349468779228161700983494687792281617009834946877922816170098349468779228161700983494687792281617009834946877922816170098349468779228161700983494687792281617009834946877922816170098349468779228161700983494687792281617009834946877922816170098349468779228161700983494687792281617009834946877922816" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf46dd97-1a67-4292-b9fd-a0fdd4d75911, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf46dd97-1a67-4292-b9fd-a0fdd4d75911, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5289266683639583844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52892666836395838445289266683639583844528926668363958384452892666836395838445289266683639583844528926668363958384452892666836395838445289266683639583844528926668363958384452892666836395838445289266683639583844528926668363958384452892666836395838445289266683639583844528926668363958384452892666836395838445289266683639583844528926668363958384452892666836395838445289266683639583844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95909beb-bfc8-4580-a007-39d7cfbc8496, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4d625b4-2cf9-4890-9b74-96564032b9fe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4d625b4-2cf9-4890-9b74-96564032b9fe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6300142756346652899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63001427563466528996300142756346652899630014275634665289963001427563466528996300142756346652899630014275634665289963001427563466528996300142756346652899630014275634665289963001427563466528996300142756346652899630014275634665289963001427563466528996300142756346652899630014275634665289963001427563466528996300142756346652899630014275634665289963001427563466528996300142756346652899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf46dd97-1a67-4292-b9fd-a0fdd4d75911, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0c33b94-bf36-4cfc-ac1b-b4133d86e8b0, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0c33b94-bf36-4cfc-ac1b-b4133d86e8b0, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 609902395531280164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4d625b4-2cf9-4890-9b74-96564032b9fe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0c63c2f-6310-40e6-aa06-71a5c7563571, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c63c2f-6310-40e6-aa06-71a5c7563571, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2382152205641262586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23821522056412625862382152205641262586238215220564126258623821522056412625862382152205641262586238215220564126258623821522056412625862382152205641262586238215220564126258623821522056412625862382152205641262586238215220564126258623821522056412625862382152205641262586238215220564126258623821522056412625862382152205641262586238215220564126258623821522056412625862382152205641262586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0c33b94-bf36-4cfc-ac1b-b4133d86e8b0, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57dc1429-a2e2-4ce9-ac06-19cac6225913, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57dc1429-a2e2-4ce9-ac06-19cac6225913, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12637353538223854152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263735353822385415212637353538223854152126373535382238541521263735353822385415212637353538223854152126373535382238541521263735353822385415212637353538223854152126373535382238541521263735353822385415212637353538223854152126373535382238541521263735353822385415212637353538223854152126373535382238541521263735353822385415212637353538223854152126373535382238541521263735353822385415212637353538223854152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c63c2f-6310-40e6-aa06-71a5c7563571, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfed4a28-a5b3-4270-a39c-b7802811b279, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfed4a28-a5b3-4270-a39c-b7802811b279, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1641782226945470316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16417822269454703161641782226945470316164178222694547031616417822269454703161641782226945470316164178222694547031616417822269454703161641782226945470316164178222694547031616417822269454703161641782226945470316164178222694547031616417822269454703161641782226945470316164178222694547031616417822269454703161641782226945470316164178222694547031616417822269454703161641782226945470316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57dc1429-a2e2-4ce9-ac06-19cac6225913, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e68be9d1-d508-4110-94bd-069527ab2538, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e68be9d1-d508-4110-94bd-069527ab2538, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17966545958775184211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796654595877518421117966545958775184211179665459587751842111796654595877518421117966545958775184211179665459587751842111796654595877518421117966545958775184211179665459587751842111796654595877518421117966545958775184211179665459587751842111796654595877518421117966545958775184211179665459587751842111796654595877518421117966545958775184211179665459587751842111796654595877518421117966545958775184211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfed4a28-a5b3-4270-a39c-b7802811b279, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 735a38ce-a16a-49f2-a8fd-c3307b4b921e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e68be9d1-d508-4110-94bd-069527ab2538, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 735a38ce-a16a-49f2-a8fd-c3307b4b921e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13274665024766380700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327466502476638070013274665024766380700132746650247663807001327466502476638070013274665024766380700132746650247663807001327466502476638070013274665024766380700132746650247663807001327466502476638070013274665024766380700132746650247663807001327466502476638070013274665024766380700132746650247663807001327466502476638070013274665024766380700132746650247663807001327466502476638070013274665024766380700" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b47afb88-47b4-4fd0-8d16-14aab37335c0, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b47afb88-47b4-4fd0-8d16-14aab37335c0, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15853315756706222969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585331575670622296915853315756706222969158533157567062229691585331575670622296915853315756706222969158533157567062229691585331575670622296915853315756706222969158533157567062229691585331575670622296915853315756706222969158533157567062229691585331575670622296915853315756706222969158533157567062229691585331575670622296915853315756706222969158533157567062229691585331575670622296915853315756706222969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 735a38ce-a16a-49f2-a8fd-c3307b4b921e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5fb3d91-2b9e-4709-ac6d-35604b51065b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5fb3d91-2b9e-4709-ac6d-35604b51065b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12819399931379972697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281939993137997269712819399931379972697128193999313799726971281939993137997269712819399931379972697128193999313799726971281939993137997269712819399931379972697128193999313799726971281939993137997269712819399931379972697128193999313799726971281939993137997269712819399931379972697128193999313799726971281939993137997269712819399931379972697128193999313799726971281939993137997269712819399931379972697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b47afb88-47b4-4fd0-8d16-14aab37335c0, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b969c081-4908-4e59-8d89-2d29a08aa5ca, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b969c081-4908-4e59-8d89-2d29a08aa5ca, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12312134730136433895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231213473013643389512312134730136433895123121347301364338951231213473013643389512312134730136433895123121347301364338951231213473013643389512312134730136433895123121347301364338951231213473013643389512312134730136433895123121347301364338951231213473013643389512312134730136433895123121347301364338951231213473013643389512312134730136433895123121347301364338951231213473013643389512312134730136433895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5fb3d91-2b9e-4709-ac6d-35604b51065b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e03a5e9d-0284-4a03-aaf0-948f9a1ef590, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e03a5e9d-0284-4a03-aaf0-948f9a1ef590, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7101511647208942643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71015116472089426437101511647208942643710151164720894264371015116472089426437101511647208942643710151164720894264371015116472089426437101511647208942643710151164720894264371015116472089426437101511647208942643710151164720894264371015116472089426437101511647208942643710151164720894264371015116472089426437101511647208942643710151164720894264371015116472089426437101511647208942643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b969c081-4908-4e59-8d89-2d29a08aa5ca, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b44ee7c-7f71-4e98-b480-06fef90bc6f4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e03a5e9d-0284-4a03-aaf0-948f9a1ef590, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b44ee7c-7f71-4e98-b480-06fef90bc6f4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14682105987189423513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468210598718942351314682105987189423513146821059871894235131468210598718942351314682105987189423513146821059871894235131468210598718942351314682105987189423513146821059871894235131468210598718942351314682105987189423513146821059871894235131468210598718942351314682105987189423513146821059871894235131468210598718942351314682105987189423513146821059871894235131468210598718942351314682105987189423513" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a08cbdd1-9fcb-4af0-bed8-6c949a062bee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a08cbdd1-9fcb-4af0-bed8-6c949a062bee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14628275374193914791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462827537419391479114628275374193914791146282753741939147911462827537419391479114628275374193914791146282753741939147911462827537419391479114628275374193914791146282753741939147911462827537419391479114628275374193914791146282753741939147911462827537419391479114628275374193914791146282753741939147911462827537419391479114628275374193914791146282753741939147911462827537419391479114628275374193914791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b44ee7c-7f71-4e98-b480-06fef90bc6f4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3225da33-af2b-4634-a35c-a632eba67ccc, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3225da33-af2b-4634-a35c-a632eba67ccc, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3978843715761765053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39788437157617650533978843715761765053397884371576176505339788437157617650533978843715761765053397884371576176505339788437157617650533978843715761765053397884371576176505339788437157617650533978843715761765053397884371576176505339788437157617650533978843715761765053397884371576176505339788437157617650533978843715761765053397884371576176505339788437157617650533978843715761765053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a08cbdd1-9fcb-4af0-bed8-6c949a062bee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8da728ff-3038-4b80-ad60-3ef05a093d94, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3225da33-af2b-4634-a35c-a632eba67ccc, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 809e665d-1b63-4348-9282-372a4955c600, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 809e665d-1b63-4348-9282-372a4955c600, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11650338362370854919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165033836237085491911650338362370854919116503383623708549191165033836237085491911650338362370854919116503383623708549191165033836237085491911650338362370854919116503383623708549191165033836237085491911650338362370854919116503383623708549191165033836237085491911650338362370854919116503383623708549191165033836237085491911650338362370854919116503383623708549191165033836237085491911650338362370854919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8da728ff-3038-4b80-ad60-3ef05a093d94, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 291128415493562294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 809e665d-1b63-4348-9282-372a4955c600, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c5fa75d-d68d-427f-95ce-586b6bb63b7c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c5fa75d-d68d-427f-95ce-586b6bb63b7c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12932872239337183679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293287223933718367912932872239337183679129328722393371836791293287223933718367912932872239337183679129328722393371836791293287223933718367912932872239337183679129328722393371836791293287223933718367912932872239337183679129328722393371836791293287223933718367912932872239337183679129328722393371836791293287223933718367912932872239337183679129328722393371836791293287223933718367912932872239337183679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8da728ff-3038-4b80-ad60-3ef05a093d94, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13b54fc7-e0b0-45cf-94bd-cdddb383576f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b54fc7-e0b0-45cf-94bd-cdddb383576f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12202346104512338550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220234610451233855012202346104512338550122023461045123385501220234610451233855012202346104512338550122023461045123385501220234610451233855012202346104512338550122023461045123385501220234610451233855012202346104512338550122023461045123385501220234610451233855012202346104512338550122023461045123385501220234610451233855012202346104512338550122023461045123385501220234610451233855012202346104512338550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c5fa75d-d68d-427f-95ce-586b6bb63b7c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cacef59d-31ce-4347-b699-38d51958c1b9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cacef59d-31ce-4347-b699-38d51958c1b9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14585991168999810085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458599116899981008514585991168999810085145859911689998100851458599116899981008514585991168999810085145859911689998100851458599116899981008514585991168999810085145859911689998100851458599116899981008514585991168999810085145859911689998100851458599116899981008514585991168999810085145859911689998100851458599116899981008514585991168999810085145859911689998100851458599116899981008514585991168999810085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b54fc7-e0b0-45cf-94bd-cdddb383576f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9492c71-bc7d-44ce-b6ff-5b3fe78d092d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9492c71-bc7d-44ce-b6ff-5b3fe78d092d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7386051152833075495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73860511528330754957386051152833075495738605115283307549573860511528330754957386051152833075495738605115283307549573860511528330754957386051152833075495738605115283307549573860511528330754957386051152833075495738605115283307549573860511528330754957386051152833075495738605115283307549573860511528330754957386051152833075495738605115283307549573860511528330754957386051152833075495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cacef59d-31ce-4347-b699-38d51958c1b9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9492c71-bc7d-44ce-b6ff-5b3fe78d092d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b7c3944-1066-4a89-9083-97b9e8dc02c5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b7c3944-1066-4a89-9083-97b9e8dc02c5, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4310847436831986305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43108474368319863054310847436831986305431084743683198630543108474368319863054310847436831986305431084743683198630543108474368319863054310847436831986305431084743683198630543108474368319863054310847436831986305431084743683198630543108474368319863054310847436831986305431084743683198630543108474368319863054310847436831986305431084743683198630543108474368319863054310847436831986305" } } } 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, f9dad021-19c1-40bb-8a2f-356e59c792ef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9dad021-19c1-40bb-8a2f-356e59c792ef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 810665943094867228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b7c3944-1066-4a89-9083-97b9e8dc02c5, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9dad021-19c1-40bb-8a2f-356e59c792ef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8b88f25-3af2-440c-8344-7fba5cc153db, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cde32d91-effc-4a40-8e01-8ef3e875195b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cde32d91-effc-4a40-8e01-8ef3e875195b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12543465795259622302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254346579525962230212543465795259622302125434657952596223021254346579525962230212543465795259622302125434657952596223021254346579525962230212543465795259622302125434657952596223021254346579525962230212543465795259622302125434657952596223021254346579525962230212543465795259622302125434657952596223021254346579525962230212543465795259622302125434657952596223021254346579525962230212543465795259622302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8b88f25-3af2-440c-8344-7fba5cc153db, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15480987837967325443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548098783796732544315480987837967325443154809878379673254431548098783796732544315480987837967325443154809878379673254431548098783796732544315480987837967325443154809878379673254431548098783796732544315480987837967325443154809878379673254431548098783796732544315480987837967325443154809878379673254431548098783796732544315480987837967325443154809878379673254431548098783796732544315480987837967325443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8b88f25-3af2-440c-8344-7fba5cc153db, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d56080b1-c663-463f-8b4b-8aef02733921, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d56080b1-c663-463f-8b4b-8aef02733921, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13569756438834917420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356975643883491742013569756438834917420135697564388349174201356975643883491742013569756438834917420135697564388349174201356975643883491742013569756438834917420135697564388349174201356975643883491742013569756438834917420135697564388349174201356975643883491742013569756438834917420135697564388349174201356975643883491742013569756438834917420135697564388349174201356975643883491742013569756438834917420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cde32d91-effc-4a40-8e01-8ef3e875195b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 450ea0be-a887-48f2-a2b2-40b79ed9409b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 450ea0be-a887-48f2-a2b2-40b79ed9409b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 757503564967316608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d56080b1-c663-463f-8b4b-8aef02733921, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63b12353-83fe-47d2-ba7c-384b036c2052, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63b12353-83fe-47d2-ba7c-384b036c2052, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9351105826780595687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93511058267805956879351105826780595687935110582678059568793511058267805956879351105826780595687935110582678059568793511058267805956879351105826780595687935110582678059568793511058267805956879351105826780595687935110582678059568793511058267805956879351105826780595687935110582678059568793511058267805956879351105826780595687935110582678059568793511058267805956879351105826780595687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 450ea0be-a887-48f2-a2b2-40b79ed9409b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a761a55c-28aa-481b-ab04-b94843caf051, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63b12353-83fe-47d2-ba7c-384b036c2052, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdd9cf11-93b1-428d-bc06-d9ecdce2517d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdd9cf11-93b1-428d-bc06-d9ecdce2517d, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10370514616183951405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037051461618395140510370514616183951405103705146161839514051037051461618395140510370514616183951405103705146161839514051037051461618395140510370514616183951405103705146161839514051037051461618395140510370514616183951405103705146161839514051037051461618395140510370514616183951405103705146161839514051037051461618395140510370514616183951405103705146161839514051037051461618395140510370514616183951405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a761a55c-28aa-481b-ab04-b94843caf051, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4608098396152514625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46080983961525146254608098396152514625460809839615251462546080983961525146254608098396152514625460809839615251462546080983961525146254608098396152514625460809839615251462546080983961525146254608098396152514625460809839615251462546080983961525146254608098396152514625460809839615251462546080983961525146254608098396152514625460809839615251462546080983961525146254608098396152514625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdd9cf11-93b1-428d-bc06-d9ecdce2517d, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a761a55c-28aa-481b-ab04-b94843caf051, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a278fdf8-7ac8-4d1c-ae07-97e2c76871f5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a278fdf8-7ac8-4d1c-ae07-97e2c76871f5, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6349232657071196262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63492326570711962626349232657071196262634923265707119626263492326570711962626349232657071196262634923265707119626263492326570711962626349232657071196262634923265707119626263492326570711962626349232657071196262634923265707119626263492326570711962626349232657071196262634923265707119626263492326570711962626349232657071196262634923265707119626263492326570711962626349232657071196262" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00802007-9ee9-4d08-a1da-c8740b61b68f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a278fdf8-7ac8-4d1c-ae07-97e2c76871f5, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00802007-9ee9-4d08-a1da-c8740b61b68f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9441551527454845662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94415515274548456629441551527454845662944155152745484566294415515274548456629441551527454845662944155152745484566294415515274548456629441551527454845662944155152745484566294415515274548456629441551527454845662944155152745484566294415515274548456629441551527454845662944155152745484566294415515274548456629441551527454845662944155152745484566294415515274548456629441551527454845662" } } } 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, 331ac4df-7fa5-4c20-ad13-463ee347709f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 331ac4df-7fa5-4c20-ad13-463ee347709f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10741004048937896558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074100404893789655810741004048937896558107410040489378965581074100404893789655810741004048937896558107410040489378965581074100404893789655810741004048937896558107410040489378965581074100404893789655810741004048937896558107410040489378965581074100404893789655810741004048937896558107410040489378965581074100404893789655810741004048937896558107410040489378965581074100404893789655810741004048937896558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00802007-9ee9-4d08-a1da-c8740b61b68f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b26aca60-1c96-4b65-8b54-5eaf44b58275, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 331ac4df-7fa5-4c20-ad13-463ee347709f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96f38f05-0e9d-4075-8c2e-638024b5d04d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96f38f05-0e9d-4075-8c2e-638024b5d04d, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3763533466271183267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37635334662711832673763533466271183267376353346627118326737635334662711832673763533466271183267376353346627118326737635334662711832673763533466271183267376353346627118326737635334662711832673763533466271183267376353346627118326737635334662711832673763533466271183267376353346627118326737635334662711832673763533466271183267376353346627118326737635334662711832673763533466271183267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b26aca60-1c96-4b65-8b54-5eaf44b58275, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17614446356126247094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761444635612624709417614446356126247094176144463561262470941761444635612624709417614446356126247094176144463561262470941761444635612624709417614446356126247094176144463561262470941761444635612624709417614446356126247094176144463561262470941761444635612624709417614446356126247094176144463561262470941761444635612624709417614446356126247094176144463561262470941761444635612624709417614446356126247094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96f38f05-0e9d-4075-8c2e-638024b5d04d, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b26aca60-1c96-4b65-8b54-5eaf44b58275, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c050c373-24a2-4283-9c97-736707c2366d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c050c373-24a2-4283-9c97-736707c2366d, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4149382216440835928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41493822164408359284149382216440835928414938221644083592841493822164408359284149382216440835928414938221644083592841493822164408359284149382216440835928414938221644083592841493822164408359284149382216440835928414938221644083592841493822164408359284149382216440835928414938221644083592841493822164408359284149382216440835928414938221644083592841493822164408359284149382216440835928" } } } 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, 9da4c477-6818-4b54-a5c8-5ebcf54bec28, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9da4c477-6818-4b54-a5c8-5ebcf54bec28, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15118445114581093734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511844511458109373415118445114581093734151184451145810937341511844511458109373415118445114581093734151184451145810937341511844511458109373415118445114581093734151184451145810937341511844511458109373415118445114581093734151184451145810937341511844511458109373415118445114581093734151184451145810937341511844511458109373415118445114581093734151184451145810937341511844511458109373415118445114581093734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c050c373-24a2-4283-9c97-736707c2366d, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6721da5b-a5eb-40a4-ada5-e9c0c8c149e9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6721da5b-a5eb-40a4-ada5-e9c0c8c149e9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15154879112950795659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515487911295079565915154879112950795659151548791129507956591515487911295079565915154879112950795659151548791129507956591515487911295079565915154879112950795659151548791129507956591515487911295079565915154879112950795659151548791129507956591515487911295079565915154879112950795659151548791129507956591515487911295079565915154879112950795659151548791129507956591515487911295079565915154879112950795659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9da4c477-6818-4b54-a5c8-5ebcf54bec28, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c92019f4-e3bb-45ac-a717-99bc22566fc8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c92019f4-e3bb-45ac-a717-99bc22566fc8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10991149942062963142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099114994206296314210991149942062963142109911499420629631421099114994206296314210991149942062963142109911499420629631421099114994206296314210991149942062963142109911499420629631421099114994206296314210991149942062963142109911499420629631421099114994206296314210991149942062963142109911499420629631421099114994206296314210991149942062963142109911499420629631421099114994206296314210991149942062963142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6721da5b-a5eb-40a4-ada5-e9c0c8c149e9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c92019f4-e3bb-45ac-a717-99bc22566fc8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c900a72-f93a-48d9-a655-2d085b6f4e5d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c900a72-f93a-48d9-a655-2d085b6f4e5d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14155378366451372199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415537836645137219914155378366451372199141553783664513721991415537836645137219914155378366451372199141553783664513721991415537836645137219914155378366451372199141553783664513721991415537836645137219914155378366451372199141553783664513721991415537836645137219914155378366451372199141553783664513721991415537836645137219914155378366451372199141553783664513721991415537836645137219914155378366451372199" } } } 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, f4552c5f-314e-49be-a9cd-82ca808a818d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4552c5f-314e-49be-a9cd-82ca808a818d, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2454525425831418603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24545254258314186032454525425831418603245452542583141860324545254258314186032454525425831418603245452542583141860324545254258314186032454525425831418603245452542583141860324545254258314186032454525425831418603245452542583141860324545254258314186032454525425831418603245452542583141860324545254258314186032454525425831418603245452542583141860324545254258314186032454525425831418603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4552c5f-314e-49be-a9cd-82ca808a818d, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fe267cd-b33d-4950-bb47-c4c60b407f77, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c900a72-f93a-48d9-a655-2d085b6f4e5d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1038b651-3931-4719-a323-26f652924c1f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fe267cd-b33d-4950-bb47-c4c60b407f77, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3535935350031610014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35359353500316100143535935350031610014353593535003161001435359353500316100143535935350031610014353593535003161001435359353500316100143535935350031610014353593535003161001435359353500316100143535935350031610014353593535003161001435359353500316100143535935350031610014353593535003161001435359353500316100143535935350031610014353593535003161001435359353500316100143535935350031610014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1038b651-3931-4719-a323-26f652924c1f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13554453894382955587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355445389438295558713554453894382955587135544538943829555871355445389438295558713554453894382955587135544538943829555871355445389438295558713554453894382955587135544538943829555871355445389438295558713554453894382955587135544538943829555871355445389438295558713554453894382955587135544538943829555871355445389438295558713554453894382955587135544538943829555871355445389438295558713554453894382955587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fe267cd-b33d-4950-bb47-c4c60b407f77, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3d9ad37-4a4b-425a-ad30-295b6fa575db, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d9ad37-4a4b-425a-ad30-295b6fa575db, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7397416924142000039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73974169241420000397397416924142000039739741692414200003973974169241420000397397416924142000039739741692414200003973974169241420000397397416924142000039739741692414200003973974169241420000397397416924142000039739741692414200003973974169241420000397397416924142000039739741692414200003973974169241420000397397416924142000039739741692414200003973974169241420000397397416924142000039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1038b651-3931-4719-a323-26f652924c1f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c13a4c88-1070-49af-99ac-02ed07d13ab7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c13a4c88-1070-49af-99ac-02ed07d13ab7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 389357731041577793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d9ad37-4a4b-425a-ad30-295b6fa575db, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7e3160b-f985-4702-81d5-ec0b36f6a5e5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7e3160b-f985-4702-81d5-ec0b36f6a5e5, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15287157722918333082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528715772291833308215287157722918333082152871577229183330821528715772291833308215287157722918333082152871577229183330821528715772291833308215287157722918333082152871577229183330821528715772291833308215287157722918333082152871577229183330821528715772291833308215287157722918333082152871577229183330821528715772291833308215287157722918333082152871577229183330821528715772291833308215287157722918333082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c13a4c88-1070-49af-99ac-02ed07d13ab7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f70bcd0c-d1a3-4fd1-a6bc-0c05ad63ef0d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70bcd0c-d1a3-4fd1-a6bc-0c05ad63ef0d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6655513574173626478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66555135741736264786655513574173626478665551357417362647866555135741736264786655513574173626478665551357417362647866555135741736264786655513574173626478665551357417362647866555135741736264786655513574173626478665551357417362647866555135741736264786655513574173626478665551357417362647866555135741736264786655513574173626478665551357417362647866555135741736264786655513574173626478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7e3160b-f985-4702-81d5-ec0b36f6a5e5, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a94735c7-1bda-4932-bebd-54d580f6a826, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a94735c7-1bda-4932-bebd-54d580f6a826, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2498596825848978296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24985968258489782962498596825848978296249859682584897829624985968258489782962498596825848978296249859682584897829624985968258489782962498596825848978296249859682584897829624985968258489782962498596825848978296249859682584897829624985968258489782962498596825848978296249859682584897829624985968258489782962498596825848978296249859682584897829624985968258489782962498596825848978296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70bcd0c-d1a3-4fd1-a6bc-0c05ad63ef0d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7c3931b-2eb2-49e4-8aa2-72b495ba2e8b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7c3931b-2eb2-49e4-8aa2-72b495ba2e8b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7799914116111671696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77999141161116716967799914116111671696779991411611167169677999141161116716967799914116111671696779991411611167169677999141161116716967799914116111671696779991411611167169677999141161116716967799914116111671696779991411611167169677999141161116716967799914116111671696779991411611167169677999141161116716967799914116111671696779991411611167169677999141161116716967799914116111671696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a94735c7-1bda-4932-bebd-54d580f6a826, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79b92397-5402-4f82-b9eb-5ae2d0f968d4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79b92397-5402-4f82-b9eb-5ae2d0f968d4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 454707378952064620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7c3931b-2eb2-49e4-8aa2-72b495ba2e8b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" 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:276 Stopped node localhost:13139/2
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37dd83fe-1727-4695-9537-923fa8fa0df3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79b92397-5402-4f82-b9eb-5ae2d0f968d4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37dd83fe-1727-4695-9537-923fa8fa0df3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9740253457515946553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97402534575159465539740253457515946553974025345751594655397402534575159465539740253457515946553974025345751594655397402534575159465539740253457515946553974025345751594655397402534575159465539740253457515946553974025345751594655397402534575159465539740253457515946553974025345751594655397402534575159465539740253457515946553974025345751594655397402534575159465539740253457515946553" } } } 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, 35a136bd-99d6-4015-b946-d3b9acdc6206, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35a136bd-99d6-4015-b946-d3b9acdc6206, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7029716096671285933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70297160966712859337029716096671285933702971609667128593370297160966712859337029716096671285933702971609667128593370297160966712859337029716096671285933702971609667128593370297160966712859337029716096671285933702971609667128593370297160966712859337029716096671285933702971609667128593370297160966712859337029716096671285933702971609667128593370297160966712859337029716096671285933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37dd83fe-1727-4695-9537-923fa8fa0df3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 288ecef3-8256-4c40-940d-30a3e0a11de0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 288ecef3-8256-4c40-940d-30a3e0a11de0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14420625117135623769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442062511713562376914420625117135623769144206251171356237691442062511713562376914420625117135623769144206251171356237691442062511713562376914420625117135623769144206251171356237691442062511713562376914420625117135623769144206251171356237691442062511713562376914420625117135623769144206251171356237691442062511713562376914420625117135623769144206251171356237691442062511713562376914420625117135623769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35a136bd-99d6-4015-b946-d3b9acdc6206, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d004a030-8e0f-4d02-9733-2605f52ddbbf, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 288ecef3-8256-4c40-940d-30a3e0a11de0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57b5f5ca-999f-43f4-8648-76bc5d05e1db, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57b5f5ca-999f-43f4-8648-76bc5d05e1db, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16624005436861949904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662400543686194990416624005436861949904166240054368619499041662400543686194990416624005436861949904166240054368619499041662400543686194990416624005436861949904166240054368619499041662400543686194990416624005436861949904166240054368619499041662400543686194990416624005436861949904166240054368619499041662400543686194990416624005436861949904166240054368619499041662400543686194990416624005436861949904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d004a030-8e0f-4d02-9733-2605f52ddbbf, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12991109596341092653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299110959634109265312991109596341092653129911095963410926531299110959634109265312991109596341092653129911095963410926531299110959634109265312991109596341092653129911095963410926531299110959634109265312991109596341092653129911095963410926531299110959634109265312991109596341092653129911095963410926531299110959634109265312991109596341092653129911095963410926531299110959634109265312991109596341092653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57b5f5ca-999f-43f4-8648-76bc5d05e1db, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c048f9ff-7e34-4ae5-b3e6-0fea6e36a74b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c048f9ff-7e34-4ae5-b3e6-0fea6e36a74b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12122752505999064575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212275250599906457512122752505999064575121227525059990645751212275250599906457512122752505999064575121227525059990645751212275250599906457512122752505999064575121227525059990645751212275250599906457512122752505999064575121227525059990645751212275250599906457512122752505999064575121227525059990645751212275250599906457512122752505999064575121227525059990645751212275250599906457512122752505999064575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d004a030-8e0f-4d02-9733-2605f52ddbbf, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e73feb7-a376-413b-a954-18ccfaffb17b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c048f9ff-7e34-4ae5-b3e6-0fea6e36a74b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e73feb7-a376-413b-a954-18ccfaffb17b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5060281736529119631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50602817365291196315060281736529119631506028173652911963150602817365291196315060281736529119631506028173652911963150602817365291196315060281736529119631506028173652911963150602817365291196315060281736529119631506028173652911963150602817365291196315060281736529119631506028173652911963150602817365291196315060281736529119631506028173652911963150602817365291196315060281736529119631" } } } 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, e92bc98a-386f-4753-8290-60f378c35671, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e92bc98a-386f-4753-8290-60f378c35671, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14913690142016296151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491369014201629615114913690142016296151149136901420162961511491369014201629615114913690142016296151149136901420162961511491369014201629615114913690142016296151149136901420162961511491369014201629615114913690142016296151149136901420162961511491369014201629615114913690142016296151149136901420162961511491369014201629615114913690142016296151149136901420162961511491369014201629615114913690142016296151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e73feb7-a376-413b-a954-18ccfaffb17b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1816e70c-ebd8-4e38-bdfc-b846bea29a79, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1816e70c-ebd8-4e38-bdfc-b846bea29a79, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4473530566470034383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44735305664700343834473530566470034383447353056647003438344735305664700343834473530566470034383447353056647003438344735305664700343834473530566470034383447353056647003438344735305664700343834473530566470034383447353056647003438344735305664700343834473530566470034383447353056647003438344735305664700343834473530566470034383447353056647003438344735305664700343834473530566470034383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e92bc98a-386f-4753-8290-60f378c35671, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1816e70c-ebd8-4e38-bdfc-b846bea29a79, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fb7506c-b59b-4050-9ea5-bac0bb3654cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93a7e97f-b2e6-4459-9bd9-049246f525c8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93a7e97f-b2e6-4459-9bd9-049246f525c8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4214310454489121153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42143104544891211534214310454489121153421431045448912115342143104544891211534214310454489121153421431045448912115342143104544891211534214310454489121153421431045448912115342143104544891211534214310454489121153421431045448912115342143104544891211534214310454489121153421431045448912115342143104544891211534214310454489121153421431045448912115342143104544891211534214310454489121153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fb7506c-b59b-4050-9ea5-bac0bb3654cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10739322586310362014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073932258631036201410739322586310362014107393225863103620141073932258631036201410739322586310362014107393225863103620141073932258631036201410739322586310362014107393225863103620141073932258631036201410739322586310362014107393225863103620141073932258631036201410739322586310362014107393225863103620141073932258631036201410739322586310362014107393225863103620141073932258631036201410739322586310362014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fb7506c-b59b-4050-9ea5-bac0bb3654cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93a7e97f-b2e6-4459-9bd9-049246f525c8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d288e714-021d-44e2-8359-cf920f0057e3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8736f9e9-91f9-4058-8766-2d2143f5e2ac, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8736f9e9-91f9-4058-8766-2d2143f5e2ac, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12930467759427735745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293046775942773574512930467759427735745129304677594277357451293046775942773574512930467759427735745129304677594277357451293046775942773574512930467759427735745129304677594277357451293046775942773574512930467759427735745129304677594277357451293046775942773574512930467759427735745129304677594277357451293046775942773574512930467759427735745129304677594277357451293046775942773574512930467759427735745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d288e714-021d-44e2-8359-cf920f0057e3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11900388095419710235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190038809541971023511900388095419710235119003880954197102351190038809541971023511900388095419710235119003880954197102351190038809541971023511900388095419710235119003880954197102351190038809541971023511900388095419710235119003880954197102351190038809541971023511900388095419710235119003880954197102351190038809541971023511900388095419710235119003880954197102351190038809541971023511900388095419710235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8736f9e9-91f9-4058-8766-2d2143f5e2ac, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4660ec24-9ed2-4a13-8b34-35d32cb12f1b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d288e714-021d-44e2-8359-cf920f0057e3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7509fce-025c-407d-a824-3c1bf7de8d6b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4660ec24-9ed2-4a13-8b34-35d32cb12f1b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11340564484131605653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134056448413160565311340564484131605653113405644841316056531134056448413160565311340564484131605653113405644841316056531134056448413160565311340564484131605653113405644841316056531134056448413160565311340564484131605653113405644841316056531134056448413160565311340564484131605653113405644841316056531134056448413160565311340564484131605653113405644841316056531134056448413160565311340564484131605653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7509fce-025c-407d-a824-3c1bf7de8d6b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2444054255891477296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24440542558914772962444054255891477296244405425589147729624440542558914772962444054255891477296244405425589147729624440542558914772962444054255891477296244405425589147729624440542558914772962444054255891477296244405425589147729624440542558914772962444054255891477296244405425589147729624440542558914772962444054255891477296244405425589147729624440542558914772962444054255891477296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4660ec24-9ed2-4a13-8b34-35d32cb12f1b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 662076d4-b02e-43ae-afa2-d57f881765e7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 662076d4-b02e-43ae-afa2-d57f881765e7, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8917166203539385251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89171662035393852518917166203539385251891716620353938525189171662035393852518917166203539385251891716620353938525189171662035393852518917166203539385251891716620353938525189171662035393852518917166203539385251891716620353938525189171662035393852518917166203539385251891716620353938525189171662035393852518917166203539385251891716620353938525189171662035393852518917166203539385251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7509fce-025c-407d-a824-3c1bf7de8d6b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06ed80dd-ddd8-4c0b-ba75-c7e4396a6a33, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 662076d4-b02e-43ae-afa2-d57f881765e7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ed80dd-ddd8-4c0b-ba75-c7e4396a6a33, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13966827391220976334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396682739122097633413966827391220976334139668273912209763341396682739122097633413966827391220976334139668273912209763341396682739122097633413966827391220976334139668273912209763341396682739122097633413966827391220976334139668273912209763341396682739122097633413966827391220976334139668273912209763341396682739122097633413966827391220976334139668273912209763341396682739122097633413966827391220976334" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0e8fc15-d8fe-43e9-b09d-f4c030d33817, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0e8fc15-d8fe-43e9-b09d-f4c030d33817, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16637535471715073888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663753547171507388816637535471715073888166375354717150738881663753547171507388816637535471715073888166375354717150738881663753547171507388816637535471715073888166375354717150738881663753547171507388816637535471715073888166375354717150738881663753547171507388816637535471715073888166375354717150738881663753547171507388816637535471715073888166375354717150738881663753547171507388816637535471715073888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ed80dd-ddd8-4c0b-ba75-c7e4396a6a33, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05ae7434-c6fe-47eb-a04e-4ad8dc4aa6ff, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05ae7434-c6fe-47eb-a04e-4ad8dc4aa6ff, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11322603110977410824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132260311097741082411322603110977410824113226031109774108241132260311097741082411322603110977410824113226031109774108241132260311097741082411322603110977410824113226031109774108241132260311097741082411322603110977410824113226031109774108241132260311097741082411322603110977410824113226031109774108241132260311097741082411322603110977410824113226031109774108241132260311097741082411322603110977410824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0e8fc15-d8fe-43e9-b09d-f4c030d33817, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05ae7434-c6fe-47eb-a04e-4ad8dc4aa6ff, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88f7d9b1-1b7f-4d45-8c12-43f6b4c7c6d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f7d9b1-1b7f-4d45-8c12-43f6b4c7c6d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1920579045465077984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19205790454650779841920579045465077984192057904546507798419205790454650779841920579045465077984192057904546507798419205790454650779841920579045465077984192057904546507798419205790454650779841920579045465077984192057904546507798419205790454650779841920579045465077984192057904546507798419205790454650779841920579045465077984192057904546507798419205790454650779841920579045465077984" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d126c7b6-371b-4b32-8b5f-0c03af1f6a67, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d126c7b6-371b-4b32-8b5f-0c03af1f6a67, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3709357358400356340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37093573584003563403709357358400356340370935735840035634037093573584003563403709357358400356340370935735840035634037093573584003563403709357358400356340370935735840035634037093573584003563403709357358400356340370935735840035634037093573584003563403709357358400356340370935735840035634037093573584003563403709357358400356340370935735840035634037093573584003563403709357358400356340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f7d9b1-1b7f-4d45-8c12-43f6b4c7c6d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeeeb03e-3986-4e79-a111-72bdf1c55721, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d126c7b6-371b-4b32-8b5f-0c03af1f6a67, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeeeb03e-3986-4e79-a111-72bdf1c55721, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15312941933070643483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531294193307064348315312941933070643483153129419330706434831531294193307064348315312941933070643483153129419330706434831531294193307064348315312941933070643483153129419330706434831531294193307064348315312941933070643483153129419330706434831531294193307064348315312941933070643483153129419330706434831531294193307064348315312941933070643483153129419330706434831531294193307064348315312941933070643483" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d82ac3c0-741a-4a64-b4d5-09c672f576e2, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d82ac3c0-741a-4a64-b4d5-09c672f576e2, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14955726415445782823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495572641544578282314955726415445782823149557264154457828231495572641544578282314955726415445782823149557264154457828231495572641544578282314955726415445782823149557264154457828231495572641544578282314955726415445782823149557264154457828231495572641544578282314955726415445782823149557264154457828231495572641544578282314955726415445782823149557264154457828231495572641544578282314955726415445782823" } } } 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:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeeeb03e-3986-4e79-a111-72bdf1c55721, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" 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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_hgbka8pj.log --grpc-port=13139 --mon-port=12323 --ic-port=32677 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d82ac3c0-741a-4a64-b4d5-09c672f576e2, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_hgbka8pj.log', '--grpc-port=13139', '--mon-port=12323', '--ic-port=32677', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2' (no wait)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43822b2c-f69e-4924-bbe2-4f87dd787b87, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43822b2c-f69e-4924-bbe2-4f87dd787b87, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8799536422364046763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87995364223640467638799536422364046763879953642236404676387995364223640467638799536422364046763879953642236404676387995364223640467638799536422364046763879953642236404676387995364223640467638799536422364046763879953642236404676387995364223640467638799536422364046763879953642236404676387995364223640467638799536422364046763879953642236404676387995364223640467638799536422364046763" } } } 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: 1452158
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:13139/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.14
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 746c84eb-38c0-4914-b64f-7bed05f0124a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43822b2c-f69e-4924-bbe2-4f87dd787b87, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b13c88f5-3043-425d-afba-8a921673f599, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b13c88f5-3043-425d-afba-8a921673f599, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4306505942432382596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43065059424323825964306505942432382596430650594243238259643065059424323825964306505942432382596430650594243238259643065059424323825964306505942432382596430650594243238259643065059424323825964306505942432382596430650594243238259643065059424323825964306505942432382596430650594243238259643065059424323825964306505942432382596430650594243238259643065059424323825964306505942432382596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 746c84eb-38c0-4914-b64f-7bed05f0124a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12159184271570010965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215918427157001096512159184271570010965121591842715700109651215918427157001096512159184271570010965121591842715700109651215918427157001096512159184271570010965121591842715700109651215918427157001096512159184271570010965121591842715700109651215918427157001096512159184271570010965121591842715700109651215918427157001096512159184271570010965121591842715700109651215918427157001096512159184271570010965" } } } 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: 1452159
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b13c88f5-3043-425d-afba-8a921673f599, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 746c84eb-38c0-4914-b64f-7bed05f0124a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f7816a5-5cd9-452f-9dec-12bd31617103, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f7816a5-5cd9-452f-9dec-12bd31617103, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8235447181075694682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82354471810756946828235447181075694682823544718107569468282354471810756946828235447181075694682823544718107569468282354471810756946828235447181075694682823544718107569468282354471810756946828235447181075694682823544718107569468282354471810756946828235447181075694682823544718107569468282354471810756946828235447181075694682823544718107569468282354471810756946828235447181075694682" } } } 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, 6b2ed86b-2409-4bb6-b146-052b39ece568, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b2ed86b-2409-4bb6-b146-052b39ece568, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18436244296770127501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843624429677012750118436244296770127501184362442967701275011843624429677012750118436244296770127501184362442967701275011843624429677012750118436244296770127501184362442967701275011843624429677012750118436244296770127501184362442967701275011843624429677012750118436244296770127501184362442967701275011843624429677012750118436244296770127501184362442967701275011843624429677012750118436244296770127501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f7816a5-5cd9-452f-9dec-12bd31617103, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de39539b-47d9-4a69-b7c5-fb199219a631, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de39539b-47d9-4a69-b7c5-fb199219a631, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18112735698048757515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811273569804875751518112735698048757515181127356980487575151811273569804875751518112735698048757515181127356980487575151811273569804875751518112735698048757515181127356980487575151811273569804875751518112735698048757515181127356980487575151811273569804875751518112735698048757515181127356980487575151811273569804875751518112735698048757515181127356980487575151811273569804875751518112735698048757515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b2ed86b-2409-4bb6-b146-052b39ece568, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52297b1f-833b-466f-b9a9-e95ff8ccca89, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52297b1f-833b-466f-b9a9-e95ff8ccca89, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7897085797753120151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78970857977531201517897085797753120151789708579775312015178970857977531201517897085797753120151789708579775312015178970857977531201517897085797753120151789708579775312015178970857977531201517897085797753120151789708579775312015178970857977531201517897085797753120151789708579775312015178970857977531201517897085797753120151789708579775312015178970857977531201517897085797753120151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de39539b-47d9-4a69-b7c5-fb199219a631, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d12b67e1-24da-4dd7-8726-fef2e10c4081, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d12b67e1-24da-4dd7-8726-fef2e10c4081, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5275396669068861507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52753966690688615075275396669068861507527539666906886150752753966690688615075275396669068861507527539666906886150752753966690688615075275396669068861507527539666906886150752753966690688615075275396669068861507527539666906886150752753966690688615075275396669068861507527539666906886150752753966690688615075275396669068861507527539666906886150752753966690688615075275396669068861507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d12b67e1-24da-4dd7-8726-fef2e10c4081, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed16f511-8b45-451c-9fd1-fdd27c97a4a7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed16f511-8b45-451c-9fd1-fdd27c97a4a7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17197138025094180626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719713802509418062617197138025094180626171971380250941806261719713802509418062617197138025094180626171971380250941806261719713802509418062617197138025094180626171971380250941806261719713802509418062617197138025094180626171971380250941806261719713802509418062617197138025094180626171971380250941806261719713802509418062617197138025094180626171971380250941806261719713802509418062617197138025094180626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52297b1f-833b-466f-b9a9-e95ff8ccca89, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed16f511-8b45-451c-9fd1-fdd27c97a4a7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a5ccb33-799b-44ec-a4e8-1492ad1dea6a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73ed2999-dc2b-4777-82b0-2f28a68b10cc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a5ccb33-799b-44ec-a4e8-1492ad1dea6a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6120841345927960559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61208413459279605596120841345927960559612084134592796055961208413459279605596120841345927960559612084134592796055961208413459279605596120841345927960559612084134592796055961208413459279605596120841345927960559612084134592796055961208413459279605596120841345927960559612084134592796055961208413459279605596120841345927960559612084134592796055961208413459279605596120841345927960559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73ed2999-dc2b-4777-82b0-2f28a68b10cc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7926170164747976875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79261701647479768757926170164747976875792617016474797687579261701647479768757926170164747976875792617016474797687579261701647479768757926170164747976875792617016474797687579261701647479768757926170164747976875792617016474797687579261701647479768757926170164747976875792617016474797687579261701647479768757926170164747976875792617016474797687579261701647479768757926170164747976875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73ed2999-dc2b-4777-82b0-2f28a68b10cc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a5ccb33-799b-44ec-a4e8-1492ad1dea6a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83f147c0-d2fd-4265-8044-4ef63cc12dcb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83f147c0-d2fd-4265-8044-4ef63cc12dcb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14134304384672294706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413430438467229470614134304384672294706141343043846722947061413430438467229470614134304384672294706141343043846722947061413430438467229470614134304384672294706141343043846722947061413430438467229470614134304384672294706141343043846722947061413430438467229470614134304384672294706141343043846722947061413430438467229470614134304384672294706141343043846722947061413430438467229470614134304384672294706" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 561a9c90-17f1-48ef-84e3-716bbb645fcf, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 561a9c90-17f1-48ef-84e3-716bbb645fcf, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1838781136939085764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18387811369390857641838781136939085764183878113693908576418387811369390857641838781136939085764183878113693908576418387811369390857641838781136939085764183878113693908576418387811369390857641838781136939085764183878113693908576418387811369390857641838781136939085764183878113693908576418387811369390857641838781136939085764183878113693908576418387811369390857641838781136939085764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83f147c0-d2fd-4265-8044-4ef63cc12dcb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 561a9c90-17f1-48ef-84e3-716bbb645fcf, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9c7559b-2943-43bb-a5a0-71eeaebc4f53, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9c7559b-2943-43bb-a5a0-71eeaebc4f53, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8695725743576621706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86957257435766217068695725743576621706869572574357662170686957257435766217068695725743576621706869572574357662170686957257435766217068695725743576621706869572574357662170686957257435766217068695725743576621706869572574357662170686957257435766217068695725743576621706869572574357662170686957257435766217068695725743576621706869572574357662170686957257435766217068695725743576621706" } } } 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, e84f1615-75e4-402e-b064-8c3b66302388, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e84f1615-75e4-402e-b064-8c3b66302388, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7253526723847645811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72535267238476458117253526723847645811725352672384764581172535267238476458117253526723847645811725352672384764581172535267238476458117253526723847645811725352672384764581172535267238476458117253526723847645811725352672384764581172535267238476458117253526723847645811725352672384764581172535267238476458117253526723847645811725352672384764581172535267238476458117253526723847645811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9c7559b-2943-43bb-a5a0-71eeaebc4f53, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa3ce175-5043-4cfd-9a73-e4f43b9f0bf0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa3ce175-5043-4cfd-9a73-e4f43b9f0bf0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 536894321433274169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e84f1615-75e4-402e-b064-8c3b66302388, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ba78207-5ed2-4734-a097-b2047df805b4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa3ce175-5043-4cfd-9a73-e4f43b9f0bf0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 041bf811-8b02-403a-afe8-6e50416ce1b0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 041bf811-8b02-403a-afe8-6e50416ce1b0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1590205066260816822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15902050662608168221590205066260816822159020506626081682215902050662608168221590205066260816822159020506626081682215902050662608168221590205066260816822159020506626081682215902050662608168221590205066260816822159020506626081682215902050662608168221590205066260816822159020506626081682215902050662608168221590205066260816822159020506626081682215902050662608168221590205066260816822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ba78207-5ed2-4734-a097-b2047df805b4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15769202511361627059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576920251136162705915769202511361627059157692025113616270591576920251136162705915769202511361627059157692025113616270591576920251136162705915769202511361627059157692025113616270591576920251136162705915769202511361627059157692025113616270591576920251136162705915769202511361627059157692025113616270591576920251136162705915769202511361627059157692025113616270591576920251136162705915769202511361627059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 041bf811-8b02-403a-afe8-6e50416ce1b0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad0bec2a-2ed4-4131-8c99-0b08e2f88ef3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad0bec2a-2ed4-4131-8c99-0b08e2f88ef3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6615570606044637228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66155706060446372286615570606044637228661557060604463722866155706060446372286615570606044637228661557060604463722866155706060446372286615570606044637228661557060604463722866155706060446372286615570606044637228661557060604463722866155706060446372286615570606044637228661557060604463722866155706060446372286615570606044637228661557060604463722866155706060446372286615570606044637228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ba78207-5ed2-4734-a097-b2047df805b4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4eaa7860-0f30-4cfd-94bf-2e8ac53bd30f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eaa7860-0f30-4cfd-94bf-2e8ac53bd30f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9976037755507923063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99760377555079230639976037755507923063997603775550792306399760377555079230639976037755507923063997603775550792306399760377555079230639976037755507923063997603775550792306399760377555079230639976037755507923063997603775550792306399760377555079230639976037755507923063997603775550792306399760377555079230639976037755507923063997603775550792306399760377555079230639976037755507923063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad0bec2a-2ed4-4131-8c99-0b08e2f88ef3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11a31f7f-2d7a-4f0f-be5d-d21da99fb164, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11a31f7f-2d7a-4f0f-be5d-d21da99fb164, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2603956946231939011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26039569462319390112603956946231939011260395694623193901126039569462319390112603956946231939011260395694623193901126039569462319390112603956946231939011260395694623193901126039569462319390112603956946231939011260395694623193901126039569462319390112603956946231939011260395694623193901126039569462319390112603956946231939011260395694623193901126039569462319390112603956946231939011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eaa7860-0f30-4cfd-94bf-2e8ac53bd30f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 268d5b4c-de8c-4956-b008-695b47701495, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 268d5b4c-de8c-4956-b008-695b47701495, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8331315072208053152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83313150722080531528331315072208053152833131507220805315283313150722080531528331315072208053152833131507220805315283313150722080531528331315072208053152833131507220805315283313150722080531528331315072208053152833131507220805315283313150722080531528331315072208053152833131507220805315283313150722080531528331315072208053152833131507220805315283313150722080531528331315072208053152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11a31f7f-2d7a-4f0f-be5d-d21da99fb164, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ea8cca6-6c77-45ee-81b5-a5b85be8bd92, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 268d5b4c-de8c-4956-b008-695b47701495, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ea8cca6-6c77-45ee-81b5-a5b85be8bd92, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6011229545797182990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60112295457971829906011229545797182990601122954579718299060112295457971829906011229545797182990601122954579718299060112295457971829906011229545797182990601122954579718299060112295457971829906011229545797182990601122954579718299060112295457971829906011229545797182990601122954579718299060112295457971829906011229545797182990601122954579718299060112295457971829906011229545797182990" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e1d4743-c20b-47cd-b45b-3f3f24213d60, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e1d4743-c20b-47cd-b45b-3f3f24213d60, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10924460806376324508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092446080637632450810924460806376324508109244608063763245081092446080637632450810924460806376324508109244608063763245081092446080637632450810924460806376324508109244608063763245081092446080637632450810924460806376324508109244608063763245081092446080637632450810924460806376324508109244608063763245081092446080637632450810924460806376324508109244608063763245081092446080637632450810924460806376324508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e1d4743-c20b-47cd-b45b-3f3f24213d60, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ea8cca6-6c77-45ee-81b5-a5b85be8bd92, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9736b5ec-fd09-4a47-8cfe-b7e513693d45, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9736b5ec-fd09-4a47-8cfe-b7e513693d45, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15611656190131893471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561165619013189347115611656190131893471156116561901318934711561165619013189347115611656190131893471156116561901318934711561165619013189347115611656190131893471156116561901318934711561165619013189347115611656190131893471156116561901318934711561165619013189347115611656190131893471156116561901318934711561165619013189347115611656190131893471156116561901318934711561165619013189347115611656190131893471" } } } 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, 6d604972-d446-4e66-9035-616444319bc5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d604972-d446-4e66-9035-616444319bc5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13041175597697363109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304117559769736310913041175597697363109130411755976973631091304117559769736310913041175597697363109130411755976973631091304117559769736310913041175597697363109130411755976973631091304117559769736310913041175597697363109130411755976973631091304117559769736310913041175597697363109130411755976973631091304117559769736310913041175597697363109130411755976973631091304117559769736310913041175597697363109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9736b5ec-fd09-4a47-8cfe-b7e513693d45, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 882f34ba-40c3-4f3a-908e-ce55a0213ae7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 882f34ba-40c3-4f3a-908e-ce55a0213ae7, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5235980490667877298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52359804906678772985235980490667877298523598049066787729852359804906678772985235980490667877298523598049066787729852359804906678772985235980490667877298523598049066787729852359804906678772985235980490667877298523598049066787729852359804906678772985235980490667877298523598049066787729852359804906678772985235980490667877298523598049066787729852359804906678772985235980490667877298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d604972-d446-4e66-9035-616444319bc5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39df4c64-6ef4-4226-a099-d522328ff074, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 882f34ba-40c3-4f3a-908e-ce55a0213ae7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39df4c64-6ef4-4226-a099-d522328ff074, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14225072113453048008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422507211345304800814225072113453048008142250721134530480081422507211345304800814225072113453048008142250721134530480081422507211345304800814225072113453048008142250721134530480081422507211345304800814225072113453048008142250721134530480081422507211345304800814225072113453048008142250721134530480081422507211345304800814225072113453048008142250721134530480081422507211345304800814225072113453048008" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95e15cef-6cad-452d-ab46-c7e64e85d31c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95e15cef-6cad-452d-ab46-c7e64e85d31c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18289754832144639138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828975483214463913818289754832144639138182897548321446391381828975483214463913818289754832144639138182897548321446391381828975483214463913818289754832144639138182897548321446391381828975483214463913818289754832144639138182897548321446391381828975483214463913818289754832144639138182897548321446391381828975483214463913818289754832144639138182897548321446391381828975483214463913818289754832144639138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39df4c64-6ef4-4226-a099-d522328ff074, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7befbfc6-5a82-41f0-a727-0e6550126ff8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95e15cef-6cad-452d-ab46-c7e64e85d31c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7befbfc6-5a82-41f0-a727-0e6550126ff8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10056694929123895772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005669492912389577210056694929123895772100566949291238957721005669492912389577210056694929123895772100566949291238957721005669492912389577210056694929123895772100566949291238957721005669492912389577210056694929123895772100566949291238957721005669492912389577210056694929123895772100566949291238957721005669492912389577210056694929123895772100566949291238957721005669492912389577210056694929123895772" } } } 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, 9cee1b75-b987-4f99-b005-87158048808b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7befbfc6-5a82-41f0-a727-0e6550126ff8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebd74aae-2d66-4c63-9d1c-0d270602995b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cee1b75-b987-4f99-b005-87158048808b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15590441236740040357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559044123674004035715590441236740040357155904412367400403571559044123674004035715590441236740040357155904412367400403571559044123674004035715590441236740040357155904412367400403571559044123674004035715590441236740040357155904412367400403571559044123674004035715590441236740040357155904412367400403571559044123674004035715590441236740040357155904412367400403571559044123674004035715590441236740040357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebd74aae-2d66-4c63-9d1c-0d270602995b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14165502873729151565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416550287372915156514165502873729151565141655028737291515651416550287372915156514165502873729151565141655028737291515651416550287372915156514165502873729151565141655028737291515651416550287372915156514165502873729151565141655028737291515651416550287372915156514165502873729151565141655028737291515651416550287372915156514165502873729151565141655028737291515651416550287372915156514165502873729151565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebd74aae-2d66-4c63-9d1c-0d270602995b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f24b2931-2157-4f5f-94ee-9f10984b0c09, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cee1b75-b987-4f99-b005-87158048808b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af9dc849-1883-4adb-b3d9-f09ffda0a85e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f24b2931-2157-4f5f-94ee-9f10984b0c09, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3349772154690384874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33497721546903848743349772154690384874334977215469038487433497721546903848743349772154690384874334977215469038487433497721546903848743349772154690384874334977215469038487433497721546903848743349772154690384874334977215469038487433497721546903848743349772154690384874334977215469038487433497721546903848743349772154690384874334977215469038487433497721546903848743349772154690384874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af9dc849-1883-4adb-b3d9-f09ffda0a85e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 618851308375385691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f24b2931-2157-4f5f-94ee-9f10984b0c09, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75f0cb44-1c03-440b-9ed3-ff44042f11c9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75f0cb44-1c03-440b-9ed3-ff44042f11c9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13710913194378798601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371091319437879860113710913194378798601137109131943787986011371091319437879860113710913194378798601137109131943787986011371091319437879860113710913194378798601137109131943787986011371091319437879860113710913194378798601137109131943787986011371091319437879860113710913194378798601137109131943787986011371091319437879860113710913194378798601137109131943787986011371091319437879860113710913194378798601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af9dc849-1883-4adb-b3d9-f09ffda0a85e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, baaa0723-e7b9-406b-8994-3d81235830ae, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baaa0723-e7b9-406b-8994-3d81235830ae, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6574330457851503867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65743304578515038676574330457851503867657433045785150386765743304578515038676574330457851503867657433045785150386765743304578515038676574330457851503867657433045785150386765743304578515038676574330457851503867657433045785150386765743304578515038676574330457851503867657433045785150386765743304578515038676574330457851503867657433045785150386765743304578515038676574330457851503867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75f0cb44-1c03-440b-9ed3-ff44042f11c9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7533b6ed-9f0a-4ac6-ba27-d82feda3093c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baaa0723-e7b9-406b-8994-3d81235830ae, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7188ae9d-e41c-40f7-a6fc-9089183316dd, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7188ae9d-e41c-40f7-a6fc-9089183316dd, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15197254705195327743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519725470519532774315197254705195327743151972547051953277431519725470519532774315197254705195327743151972547051953277431519725470519532774315197254705195327743151972547051953277431519725470519532774315197254705195327743151972547051953277431519725470519532774315197254705195327743151972547051953277431519725470519532774315197254705195327743151972547051953277431519725470519532774315197254705195327743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7533b6ed-9f0a-4ac6-ba27-d82feda3093c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6538909155395406913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65389091553954069136538909155395406913653890915539540691365389091553954069136538909155395406913653890915539540691365389091553954069136538909155395406913653890915539540691365389091553954069136538909155395406913653890915539540691365389091553954069136538909155395406913653890915539540691365389091553954069136538909155395406913653890915539540691365389091553954069136538909155395406913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7533b6ed-9f0a-4ac6-ba27-d82feda3093c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 381ab783-70dd-483c-a8c8-34ef27d8e9b7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7188ae9d-e41c-40f7-a6fc-9089183316dd, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 381ab783-70dd-483c-a8c8-34ef27d8e9b7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9626074365645464117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96260743656454641179626074365645464117962607436564546411796260743656454641179626074365645464117962607436564546411796260743656454641179626074365645464117962607436564546411796260743656454641179626074365645464117962607436564546411796260743656454641179626074365645464117962607436564546411796260743656454641179626074365645464117962607436564546411796260743656454641179626074365645464117" } } } 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, 26288b97-5b4f-4cfa-bbc9-a0fd46c65bc4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 381ab783-70dd-483c-a8c8-34ef27d8e9b7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cbe3b16-24c8-4160-81f3-e2320b895f21, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cbe3b16-24c8-4160-81f3-e2320b895f21, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6038870696049907929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60388706960499079296038870696049907929603887069604990792960388706960499079296038870696049907929603887069604990792960388706960499079296038870696049907929603887069604990792960388706960499079296038870696049907929603887069604990792960388706960499079296038870696049907929603887069604990792960388706960499079296038870696049907929603887069604990792960388706960499079296038870696049907929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26288b97-5b4f-4cfa-bbc9-a0fd46c65bc4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13443493648416411434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344349364841641143413443493648416411434134434936484164114341344349364841641143413443493648416411434134434936484164114341344349364841641143413443493648416411434134434936484164114341344349364841641143413443493648416411434134434936484164114341344349364841641143413443493648416411434134434936484164114341344349364841641143413443493648416411434134434936484164114341344349364841641143413443493648416411434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cbe3b16-24c8-4160-81f3-e2320b895f21, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 134c2ae8-9405-4180-8558-bdd018418bf3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 134c2ae8-9405-4180-8558-bdd018418bf3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4606465622890572222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46064656228905722224606465622890572222460646562289057222246064656228905722224606465622890572222460646562289057222246064656228905722224606465622890572222460646562289057222246064656228905722224606465622890572222460646562289057222246064656228905722224606465622890572222460646562289057222246064656228905722224606465622890572222460646562289057222246064656228905722224606465622890572222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 134c2ae8-9405-4180-8558-bdd018418bf3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83460f78-605c-4908-8515-fc8549b99fed, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83460f78-605c-4908-8515-fc8549b99fed, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8462955664298650770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84629556642986507708462955664298650770846295566429865077084629556642986507708462955664298650770846295566429865077084629556642986507708462955664298650770846295566429865077084629556642986507708462955664298650770846295566429865077084629556642986507708462955664298650770846295566429865077084629556642986507708462955664298650770846295566429865077084629556642986507708462955664298650770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26288b97-5b4f-4cfa-bbc9-a0fd46c65bc4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0d27893-7c9e-44f7-b039-367d3c8fff1b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0d27893-7c9e-44f7-b039-367d3c8fff1b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10180523920353814051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018052392035381405110180523920353814051101805239203538140511018052392035381405110180523920353814051101805239203538140511018052392035381405110180523920353814051101805239203538140511018052392035381405110180523920353814051101805239203538140511018052392035381405110180523920353814051101805239203538140511018052392035381405110180523920353814051101805239203538140511018052392035381405110180523920353814051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0d27893-7c9e-44f7-b039-367d3c8fff1b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b929f68b-87cd-4d01-930d-9cfd043dba16, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b929f68b-87cd-4d01-930d-9cfd043dba16, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1819372566372330394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18193725663723303941819372566372330394181937256637233039418193725663723303941819372566372330394181937256637233039418193725663723303941819372566372330394181937256637233039418193725663723303941819372566372330394181937256637233039418193725663723303941819372566372330394181937256637233039418193725663723303941819372566372330394181937256637233039418193725663723303941819372566372330394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b929f68b-87cd-4d01-930d-9cfd043dba16, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af907045-b4a1-47f5-bf45-acaae751f078, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af907045-b4a1-47f5-bf45-acaae751f078, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2548543849615198727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25485438496151987272548543849615198727254854384961519872725485438496151987272548543849615198727254854384961519872725485438496151987272548543849615198727254854384961519872725485438496151987272548543849615198727254854384961519872725485438496151987272548543849615198727254854384961519872725485438496151987272548543849615198727254854384961519872725485438496151987272548543849615198727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83460f78-605c-4908-8515-fc8549b99fed, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53dc9420-028c-4972-b80b-0e779dc9dd59, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53dc9420-028c-4972-b80b-0e779dc9dd59, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1514273400232997820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15142734002329978201514273400232997820151427340023299782015142734002329978201514273400232997820151427340023299782015142734002329978201514273400232997820151427340023299782015142734002329978201514273400232997820151427340023299782015142734002329978201514273400232997820151427340023299782015142734002329978201514273400232997820151427340023299782015142734002329978201514273400232997820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af907045-b4a1-47f5-bf45-acaae751f078, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44e458b5-0aba-467e-b6db-7a42f4b73e02, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44e458b5-0aba-467e-b6db-7a42f4b73e02, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3266928413172084941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32669284131720849413266928413172084941326692841317208494132669284131720849413266928413172084941326692841317208494132669284131720849413266928413172084941326692841317208494132669284131720849413266928413172084941326692841317208494132669284131720849413266928413172084941326692841317208494132669284131720849413266928413172084941326692841317208494132669284131720849413266928413172084941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44e458b5-0aba-467e-b6db-7a42f4b73e02, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eabe8e0b-9a55-4fbd-8207-db1cc58c27d6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eabe8e0b-9a55-4fbd-8207-db1cc58c27d6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13732039394025032387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373203939402503238713732039394025032387137320393940250323871373203939402503238713732039394025032387137320393940250323871373203939402503238713732039394025032387137320393940250323871373203939402503238713732039394025032387137320393940250323871373203939402503238713732039394025032387137320393940250323871373203939402503238713732039394025032387137320393940250323871373203939402503238713732039394025032387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eabe8e0b-9a55-4fbd-8207-db1cc58c27d6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a62b4252-4a21-4926-b04a-19ffc6c4c7f1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53dc9420-028c-4972-b80b-0e779dc9dd59, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62b4252-4a21-4926-b04a-19ffc6c4c7f1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 825333703219572183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fda7aad7-2e54-4b8d-892c-6bca008a6472, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fda7aad7-2e54-4b8d-892c-6bca008a6472, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 727263171050433252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fda7aad7-2e54-4b8d-892c-6bca008a6472, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69340c68-9e65-407f-a2d3-337bf01138d8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69340c68-9e65-407f-a2d3-337bf01138d8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3874813346112175329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38748133461121753293874813346112175329387481334611217532938748133461121753293874813346112175329387481334611217532938748133461121753293874813346112175329387481334611217532938748133461121753293874813346112175329387481334611217532938748133461121753293874813346112175329387481334611217532938748133461121753293874813346112175329387481334611217532938748133461121753293874813346112175329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62b4252-4a21-4926-b04a-19ffc6c4c7f1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74cbf4bd-581e-4a77-94f5-3e5ac6ca80ad, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74cbf4bd-581e-4a77-94f5-3e5ac6ca80ad, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3879240525928104231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38792405259281042313879240525928104231387924052592810423138792405259281042313879240525928104231387924052592810423138792405259281042313879240525928104231387924052592810423138792405259281042313879240525928104231387924052592810423138792405259281042313879240525928104231387924052592810423138792405259281042313879240525928104231387924052592810423138792405259281042313879240525928104231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69340c68-9e65-407f-a2d3-337bf01138d8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74cbf4bd-581e-4a77-94f5-3e5ac6ca80ad, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86a67965-175c-446a-a762-df411e7e6280, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86a67965-175c-446a-a762-df411e7e6280, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10606361941767226952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1060636194176722695210606361941767226952106063619417672269521060636194176722695210606361941767226952106063619417672269521060636194176722695210606361941767226952106063619417672269521060636194176722695210606361941767226952106063619417672269521060636194176722695210606361941767226952106063619417672269521060636194176722695210606361941767226952106063619417672269521060636194176722695210606361941767226952" } } } 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, dff99977-41e9-4821-82bd-b499619f589f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dff99977-41e9-4821-82bd-b499619f589f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16684151548863064589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668415154886306458916684151548863064589166841515488630645891668415154886306458916684151548863064589166841515488630645891668415154886306458916684151548863064589166841515488630645891668415154886306458916684151548863064589166841515488630645891668415154886306458916684151548863064589166841515488630645891668415154886306458916684151548863064589166841515488630645891668415154886306458916684151548863064589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dff99977-41e9-4821-82bd-b499619f589f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19b6d9c6-0768-4e05-9e13-56716788d8e8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19b6d9c6-0768-4e05-9e13-56716788d8e8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5051351083895732865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50513510838957328655051351083895732865505135108389573286550513510838957328655051351083895732865505135108389573286550513510838957328655051351083895732865505135108389573286550513510838957328655051351083895732865505135108389573286550513510838957328655051351083895732865505135108389573286550513510838957328655051351083895732865505135108389573286550513510838957328655051351083895732865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86a67965-175c-446a-a762-df411e7e6280, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 736f4289-efce-403e-b06f-4ecc9b0e0772, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 736f4289-efce-403e-b06f-4ecc9b0e0772, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 116525207785276078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19b6d9c6-0768-4e05-9e13-56716788d8e8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb8eed62-217b-41e5-ad4f-5040b6deccd1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb8eed62-217b-41e5-ad4f-5040b6deccd1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10870110184813240435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087011018481324043510870110184813240435108701101848132404351087011018481324043510870110184813240435108701101848132404351087011018481324043510870110184813240435108701101848132404351087011018481324043510870110184813240435108701101848132404351087011018481324043510870110184813240435108701101848132404351087011018481324043510870110184813240435108701101848132404351087011018481324043510870110184813240435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 736f4289-efce-403e-b06f-4ecc9b0e0772, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb8eed62-217b-41e5-ad4f-5040b6deccd1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edb43cf5-8158-489f-b53c-0a5eb751ff8c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb43cf5-8158-489f-b53c-0a5eb751ff8c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2332229601224306164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23322296012243061642332229601224306164233222960122430616423322296012243061642332229601224306164233222960122430616423322296012243061642332229601224306164233222960122430616423322296012243061642332229601224306164233222960122430616423322296012243061642332229601224306164233222960122430616423322296012243061642332229601224306164233222960122430616423322296012243061642332229601224306164" } } } 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, 072f12a8-9387-483d-80ac-aa5a9f8d9aab, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 072f12a8-9387-483d-80ac-aa5a9f8d9aab, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11429058681582377007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142905868158237700711429058681582377007114290586815823770071142905868158237700711429058681582377007114290586815823770071142905868158237700711429058681582377007114290586815823770071142905868158237700711429058681582377007114290586815823770071142905868158237700711429058681582377007114290586815823770071142905868158237700711429058681582377007114290586815823770071142905868158237700711429058681582377007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb43cf5-8158-489f-b53c-0a5eb751ff8c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d8155bc-8873-47cc-9fd2-30afcd2cdd27, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d8155bc-8873-47cc-9fd2-30afcd2cdd27, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9778222838257525969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97782228382575259699778222838257525969977822283825752596997782228382575259699778222838257525969977822283825752596997782228382575259699778222838257525969977822283825752596997782228382575259699778222838257525969977822283825752596997782228382575259699778222838257525969977822283825752596997782228382575259699778222838257525969977822283825752596997782228382575259699778222838257525969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 072f12a8-9387-483d-80ac-aa5a9f8d9aab, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89a833b2-1c95-46f6-91c2-7f71c7439030, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89a833b2-1c95-46f6-91c2-7f71c7439030, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5842069900126797762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58420699001267977625842069900126797762584206990012679776258420699001267977625842069900126797762584206990012679776258420699001267977625842069900126797762584206990012679776258420699001267977625842069900126797762584206990012679776258420699001267977625842069900126797762584206990012679776258420699001267977625842069900126797762584206990012679776258420699001267977625842069900126797762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d8155bc-8873-47cc-9fd2-30afcd2cdd27, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29e52c28-4130-4341-a10d-a10368796f3f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29e52c28-4130-4341-a10d-a10368796f3f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12867964698120358747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286796469812035874712867964698120358747128679646981203587471286796469812035874712867964698120358747128679646981203587471286796469812035874712867964698120358747128679646981203587471286796469812035874712867964698120358747128679646981203587471286796469812035874712867964698120358747128679646981203587471286796469812035874712867964698120358747128679646981203587471286796469812035874712867964698120358747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89a833b2-1c95-46f6-91c2-7f71c7439030, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29e52c28-4130-4341-a10d-a10368796f3f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43a9ef93-9592-433e-a0f8-3fa41cfedc50, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43a9ef93-9592-433e-a0f8-3fa41cfedc50, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 28969696325684409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2896969632568440928969696325684409289696963256844092896969632568440928969696325684409289696963256844092896969632568440928969696325684409289696963256844092896969632568440928969696325684409289696963256844092896969632568440928969696325684409289696963256844092896969632568440928969696325684409289696963256844092896969632568440928969696325684409" } } } 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, 0b2fcd01-dc32-4bb8-ba3c-b58a81c59732, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b2fcd01-dc32-4bb8-ba3c-b58a81c59732, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3199611478911082871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31996114789110828713199611478911082871319961147891108287131996114789110828713199611478911082871319961147891108287131996114789110828713199611478911082871319961147891108287131996114789110828713199611478911082871319961147891108287131996114789110828713199611478911082871319961147891108287131996114789110828713199611478911082871319961147891108287131996114789110828713199611478911082871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43a9ef93-9592-433e-a0f8-3fa41cfedc50, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d9bb964-a7d4-4f8e-adec-7388acc58d12, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d9bb964-a7d4-4f8e-adec-7388acc58d12, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17937853167632405709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793785316763240570917937853167632405709179378531676324057091793785316763240570917937853167632405709179378531676324057091793785316763240570917937853167632405709179378531676324057091793785316763240570917937853167632405709179378531676324057091793785316763240570917937853167632405709179378531676324057091793785316763240570917937853167632405709179378531676324057091793785316763240570917937853167632405709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b2fcd01-dc32-4bb8-ba3c-b58a81c59732, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85483457-5a83-4703-9345-9a1f799f4987, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d9bb964-a7d4-4f8e-adec-7388acc58d12, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c493416-76f3-4f03-9b26-e1d53d704e3c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c493416-76f3-4f03-9b26-e1d53d704e3c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13100407240071712916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310040724007171291613100407240071712916131004072400717129161310040724007171291613100407240071712916131004072400717129161310040724007171291613100407240071712916131004072400717129161310040724007171291613100407240071712916131004072400717129161310040724007171291613100407240071712916131004072400717129161310040724007171291613100407240071712916131004072400717129161310040724007171291613100407240071712916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85483457-5a83-4703-9345-9a1f799f4987, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8823653712455448794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88236537124554487948823653712455448794882365371245544879488236537124554487948823653712455448794882365371245544879488236537124554487948823653712455448794882365371245544879488236537124554487948823653712455448794882365371245544879488236537124554487948823653712455448794882365371245544879488236537124554487948823653712455448794882365371245544879488236537124554487948823653712455448794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85483457-5a83-4703-9345-9a1f799f4987, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d060b1c2-cacb-4b19-90b5-5a4e60f2154a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c493416-76f3-4f03-9b26-e1d53d704e3c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ce5fa7e-bb06-430b-986a-1c052827e942, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d060b1c2-cacb-4b19-90b5-5a4e60f2154a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9288549412043225072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92885494120432250729288549412043225072928854941204322507292885494120432250729288549412043225072928854941204322507292885494120432250729288549412043225072928854941204322507292885494120432250729288549412043225072928854941204322507292885494120432250729288549412043225072928854941204322507292885494120432250729288549412043225072928854941204322507292885494120432250729288549412043225072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ce5fa7e-bb06-430b-986a-1c052827e942, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15017020569685477496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501702056968547749615017020569685477496150170205696854774961501702056968547749615017020569685477496150170205696854774961501702056968547749615017020569685477496150170205696854774961501702056968547749615017020569685477496150170205696854774961501702056968547749615017020569685477496150170205696854774961501702056968547749615017020569685477496150170205696854774961501702056968547749615017020569685477496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d060b1c2-cacb-4b19-90b5-5a4e60f2154a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ya.test:process.py:259 Command (pid 1452159) rc: 0
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e65999a-bd6d-4e76-8eb6-d1be7c7e8a8a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e65999a-bd6d-4e76-8eb6-d1be7c7e8a8a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 926944379222789810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810" } } } 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 1452159) elapsed time (sec): 5.2671098709106445
DEBUG    ya.test:process.py:263 Command (pid 1452159) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452159) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1452159) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452159) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452159) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1452159) maxrss: 806812
DEBUG    ya.test:process.py:263 Command (pid 1452159) minflt: 45261
DEBUG    ya.test:process.py:263 Command (pid 1452159) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1452159) msgsnd: 0
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ce5fa7e-bb06-430b-986a-1c052827e942, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc8cf54c-e616-4212-abdb-ddaf32f53be3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ya.test:process.py:263 Command (pid 1452159) nivcsw: 370
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e65999a-bd6d-4e76-8eb6-d1be7c7e8a8a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc8cf54c-e616-4212-abdb-ddaf32f53be3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16733028398624809969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673302839862480996916733028398624809969167330283986248099691673302839862480996916733028398624809969167330283986248099691673302839862480996916733028398624809969167330283986248099691673302839862480996916733028398624809969167330283986248099691673302839862480996916733028398624809969167330283986248099691673302839862480996916733028398624809969167330283986248099691673302839862480996916733028398624809969" } } } 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 1452159) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1452159) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1452159) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1452159) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1452159) stime: 0.230643
DEBUG    ya.test:process.py:263 Command (pid 1452159) utime: 0.586761
DEBUG    ya.test:process.py:263 Command (pid 1452159) wtime: 5.301
DEBUG    ya.test:process.py:275 Command (pid 1452159) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 2 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de2a424f-65c9-4da7-9164-986e6c66f7e1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de2a424f-65c9-4da7-9164-986e6c66f7e1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15511903448847562799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551190344884756279915511903448847562799155119034488475627991551190344884756279915511903448847562799155119034488475627991551190344884756279915511903448847562799155119034488475627991551190344884756279915511903448847562799155119034488475627991551190344884756279915511903448847562799155119034488475627991551190344884756279915511903448847562799155119034488475627991551190344884756279915511903448847562799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc8cf54c-e616-4212-abdb-ddaf32f53be3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b1151c2-2c3f-4295-a493-3647356b7d67, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b1151c2-2c3f-4295-a493-3647356b7d67, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3035100128961810985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30351001289618109853035100128961810985303510012896181098530351001289618109853035100128961810985303510012896181098530351001289618109853035100128961810985303510012896181098530351001289618109853035100128961810985303510012896181098530351001289618109853035100128961810985303510012896181098530351001289618109853035100128961810985303510012896181098530351001289618109853035100128961810985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de2a424f-65c9-4da7-9164-986e6c66f7e1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1bedd19bf0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bedd19bf0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b1151c2-2c3f-4295-a493-3647356b7d67, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 5d1e8935-f3c5-482c-ae6f-3260153d504a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 5d1e8935-f3c5-482c-ae6f-3260153d504a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 5d1e8935-f3c5-482c-ae6f-3260153d504a, ghrun-pubjovggeu.auto.internal:13388): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 5d1e8935-f3c5-482c-ae6f-3260153d504a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 5d1e8935-f3c5-482c-ae6f-3260153d504a, ghrun-pubjovggeu.auto.internal:13388): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c1bedd19bf0>
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 0x7c1beed3fe70 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 0x7c1beedba330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 231a6c50-a1d4-400f-8d98-ddeb046c2537, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 231a6c50-a1d4-400f-8d98-ddeb046c2537, ghrun-pubjovggeu.auto.internal:3103): 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 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1becc60130>
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 0x7c1beedb6370 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 0x7c1beee14730>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1beee14730>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 8fc1031a-7f3e-484e-bad4-3caeee0f844b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8fc1031a-7f3e-484e-bad4-3caeee0f844b, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 231a6c50-a1d4-400f-8d98-ddeb046c2537, ghrun-pubjovggeu.auto.internal:3103): on response callback started
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd0206b0-e87f-419c-a714-8576376fb669, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 231a6c50-a1d4-400f-8d98-ddeb046c2537, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd0206b0-e87f-419c-a714-8576376fb669, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6936534084530568745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69365340845305687456936534084530568745693653408453056874569365340845305687456936534084530568745693653408453056874569365340845305687456936534084530568745693653408453056874569365340845305687456936534084530568745693653408453056874569365340845305687456936534084530568745693653408453056874569365340845305687456936534084530568745693653408453056874569365340845305687456936534084530568745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 8fc1031a-7f3e-484e-bad4-3caeee0f844b, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 8fc1031a-7f3e-484e-bad4-3caeee0f844b, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:08.634270598+00:00"}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 8fc1031a-7f3e-484e-bad4-3caeee0f844b, ghrun-pubjovggeu.auto.internal:13388): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-pubjovggeu.auto.internal:13388
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, a92f2bc2-50c2-4010-b035-5838c3c6b583, ghrun-pubjovggeu.auto.internal:3103): creating call state
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:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, a92f2bc2-50c2-4010-b035-5838c3c6b583, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" 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:108 RpcState(CreateSession, 231a6c50-a1d4-400f-8d98-ddeb046c2537, ghrun-pubjovggeu.auto.internal:3103): on response callback success
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-21T17:07:08.634270598+00:00"}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1beee14730>
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 0x7c1beee14730>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1beee14730> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, a92f2bc2-50c2-4010-b035-5838c3c6b583, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=46ff7a5a-d5d0999a-55bfd990-55352bfc" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 73092f9b-57a0-4109-94cb-bc56f1d8a015, localhost:24702): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 73092f9b-57a0-4109-94cb-bc56f1d8a015, localhost:24702): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0be7cce2-f922-49af-8c36-7b3b021f6a44, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0be7cce2-f922-49af-8c36-7b3b021f6a44, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15662959382977425794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566295938297742579415662959382977425794156629593829774257941566295938297742579415662959382977425794156629593829774257941566295938297742579415662959382977425794156629593829774257941566295938297742579415662959382977425794156629593829774257941566295938297742579415662959382977425794156629593829774257941566295938297742579415662959382977425794156629593829774257941566295938297742579415662959382977425794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 73092f9b-57a0-4109-94cb-bc56f1d8a015, localhost:24702): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pubjovggeu.auto.internal" port: 3103 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-pubjovggeu.auto.internal:3103, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:24702
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0be7cce2-f922-49af-8c36-7b3b021f6a44, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b33c6c33-438d-4a5b-9bd2-89543bd84604, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b33c6c33-438d-4a5b-9bd2-89543bd84604, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3659073929535391985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36590739295353919853659073929535391985365907392953539198536590739295353919853659073929535391985365907392953539198536590739295353919853659073929535391985365907392953539198536590739295353919853659073929535391985365907392953539198536590739295353919853659073929535391985365907392953539198536590739295353919853659073929535391985365907392953539198536590739295353919853659073929535391985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd0206b0-e87f-419c-a714-8576376fb669, ghrun-pubjovggeu.auto.internal:3103): 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 72075186224038923, txid 281474976776055" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kakp4k7c1pgqtd0ym2w19f5z" } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b33c6c33-438d-4a5b-9bd2-89543bd84604, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
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 72075186224038923, txid 281474976776055" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 986c0894-1e8e-4186-835d-59c28e8fcdf8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9216f0d7-bc62-4028-bac0-b8f622407c14, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9216f0d7-bc62-4028-bac0-b8f622407c14, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11697072937615747010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169707293761574701011697072937615747010116970729376157470101169707293761574701011697072937615747010116970729376157470101169707293761574701011697072937615747010116970729376157470101169707293761574701011697072937615747010116970729376157470101169707293761574701011697072937615747010116970729376157470101169707293761574701011697072937615747010116970729376157470101169707293761574701011697072937615747010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 986c0894-1e8e-4186-835d-59c28e8fcdf8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5242346506849697537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52423465068496975375242346506849697537524234650684969753752423465068496975375242346506849697537524234650684969753752423465068496975375242346506849697537524234650684969753752423465068496975375242346506849697537524234650684969753752423465068496975375242346506849697537524234650684969753752423465068496975375242346506849697537524234650684969753752423465068496975375242346506849697537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9216f0d7-bc62-4028-bac0-b8f622407c14, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2d6b00f-18fc-42b1-80bc-ccd2c2087636, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2d6b00f-18fc-42b1-80bc-ccd2c2087636, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9603796596015000978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96037965960150009789603796596015000978960379659601500097896037965960150009789603796596015000978960379659601500097896037965960150009789603796596015000978960379659601500097896037965960150009789603796596015000978960379659601500097896037965960150009789603796596015000978960379659601500097896037965960150009789603796596015000978960379659601500097896037965960150009789603796596015000978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 986c0894-1e8e-4186-835d-59c28e8fcdf8, ghrun-pubjovggeu.auto.internal:3103): 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 72075186224038917, txid 281474976776060" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kakp4kmt7qpe1p5yypr6hsqp" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
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 72075186224038917, txid 281474976776060" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a7d4f16-fbb2-4ab9-85aa-3792646e340f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a7d4f16-fbb2-4ab9-85aa-3792646e340f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16487818447388351577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648781844738835157716487818447388351577164878184473883515771648781844738835157716487818447388351577164878184473883515771648781844738835157716487818447388351577164878184473883515771648781844738835157716487818447388351577164878184473883515771648781844738835157716487818447388351577164878184473883515771648781844738835157716487818447388351577164878184473883515771648781844738835157716487818447388351577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2d6b00f-18fc-42b1-80bc-ccd2c2087636, ghrun-pubjovggeu.auto.internal:3103): 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 72075186224038932, txid 281474976776061" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kakp4kqr4cxk90dwq2a1qs11" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
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 72075186224038932, txid 281474976776061" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efa00070-e942-4b4b-9c58-080e46296483, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efa00070-e942-4b4b-9c58-080e46296483, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13911772344593804176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391177234459380417613911772344593804176139117723445938041761391177234459380417613911772344593804176139117723445938041761391177234459380417613911772344593804176139117723445938041761391177234459380417613911772344593804176139117723445938041761391177234459380417613911772344593804176139117723445938041761391177234459380417613911772344593804176139117723445938041761391177234459380417613911772344593804176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efa00070-e942-4b4b-9c58-080e46296483, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9bf0204-5164-4bf1-9b8a-3eb0caac6a68, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9bf0204-5164-4bf1-9b8a-3eb0caac6a68, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15808168143805083036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580816814380508303615808168143805083036158081681438050830361580816814380508303615808168143805083036158081681438050830361580816814380508303615808168143805083036158081681438050830361580816814380508303615808168143805083036158081681438050830361580816814380508303615808168143805083036158081681438050830361580816814380508303615808168143805083036158081681438050830361580816814380508303615808168143805083036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9bf0204-5164-4bf1-9b8a-3eb0caac6a68, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f09ed6d1-54a5-48f2-ba95-5f3c8638ed39, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f09ed6d1-54a5-48f2-ba95-5f3c8638ed39, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2075704287770417331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20757042877704173312075704287770417331207570428777041733120757042877704173312075704287770417331207570428777041733120757042877704173312075704287770417331207570428777041733120757042877704173312075704287770417331207570428777041733120757042877704173312075704287770417331207570428777041733120757042877704173312075704287770417331207570428777041733120757042877704173312075704287770417331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f09ed6d1-54a5-48f2-ba95-5f3c8638ed39, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ba52e5e-9127-4208-a45d-44d08c1acc23, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ba52e5e-9127-4208-a45d-44d08c1acc23, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7435764915979411342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74357649159794113427435764915979411342743576491597941134274357649159794113427435764915979411342743576491597941134274357649159794113427435764915979411342743576491597941134274357649159794113427435764915979411342743576491597941134274357649159794113427435764915979411342743576491597941134274357649159794113427435764915979411342743576491597941134274357649159794113427435764915979411342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ba52e5e-9127-4208-a45d-44d08c1acc23, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 301aa28b-f75a-4894-a855-077b5efd69a6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 301aa28b-f75a-4894-a855-077b5efd69a6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14214694520083617798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421469452008361779814214694520083617798142146945200836177981421469452008361779814214694520083617798142146945200836177981421469452008361779814214694520083617798142146945200836177981421469452008361779814214694520083617798142146945200836177981421469452008361779814214694520083617798142146945200836177981421469452008361779814214694520083617798142146945200836177981421469452008361779814214694520083617798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a7d4f16-fbb2-4ab9-85aa-3792646e340f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7233201c-7412-499a-8c7b-2d18d2f0ce42, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7233201c-7412-499a-8c7b-2d18d2f0ce42, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3990232574634554017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39902325746345540173990232574634554017399023257463455401739902325746345540173990232574634554017399023257463455401739902325746345540173990232574634554017399023257463455401739902325746345540173990232574634554017399023257463455401739902325746345540173990232574634554017399023257463455401739902325746345540173990232574634554017399023257463455401739902325746345540173990232574634554017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 301aa28b-f75a-4894-a855-077b5efd69a6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9713cfe6-9d60-4a8e-a8b5-50c5f37fcf41, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9713cfe6-9d60-4a8e-a8b5-50c5f37fcf41, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16696075391747819060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669607539174781906016696075391747819060166960753917478190601669607539174781906016696075391747819060166960753917478190601669607539174781906016696075391747819060166960753917478190601669607539174781906016696075391747819060166960753917478190601669607539174781906016696075391747819060166960753917478190601669607539174781906016696075391747819060166960753917478190601669607539174781906016696075391747819060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7233201c-7412-499a-8c7b-2d18d2f0ce42, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 565df837-b23f-47b9-ad07-afe6a5d67768, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9713cfe6-9d60-4a8e-a8b5-50c5f37fcf41, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e928f22-baed-4715-94fa-7ce9d9ed62cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 565df837-b23f-47b9-ad07-afe6a5d67768, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14228895945386242281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422889594538624228114228895945386242281142288959453862422811422889594538624228114228895945386242281142288959453862422811422889594538624228114228895945386242281142288959453862422811422889594538624228114228895945386242281142288959453862422811422889594538624228114228895945386242281142288959453862422811422889594538624228114228895945386242281142288959453862422811422889594538624228114228895945386242281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e928f22-baed-4715-94fa-7ce9d9ed62cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8482109032204318186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84821090322043181868482109032204318186848210903220431818684821090322043181868482109032204318186848210903220431818684821090322043181868482109032204318186848210903220431818684821090322043181868482109032204318186848210903220431818684821090322043181868482109032204318186848210903220431818684821090322043181868482109032204318186848210903220431818684821090322043181868482109032204318186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 565df837-b23f-47b9-ad07-afe6a5d67768, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 028413b5-0ff2-4c34-9a74-cccef0adce13, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 028413b5-0ff2-4c34-9a74-cccef0adce13, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6784958290714584523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67849582907145845236784958290714584523678495829071458452367849582907145845236784958290714584523678495829071458452367849582907145845236784958290714584523678495829071458452367849582907145845236784958290714584523678495829071458452367849582907145845236784958290714584523678495829071458452367849582907145845236784958290714584523678495829071458452367849582907145845236784958290714584523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e928f22-baed-4715-94fa-7ce9d9ed62cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37b5f731-b64e-40f7-a472-831e5d7b35df, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37b5f731-b64e-40f7-a472-831e5d7b35df, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 874870047855703890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 028413b5-0ff2-4c34-9a74-cccef0adce13, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f77b7ad-8490-422b-9cdb-8ff00f25d0fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f77b7ad-8490-422b-9cdb-8ff00f25d0fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3479018891160647907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34790188911606479073479018891160647907347901889116064790734790188911606479073479018891160647907347901889116064790734790188911606479073479018891160647907347901889116064790734790188911606479073479018891160647907347901889116064790734790188911606479073479018891160647907347901889116064790734790188911606479073479018891160647907347901889116064790734790188911606479073479018891160647907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37b5f731-b64e-40f7-a472-831e5d7b35df, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b1ba208-ba0c-41f5-b722-d1fa202023d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b1ba208-ba0c-41f5-b722-d1fa202023d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1281504581052279796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12815045810522797961281504581052279796128150458105227979612815045810522797961281504581052279796128150458105227979612815045810522797961281504581052279796128150458105227979612815045810522797961281504581052279796128150458105227979612815045810522797961281504581052279796128150458105227979612815045810522797961281504581052279796128150458105227979612815045810522797961281504581052279796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f77b7ad-8490-422b-9cdb-8ff00f25d0fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64aa4897-a7e7-4801-b859-cb8e99ada711, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64aa4897-a7e7-4801-b859-cb8e99ada711, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3549225802658651036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35492258026586510363549225802658651036354922580265865103635492258026586510363549225802658651036354922580265865103635492258026586510363549225802658651036354922580265865103635492258026586510363549225802658651036354922580265865103635492258026586510363549225802658651036354922580265865103635492258026586510363549225802658651036354922580265865103635492258026586510363549225802658651036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b1ba208-ba0c-41f5-b722-d1fa202023d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5babad32-d40b-4cfa-9a12-90ccc65355de, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5babad32-d40b-4cfa-9a12-90ccc65355de, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12405178021672478181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240517802167247818112405178021672478181124051780216724781811240517802167247818112405178021672478181124051780216724781811240517802167247818112405178021672478181124051780216724781811240517802167247818112405178021672478181124051780216724781811240517802167247818112405178021672478181124051780216724781811240517802167247818112405178021672478181124051780216724781811240517802167247818112405178021672478181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64aa4897-a7e7-4801-b859-cb8e99ada711, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d9a49ab-09f1-4da1-8d2d-74cf49b5a4af, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5babad32-d40b-4cfa-9a12-90ccc65355de, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d5304dd-2802-42fa-8d78-0c07a97df6d9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d5304dd-2802-42fa-8d78-0c07a97df6d9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8340984438062064880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83409844380620648808340984438062064880834098443806206488083409844380620648808340984438062064880834098443806206488083409844380620648808340984438062064880834098443806206488083409844380620648808340984438062064880834098443806206488083409844380620648808340984438062064880834098443806206488083409844380620648808340984438062064880834098443806206488083409844380620648808340984438062064880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d9a49ab-09f1-4da1-8d2d-74cf49b5a4af, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18194980598854170112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819498059885417011218194980598854170112181949805988541701121819498059885417011218194980598854170112181949805988541701121819498059885417011218194980598854170112181949805988541701121819498059885417011218194980598854170112181949805988541701121819498059885417011218194980598854170112181949805988541701121819498059885417011218194980598854170112181949805988541701121819498059885417011218194980598854170112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d5304dd-2802-42fa-8d78-0c07a97df6d9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d9a49ab-09f1-4da1-8d2d-74cf49b5a4af, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9eae044e-a07f-495f-bec2-62936dcfe739, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eae044e-a07f-495f-bec2-62936dcfe739, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15294889568261491101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529488956826149110115294889568261491101152948895682614911011529488956826149110115294889568261491101152948895682614911011529488956826149110115294889568261491101152948895682614911011529488956826149110115294889568261491101152948895682614911011529488956826149110115294889568261491101152948895682614911011529488956826149110115294889568261491101152948895682614911011529488956826149110115294889568261491101" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eae044e-a07f-495f-bec2-62936dcfe739, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e46b8ec-9827-43b5-99ec-97cf10a452b8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7edc8799-684b-47d2-b5fb-e1481bb4fcb3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7edc8799-684b-47d2-b5fb-e1481bb4fcb3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9505406940326339594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95054069403263395949505406940326339594950540694032633959495054069403263395949505406940326339594950540694032633959495054069403263395949505406940326339594950540694032633959495054069403263395949505406940326339594950540694032633959495054069403263395949505406940326339594950540694032633959495054069403263395949505406940326339594950540694032633959495054069403263395949505406940326339594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e46b8ec-9827-43b5-99ec-97cf10a452b8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13763568477647492407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376356847764749240713763568477647492407137635684776474924071376356847764749240713763568477647492407137635684776474924071376356847764749240713763568477647492407137635684776474924071376356847764749240713763568477647492407137635684776474924071376356847764749240713763568477647492407137635684776474924071376356847764749240713763568477647492407137635684776474924071376356847764749240713763568477647492407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7edc8799-684b-47d2-b5fb-e1481bb4fcb3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb6f47a2-8048-4e81-ad82-92ad5aaf30c4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e46b8ec-9827-43b5-99ec-97cf10a452b8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3990825-9fee-40f5-baab-7e32b37a1d31, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb6f47a2-8048-4e81-ad82-92ad5aaf30c4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8006135032515546171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80061350325155461718006135032515546171800613503251554617180061350325155461718006135032515546171800613503251554617180061350325155461718006135032515546171800613503251554617180061350325155461718006135032515546171800613503251554617180061350325155461718006135032515546171800613503251554617180061350325155461718006135032515546171800613503251554617180061350325155461718006135032515546171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3990825-9fee-40f5-baab-7e32b37a1d31, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14563419503543326583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456341950354332658314563419503543326583145634195035433265831456341950354332658314563419503543326583145634195035433265831456341950354332658314563419503543326583145634195035433265831456341950354332658314563419503543326583145634195035433265831456341950354332658314563419503543326583145634195035433265831456341950354332658314563419503543326583145634195035433265831456341950354332658314563419503543326583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb6f47a2-8048-4e81-ad82-92ad5aaf30c4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2305e59d-d837-4de3-a2a6-5a18f41de1fb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2305e59d-d837-4de3-a2a6-5a18f41de1fb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1263470454265702195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12634704542657021951263470454265702195126347045426570219512634704542657021951263470454265702195126347045426570219512634704542657021951263470454265702195126347045426570219512634704542657021951263470454265702195126347045426570219512634704542657021951263470454265702195126347045426570219512634704542657021951263470454265702195126347045426570219512634704542657021951263470454265702195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3990825-9fee-40f5-baab-7e32b37a1d31, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9983eec-2238-4f50-a6db-05b8b787d9ca, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2305e59d-d837-4de3-a2a6-5a18f41de1fb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9983eec-2238-4f50-a6db-05b8b787d9ca, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12647011970059050240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264701197005905024012647011970059050240126470119700590502401264701197005905024012647011970059050240126470119700590502401264701197005905024012647011970059050240126470119700590502401264701197005905024012647011970059050240126470119700590502401264701197005905024012647011970059050240126470119700590502401264701197005905024012647011970059050240126470119700590502401264701197005905024012647011970059050240" } } } 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, 20429bc1-9e54-4903-a790-c6b1560b60c9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20429bc1-9e54-4903-a790-c6b1560b60c9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17250896594258242012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725089659425824201217250896594258242012172508965942582420121725089659425824201217250896594258242012172508965942582420121725089659425824201217250896594258242012172508965942582420121725089659425824201217250896594258242012172508965942582420121725089659425824201217250896594258242012172508965942582420121725089659425824201217250896594258242012172508965942582420121725089659425824201217250896594258242012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9983eec-2238-4f50-a6db-05b8b787d9ca, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20429bc1-9e54-4903-a790-c6b1560b60c9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 505da71b-3a30-4676-99a1-3e9ff04522d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 505da71b-3a30-4676-99a1-3e9ff04522d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13389654194392486218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338965419439248621813389654194392486218133896541943924862181338965419439248621813389654194392486218133896541943924862181338965419439248621813389654194392486218133896541943924862181338965419439248621813389654194392486218133896541943924862181338965419439248621813389654194392486218133896541943924862181338965419439248621813389654194392486218133896541943924862181338965419439248621813389654194392486218" } } } 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, fba25bb8-38d4-420b-8122-7d5891baee6d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fba25bb8-38d4-420b-8122-7d5891baee6d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5536830553083735589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55368305530837355895536830553083735589553683055308373558955368305530837355895536830553083735589553683055308373558955368305530837355895536830553083735589553683055308373558955368305530837355895536830553083735589553683055308373558955368305530837355895536830553083735589553683055308373558955368305530837355895536830553083735589553683055308373558955368305530837355895536830553083735589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 505da71b-3a30-4676-99a1-3e9ff04522d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fba25bb8-38d4-420b-8122-7d5891baee6d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9efd8d68-70f4-49db-98a1-cb5040f87197, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9efd8d68-70f4-49db-98a1-cb5040f87197, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4504913104299788220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45049131042997882204504913104299788220450491310429978822045049131042997882204504913104299788220450491310429978822045049131042997882204504913104299788220450491310429978822045049131042997882204504913104299788220450491310429978822045049131042997882204504913104299788220450491310429978822045049131042997882204504913104299788220450491310429978822045049131042997882204504913104299788220" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36fd1892-6954-4f33-90e1-c3cf249a9ed9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36fd1892-6954-4f33-90e1-c3cf249a9ed9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15549855295371635519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554985529537163551915549855295371635519155498552953716355191554985529537163551915549855295371635519155498552953716355191554985529537163551915549855295371635519155498552953716355191554985529537163551915549855295371635519155498552953716355191554985529537163551915549855295371635519155498552953716355191554985529537163551915549855295371635519155498552953716355191554985529537163551915549855295371635519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9efd8d68-70f4-49db-98a1-cb5040f87197, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8addf3a6-9de3-4f0b-af9d-b0d460ad78d8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8addf3a6-9de3-4f0b-af9d-b0d460ad78d8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17933403547433978576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793340354743397857617933403547433978576179334035474339785761793340354743397857617933403547433978576179334035474339785761793340354743397857617933403547433978576179334035474339785761793340354743397857617933403547433978576179334035474339785761793340354743397857617933403547433978576179334035474339785761793340354743397857617933403547433978576179334035474339785761793340354743397857617933403547433978576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36fd1892-6954-4f33-90e1-c3cf249a9ed9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13bc7887-8c7e-4159-9297-20119c19064f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13bc7887-8c7e-4159-9297-20119c19064f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16664092716985266513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666409271698526651316664092716985266513166640927169852665131666409271698526651316664092716985266513166640927169852665131666409271698526651316664092716985266513166640927169852665131666409271698526651316664092716985266513166640927169852665131666409271698526651316664092716985266513166640927169852665131666409271698526651316664092716985266513166640927169852665131666409271698526651316664092716985266513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8addf3a6-9de3-4f0b-af9d-b0d460ad78d8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b48f7f8-ca05-4369-8bb4-8d0f5b590214, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b48f7f8-ca05-4369-8bb4-8d0f5b590214, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7353837463324039293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73538374633240392937353837463324039293735383746332403929373538374633240392937353837463324039293735383746332403929373538374633240392937353837463324039293735383746332403929373538374633240392937353837463324039293735383746332403929373538374633240392937353837463324039293735383746332403929373538374633240392937353837463324039293735383746332403929373538374633240392937353837463324039293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13bc7887-8c7e-4159-9297-20119c19064f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7adfe275-7b93-4826-b236-cd6e601dc4ca, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7adfe275-7b93-4826-b236-cd6e601dc4ca, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9617604747160968226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96176047471609682269617604747160968226961760474716096822696176047471609682269617604747160968226961760474716096822696176047471609682269617604747160968226961760474716096822696176047471609682269617604747160968226961760474716096822696176047471609682269617604747160968226961760474716096822696176047471609682269617604747160968226961760474716096822696176047471609682269617604747160968226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b48f7f8-ca05-4369-8bb4-8d0f5b590214, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ba7d3ec-c1da-454d-a7bc-47431b377d6b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ba7d3ec-c1da-454d-a7bc-47431b377d6b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9387558659035953334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93875586590359533349387558659035953334938755865903595333493875586590359533349387558659035953334938755865903595333493875586590359533349387558659035953334938755865903595333493875586590359533349387558659035953334938755865903595333493875586590359533349387558659035953334938755865903595333493875586590359533349387558659035953334938755865903595333493875586590359533349387558659035953334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ba7d3ec-c1da-454d-a7bc-47431b377d6b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7adfe275-7b93-4826-b236-cd6e601dc4ca, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef748311-eb0e-4efd-a3ae-c41ed722a25a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef748311-eb0e-4efd-a3ae-c41ed722a25a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18151580173052698600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815158017305269860018151580173052698600181515801730526986001815158017305269860018151580173052698600181515801730526986001815158017305269860018151580173052698600181515801730526986001815158017305269860018151580173052698600181515801730526986001815158017305269860018151580173052698600181515801730526986001815158017305269860018151580173052698600181515801730526986001815158017305269860018151580173052698600" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e16bfb9-4d6b-492e-b5cf-f6f9f0870e1f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e16bfb9-4d6b-492e-b5cf-f6f9f0870e1f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3484998384044048091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34849983840440480913484998384044048091348499838404404809134849983840440480913484998384044048091348499838404404809134849983840440480913484998384044048091348499838404404809134849983840440480913484998384044048091348499838404404809134849983840440480913484998384044048091348499838404404809134849983840440480913484998384044048091348499838404404809134849983840440480913484998384044048091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef748311-eb0e-4efd-a3ae-c41ed722a25a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa3845aa-3440-489e-bd73-bf877fb147e0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa3845aa-3440-489e-bd73-bf877fb147e0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1489885913053552165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14898859130535521651489885913053552165148988591305355216514898859130535521651489885913053552165148988591305355216514898859130535521651489885913053552165148988591305355216514898859130535521651489885913053552165148988591305355216514898859130535521651489885913053552165148988591305355216514898859130535521651489885913053552165148988591305355216514898859130535521651489885913053552165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e16bfb9-4d6b-492e-b5cf-f6f9f0870e1f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d6407f0-34f0-46e2-a39d-dbe8895f8b0e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d6407f0-34f0-46e2-a39d-dbe8895f8b0e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3340921873639430148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33409218736394301483340921873639430148334092187363943014833409218736394301483340921873639430148334092187363943014833409218736394301483340921873639430148334092187363943014833409218736394301483340921873639430148334092187363943014833409218736394301483340921873639430148334092187363943014833409218736394301483340921873639430148334092187363943014833409218736394301483340921873639430148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa3845aa-3440-489e-bd73-bf877fb147e0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddf8c7c4-e292-486e-b99d-53f43d3c0d0c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d6407f0-34f0-46e2-a39d-dbe8895f8b0e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d12a3d39-38db-4d00-bcd3-4c3c3e359474, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d12a3d39-38db-4d00-bcd3-4c3c3e359474, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8600644895051820394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86006448950518203948600644895051820394860064489505182039486006448950518203948600644895051820394860064489505182039486006448950518203948600644895051820394860064489505182039486006448950518203948600644895051820394860064489505182039486006448950518203948600644895051820394860064489505182039486006448950518203948600644895051820394860064489505182039486006448950518203948600644895051820394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddf8c7c4-e292-486e-b99d-53f43d3c0d0c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17460099526250757159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746009952625075715917460099526250757159174600995262507571591746009952625075715917460099526250757159174600995262507571591746009952625075715917460099526250757159174600995262507571591746009952625075715917460099526250757159174600995262507571591746009952625075715917460099526250757159174600995262507571591746009952625075715917460099526250757159174600995262507571591746009952625075715917460099526250757159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d12a3d39-38db-4d00-bcd3-4c3c3e359474, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ec77169-c5fb-486d-b8cc-be6c50654465, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ec77169-c5fb-486d-b8cc-be6c50654465, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9242210873550108687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92422108735501086879242210873550108687924221087355010868792422108735501086879242210873550108687924221087355010868792422108735501086879242210873550108687924221087355010868792422108735501086879242210873550108687924221087355010868792422108735501086879242210873550108687924221087355010868792422108735501086879242210873550108687924221087355010868792422108735501086879242210873550108687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddf8c7c4-e292-486e-b99d-53f43d3c0d0c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 642073c2-aa63-4e20-8f7b-46aa69adb210, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 642073c2-aa63-4e20-8f7b-46aa69adb210, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17436750560857192272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743675056085719227217436750560857192272174367505608571922721743675056085719227217436750560857192272174367505608571922721743675056085719227217436750560857192272174367505608571922721743675056085719227217436750560857192272174367505608571922721743675056085719227217436750560857192272174367505608571922721743675056085719227217436750560857192272174367505608571922721743675056085719227217436750560857192272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ec77169-c5fb-486d-b8cc-be6c50654465, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1728fb81-922b-4d75-802b-2b33571ae29b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1728fb81-922b-4d75-802b-2b33571ae29b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13336912551663144930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333691255166314493013336912551663144930133369125516631449301333691255166314493013336912551663144930133369125516631449301333691255166314493013336912551663144930133369125516631449301333691255166314493013336912551663144930133369125516631449301333691255166314493013336912551663144930133369125516631449301333691255166314493013336912551663144930133369125516631449301333691255166314493013336912551663144930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 642073c2-aa63-4e20-8f7b-46aa69adb210, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0e9ea60-5261-4bf4-a04e-84d24c3591a1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0e9ea60-5261-4bf4-a04e-84d24c3591a1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5248278344557297955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52482783445572979555248278344557297955524827834455729795552482783445572979555248278344557297955524827834455729795552482783445572979555248278344557297955524827834455729795552482783445572979555248278344557297955524827834455729795552482783445572979555248278344557297955524827834455729795552482783445572979555248278344557297955524827834455729795552482783445572979555248278344557297955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1728fb81-922b-4d75-802b-2b33571ae29b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faaff008-acd4-4c06-8ed3-0d3c78c0f1db, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faaff008-acd4-4c06-8ed3-0d3c78c0f1db, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4794906652793030146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47949066527930301464794906652793030146479490665279303014647949066527930301464794906652793030146479490665279303014647949066527930301464794906652793030146479490665279303014647949066527930301464794906652793030146479490665279303014647949066527930301464794906652793030146479490665279303014647949066527930301464794906652793030146479490665279303014647949066527930301464794906652793030146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0e9ea60-5261-4bf4-a04e-84d24c3591a1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f85b850-ad0e-40b8-a198-0fee3e30b49b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f85b850-ad0e-40b8-a198-0fee3e30b49b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13098930281405756124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309893028140575612413098930281405756124130989302814057561241309893028140575612413098930281405756124130989302814057561241309893028140575612413098930281405756124130989302814057561241309893028140575612413098930281405756124130989302814057561241309893028140575612413098930281405756124130989302814057561241309893028140575612413098930281405756124130989302814057561241309893028140575612413098930281405756124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faaff008-acd4-4c06-8ed3-0d3c78c0f1db, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d2a67ea-ed6b-4352-b721-ffaadce3c27a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d2a67ea-ed6b-4352-b721-ffaadce3c27a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17816101822439403022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781610182243940302217816101822439403022178161018224394030221781610182243940302217816101822439403022178161018224394030221781610182243940302217816101822439403022178161018224394030221781610182243940302217816101822439403022178161018224394030221781610182243940302217816101822439403022178161018224394030221781610182243940302217816101822439403022178161018224394030221781610182243940302217816101822439403022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f85b850-ad0e-40b8-a198-0fee3e30b49b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d2a67ea-ed6b-4352-b721-ffaadce3c27a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e75b1cf7-ac5c-4658-92eb-f723d7de4db6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e75b1cf7-ac5c-4658-92eb-f723d7de4db6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3353130921271487712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33531309212714877123353130921271487712335313092127148771233531309212714877123353130921271487712335313092127148771233531309212714877123353130921271487712335313092127148771233531309212714877123353130921271487712335313092127148771233531309212714877123353130921271487712335313092127148771233531309212714877123353130921271487712335313092127148771233531309212714877123353130921271487712" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 530df561-f96b-455c-9835-c0ba113ab1e4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 530df561-f96b-455c-9835-c0ba113ab1e4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1534291820336883252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15342918203368832521534291820336883252153429182033688325215342918203368832521534291820336883252153429182033688325215342918203368832521534291820336883252153429182033688325215342918203368832521534291820336883252153429182033688325215342918203368832521534291820336883252153429182033688325215342918203368832521534291820336883252153429182033688325215342918203368832521534291820336883252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e75b1cf7-ac5c-4658-92eb-f723d7de4db6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 644b7383-5f89-4a95-930e-23a3be35d711, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 644b7383-5f89-4a95-930e-23a3be35d711, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11613778104944824161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161377810494482416111613778104944824161116137781049448241611161377810494482416111613778104944824161116137781049448241611161377810494482416111613778104944824161116137781049448241611161377810494482416111613778104944824161116137781049448241611161377810494482416111613778104944824161116137781049448241611161377810494482416111613778104944824161116137781049448241611161377810494482416111613778104944824161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 530df561-f96b-455c-9835-c0ba113ab1e4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0a27203-478f-4c87-bd84-0ae8cefdafaa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0a27203-478f-4c87-bd84-0ae8cefdafaa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11425586257132608035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142558625713260803511425586257132608035114255862571326080351142558625713260803511425586257132608035114255862571326080351142558625713260803511425586257132608035114255862571326080351142558625713260803511425586257132608035114255862571326080351142558625713260803511425586257132608035114255862571326080351142558625713260803511425586257132608035114255862571326080351142558625713260803511425586257132608035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 644b7383-5f89-4a95-930e-23a3be35d711, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e5ce506-dc88-45dc-8a35-109b7de01060, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0a27203-478f-4c87-bd84-0ae8cefdafaa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 164bc91d-5a53-4fb5-a7de-65b187417199, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 164bc91d-5a53-4fb5-a7de-65b187417199, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18415118597227283664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841511859722728366418415118597227283664184151185972272836641841511859722728366418415118597227283664184151185972272836641841511859722728366418415118597227283664184151185972272836641841511859722728366418415118597227283664184151185972272836641841511859722728366418415118597227283664184151185972272836641841511859722728366418415118597227283664184151185972272836641841511859722728366418415118597227283664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e5ce506-dc88-45dc-8a35-109b7de01060, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15611613446393406376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561161344639340637615611613446393406376156116134463934063761561161344639340637615611613446393406376156116134463934063761561161344639340637615611613446393406376156116134463934063761561161344639340637615611613446393406376156116134463934063761561161344639340637615611613446393406376156116134463934063761561161344639340637615611613446393406376156116134463934063761561161344639340637615611613446393406376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 164bc91d-5a53-4fb5-a7de-65b187417199, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7024404a-a7d4-4167-900d-faf36a282318, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e5ce506-dc88-45dc-8a35-109b7de01060, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7024404a-a7d4-4167-900d-faf36a282318, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10857701296598956032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085770129659895603210857701296598956032108577012965989560321085770129659895603210857701296598956032108577012965989560321085770129659895603210857701296598956032108577012965989560321085770129659895603210857701296598956032108577012965989560321085770129659895603210857701296598956032108577012965989560321085770129659895603210857701296598956032108577012965989560321085770129659895603210857701296598956032" } } } 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, 34058e0f-e573-418a-a6d3-f33966e5cc88, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34058e0f-e573-418a-a6d3-f33966e5cc88, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7584010630345370429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75840106303453704297584010630345370429758401063034537042975840106303453704297584010630345370429758401063034537042975840106303453704297584010630345370429758401063034537042975840106303453704297584010630345370429758401063034537042975840106303453704297584010630345370429758401063034537042975840106303453704297584010630345370429758401063034537042975840106303453704297584010630345370429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34058e0f-e573-418a-a6d3-f33966e5cc88, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e52277bd-954b-43d0-9d10-4e3df4a5e0c9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7024404a-a7d4-4167-900d-faf36a282318, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0761c16-b941-423a-9dcf-49ae6172b3e6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0761c16-b941-423a-9dcf-49ae6172b3e6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14807751502810445184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480775150281044518414807751502810445184148077515028104451841480775150281044518414807751502810445184148077515028104451841480775150281044518414807751502810445184148077515028104451841480775150281044518414807751502810445184148077515028104451841480775150281044518414807751502810445184148077515028104451841480775150281044518414807751502810445184148077515028104451841480775150281044518414807751502810445184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e52277bd-954b-43d0-9d10-4e3df4a5e0c9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7794734189376453995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77947341893764539957794734189376453995779473418937645399577947341893764539957794734189376453995779473418937645399577947341893764539957794734189376453995779473418937645399577947341893764539957794734189376453995779473418937645399577947341893764539957794734189376453995779473418937645399577947341893764539957794734189376453995779473418937645399577947341893764539957794734189376453995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e52277bd-954b-43d0-9d10-4e3df4a5e0c9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93f07cc7-872a-436b-9dff-a748503f83c6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0761c16-b941-423a-9dcf-49ae6172b3e6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a18f35f-3dd3-4a49-96fc-d7e49542ba13, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93f07cc7-872a-436b-9dff-a748503f83c6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17790773253317972706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779077325331797270617790773253317972706177907732533179727061779077325331797270617790773253317972706177907732533179727061779077325331797270617790773253317972706177907732533179727061779077325331797270617790773253317972706177907732533179727061779077325331797270617790773253317972706177907732533179727061779077325331797270617790773253317972706177907732533179727061779077325331797270617790773253317972706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a18f35f-3dd3-4a49-96fc-d7e49542ba13, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16672482224277101112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667248222427710111216672482224277101112166724822242771011121667248222427710111216672482224277101112166724822242771011121667248222427710111216672482224277101112166724822242771011121667248222427710111216672482224277101112166724822242771011121667248222427710111216672482224277101112166724822242771011121667248222427710111216672482224277101112166724822242771011121667248222427710111216672482224277101112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a18f35f-3dd3-4a49-96fc-d7e49542ba13, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94087f6f-3bac-4a86-977f-68b2281b0127, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94087f6f-3bac-4a86-977f-68b2281b0127, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1114485049272491436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11144850492724914361114485049272491436111448504927249143611144850492724914361114485049272491436111448504927249143611144850492724914361114485049272491436111448504927249143611144850492724914361114485049272491436111448504927249143611144850492724914361114485049272491436111448504927249143611144850492724914361114485049272491436111448504927249143611144850492724914361114485049272491436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94087f6f-3bac-4a86-977f-68b2281b0127, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cb7d005-f726-4534-866f-7fb16c0ca6a5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cb7d005-f726-4534-866f-7fb16c0ca6a5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13206523407649759819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320652340764975981913206523407649759819132065234076497598191320652340764975981913206523407649759819132065234076497598191320652340764975981913206523407649759819132065234076497598191320652340764975981913206523407649759819132065234076497598191320652340764975981913206523407649759819132065234076497598191320652340764975981913206523407649759819132065234076497598191320652340764975981913206523407649759819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93f07cc7-872a-436b-9dff-a748503f83c6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b78f154-efa3-4e1c-a5e6-e36cb4991caf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b78f154-efa3-4e1c-a5e6-e36cb4991caf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14778821839297836628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477882183929783662814778821839297836628147788218392978366281477882183929783662814778821839297836628147788218392978366281477882183929783662814778821839297836628147788218392978366281477882183929783662814778821839297836628147788218392978366281477882183929783662814778821839297836628147788218392978366281477882183929783662814778821839297836628147788218392978366281477882183929783662814778821839297836628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cb7d005-f726-4534-866f-7fb16c0ca6a5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 536e506d-b375-422b-bae8-ce1942320c2d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 536e506d-b375-422b-bae8-ce1942320c2d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15327249292829220450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532724929282922045015327249292829220450153272492928292204501532724929282922045015327249292829220450153272492928292204501532724929282922045015327249292829220450153272492928292204501532724929282922045015327249292829220450153272492928292204501532724929282922045015327249292829220450153272492928292204501532724929282922045015327249292829220450153272492928292204501532724929282922045015327249292829220450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b78f154-efa3-4e1c-a5e6-e36cb4991caf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 536e506d-b375-422b-bae8-ce1942320c2d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c81fcca-927f-4240-b698-7a187505833e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c81fcca-927f-4240-b698-7a187505833e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3699232236424920308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36992322364249203083699232236424920308369923223642492030836992322364249203083699232236424920308369923223642492030836992322364249203083699232236424920308369923223642492030836992322364249203083699232236424920308369923223642492030836992322364249203083699232236424920308369923223642492030836992322364249203083699232236424920308369923223642492030836992322364249203083699232236424920308" } } } 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, 65edc49d-7385-478b-b4c9-9196beb65b3f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65edc49d-7385-478b-b4c9-9196beb65b3f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17475475214037657074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747547521403765707417475475214037657074174754752140376570741747547521403765707417475475214037657074174754752140376570741747547521403765707417475475214037657074174754752140376570741747547521403765707417475475214037657074174754752140376570741747547521403765707417475475214037657074174754752140376570741747547521403765707417475475214037657074174754752140376570741747547521403765707417475475214037657074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c81fcca-927f-4240-b698-7a187505833e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b1bda2b-687c-4ef4-9543-04d134e41dcc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b1bda2b-687c-4ef4-9543-04d134e41dcc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15078659874948420695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507865987494842069515078659874948420695150786598749484206951507865987494842069515078659874948420695150786598749484206951507865987494842069515078659874948420695150786598749484206951507865987494842069515078659874948420695150786598749484206951507865987494842069515078659874948420695150786598749484206951507865987494842069515078659874948420695150786598749484206951507865987494842069515078659874948420695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65edc49d-7385-478b-b4c9-9196beb65b3f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a93167c-16f5-4179-9e66-5a8131598103, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a93167c-16f5-4179-9e66-5a8131598103, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3994447422845561201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39944474228455612013994447422845561201399444742284556120139944474228455612013994447422845561201399444742284556120139944474228455612013994447422845561201399444742284556120139944474228455612013994447422845561201399444742284556120139944474228455612013994447422845561201399444742284556120139944474228455612013994447422845561201399444742284556120139944474228455612013994447422845561201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b1bda2b-687c-4ef4-9543-04d134e41dcc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e03c93f-a8b4-49fc-8d45-59e53e91f173, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a93167c-16f5-4179-9e66-5a8131598103, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e03c93f-a8b4-49fc-8d45-59e53e91f173, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5765431235041067121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57654312350410671215765431235041067121576543123504106712157654312350410671215765431235041067121576543123504106712157654312350410671215765431235041067121576543123504106712157654312350410671215765431235041067121576543123504106712157654312350410671215765431235041067121576543123504106712157654312350410671215765431235041067121576543123504106712157654312350410671215765431235041067121" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 248c239b-5330-48db-b45b-149bff551355, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 248c239b-5330-48db-b45b-149bff551355, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6781658257446052489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67816582574460524896781658257446052489678165825744605248967816582574460524896781658257446052489678165825744605248967816582574460524896781658257446052489678165825744605248967816582574460524896781658257446052489678165825744605248967816582574460524896781658257446052489678165825744605248967816582574460524896781658257446052489678165825744605248967816582574460524896781658257446052489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 248c239b-5330-48db-b45b-149bff551355, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4b9c5d2-2017-4252-9eb4-aed33ae8c964, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4b9c5d2-2017-4252-9eb4-aed33ae8c964, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17410365453975678607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741036545397567860717410365453975678607174103654539756786071741036545397567860717410365453975678607174103654539756786071741036545397567860717410365453975678607174103654539756786071741036545397567860717410365453975678607174103654539756786071741036545397567860717410365453975678607174103654539756786071741036545397567860717410365453975678607174103654539756786071741036545397567860717410365453975678607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e03c93f-a8b4-49fc-8d45-59e53e91f173, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d37d957-165b-40aa-acee-608b0eb83092, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d37d957-165b-40aa-acee-608b0eb83092, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3115470585201755639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31154705852017556393115470585201755639311547058520175563931154705852017556393115470585201755639311547058520175563931154705852017556393115470585201755639311547058520175563931154705852017556393115470585201755639311547058520175563931154705852017556393115470585201755639311547058520175563931154705852017556393115470585201755639311547058520175563931154705852017556393115470585201755639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4b9c5d2-2017-4252-9eb4-aed33ae8c964, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e5dca87-d6e4-44e4-b24f-34441fc1e084, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e5dca87-d6e4-44e4-b24f-34441fc1e084, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18431085247933358856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843108524793335885618431085247933358856184310852479333588561843108524793335885618431085247933358856184310852479333588561843108524793335885618431085247933358856184310852479333588561843108524793335885618431085247933358856184310852479333588561843108524793335885618431085247933358856184310852479333588561843108524793335885618431085247933358856184310852479333588561843108524793335885618431085247933358856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d37d957-165b-40aa-acee-608b0eb83092, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 240acf96-486c-4514-ad5f-ff2e5c00e744, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 240acf96-486c-4514-ad5f-ff2e5c00e744, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14226328933841924910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422632893384192491014226328933841924910142263289338419249101422632893384192491014226328933841924910142263289338419249101422632893384192491014226328933841924910142263289338419249101422632893384192491014226328933841924910142263289338419249101422632893384192491014226328933841924910142263289338419249101422632893384192491014226328933841924910142263289338419249101422632893384192491014226328933841924910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e5dca87-d6e4-44e4-b24f-34441fc1e084, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 240acf96-486c-4514-ad5f-ff2e5c00e744, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2f5c4e5-a13f-40a8-a47b-fa36e05ea26b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2f5c4e5-a13f-40a8-a47b-fa36e05ea26b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6180318378724575259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61803183787245752596180318378724575259618031837872457525961803183787245752596180318378724575259618031837872457525961803183787245752596180318378724575259618031837872457525961803183787245752596180318378724575259618031837872457525961803183787245752596180318378724575259618031837872457525961803183787245752596180318378724575259618031837872457525961803183787245752596180318378724575259" } } } 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, 70b196c6-b5cf-45a4-972c-611e1e74325b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70b196c6-b5cf-45a4-972c-611e1e74325b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15305957676594271555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530595767659427155515305957676594271555153059576765942715551530595767659427155515305957676594271555153059576765942715551530595767659427155515305957676594271555153059576765942715551530595767659427155515305957676594271555153059576765942715551530595767659427155515305957676594271555153059576765942715551530595767659427155515305957676594271555153059576765942715551530595767659427155515305957676594271555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2f5c4e5-a13f-40a8-a47b-fa36e05ea26b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ab5f953-da0d-435b-a9c9-d8800d3ba49d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ab5f953-da0d-435b-a9c9-d8800d3ba49d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 744365981275032043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70b196c6-b5cf-45a4-972c-611e1e74325b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94427dcb-bf62-4ecd-901a-0937d85b068a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94427dcb-bf62-4ecd-901a-0937d85b068a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4767087476537500882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47670874765375008824767087476537500882476708747653750088247670874765375008824767087476537500882476708747653750088247670874765375008824767087476537500882476708747653750088247670874765375008824767087476537500882476708747653750088247670874765375008824767087476537500882476708747653750088247670874765375008824767087476537500882476708747653750088247670874765375008824767087476537500882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ab5f953-da0d-435b-a9c9-d8800d3ba49d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7084b742-cdff-4796-81ac-6956606b56e5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7084b742-cdff-4796-81ac-6956606b56e5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 231906144305619195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94427dcb-bf62-4ecd-901a-0937d85b068a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9e1e2ac-763e-4731-b8d9-ddc80772fab6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9e1e2ac-763e-4731-b8d9-ddc80772fab6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3541292970079911723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35412929700799117233541292970079911723354129297007991172335412929700799117233541292970079911723354129297007991172335412929700799117233541292970079911723354129297007991172335412929700799117233541292970079911723354129297007991172335412929700799117233541292970079911723354129297007991172335412929700799117233541292970079911723354129297007991172335412929700799117233541292970079911723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7084b742-cdff-4796-81ac-6956606b56e5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e56cdf8-c626-483b-80d9-ec08464c50c7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e56cdf8-c626-483b-80d9-ec08464c50c7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12594228024154059318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259422802415405931812594228024154059318125942280241540593181259422802415405931812594228024154059318125942280241540593181259422802415405931812594228024154059318125942280241540593181259422802415405931812594228024154059318125942280241540593181259422802415405931812594228024154059318125942280241540593181259422802415405931812594228024154059318125942280241540593181259422802415405931812594228024154059318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9e1e2ac-763e-4731-b8d9-ddc80772fab6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e56cdf8-c626-483b-80d9-ec08464c50c7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dfd54cc-4c17-4b09-8474-0104e501405c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dfd54cc-4c17-4b09-8474-0104e501405c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15822482288064271397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582248228806427139715822482288064271397158224822880642713971582248228806427139715822482288064271397158224822880642713971582248228806427139715822482288064271397158224822880642713971582248228806427139715822482288064271397158224822880642713971582248228806427139715822482288064271397158224822880642713971582248228806427139715822482288064271397158224822880642713971582248228806427139715822482288064271397" } } } 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, 9461f538-b012-4b62-9299-58bc5069758b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9461f538-b012-4b62-9299-58bc5069758b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10995745594842956382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099574559484295638210995745594842956382109957455948429563821099574559484295638210995745594842956382109957455948429563821099574559484295638210995745594842956382109957455948429563821099574559484295638210995745594842956382109957455948429563821099574559484295638210995745594842956382109957455948429563821099574559484295638210995745594842956382109957455948429563821099574559484295638210995745594842956382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dfd54cc-4c17-4b09-8474-0104e501405c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9461f538-b012-4b62-9299-58bc5069758b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, add430f2-d246-4239-8032-d68d99c9ae30, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, add430f2-d246-4239-8032-d68d99c9ae30, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12679209400057985900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267920940005798590012679209400057985900126792094000579859001267920940005798590012679209400057985900126792094000579859001267920940005798590012679209400057985900126792094000579859001267920940005798590012679209400057985900126792094000579859001267920940005798590012679209400057985900126792094000579859001267920940005798590012679209400057985900126792094000579859001267920940005798590012679209400057985900" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac2a4046-54eb-46d6-aa1b-70378662e20c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac2a4046-54eb-46d6-aa1b-70378662e20c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16032910400073535247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603291040007353524716032910400073535247160329104000735352471603291040007353524716032910400073535247160329104000735352471603291040007353524716032910400073535247160329104000735352471603291040007353524716032910400073535247160329104000735352471603291040007353524716032910400073535247160329104000735352471603291040007353524716032910400073535247160329104000735352471603291040007353524716032910400073535247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, add430f2-d246-4239-8032-d68d99c9ae30, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac2a4046-54eb-46d6-aa1b-70378662e20c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e83ac8f6-5b6b-4752-96f8-1ff0a7980253, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e83ac8f6-5b6b-4752-96f8-1ff0a7980253, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15653861658473094595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565386165847309459515653861658473094595156538616584730945951565386165847309459515653861658473094595156538616584730945951565386165847309459515653861658473094595156538616584730945951565386165847309459515653861658473094595156538616584730945951565386165847309459515653861658473094595156538616584730945951565386165847309459515653861658473094595156538616584730945951565386165847309459515653861658473094595" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2a8ac44-fc23-49f8-9227-09ae1edd74cf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2a8ac44-fc23-49f8-9227-09ae1edd74cf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14659903921325902927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465990392132590292714659903921325902927146599039213259029271465990392132590292714659903921325902927146599039213259029271465990392132590292714659903921325902927146599039213259029271465990392132590292714659903921325902927146599039213259029271465990392132590292714659903921325902927146599039213259029271465990392132590292714659903921325902927146599039213259029271465990392132590292714659903921325902927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e83ac8f6-5b6b-4752-96f8-1ff0a7980253, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2a8ac44-fc23-49f8-9227-09ae1edd74cf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06b3d752-f0a8-4f4b-a370-f1c077d9b0eb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b3d752-f0a8-4f4b-a370-f1c077d9b0eb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 780579073521217527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527" } } } 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, 0cbb4a74-362d-4761-b4de-66ff7601208b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cbb4a74-362d-4761-b4de-66ff7601208b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 659281587073211331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b3d752-f0a8-4f4b-a370-f1c077d9b0eb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e76424ab-1691-4667-93c8-8e8f3eb1bd76, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e76424ab-1691-4667-93c8-8e8f3eb1bd76, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3786915159485722048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37869151594857220483786915159485722048378691515948572204837869151594857220483786915159485722048378691515948572204837869151594857220483786915159485722048378691515948572204837869151594857220483786915159485722048378691515948572204837869151594857220483786915159485722048378691515948572204837869151594857220483786915159485722048378691515948572204837869151594857220483786915159485722048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cbb4a74-362d-4761-b4de-66ff7601208b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6e77449-fd9e-4051-8775-8c01cf98d8cf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6e77449-fd9e-4051-8775-8c01cf98d8cf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1292288435340365265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12922884353403652651292288435340365265129228843534036526512922884353403652651292288435340365265129228843534036526512922884353403652651292288435340365265129228843534036526512922884353403652651292288435340365265129228843534036526512922884353403652651292288435340365265129228843534036526512922884353403652651292288435340365265129228843534036526512922884353403652651292288435340365265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e76424ab-1691-4667-93c8-8e8f3eb1bd76, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 168f56a0-a5cd-492c-b1c8-2932bb165360, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 168f56a0-a5cd-492c-b1c8-2932bb165360, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 509075861846784175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6e77449-fd9e-4051-8775-8c01cf98d8cf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aaedd53a-05f7-40c0-919a-69bb982d2493, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 168f56a0-a5cd-492c-b1c8-2932bb165360, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66afb513-b5cf-40cf-9781-2fbb58d8ad68, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66afb513-b5cf-40cf-9781-2fbb58d8ad68, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13657940602308134203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365794060230813420313657940602308134203136579406023081342031365794060230813420313657940602308134203136579406023081342031365794060230813420313657940602308134203136579406023081342031365794060230813420313657940602308134203136579406023081342031365794060230813420313657940602308134203136579406023081342031365794060230813420313657940602308134203136579406023081342031365794060230813420313657940602308134203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaedd53a-05f7-40c0-919a-69bb982d2493, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4276997871150117947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42769978711501179474276997871150117947427699787115011794742769978711501179474276997871150117947427699787115011794742769978711501179474276997871150117947427699787115011794742769978711501179474276997871150117947427699787115011794742769978711501179474276997871150117947427699787115011794742769978711501179474276997871150117947427699787115011794742769978711501179474276997871150117947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66afb513-b5cf-40cf-9781-2fbb58d8ad68, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d6fc290-f4cb-4a11-beb0-79e977f4bba3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d6fc290-f4cb-4a11-beb0-79e977f4bba3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10790054471768592120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079005447176859212010790054471768592120107900544717685921201079005447176859212010790054471768592120107900544717685921201079005447176859212010790054471768592120107900544717685921201079005447176859212010790054471768592120107900544717685921201079005447176859212010790054471768592120107900544717685921201079005447176859212010790054471768592120107900544717685921201079005447176859212010790054471768592120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaedd53a-05f7-40c0-919a-69bb982d2493, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c9cc174-d70b-4a09-97e9-e3225b14c15f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c9cc174-d70b-4a09-97e9-e3225b14c15f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6441305356559655232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64413053565596552326441305356559655232644130535655965523264413053565596552326441305356559655232644130535655965523264413053565596552326441305356559655232644130535655965523264413053565596552326441305356559655232644130535655965523264413053565596552326441305356559655232644130535655965523264413053565596552326441305356559655232644130535655965523264413053565596552326441305356559655232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d6fc290-f4cb-4a11-beb0-79e977f4bba3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f21a036-94e8-440e-af1b-318402438ce0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f21a036-94e8-440e-af1b-318402438ce0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13684269027713394855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368426902771339485513684269027713394855136842690277133948551368426902771339485513684269027713394855136842690277133948551368426902771339485513684269027713394855136842690277133948551368426902771339485513684269027713394855136842690277133948551368426902771339485513684269027713394855136842690277133948551368426902771339485513684269027713394855136842690277133948551368426902771339485513684269027713394855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c9cc174-d70b-4a09-97e9-e3225b14c15f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e00e92b2-52f2-4ed0-8abb-c62cf491a544, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e00e92b2-52f2-4ed0-8abb-c62cf491a544, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8587179211951177365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85871792119511773658587179211951177365858717921195117736585871792119511773658587179211951177365858717921195117736585871792119511773658587179211951177365858717921195117736585871792119511773658587179211951177365858717921195117736585871792119511773658587179211951177365858717921195117736585871792119511773658587179211951177365858717921195117736585871792119511773658587179211951177365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f21a036-94e8-440e-af1b-318402438ce0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28514c39-6341-4f42-8db0-420cced7abe2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28514c39-6341-4f42-8db0-420cced7abe2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15213834887114748831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521383488711474883115213834887114748831152138348871147488311521383488711474883115213834887114748831152138348871147488311521383488711474883115213834887114748831152138348871147488311521383488711474883115213834887114748831152138348871147488311521383488711474883115213834887114748831152138348871147488311521383488711474883115213834887114748831152138348871147488311521383488711474883115213834887114748831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e00e92b2-52f2-4ed0-8abb-c62cf491a544, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28514c39-6341-4f42-8db0-420cced7abe2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72da18bf-fdcc-467a-a844-15b84861776e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2237236-502e-4da4-99e2-1cb91ee6121c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2237236-502e-4da4-99e2-1cb91ee6121c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17786498872077411582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778649887207741158217786498872077411582177864988720774115821778649887207741158217786498872077411582177864988720774115821778649887207741158217786498872077411582177864988720774115821778649887207741158217786498872077411582177864988720774115821778649887207741158217786498872077411582177864988720774115821778649887207741158217786498872077411582177864988720774115821778649887207741158217786498872077411582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72da18bf-fdcc-467a-a844-15b84861776e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3902836408600307152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39028364086003071523902836408600307152390283640860030715239028364086003071523902836408600307152390283640860030715239028364086003071523902836408600307152390283640860030715239028364086003071523902836408600307152390283640860030715239028364086003071523902836408600307152390283640860030715239028364086003071523902836408600307152390283640860030715239028364086003071523902836408600307152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2237236-502e-4da4-99e2-1cb91ee6121c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 241fc6c2-5243-4907-a4a5-91044151a272, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 241fc6c2-5243-4907-a4a5-91044151a272, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13621811061949084994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362181106194908499413621811061949084994136218110619490849941362181106194908499413621811061949084994136218110619490849941362181106194908499413621811061949084994136218110619490849941362181106194908499413621811061949084994136218110619490849941362181106194908499413621811061949084994136218110619490849941362181106194908499413621811061949084994136218110619490849941362181106194908499413621811061949084994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72da18bf-fdcc-467a-a844-15b84861776e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9de564bb-4bfd-45c4-8c44-fb3393142db9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9de564bb-4bfd-45c4-8c44-fb3393142db9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7510769140771242477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75107691407712424777510769140771242477751076914077124247775107691407712424777510769140771242477751076914077124247775107691407712424777510769140771242477751076914077124247775107691407712424777510769140771242477751076914077124247775107691407712424777510769140771242477751076914077124247775107691407712424777510769140771242477751076914077124247775107691407712424777510769140771242477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 241fc6c2-5243-4907-a4a5-91044151a272, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe63099f-35ba-45a7-9323-4367bf9a798d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe63099f-35ba-45a7-9323-4367bf9a798d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 765609208220965979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9de564bb-4bfd-45c4-8c44-fb3393142db9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d53d95f9-abd2-456e-8a16-f3d407520a36, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d53d95f9-abd2-456e-8a16-f3d407520a36, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12561332035978380827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256133203597838082712561332035978380827125613320359783808271256133203597838082712561332035978380827125613320359783808271256133203597838082712561332035978380827125613320359783808271256133203597838082712561332035978380827125613320359783808271256133203597838082712561332035978380827125613320359783808271256133203597838082712561332035978380827125613320359783808271256133203597838082712561332035978380827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe63099f-35ba-45a7-9323-4367bf9a798d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24a32b90-c226-44d7-ade4-c32f6acdcb31, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24a32b90-c226-44d7-ade4-c32f6acdcb31, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4425662945671949305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44256629456719493054425662945671949305442566294567194930544256629456719493054425662945671949305442566294567194930544256629456719493054425662945671949305442566294567194930544256629456719493054425662945671949305442566294567194930544256629456719493054425662945671949305442566294567194930544256629456719493054425662945671949305442566294567194930544256629456719493054425662945671949305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d53d95f9-abd2-456e-8a16-f3d407520a36, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24a32b90-c226-44d7-ade4-c32f6acdcb31, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12397613-e16f-4f33-8003-926e0a26ca7f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6723c657-75af-47d4-a7b2-79086825ac13, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6723c657-75af-47d4-a7b2-79086825ac13, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6736084732987613813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67360847329876138136736084732987613813673608473298761381367360847329876138136736084732987613813673608473298761381367360847329876138136736084732987613813673608473298761381367360847329876138136736084732987613813673608473298761381367360847329876138136736084732987613813673608473298761381367360847329876138136736084732987613813673608473298761381367360847329876138136736084732987613813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12397613-e16f-4f33-8003-926e0a26ca7f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14910586612898725645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491058661289872564514910586612898725645149105866128987256451491058661289872564514910586612898725645149105866128987256451491058661289872564514910586612898725645149105866128987256451491058661289872564514910586612898725645149105866128987256451491058661289872564514910586612898725645149105866128987256451491058661289872564514910586612898725645149105866128987256451491058661289872564514910586612898725645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6723c657-75af-47d4-a7b2-79086825ac13, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12397613-e16f-4f33-8003-926e0a26ca7f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49b95697-cca1-427d-b6ad-bd1670ca47fc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49b95697-cca1-427d-b6ad-bd1670ca47fc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12376011010908734759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237601101090873475912376011010908734759123760110109087347591237601101090873475912376011010908734759123760110109087347591237601101090873475912376011010908734759123760110109087347591237601101090873475912376011010908734759123760110109087347591237601101090873475912376011010908734759123760110109087347591237601101090873475912376011010908734759123760110109087347591237601101090873475912376011010908734759" } } } 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, e928c9b5-6058-4439-8cdb-1add4eb7744c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e928c9b5-6058-4439-8cdb-1add4eb7744c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1674130879417483953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16741308794174839531674130879417483953167413087941748395316741308794174839531674130879417483953167413087941748395316741308794174839531674130879417483953167413087941748395316741308794174839531674130879417483953167413087941748395316741308794174839531674130879417483953167413087941748395316741308794174839531674130879417483953167413087941748395316741308794174839531674130879417483953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49b95697-cca1-427d-b6ad-bd1670ca47fc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 133bd1f2-f531-426d-bfb0-b7f389efdccf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 133bd1f2-f531-426d-bfb0-b7f389efdccf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17518399476015470098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751839947601547009817518399476015470098175183994760154700981751839947601547009817518399476015470098175183994760154700981751839947601547009817518399476015470098175183994760154700981751839947601547009817518399476015470098175183994760154700981751839947601547009817518399476015470098175183994760154700981751839947601547009817518399476015470098175183994760154700981751839947601547009817518399476015470098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e928c9b5-6058-4439-8cdb-1add4eb7744c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fc93a5f-ef4e-4190-85bf-fd3b902edd0c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 133bd1f2-f531-426d-bfb0-b7f389efdccf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fc93a5f-ef4e-4190-85bf-fd3b902edd0c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10577903894939327210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057790389493932721010577903894939327210105779038949393272101057790389493932721010577903894939327210105779038949393272101057790389493932721010577903894939327210105779038949393272101057790389493932721010577903894939327210105779038949393272101057790389493932721010577903894939327210105779038949393272101057790389493932721010577903894939327210105779038949393272101057790389493932721010577903894939327210" } } } 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, 1df07c11-5855-486f-8130-c2ed7ad64a59, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1df07c11-5855-486f-8130-c2ed7ad64a59, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15372484882476705184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537248488247670518415372484882476705184153724848824767051841537248488247670518415372484882476705184153724848824767051841537248488247670518415372484882476705184153724848824767051841537248488247670518415372484882476705184153724848824767051841537248488247670518415372484882476705184153724848824767051841537248488247670518415372484882476705184153724848824767051841537248488247670518415372484882476705184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fc93a5f-ef4e-4190-85bf-fd3b902edd0c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43e85a0b-5523-4cdc-b996-ec96e3c29b30, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43e85a0b-5523-4cdc-b996-ec96e3c29b30, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13276629424325509440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327662942432550944013276629424325509440132766294243255094401327662942432550944013276629424325509440132766294243255094401327662942432550944013276629424325509440132766294243255094401327662942432550944013276629424325509440132766294243255094401327662942432550944013276629424325509440132766294243255094401327662942432550944013276629424325509440132766294243255094401327662942432550944013276629424325509440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1df07c11-5855-486f-8130-c2ed7ad64a59, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43e85a0b-5523-4cdc-b996-ec96e3c29b30, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f65ffb2-8ed4-4303-b570-a9319246b50f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a8955ca-30b7-4405-afcd-18fcb8558d9f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a8955ca-30b7-4405-afcd-18fcb8558d9f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16115888571291409990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611588857129140999016115888571291409990161158885712914099901611588857129140999016115888571291409990161158885712914099901611588857129140999016115888571291409990161158885712914099901611588857129140999016115888571291409990161158885712914099901611588857129140999016115888571291409990161158885712914099901611588857129140999016115888571291409990161158885712914099901611588857129140999016115888571291409990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f65ffb2-8ed4-4303-b570-a9319246b50f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5144069631075508113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51440696310755081135144069631075508113514406963107550811351440696310755081135144069631075508113514406963107550811351440696310755081135144069631075508113514406963107550811351440696310755081135144069631075508113514406963107550811351440696310755081135144069631075508113514406963107550811351440696310755081135144069631075508113514406963107550811351440696310755081135144069631075508113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a8955ca-30b7-4405-afcd-18fcb8558d9f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f65ffb2-8ed4-4303-b570-a9319246b50f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21d1d3df-34e1-4636-a461-a9a700af1dda, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21d1d3df-34e1-4636-a461-a9a700af1dda, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13029312893123991717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302931289312399171713029312893123991717130293128931239917171302931289312399171713029312893123991717130293128931239917171302931289312399171713029312893123991717130293128931239917171302931289312399171713029312893123991717130293128931239917171302931289312399171713029312893123991717130293128931239917171302931289312399171713029312893123991717130293128931239917171302931289312399171713029312893123991717" } } } 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 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f239c80-a147-44dc-9702-ee2e2fb470fb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f239c80-a147-44dc-9702-ee2e2fb470fb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 62576135750250139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6257613575025013962576135750250139625761357502501396257613575025013962576135750250139625761357502501396257613575025013962576135750250139625761357502501396257613575025013962576135750250139625761357502501396257613575025013962576135750250139625761357502501396257613575025013962576135750250139625761357502501396257613575025013962576135750250139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21d1d3df-34e1-4636-a461-a9a700af1dda, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f239c80-a147-44dc-9702-ee2e2fb470fb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d263932-ec5a-40f4-86e6-10eda6c75d61, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d263932-ec5a-40f4-86e6-10eda6c75d61, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14473311771068358225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447331177106835822514473311771068358225144733117710683582251447331177106835822514473311771068358225144733117710683582251447331177106835822514473311771068358225144733117710683582251447331177106835822514473311771068358225144733117710683582251447331177106835822514473311771068358225144733117710683582251447331177106835822514473311771068358225144733117710683582251447331177106835822514473311771068358225" } } } 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, 4af41fef-3fbb-49e9-aeaf-18d41d6df234, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4af41fef-3fbb-49e9-aeaf-18d41d6df234, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1108161028676704098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11081610286767040981108161028676704098110816102867670409811081610286767040981108161028676704098110816102867670409811081610286767040981108161028676704098110816102867670409811081610286767040981108161028676704098110816102867670409811081610286767040981108161028676704098110816102867670409811081610286767040981108161028676704098110816102867670409811081610286767040981108161028676704098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d263932-ec5a-40f4-86e6-10eda6c75d61, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7af5fcbf-2ca7-464f-96a3-3a17e35a0e7a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4af41fef-3fbb-49e9-aeaf-18d41d6df234, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c51214a-a75d-4df0-87a3-34cd65fabc49, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c51214a-a75d-4df0-87a3-34cd65fabc49, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2328152119389232363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23281521193892323632328152119389232363232815211938923236323281521193892323632328152119389232363232815211938923236323281521193892323632328152119389232363232815211938923236323281521193892323632328152119389232363232815211938923236323281521193892323632328152119389232363232815211938923236323281521193892323632328152119389232363232815211938923236323281521193892323632328152119389232363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7af5fcbf-2ca7-464f-96a3-3a17e35a0e7a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11700362860377518794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170036286037751879411700362860377518794117003628603775187941170036286037751879411700362860377518794117003628603775187941170036286037751879411700362860377518794117003628603775187941170036286037751879411700362860377518794117003628603775187941170036286037751879411700362860377518794117003628603775187941170036286037751879411700362860377518794117003628603775187941170036286037751879411700362860377518794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c51214a-a75d-4df0-87a3-34cd65fabc49, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2360d3d1-2b28-4797-9317-ae521d1a4ffd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2360d3d1-2b28-4797-9317-ae521d1a4ffd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10735295279051487591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073529527905148759110735295279051487591107352952790514875911073529527905148759110735295279051487591107352952790514875911073529527905148759110735295279051487591107352952790514875911073529527905148759110735295279051487591107352952790514875911073529527905148759110735295279051487591107352952790514875911073529527905148759110735295279051487591107352952790514875911073529527905148759110735295279051487591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7af5fcbf-2ca7-464f-96a3-3a17e35a0e7a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f54da04c-bfba-466b-9aef-3cd9d84f3924, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f54da04c-bfba-466b-9aef-3cd9d84f3924, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11128450441105737665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112845044110573766511128450441105737665111284504411057376651112845044110573766511128450441105737665111284504411057376651112845044110573766511128450441105737665111284504411057376651112845044110573766511128450441105737665111284504411057376651112845044110573766511128450441105737665111284504411057376651112845044110573766511128450441105737665111284504411057376651112845044110573766511128450441105737665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2360d3d1-2b28-4797-9317-ae521d1a4ffd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b672d44-9b7b-4931-91d2-ebcd7635b5fb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b672d44-9b7b-4931-91d2-ebcd7635b5fb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17585286227983875373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758528622798387537317585286227983875373175852862279838753731758528622798387537317585286227983875373175852862279838753731758528622798387537317585286227983875373175852862279838753731758528622798387537317585286227983875373175852862279838753731758528622798387537317585286227983875373175852862279838753731758528622798387537317585286227983875373175852862279838753731758528622798387537317585286227983875373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f54da04c-bfba-466b-9aef-3cd9d84f3924, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b3ae6cf-3be6-4e9b-a0a2-f00c46483c74, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b672d44-9b7b-4931-91d2-ebcd7635b5fb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b3ae6cf-3be6-4e9b-a0a2-f00c46483c74, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 231130571575557860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b3ae6cf-3be6-4e9b-a0a2-f00c46483c74, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b24374b-f0d6-4f9c-bfc5-fb260845c2e8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 132d925d-ee36-4cec-bd98-904eb5b15f47, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 132d925d-ee36-4cec-bd98-904eb5b15f47, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12975138986073803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297513898607380312975138986073803129751389860738031297513898607380312975138986073803129751389860738031297513898607380312975138986073803129751389860738031297513898607380312975138986073803129751389860738031297513898607380312975138986073803129751389860738031297513898607380312975138986073803129751389860738031297513898607380312975138986073803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b24374b-f0d6-4f9c-bfc5-fb260845c2e8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6357488572006822350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63574885720068223506357488572006822350635748857200682235063574885720068223506357488572006822350635748857200682235063574885720068223506357488572006822350635748857200682235063574885720068223506357488572006822350635748857200682235063574885720068223506357488572006822350635748857200682235063574885720068223506357488572006822350635748857200682235063574885720068223506357488572006822350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 132d925d-ee36-4cec-bd98-904eb5b15f47, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9d84c30-7ab4-42d5-ac2f-b614cdf07041, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9d84c30-7ab4-42d5-ac2f-b614cdf07041, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2090201405864772922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20902014058647729222090201405864772922209020140586477292220902014058647729222090201405864772922209020140586477292220902014058647729222090201405864772922209020140586477292220902014058647729222090201405864772922209020140586477292220902014058647729222090201405864772922209020140586477292220902014058647729222090201405864772922209020140586477292220902014058647729222090201405864772922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b24374b-f0d6-4f9c-bfc5-fb260845c2e8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9d84c30-7ab4-42d5-ac2f-b614cdf07041, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6a63a62-88c7-438a-a764-aa3c75942f06, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c8b2f61-b0cc-4c10-bbe4-5daa3e154759, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c8b2f61-b0cc-4c10-bbe4-5daa3e154759, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8579837344595086999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85798373445950869998579837344595086999857983734459508699985798373445950869998579837344595086999857983734459508699985798373445950869998579837344595086999857983734459508699985798373445950869998579837344595086999857983734459508699985798373445950869998579837344595086999857983734459508699985798373445950869998579837344595086999857983734459508699985798373445950869998579837344595086999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6a63a62-88c7-438a-a764-aa3c75942f06, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17591346470195193576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759134647019519357617591346470195193576175913464701951935761759134647019519357617591346470195193576175913464701951935761759134647019519357617591346470195193576175913464701951935761759134647019519357617591346470195193576175913464701951935761759134647019519357617591346470195193576175913464701951935761759134647019519357617591346470195193576175913464701951935761759134647019519357617591346470195193576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c8b2f61-b0cc-4c10-bbe4-5daa3e154759, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d92c0745-75e7-4eea-8e36-0825e71b5c1c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d92c0745-75e7-4eea-8e36-0825e71b5c1c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5886380378477648832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58863803784776488325886380378477648832588638037847764883258863803784776488325886380378477648832588638037847764883258863803784776488325886380378477648832588638037847764883258863803784776488325886380378477648832588638037847764883258863803784776488325886380378477648832588638037847764883258863803784776488325886380378477648832588638037847764883258863803784776488325886380378477648832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6a63a62-88c7-438a-a764-aa3c75942f06, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39f61de8-4350-4d3e-a087-ccc3c0d15885, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39f61de8-4350-4d3e-a087-ccc3c0d15885, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2902534831452988775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29025348314529887752902534831452988775290253483145298877529025348314529887752902534831452988775290253483145298877529025348314529887752902534831452988775290253483145298877529025348314529887752902534831452988775290253483145298877529025348314529887752902534831452988775290253483145298877529025348314529887752902534831452988775290253483145298877529025348314529887752902534831452988775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d92c0745-75e7-4eea-8e36-0825e71b5c1c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15124508-cc81-461c-aa65-b38e23ef276c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15124508-cc81-461c-aa65-b38e23ef276c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2476731640382001410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24767316403820014102476731640382001410247673164038200141024767316403820014102476731640382001410247673164038200141024767316403820014102476731640382001410247673164038200141024767316403820014102476731640382001410247673164038200141024767316403820014102476731640382001410247673164038200141024767316403820014102476731640382001410247673164038200141024767316403820014102476731640382001410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39f61de8-4350-4d3e-a087-ccc3c0d15885, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ad3b0de-7d66-4f26-9e81-9a728a3a9679, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad3b0de-7d66-4f26-9e81-9a728a3a9679, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10491787593245614172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049178759324561417210491787593245614172104917875932456141721049178759324561417210491787593245614172104917875932456141721049178759324561417210491787593245614172104917875932456141721049178759324561417210491787593245614172104917875932456141721049178759324561417210491787593245614172104917875932456141721049178759324561417210491787593245614172104917875932456141721049178759324561417210491787593245614172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15124508-cc81-461c-aa65-b38e23ef276c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad3b0de-7d66-4f26-9e81-9a728a3a9679, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00745ff4-4bec-4568-88ea-f0744dd3d358, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00745ff4-4bec-4568-88ea-f0744dd3d358, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8189128196974258618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81891281969742586188189128196974258618818912819697425861881891281969742586188189128196974258618818912819697425861881891281969742586188189128196974258618818912819697425861881891281969742586188189128196974258618818912819697425861881891281969742586188189128196974258618818912819697425861881891281969742586188189128196974258618818912819697425861881891281969742586188189128196974258618" } } } 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, c86c98cd-2d5a-4600-8661-c193ea7f768f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c86c98cd-2d5a-4600-8661-c193ea7f768f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1301386093977715039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13013860939777150391301386093977715039130138609397771503913013860939777150391301386093977715039130138609397771503913013860939777150391301386093977715039130138609397771503913013860939777150391301386093977715039130138609397771503913013860939777150391301386093977715039130138609397771503913013860939777150391301386093977715039130138609397771503913013860939777150391301386093977715039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00745ff4-4bec-4568-88ea-f0744dd3d358, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a3acf2e-91ff-48e3-b1ba-193b552dd04f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c86c98cd-2d5a-4600-8661-c193ea7f768f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a3acf2e-91ff-48e3-b1ba-193b552dd04f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7321674315039855561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73216743150398555617321674315039855561732167431503985556173216743150398555617321674315039855561732167431503985556173216743150398555617321674315039855561732167431503985556173216743150398555617321674315039855561732167431503985556173216743150398555617321674315039855561732167431503985556173216743150398555617321674315039855561732167431503985556173216743150398555617321674315039855561" } } } 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 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25a59f18-d275-4049-addd-2aa33d164cee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25a59f18-d275-4049-addd-2aa33d164cee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13999298577669524329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399929857766952432913999298577669524329139992985776695243291399929857766952432913999298577669524329139992985776695243291399929857766952432913999298577669524329139992985776695243291399929857766952432913999298577669524329139992985776695243291399929857766952432913999298577669524329139992985776695243291399929857766952432913999298577669524329139992985776695243291399929857766952432913999298577669524329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a3acf2e-91ff-48e3-b1ba-193b552dd04f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09955b6d-d27f-4630-b7ef-4e10584cb0fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25a59f18-d275-4049-addd-2aa33d164cee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09955b6d-d27f-4630-b7ef-4e10584cb0fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1466525966258625455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14665259662586254551466525966258625455146652596625862545514665259662586254551466525966258625455146652596625862545514665259662586254551466525966258625455146652596625862545514665259662586254551466525966258625455146652596625862545514665259662586254551466525966258625455146652596625862545514665259662586254551466525966258625455146652596625862545514665259662586254551466525966258625455" } } } 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 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf50f4f6-888b-4d11-b17e-9d7c955035af, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf50f4f6-888b-4d11-b17e-9d7c955035af, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16104548480626284872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610454848062628487216104548480626284872161045484806262848721610454848062628487216104548480626284872161045484806262848721610454848062628487216104548480626284872161045484806262848721610454848062628487216104548480626284872161045484806262848721610454848062628487216104548480626284872161045484806262848721610454848062628487216104548480626284872161045484806262848721610454848062628487216104548480626284872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09955b6d-d27f-4630-b7ef-4e10584cb0fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16d4917c-f41f-4c1c-9cdf-f2da3562d72c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf50f4f6-888b-4d11-b17e-9d7c955035af, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f9db687-fbb8-4d0e-b902-4db6ab98c72d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f9db687-fbb8-4d0e-b902-4db6ab98c72d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4221408814551694505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42214088145516945054221408814551694505422140881455169450542214088145516945054221408814551694505422140881455169450542214088145516945054221408814551694505422140881455169450542214088145516945054221408814551694505422140881455169450542214088145516945054221408814551694505422140881455169450542214088145516945054221408814551694505422140881455169450542214088145516945054221408814551694505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16d4917c-f41f-4c1c-9cdf-f2da3562d72c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7290418010409486949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72904180104094869497290418010409486949729041801040948694972904180104094869497290418010409486949729041801040948694972904180104094869497290418010409486949729041801040948694972904180104094869497290418010409486949729041801040948694972904180104094869497290418010409486949729041801040948694972904180104094869497290418010409486949729041801040948694972904180104094869497290418010409486949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f9db687-fbb8-4d0e-b902-4db6ab98c72d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8401a749-39c7-41d4-898f-2248bcd30b03, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16d4917c-f41f-4c1c-9cdf-f2da3562d72c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36a6ca3a-d5b1-4a4a-a4fd-1a774f865059, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8401a749-39c7-41d4-898f-2248bcd30b03, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7158876912285514817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71588769122855148177158876912285514817715887691228551481771588769122855148177158876912285514817715887691228551481771588769122855148177158876912285514817715887691228551481771588769122855148177158876912285514817715887691228551481771588769122855148177158876912285514817715887691228551481771588769122855148177158876912285514817715887691228551481771588769122855148177158876912285514817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a6ca3a-d5b1-4a4a-a4fd-1a774f865059, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9300037436070080847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93000374360700808479300037436070080847930003743607008084793000374360700808479300037436070080847930003743607008084793000374360700808479300037436070080847930003743607008084793000374360700808479300037436070080847930003743607008084793000374360700808479300037436070080847930003743607008084793000374360700808479300037436070080847930003743607008084793000374360700808479300037436070080847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8401a749-39c7-41d4-898f-2248bcd30b03, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a3366c0-57fb-4842-8f0e-ec6459cce6b1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a3366c0-57fb-4842-8f0e-ec6459cce6b1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6872554592548889815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68725545925488898156872554592548889815687255459254888981568725545925488898156872554592548889815687255459254888981568725545925488898156872554592548889815687255459254888981568725545925488898156872554592548889815687255459254888981568725545925488898156872554592548889815687255459254888981568725545925488898156872554592548889815687255459254888981568725545925488898156872554592548889815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a6ca3a-d5b1-4a4a-a4fd-1a774f865059, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 626869b2-c20a-4bbd-b269-5be60c5f1d40, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 626869b2-c20a-4bbd-b269-5be60c5f1d40, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13845162958460968877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384516295846096887713845162958460968877138451629584609688771384516295846096887713845162958460968877138451629584609688771384516295846096887713845162958460968877138451629584609688771384516295846096887713845162958460968877138451629584609688771384516295846096887713845162958460968877138451629584609688771384516295846096887713845162958460968877138451629584609688771384516295846096887713845162958460968877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a3366c0-57fb-4842-8f0e-ec6459cce6b1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acac3f10-8737-43d0-8e57-995a47427752, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 626869b2-c20a-4bbd-b269-5be60c5f1d40, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acac3f10-8737-43d0-8e57-995a47427752, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17238093819708199160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723809381970819916017238093819708199160172380938197081991601723809381970819916017238093819708199160172380938197081991601723809381970819916017238093819708199160172380938197081991601723809381970819916017238093819708199160172380938197081991601723809381970819916017238093819708199160172380938197081991601723809381970819916017238093819708199160172380938197081991601723809381970819916017238093819708199160" } } } 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, 96039619-0dbe-4c41-a803-57f7d6b96081, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96039619-0dbe-4c41-a803-57f7d6b96081, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2709400727217251076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27094007272172510762709400727217251076270940072721725107627094007272172510762709400727217251076270940072721725107627094007272172510762709400727217251076270940072721725107627094007272172510762709400727217251076270940072721725107627094007272172510762709400727217251076270940072721725107627094007272172510762709400727217251076270940072721725107627094007272172510762709400727217251076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acac3f10-8737-43d0-8e57-995a47427752, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96039619-0dbe-4c41-a803-57f7d6b96081, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fc57eb8-a24b-4508-b2bb-1cc14ad4dbe6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fc57eb8-a24b-4508-b2bb-1cc14ad4dbe6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4218615669785147120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42186156697851471204218615669785147120421861566978514712042186156697851471204218615669785147120421861566978514712042186156697851471204218615669785147120421861566978514712042186156697851471204218615669785147120421861566978514712042186156697851471204218615669785147120421861566978514712042186156697851471204218615669785147120421861566978514712042186156697851471204218615669785147120" } } } 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, b43c9840-4b06-449c-9b50-577903d1ba6c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b43c9840-4b06-449c-9b50-577903d1ba6c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2543891947756913892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25438919477569138922543891947756913892254389194775691389225438919477569138922543891947756913892254389194775691389225438919477569138922543891947756913892254389194775691389225438919477569138922543891947756913892254389194775691389225438919477569138922543891947756913892254389194775691389225438919477569138922543891947756913892254389194775691389225438919477569138922543891947756913892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fc57eb8-a24b-4508-b2bb-1cc14ad4dbe6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f843d4e8-5177-4fef-a436-e3bd81bf47ab, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b43c9840-4b06-449c-9b50-577903d1ba6c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81554e0c-498e-40e9-825f-cf089af4497b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f843d4e8-5177-4fef-a436-e3bd81bf47ab, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5888271568638357881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58882715686383578815888271568638357881588827156863835788158882715686383578815888271568638357881588827156863835788158882715686383578815888271568638357881588827156863835788158882715686383578815888271568638357881588827156863835788158882715686383578815888271568638357881588827156863835788158882715686383578815888271568638357881588827156863835788158882715686383578815888271568638357881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81554e0c-498e-40e9-825f-cf089af4497b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10488818844433330479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048881884443333047910488818844433330479104888188444333304791048881884443333047910488818844433330479104888188444333304791048881884443333047910488818844433330479104888188444333304791048881884443333047910488818844433330479104888188444333304791048881884443333047910488818844433330479104888188444333304791048881884443333047910488818844433330479104888188444333304791048881884443333047910488818844433330479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f843d4e8-5177-4fef-a436-e3bd81bf47ab, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c71c6a12-22f2-4360-a974-58c911f20a88, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c71c6a12-22f2-4360-a974-58c911f20a88, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17319844821599720017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731984482159972001717319844821599720017173198448215997200171731984482159972001717319844821599720017173198448215997200171731984482159972001717319844821599720017173198448215997200171731984482159972001717319844821599720017173198448215997200171731984482159972001717319844821599720017173198448215997200171731984482159972001717319844821599720017173198448215997200171731984482159972001717319844821599720017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81554e0c-498e-40e9-825f-cf089af4497b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c907c50-efa4-4f74-879c-ba7853d51149, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c907c50-efa4-4f74-879c-ba7853d51149, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6299620287994345307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62996202879943453076299620287994345307629962028799434530762996202879943453076299620287994345307629962028799434530762996202879943453076299620287994345307629962028799434530762996202879943453076299620287994345307629962028799434530762996202879943453076299620287994345307629962028799434530762996202879943453076299620287994345307629962028799434530762996202879943453076299620287994345307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c71c6a12-22f2-4360-a974-58c911f20a88, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cf6f939-97d0-4d42-9b23-b5e75761bb12, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cf6f939-97d0-4d42-9b23-b5e75761bb12, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3073716066456269460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30737160664562694603073716066456269460307371606645626946030737160664562694603073716066456269460307371606645626946030737160664562694603073716066456269460307371606645626946030737160664562694603073716066456269460307371606645626946030737160664562694603073716066456269460307371606645626946030737160664562694603073716066456269460307371606645626946030737160664562694603073716066456269460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c907c50-efa4-4f74-879c-ba7853d51149, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2253f726-5e0d-4709-8d00-497928a6ab55, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2253f726-5e0d-4709-8d00-497928a6ab55, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3883491937953326831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38834919379533268313883491937953326831388349193795332683138834919379533268313883491937953326831388349193795332683138834919379533268313883491937953326831388349193795332683138834919379533268313883491937953326831388349193795332683138834919379533268313883491937953326831388349193795332683138834919379533268313883491937953326831388349193795332683138834919379533268313883491937953326831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cf6f939-97d0-4d42-9b23-b5e75761bb12, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d6a858c-1c3e-42bb-b33f-29a6f7c956dc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d6a858c-1c3e-42bb-b33f-29a6f7c956dc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1818430545411520716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18184305454115207161818430545411520716181843054541152071618184305454115207161818430545411520716181843054541152071618184305454115207161818430545411520716181843054541152071618184305454115207161818430545411520716181843054541152071618184305454115207161818430545411520716181843054541152071618184305454115207161818430545411520716181843054541152071618184305454115207161818430545411520716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2253f726-5e0d-4709-8d00-497928a6ab55, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d6a858c-1c3e-42bb-b33f-29a6f7c956dc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0635971-52d7-4b14-8583-7235b68e3f1f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74be031c-4b02-43d9-8b76-b43f8f17ceb0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74be031c-4b02-43d9-8b76-b43f8f17ceb0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10746375559967198571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074637555996719857110746375559967198571107463755599671985711074637555996719857110746375559967198571107463755599671985711074637555996719857110746375559967198571107463755599671985711074637555996719857110746375559967198571107463755599671985711074637555996719857110746375559967198571107463755599671985711074637555996719857110746375559967198571107463755599671985711074637555996719857110746375559967198571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0635971-52d7-4b14-8583-7235b68e3f1f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7371166454137334536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73711664541373345367371166454137334536737116645413733453673711664541373345367371166454137334536737116645413733453673711664541373345367371166454137334536737116645413733453673711664541373345367371166454137334536737116645413733453673711664541373345367371166454137334536737116645413733453673711664541373345367371166454137334536737116645413733453673711664541373345367371166454137334536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74be031c-4b02-43d9-8b76-b43f8f17ceb0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6338118-5d32-4d98-87a9-dcce79b0dc88, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6338118-5d32-4d98-87a9-dcce79b0dc88, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17212944758201145141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721294475820114514117212944758201145141172129447582011451411721294475820114514117212944758201145141172129447582011451411721294475820114514117212944758201145141172129447582011451411721294475820114514117212944758201145141172129447582011451411721294475820114514117212944758201145141172129447582011451411721294475820114514117212944758201145141172129447582011451411721294475820114514117212944758201145141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0635971-52d7-4b14-8583-7235b68e3f1f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06c6d43e-b650-4647-b6fb-bf021870ca61, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06c6d43e-b650-4647-b6fb-bf021870ca61, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11350414330643535752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135041433064353575211350414330643535752113504143306435357521135041433064353575211350414330643535752113504143306435357521135041433064353575211350414330643535752113504143306435357521135041433064353575211350414330643535752113504143306435357521135041433064353575211350414330643535752113504143306435357521135041433064353575211350414330643535752113504143306435357521135041433064353575211350414330643535752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6338118-5d32-4d98-87a9-dcce79b0dc88, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06c6d43e-b650-4647-b6fb-bf021870ca61, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dab258d0-cb7a-489b-b7b2-bc3e4c2b1668, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dab258d0-cb7a-489b-b7b2-bc3e4c2b1668, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14083850726311445003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408385072631144500314083850726311445003140838507263114450031408385072631144500314083850726311445003140838507263114450031408385072631144500314083850726311445003140838507263114450031408385072631144500314083850726311445003140838507263114450031408385072631144500314083850726311445003140838507263114450031408385072631144500314083850726311445003140838507263114450031408385072631144500314083850726311445003" } } } 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, 60efb88e-d436-4fdb-acef-d642ffe486e4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dab258d0-cb7a-489b-b7b2-bc3e4c2b1668, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 512c0303-913e-4c23-853b-683ef3cb0025, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60efb88e-d436-4fdb-acef-d642ffe486e4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13340180498328190367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334018049832819036713340180498328190367133401804983281903671334018049832819036713340180498328190367133401804983281903671334018049832819036713340180498328190367133401804983281903671334018049832819036713340180498328190367133401804983281903671334018049832819036713340180498328190367133401804983281903671334018049832819036713340180498328190367133401804983281903671334018049832819036713340180498328190367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 512c0303-913e-4c23-853b-683ef3cb0025, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6815234007934312648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68152340079343126486815234007934312648681523400793431264868152340079343126486815234007934312648681523400793431264868152340079343126486815234007934312648681523400793431264868152340079343126486815234007934312648681523400793431264868152340079343126486815234007934312648681523400793431264868152340079343126486815234007934312648681523400793431264868152340079343126486815234007934312648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60efb88e-d436-4fdb-acef-d642ffe486e4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75f326ec-6910-4b72-8aec-3f20d6f5efb3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 512c0303-913e-4c23-853b-683ef3cb0025, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75f326ec-6910-4b72-8aec-3f20d6f5efb3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9972582208803807610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99725822088038076109972582208803807610997258220880380761099725822088038076109972582208803807610997258220880380761099725822088038076109972582208803807610997258220880380761099725822088038076109972582208803807610997258220880380761099725822088038076109972582208803807610997258220880380761099725822088038076109972582208803807610997258220880380761099725822088038076109972582208803807610" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40e05fac-9152-4c74-aa3f-9fc241a0cc0a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e05fac-9152-4c74-aa3f-9fc241a0cc0a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16237922486118047323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623792248611804732316237922486118047323162379224861180473231623792248611804732316237922486118047323162379224861180473231623792248611804732316237922486118047323162379224861180473231623792248611804732316237922486118047323162379224861180473231623792248611804732316237922486118047323162379224861180473231623792248611804732316237922486118047323162379224861180473231623792248611804732316237922486118047323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75f326ec-6910-4b72-8aec-3f20d6f5efb3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e05fac-9152-4c74-aa3f-9fc241a0cc0a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3006c1cd-a28b-4ce2-a899-e90fafed86ae, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3006c1cd-a28b-4ce2-a899-e90fafed86ae, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2796256810121091454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27962568101210914542796256810121091454279625681012109145427962568101210914542796256810121091454279625681012109145427962568101210914542796256810121091454279625681012109145427962568101210914542796256810121091454279625681012109145427962568101210914542796256810121091454279625681012109145427962568101210914542796256810121091454279625681012109145427962568101210914542796256810121091454" } } } 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, 64be6bc4-3a3e-4a4d-aa20-2bff05f4f66f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64be6bc4-3a3e-4a4d-aa20-2bff05f4f66f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2387810060795798430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23878100607957984302387810060795798430238781006079579843023878100607957984302387810060795798430238781006079579843023878100607957984302387810060795798430238781006079579843023878100607957984302387810060795798430238781006079579843023878100607957984302387810060795798430238781006079579843023878100607957984302387810060795798430238781006079579843023878100607957984302387810060795798430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3006c1cd-a28b-4ce2-a899-e90fafed86ae, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d458b67-dcbc-4810-8395-b74c0080e1a8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d458b67-dcbc-4810-8395-b74c0080e1a8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17954918427845811734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795491842784581173417954918427845811734179549184278458117341795491842784581173417954918427845811734179549184278458117341795491842784581173417954918427845811734179549184278458117341795491842784581173417954918427845811734179549184278458117341795491842784581173417954918427845811734179549184278458117341795491842784581173417954918427845811734179549184278458117341795491842784581173417954918427845811734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64be6bc4-3a3e-4a4d-aa20-2bff05f4f66f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d458b67-dcbc-4810-8395-b74c0080e1a8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eb40362-d019-4198-9142-b7bedfca4ce4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eb40362-d019-4198-9142-b7bedfca4ce4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5967929017147022859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59679290171470228595967929017147022859596792901714702285959679290171470228595967929017147022859596792901714702285959679290171470228595967929017147022859596792901714702285959679290171470228595967929017147022859596792901714702285959679290171470228595967929017147022859596792901714702285959679290171470228595967929017147022859596792901714702285959679290171470228595967929017147022859" } } } 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, 21117df7-b14b-4571-8771-8699617d8364, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21117df7-b14b-4571-8771-8699617d8364, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9643328010003823088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96433280100038230889643328010003823088964332801000382308896433280100038230889643328010003823088964332801000382308896433280100038230889643328010003823088964332801000382308896433280100038230889643328010003823088964332801000382308896433280100038230889643328010003823088964332801000382308896433280100038230889643328010003823088964332801000382308896433280100038230889643328010003823088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eb40362-d019-4198-9142-b7bedfca4ce4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21117df7-b14b-4571-8771-8699617d8364, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48d64651-8a97-4e5a-9312-65355075c972, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48d64651-8a97-4e5a-9312-65355075c972, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14223745049868767154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422374504986876715414223745049868767154142237450498687671541422374504986876715414223745049868767154142237450498687671541422374504986876715414223745049868767154142237450498687671541422374504986876715414223745049868767154142237450498687671541422374504986876715414223745049868767154142237450498687671541422374504986876715414223745049868767154142237450498687671541422374504986876715414223745049868767154" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdd049db-180e-4f59-b401-a6c2cf0b3603, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdd049db-180e-4f59-b401-a6c2cf0b3603, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7629281946379060216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76292819463790602167629281946379060216762928194637906021676292819463790602167629281946379060216762928194637906021676292819463790602167629281946379060216762928194637906021676292819463790602167629281946379060216762928194637906021676292819463790602167629281946379060216762928194637906021676292819463790602167629281946379060216762928194637906021676292819463790602167629281946379060216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48d64651-8a97-4e5a-9312-65355075c972, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18a80e47-c3cc-48a5-89e8-14a6bbd4cec1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdd049db-180e-4f59-b401-a6c2cf0b3603, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9804ec6-4103-44f1-82ff-ead350379f38, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18a80e47-c3cc-48a5-89e8-14a6bbd4cec1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4134120834979838420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41341208349798384204134120834979838420413412083497983842041341208349798384204134120834979838420413412083497983842041341208349798384204134120834979838420413412083497983842041341208349798384204134120834979838420413412083497983842041341208349798384204134120834979838420413412083497983842041341208349798384204134120834979838420413412083497983842041341208349798384204134120834979838420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9804ec6-4103-44f1-82ff-ead350379f38, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 780648122618009190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18a80e47-c3cc-48a5-89e8-14a6bbd4cec1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9301d9db-10d0-4a56-9ebe-81d575e60bc0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9301d9db-10d0-4a56-9ebe-81d575e60bc0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17010653759378116464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701065375937811646417010653759378116464170106537593781164641701065375937811646417010653759378116464170106537593781164641701065375937811646417010653759378116464170106537593781164641701065375937811646417010653759378116464170106537593781164641701065375937811646417010653759378116464170106537593781164641701065375937811646417010653759378116464170106537593781164641701065375937811646417010653759378116464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9804ec6-4103-44f1-82ff-ead350379f38, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2db65176-e169-4642-aecf-9eba56feebde, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2db65176-e169-4642-aecf-9eba56feebde, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4200532413133054352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42005324131330543524200532413133054352420053241313305435242005324131330543524200532413133054352420053241313305435242005324131330543524200532413133054352420053241313305435242005324131330543524200532413133054352420053241313305435242005324131330543524200532413133054352420053241313305435242005324131330543524200532413133054352420053241313305435242005324131330543524200532413133054352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9301d9db-10d0-4a56-9ebe-81d575e60bc0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36d59aaa-7c1e-44a7-9666-bd3a871f1220, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36d59aaa-7c1e-44a7-9666-bd3a871f1220, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10343033582590193629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034303358259019362910343033582590193629103430335825901936291034303358259019362910343033582590193629103430335825901936291034303358259019362910343033582590193629103430335825901936291034303358259019362910343033582590193629103430335825901936291034303358259019362910343033582590193629103430335825901936291034303358259019362910343033582590193629103430335825901936291034303358259019362910343033582590193629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2db65176-e169-4642-aecf-9eba56feebde, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2869584-c188-4c88-a8b6-b9ead635b745, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2869584-c188-4c88-a8b6-b9ead635b745, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11629501545024509758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162950154502450975811629501545024509758116295015450245097581162950154502450975811629501545024509758116295015450245097581162950154502450975811629501545024509758116295015450245097581162950154502450975811629501545024509758116295015450245097581162950154502450975811629501545024509758116295015450245097581162950154502450975811629501545024509758116295015450245097581162950154502450975811629501545024509758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36d59aaa-7c1e-44a7-9666-bd3a871f1220, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1546d6ac-2123-494b-b9f5-2d0c80028b74, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1546d6ac-2123-494b-b9f5-2d0c80028b74, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4734020869336937787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47340208693369377874734020869336937787473402086933693778747340208693369377874734020869336937787473402086933693778747340208693369377874734020869336937787473402086933693778747340208693369377874734020869336937787473402086933693778747340208693369377874734020869336937787473402086933693778747340208693369377874734020869336937787473402086933693778747340208693369377874734020869336937787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2869584-c188-4c88-a8b6-b9ead635b745, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f79f0a8-b81a-44ac-992f-42a026249c2c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f79f0a8-b81a-44ac-992f-42a026249c2c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12257823353734953008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225782335373495300812257823353734953008122578233537349530081225782335373495300812257823353734953008122578233537349530081225782335373495300812257823353734953008122578233537349530081225782335373495300812257823353734953008122578233537349530081225782335373495300812257823353734953008122578233537349530081225782335373495300812257823353734953008122578233537349530081225782335373495300812257823353734953008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1546d6ac-2123-494b-b9f5-2d0c80028b74, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ed14e4d-1d88-4df1-9be9-aee27a7b7c98, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f79f0a8-b81a-44ac-992f-42a026249c2c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 157ebad5-16e8-438c-8147-368e37b760d0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 157ebad5-16e8-438c-8147-368e37b760d0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2012690650484446776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20126906504844467762012690650484446776201269065048444677620126906504844467762012690650484446776201269065048444677620126906504844467762012690650484446776201269065048444677620126906504844467762012690650484446776201269065048444677620126906504844467762012690650484446776201269065048444677620126906504844467762012690650484446776201269065048444677620126906504844467762012690650484446776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ed14e4d-1d88-4df1-9be9-aee27a7b7c98, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13399940799439537416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339994079943953741613399940799439537416133999407994395374161339994079943953741613399940799439537416133999407994395374161339994079943953741613399940799439537416133999407994395374161339994079943953741613399940799439537416133999407994395374161339994079943953741613399940799439537416133999407994395374161339994079943953741613399940799439537416133999407994395374161339994079943953741613399940799439537416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 157ebad5-16e8-438c-8147-368e37b760d0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ed14e4d-1d88-4df1-9be9-aee27a7b7c98, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c326e5bd-8fac-4efd-aa81-042b4c772b1b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7df013ce-b503-4137-88c5-188b23b11d0a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7df013ce-b503-4137-88c5-188b23b11d0a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6919269590598781520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69192695905987815206919269590598781520691926959059878152069192695905987815206919269590598781520691926959059878152069192695905987815206919269590598781520691926959059878152069192695905987815206919269590598781520691926959059878152069192695905987815206919269590598781520691926959059878152069192695905987815206919269590598781520691926959059878152069192695905987815206919269590598781520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c326e5bd-8fac-4efd-aa81-042b4c772b1b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16195824375691215225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619582437569121522516195824375691215225161958243756912152251619582437569121522516195824375691215225161958243756912152251619582437569121522516195824375691215225161958243756912152251619582437569121522516195824375691215225161958243756912152251619582437569121522516195824375691215225161958243756912152251619582437569121522516195824375691215225161958243756912152251619582437569121522516195824375691215225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c326e5bd-8fac-4efd-aa81-042b4c772b1b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6c6a8f0-d1cc-4d28-8fc6-86ad9cfc32e5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6c6a8f0-d1cc-4d28-8fc6-86ad9cfc32e5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 428919220964284736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7df013ce-b503-4137-88c5-188b23b11d0a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89936fe6-22d0-403e-a20d-5aa6a0e3833b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89936fe6-22d0-403e-a20d-5aa6a0e3833b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14805825822042025568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480582582204202556814805825822042025568148058258220420255681480582582204202556814805825822042025568148058258220420255681480582582204202556814805825822042025568148058258220420255681480582582204202556814805825822042025568148058258220420255681480582582204202556814805825822042025568148058258220420255681480582582204202556814805825822042025568148058258220420255681480582582204202556814805825822042025568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6c6a8f0-d1cc-4d28-8fc6-86ad9cfc32e5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89936fe6-22d0-403e-a20d-5aa6a0e3833b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e160c028-1201-4789-8f31-69dca5192680, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e160c028-1201-4789-8f31-69dca5192680, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10168881112624029757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016888111262402975710168881112624029757101688811126240297571016888111262402975710168881112624029757101688811126240297571016888111262402975710168881112624029757101688811126240297571016888111262402975710168881112624029757101688811126240297571016888111262402975710168881112624029757101688811126240297571016888111262402975710168881112624029757101688811126240297571016888111262402975710168881112624029757" } } } 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, 68c069f5-6841-4193-8b72-c4f25e584382, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c069f5-6841-4193-8b72-c4f25e584382, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3100035410498200099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31000354104982000993100035410498200099310003541049820009931000354104982000993100035410498200099310003541049820009931000354104982000993100035410498200099310003541049820009931000354104982000993100035410498200099310003541049820009931000354104982000993100035410498200099310003541049820009931000354104982000993100035410498200099310003541049820009931000354104982000993100035410498200099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e160c028-1201-4789-8f31-69dca5192680, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 436fb054-dd7b-45fb-b7e5-acd4032b355f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 436fb054-dd7b-45fb-b7e5-acd4032b355f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8137233119880039381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81372331198800393818137233119880039381813723311988003938181372331198800393818137233119880039381813723311988003938181372331198800393818137233119880039381813723311988003938181372331198800393818137233119880039381813723311988003938181372331198800393818137233119880039381813723311988003938181372331198800393818137233119880039381813723311988003938181372331198800393818137233119880039381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c069f5-6841-4193-8b72-c4f25e584382, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb7b8060-d18a-4ede-9075-d6dc0312c5a4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb7b8060-d18a-4ede-9075-d6dc0312c5a4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6053169309903362322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60531693099033623226053169309903362322605316930990336232260531693099033623226053169309903362322605316930990336232260531693099033623226053169309903362322605316930990336232260531693099033623226053169309903362322605316930990336232260531693099033623226053169309903362322605316930990336232260531693099033623226053169309903362322605316930990336232260531693099033623226053169309903362322" } } } 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:276 Stopped node localhost:13388/3
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 436fb054-dd7b-45fb-b7e5-acd4032b355f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a5d84de-2ed3-4f69-a83c-1d69bcc1adb1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a5d84de-2ed3-4f69-a83c-1d69bcc1adb1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13505453545039943738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350545354503994373813505453545039943738135054535450399437381350545354503994373813505453545039943738135054535450399437381350545354503994373813505453545039943738135054535450399437381350545354503994373813505453545039943738135054535450399437381350545354503994373813505453545039943738135054535450399437381350545354503994373813505453545039943738135054535450399437381350545354503994373813505453545039943738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb7b8060-d18a-4ede-9075-d6dc0312c5a4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a5d84de-2ed3-4f69-a83c-1d69bcc1adb1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cbbe573-f83f-41b1-adbd-5712c80563c1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cbbe573-f83f-41b1-adbd-5712c80563c1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15539531975787926138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553953197578792613815539531975787926138155395319757879261381553953197578792613815539531975787926138155395319757879261381553953197578792613815539531975787926138155395319757879261381553953197578792613815539531975787926138155395319757879261381553953197578792613815539531975787926138155395319757879261381553953197578792613815539531975787926138155395319757879261381553953197578792613815539531975787926138" } } } 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, 29cec7b4-2e21-4381-b5f5-4b837c5af0bb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29cec7b4-2e21-4381-b5f5-4b837c5af0bb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4153500095875129115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41535000958751291154153500095875129115415350009587512911541535000958751291154153500095875129115415350009587512911541535000958751291154153500095875129115415350009587512911541535000958751291154153500095875129115415350009587512911541535000958751291154153500095875129115415350009587512911541535000958751291154153500095875129115415350009587512911541535000958751291154153500095875129115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cbbe573-f83f-41b1-adbd-5712c80563c1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4884e998-8f32-4c9c-8053-b28325605e54, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4884e998-8f32-4c9c-8053-b28325605e54, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14161772001194127290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416177200119412729014161772001194127290141617720011941272901416177200119412729014161772001194127290141617720011941272901416177200119412729014161772001194127290141617720011941272901416177200119412729014161772001194127290141617720011941272901416177200119412729014161772001194127290141617720011941272901416177200119412729014161772001194127290141617720011941272901416177200119412729014161772001194127290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29cec7b4-2e21-4381-b5f5-4b837c5af0bb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8de151a4-ed11-4990-80db-4be666f3cf05, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8de151a4-ed11-4990-80db-4be666f3cf05, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13808247784344480335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380824778434448033513808247784344480335138082477843444803351380824778434448033513808247784344480335138082477843444803351380824778434448033513808247784344480335138082477843444803351380824778434448033513808247784344480335138082477843444803351380824778434448033513808247784344480335138082477843444803351380824778434448033513808247784344480335138082477843444803351380824778434448033513808247784344480335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4884e998-8f32-4c9c-8053-b28325605e54, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c18a182-03a8-4d18-8a6e-d8b229a33a15, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8de151a4-ed11-4990-80db-4be666f3cf05, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6604fa10-ffbf-4182-96a1-28d36332e510, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c18a182-03a8-4d18-8a6e-d8b229a33a15, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10252196417644964354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025219641764496435410252196417644964354102521964176449643541025219641764496435410252196417644964354102521964176449643541025219641764496435410252196417644964354102521964176449643541025219641764496435410252196417644964354102521964176449643541025219641764496435410252196417644964354102521964176449643541025219641764496435410252196417644964354102521964176449643541025219641764496435410252196417644964354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6604fa10-ffbf-4182-96a1-28d36332e510, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15806254726293652706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580625472629365270615806254726293652706158062547262936527061580625472629365270615806254726293652706158062547262936527061580625472629365270615806254726293652706158062547262936527061580625472629365270615806254726293652706158062547262936527061580625472629365270615806254726293652706158062547262936527061580625472629365270615806254726293652706158062547262936527061580625472629365270615806254726293652706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c18a182-03a8-4d18-8a6e-d8b229a33a15, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01e8628f-2121-44dd-aec3-90ea3f807584, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01e8628f-2121-44dd-aec3-90ea3f807584, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3332055338820771747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33320553388207717473332055338820771747333205533882077174733320553388207717473332055338820771747333205533882077174733320553388207717473332055338820771747333205533882077174733320553388207717473332055338820771747333205533882077174733320553388207717473332055338820771747333205533882077174733320553388207717473332055338820771747333205533882077174733320553388207717473332055338820771747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6604fa10-ffbf-4182-96a1-28d36332e510, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7a1d841-657c-412f-9fc7-95af0b83306c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7a1d841-657c-412f-9fc7-95af0b83306c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9149824953442668105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91498249534426681059149824953442668105914982495344266810591498249534426681059149824953442668105914982495344266810591498249534426681059149824953442668105914982495344266810591498249534426681059149824953442668105914982495344266810591498249534426681059149824953442668105914982495344266810591498249534426681059149824953442668105914982495344266810591498249534426681059149824953442668105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01e8628f-2121-44dd-aec3-90ea3f807584, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 991fdcab-88c6-4f31-ade5-ea7f060e8850, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 991fdcab-88c6-4f31-ade5-ea7f060e8850, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13981935317002293239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398193531700229323913981935317002293239139819353170022932391398193531700229323913981935317002293239139819353170022932391398193531700229323913981935317002293239139819353170022932391398193531700229323913981935317002293239139819353170022932391398193531700229323913981935317002293239139819353170022932391398193531700229323913981935317002293239139819353170022932391398193531700229323913981935317002293239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7a1d841-657c-412f-9fc7-95af0b83306c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2fb7c61-c0ad-4b5a-bccf-648575c59d4d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2fb7c61-c0ad-4b5a-bccf-648575c59d4d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9346937396828359690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93469373968283596909346937396828359690934693739682835969093469373968283596909346937396828359690934693739682835969093469373968283596909346937396828359690934693739682835969093469373968283596909346937396828359690934693739682835969093469373968283596909346937396828359690934693739682835969093469373968283596909346937396828359690934693739682835969093469373968283596909346937396828359690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 991fdcab-88c6-4f31-ade5-ea7f060e8850, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7993ebd9-488b-49b4-9bac-1496f435bdea, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2fb7c61-c0ad-4b5a-bccf-648575c59d4d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf40b319-630c-4282-ad2d-c659ab003cec, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7993ebd9-488b-49b4-9bac-1496f435bdea, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16929426094211872813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692942609421187281316929426094211872813169294260942118728131692942609421187281316929426094211872813169294260942118728131692942609421187281316929426094211872813169294260942118728131692942609421187281316929426094211872813169294260942118728131692942609421187281316929426094211872813169294260942118728131692942609421187281316929426094211872813169294260942118728131692942609421187281316929426094211872813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf40b319-630c-4282-ad2d-c659ab003cec, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12825269623932588107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282526962393258810712825269623932588107128252696239325881071282526962393258810712825269623932588107128252696239325881071282526962393258810712825269623932588107128252696239325881071282526962393258810712825269623932588107128252696239325881071282526962393258810712825269623932588107128252696239325881071282526962393258810712825269623932588107128252696239325881071282526962393258810712825269623932588107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf40b319-630c-4282-ad2d-c659ab003cec, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1fdbe69-e355-4285-b570-6dd9742b49d5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1fdbe69-e355-4285-b570-6dd9742b49d5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10566710512979217499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056671051297921749910566710512979217499105667105129792174991056671051297921749910566710512979217499105667105129792174991056671051297921749910566710512979217499105667105129792174991056671051297921749910566710512979217499105667105129792174991056671051297921749910566710512979217499105667105129792174991056671051297921749910566710512979217499105667105129792174991056671051297921749910566710512979217499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7993ebd9-488b-49b4-9bac-1496f435bdea, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d5507bd-28d6-49bf-b3b8-a4842294e07c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1fdbe69-e355-4285-b570-6dd9742b49d5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d5507bd-28d6-49bf-b3b8-a4842294e07c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2622772474447885698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26227724744478856982622772474447885698262277247444788569826227724744478856982622772474447885698262277247444788569826227724744478856982622772474447885698262277247444788569826227724744478856982622772474447885698262277247444788569826227724744478856982622772474447885698262277247444788569826227724744478856982622772474447885698262277247444788569826227724744478856982622772474447885698" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64262ddc-a183-418f-aecc-eef0348e3477, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64262ddc-a183-418f-aecc-eef0348e3477, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11716626054533264348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171662605453326434811716626054533264348117166260545332643481171662605453326434811716626054533264348117166260545332643481171662605453326434811716626054533264348117166260545332643481171662605453326434811716626054533264348117166260545332643481171662605453326434811716626054533264348117166260545332643481171662605453326434811716626054533264348117166260545332643481171662605453326434811716626054533264348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d5507bd-28d6-49bf-b3b8-a4842294e07c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08a81caf-ef88-4420-8fe6-88a471572646, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08a81caf-ef88-4420-8fe6-88a471572646, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17212880644843958954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721288064484395895417212880644843958954172128806448439589541721288064484395895417212880644843958954172128806448439589541721288064484395895417212880644843958954172128806448439589541721288064484395895417212880644843958954172128806448439589541721288064484395895417212880644843958954172128806448439589541721288064484395895417212880644843958954172128806448439589541721288064484395895417212880644843958954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64262ddc-a183-418f-aecc-eef0348e3477, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63098868-25cd-49a7-8d1e-68b5a322ad31, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63098868-25cd-49a7-8d1e-68b5a322ad31, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10459217223341253386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045921722334125338610459217223341253386104592172233412533861045921722334125338610459217223341253386104592172233412533861045921722334125338610459217223341253386104592172233412533861045921722334125338610459217223341253386104592172233412533861045921722334125338610459217223341253386104592172233412533861045921722334125338610459217223341253386104592172233412533861045921722334125338610459217223341253386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08a81caf-ef88-4420-8fe6-88a471572646, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3a43995-9503-48bf-ad67-ea835ccdc592, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63098868-25cd-49a7-8d1e-68b5a322ad31, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3a43995-9503-48bf-ad67-ea835ccdc592, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3390917199363073057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33909171993630730573390917199363073057339091719936307305733909171993630730573390917199363073057339091719936307305733909171993630730573390917199363073057339091719936307305733909171993630730573390917199363073057339091719936307305733909171993630730573390917199363073057339091719936307305733909171993630730573390917199363073057339091719936307305733909171993630730573390917199363073057" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56b3d584-e7b8-4690-b6d7-715229ae852e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56b3d584-e7b8-4690-b6d7-715229ae852e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14966275932606450856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496627593260645085614966275932606450856149662759326064508561496627593260645085614966275932606450856149662759326064508561496627593260645085614966275932606450856149662759326064508561496627593260645085614966275932606450856149662759326064508561496627593260645085614966275932606450856149662759326064508561496627593260645085614966275932606450856149662759326064508561496627593260645085614966275932606450856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3a43995-9503-48bf-ad67-ea835ccdc592, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7cdd618-b435-4b83-b835-7ecb14568c54, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7cdd618-b435-4b83-b835-7ecb14568c54, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5983737666712188615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59837376667121886155983737666712188615598373766671218861559837376667121886155983737666712188615598373766671218861559837376667121886155983737666712188615598373766671218861559837376667121886155983737666712188615598373766671218861559837376667121886155983737666712188615598373766671218861559837376667121886155983737666712188615598373766671218861559837376667121886155983737666712188615" } } } 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:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_5me_jhmr.log --grpc-port=13388 --mon-port=23334 --ic-port=11356 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56b3d584-e7b8-4690-b6d7-715229ae852e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7cdd618-b435-4b83-b835-7ecb14568c54, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_5me_jhmr.log', '--grpc-port=13388', '--mon-port=23334', '--ic-port=11356', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3' (no wait)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddad2b37-a1c4-4c8a-9c77-737c40f1751d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddad2b37-a1c4-4c8a-9c77-737c40f1751d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2575640255277817946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25756402552778179462575640255277817946257564025527781794625756402552778179462575640255277817946257564025527781794625756402552778179462575640255277817946257564025527781794625756402552778179462575640255277817946257564025527781794625756402552778179462575640255277817946257564025527781794625756402552778179462575640255277817946257564025527781794625756402552778179462575640255277817946" } } } 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, 1a6edca7-2eb2-4aee-9a2c-c2bf4ab5a453, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a6edca7-2eb2-4aee-9a2c-c2bf4ab5a453, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5727351655721644172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57273516557216441725727351655721644172572735165572164417257273516557216441725727351655721644172572735165572164417257273516557216441725727351655721644172572735165572164417257273516557216441725727351655721644172572735165572164417257273516557216441725727351655721644172572735165572164417257273516557216441725727351655721644172572735165572164417257273516557216441725727351655721644172" } } } 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: 1453387
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:13388/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddad2b37-a1c4-4c8a-9c77-737c40f1751d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ba18800-255d-4223-aa84-77366fac882a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ba18800-255d-4223-aa84-77366fac882a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1563579567339798211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15635795673397982111563579567339798211156357956733979821115635795673397982111563579567339798211156357956733979821115635795673397982111563579567339798211156357956733979821115635795673397982111563579567339798211156357956733979821115635795673397982111563579567339798211156357956733979821115635795673397982111563579567339798211156357956733979821115635795673397982111563579567339798211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a6edca7-2eb2-4aee-9a2c-c2bf4ab5a453, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50c66c98-5d33-4ebd-850c-763900dd0bd8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50c66c98-5d33-4ebd-850c-763900dd0bd8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11295357228440457737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129535722844045773711295357228440457737112953572284404577371129535722844045773711295357228440457737112953572284404577371129535722844045773711295357228440457737112953572284404577371129535722844045773711295357228440457737112953572284404577371129535722844045773711295357228440457737112953572284404577371129535722844045773711295357228440457737112953572284404577371129535722844045773711295357228440457737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ba18800-255d-4223-aa84-77366fac882a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ya.test:process.py:628 Command pid: 1453392
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c721bc2f-05d0-41f4-ade4-2da06b888217, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c721bc2f-05d0-41f4-ade4-2da06b888217, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 747891062435893663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50c66c98-5d33-4ebd-850c-763900dd0bd8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f0eda18-3a35-4cb6-8301-c43e22035b96, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f0eda18-3a35-4cb6-8301-c43e22035b96, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9862610191888430612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98626101918884306129862610191888430612986261019188843061298626101918884306129862610191888430612986261019188843061298626101918884306129862610191888430612986261019188843061298626101918884306129862610191888430612986261019188843061298626101918884306129862610191888430612986261019188843061298626101918884306129862610191888430612986261019188843061298626101918884306129862610191888430612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c721bc2f-05d0-41f4-ade4-2da06b888217, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca0056b5-30a9-4253-8017-a5ce9d68472e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f0eda18-3a35-4cb6-8301-c43e22035b96, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca0056b5-30a9-4253-8017-a5ce9d68472e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3632621979996394004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36326219799963940043632621979996394004363262197999639400436326219799963940043632621979996394004363262197999639400436326219799963940043632621979996394004363262197999639400436326219799963940043632621979996394004363262197999639400436326219799963940043632621979996394004363262197999639400436326219799963940043632621979996394004363262197999639400436326219799963940043632621979996394004" } } } 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 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0477934e-11e8-4f5b-8ea0-bf3c8c1db5e3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0477934e-11e8-4f5b-8ea0-bf3c8c1db5e3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2815789482877976947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28157894828779769472815789482877976947281578948287797694728157894828779769472815789482877976947281578948287797694728157894828779769472815789482877976947281578948287797694728157894828779769472815789482877976947281578948287797694728157894828779769472815789482877976947281578948287797694728157894828779769472815789482877976947281578948287797694728157894828779769472815789482877976947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca0056b5-30a9-4253-8017-a5ce9d68472e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0477934e-11e8-4f5b-8ea0-bf3c8c1db5e3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a45f10e5-aa18-4017-a5b3-554d2a0403aa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a45f10e5-aa18-4017-a5b3-554d2a0403aa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8736136278057391029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87361362780573910298736136278057391029873613627805739102987361362780573910298736136278057391029873613627805739102987361362780573910298736136278057391029873613627805739102987361362780573910298736136278057391029873613627805739102987361362780573910298736136278057391029873613627805739102987361362780573910298736136278057391029873613627805739102987361362780573910298736136278057391029" } } } 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 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14469cd5-509c-47b5-a3e5-6736c519b2fe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14469cd5-509c-47b5-a3e5-6736c519b2fe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2390759249194772688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23907592491947726882390759249194772688239075924919477268823907592491947726882390759249194772688239075924919477268823907592491947726882390759249194772688239075924919477268823907592491947726882390759249194772688239075924919477268823907592491947726882390759249194772688239075924919477268823907592491947726882390759249194772688239075924919477268823907592491947726882390759249194772688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a45f10e5-aa18-4017-a5b3-554d2a0403aa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27294796-bce2-4853-b248-771e96bc8f66, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14469cd5-509c-47b5-a3e5-6736c519b2fe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27294796-bce2-4853-b248-771e96bc8f66, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15426845109064991538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542684510906499153815426845109064991538154268451090649915381542684510906499153815426845109064991538154268451090649915381542684510906499153815426845109064991538154268451090649915381542684510906499153815426845109064991538154268451090649915381542684510906499153815426845109064991538154268451090649915381542684510906499153815426845109064991538154268451090649915381542684510906499153815426845109064991538" } } } 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, d9d3ec16-f6ef-48f9-9992-9a87a9e72022, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27294796-bce2-4853-b248-771e96bc8f66, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9d3ec16-f6ef-48f9-9992-9a87a9e72022, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15813864134540523023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581386413454052302315813864134540523023158138641345405230231581386413454052302315813864134540523023158138641345405230231581386413454052302315813864134540523023158138641345405230231581386413454052302315813864134540523023158138641345405230231581386413454052302315813864134540523023158138641345405230231581386413454052302315813864134540523023158138641345405230231581386413454052302315813864134540523023" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80a7ab2b-c562-495a-bd03-7a77c58297c4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9d3ec16-f6ef-48f9-9992-9a87a9e72022, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80a7ab2b-c562-495a-bd03-7a77c58297c4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12262960914184586420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226296091418458642012262960914184586420122629609141845864201226296091418458642012262960914184586420122629609141845864201226296091418458642012262960914184586420122629609141845864201226296091418458642012262960914184586420122629609141845864201226296091418458642012262960914184586420122629609141845864201226296091418458642012262960914184586420122629609141845864201226296091418458642012262960914184586420" } } } 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 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91b2c412-b3c4-4371-b846-8653d33887cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80a7ab2b-c562-495a-bd03-7a77c58297c4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 634edff1-273b-4aab-a20f-8340fd3ffff9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 634edff1-273b-4aab-a20f-8340fd3ffff9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11431877724794057937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143187772479405793711431877724794057937114318777247940579371143187772479405793711431877724794057937114318777247940579371143187772479405793711431877724794057937114318777247940579371143187772479405793711431877724794057937114318777247940579371143187772479405793711431877724794057937114318777247940579371143187772479405793711431877724794057937114318777247940579371143187772479405793711431877724794057937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91b2c412-b3c4-4371-b846-8653d33887cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2951279481765295027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29512794817652950272951279481765295027295127948176529502729512794817652950272951279481765295027295127948176529502729512794817652950272951279481765295027295127948176529502729512794817652950272951279481765295027295127948176529502729512794817652950272951279481765295027295127948176529502729512794817652950272951279481765295027295127948176529502729512794817652950272951279481765295027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91b2c412-b3c4-4371-b846-8653d33887cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 634edff1-273b-4aab-a20f-8340fd3ffff9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f42a6afb-d27e-40ba-8ea1-dd527682b1d1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2da6657-7b15-426a-8710-59ebb304dd3f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f42a6afb-d27e-40ba-8ea1-dd527682b1d1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 927502129495376340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2da6657-7b15-426a-8710-59ebb304dd3f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13129280552741609156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312928055274160915613129280552741609156131292805527416091561312928055274160915613129280552741609156131292805527416091561312928055274160915613129280552741609156131292805527416091561312928055274160915613129280552741609156131292805527416091561312928055274160915613129280552741609156131292805527416091561312928055274160915613129280552741609156131292805527416091561312928055274160915613129280552741609156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f42a6afb-d27e-40ba-8ea1-dd527682b1d1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77153996-ac9b-4871-a8f4-16486bcf175b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77153996-ac9b-4871-a8f4-16486bcf175b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7951871681536867121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79518716815368671217951871681536867121795187168153686712179518716815368671217951871681536867121795187168153686712179518716815368671217951871681536867121795187168153686712179518716815368671217951871681536867121795187168153686712179518716815368671217951871681536867121795187168153686712179518716815368671217951871681536867121795187168153686712179518716815368671217951871681536867121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2da6657-7b15-426a-8710-59ebb304dd3f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35e703a1-4145-4f46-8e99-39c92d42b504, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35e703a1-4145-4f46-8e99-39c92d42b504, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12108054927249194181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210805492724919418112108054927249194181121080549272491941811210805492724919418112108054927249194181121080549272491941811210805492724919418112108054927249194181121080549272491941811210805492724919418112108054927249194181121080549272491941811210805492724919418112108054927249194181121080549272491941811210805492724919418112108054927249194181121080549272491941811210805492724919418112108054927249194181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77153996-ac9b-4871-a8f4-16486bcf175b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b8fd462-aa84-4af1-a199-05bc57313fbf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b8fd462-aa84-4af1-a199-05bc57313fbf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17089738136664222199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708973813666422219917089738136664222199170897381366642221991708973813666422219917089738136664222199170897381366642221991708973813666422219917089738136664222199170897381366642221991708973813666422219917089738136664222199170897381366642221991708973813666422219917089738136664222199170897381366642221991708973813666422219917089738136664222199170897381366642221991708973813666422219917089738136664222199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35e703a1-4145-4f46-8e99-39c92d42b504, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6090331-ecd7-489a-9eda-40b22d3bce99, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6090331-ecd7-489a-9eda-40b22d3bce99, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8290502494955492417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82905024949554924178290502494955492417829050249495549241782905024949554924178290502494955492417829050249495549241782905024949554924178290502494955492417829050249495549241782905024949554924178290502494955492417829050249495549241782905024949554924178290502494955492417829050249495549241782905024949554924178290502494955492417829050249495549241782905024949554924178290502494955492417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b8fd462-aa84-4af1-a199-05bc57313fbf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6090331-ecd7-489a-9eda-40b22d3bce99, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72282389-d31e-4440-8cb6-181edd93ebc7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72282389-d31e-4440-8cb6-181edd93ebc7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11553451491030831225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155345149103083122511553451491030831225115534514910308312251155345149103083122511553451491030831225115534514910308312251155345149103083122511553451491030831225115534514910308312251155345149103083122511553451491030831225115534514910308312251155345149103083122511553451491030831225115534514910308312251155345149103083122511553451491030831225115534514910308312251155345149103083122511553451491030831225" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72282389-d31e-4440-8cb6-181edd93ebc7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37e9eeef-39d7-478a-b184-d72ced5b333d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37e9eeef-39d7-478a-b184-d72ced5b333d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1693745445368927713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16937454453689277131693745445368927713169374544536892771316937454453689277131693745445368927713169374544536892771316937454453689277131693745445368927713169374544536892771316937454453689277131693745445368927713169374544536892771316937454453689277131693745445368927713169374544536892771316937454453689277131693745445368927713169374544536892771316937454453689277131693745445368927713" } } } 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, 2d27302d-83f6-4bee-b836-233b43a733e6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d27302d-83f6-4bee-b836-233b43a733e6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 660170176753976700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37e9eeef-39d7-478a-b184-d72ced5b333d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d711d2e-b3df-4f06-be77-bdb3f59f8de4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d711d2e-b3df-4f06-be77-bdb3f59f8de4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15319618098746958565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531961809874695856515319618098746958565153196180987469585651531961809874695856515319618098746958565153196180987469585651531961809874695856515319618098746958565153196180987469585651531961809874695856515319618098746958565153196180987469585651531961809874695856515319618098746958565153196180987469585651531961809874695856515319618098746958565153196180987469585651531961809874695856515319618098746958565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d27302d-83f6-4bee-b836-233b43a733e6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e843fa63-2912-4223-bef4-533c444cbbf8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e843fa63-2912-4223-bef4-533c444cbbf8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2847839027971765559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28478390279717655592847839027971765559284783902797176555928478390279717655592847839027971765559284783902797176555928478390279717655592847839027971765559284783902797176555928478390279717655592847839027971765559284783902797176555928478390279717655592847839027971765559284783902797176555928478390279717655592847839027971765559284783902797176555928478390279717655592847839027971765559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d711d2e-b3df-4f06-be77-bdb3f59f8de4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af69de34-de27-4ab0-9b7d-3982926637fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af69de34-de27-4ab0-9b7d-3982926637fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1118509905943464153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11185099059434641531118509905943464153111850990594346415311185099059434641531118509905943464153111850990594346415311185099059434641531118509905943464153111850990594346415311185099059434641531118509905943464153111850990594346415311185099059434641531118509905943464153111850990594346415311185099059434641531118509905943464153111850990594346415311185099059434641531118509905943464153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e843fa63-2912-4223-bef4-533c444cbbf8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4fb46ae-7dd3-4935-ab33-372bc81be11d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4fb46ae-7dd3-4935-ab33-372bc81be11d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15369460057922748533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536946005792274853315369460057922748533153694600579227485331536946005792274853315369460057922748533153694600579227485331536946005792274853315369460057922748533153694600579227485331536946005792274853315369460057922748533153694600579227485331536946005792274853315369460057922748533153694600579227485331536946005792274853315369460057922748533153694600579227485331536946005792274853315369460057922748533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af69de34-de27-4ab0-9b7d-3982926637fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcf02d9d-22b5-4d76-9085-25f2be98c186, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcf02d9d-22b5-4d76-9085-25f2be98c186, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9970999331417330491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99709993314173304919970999331417330491997099933141733049199709993314173304919970999331417330491997099933141733049199709993314173304919970999331417330491997099933141733049199709993314173304919970999331417330491997099933141733049199709993314173304919970999331417330491997099933141733049199709993314173304919970999331417330491997099933141733049199709993314173304919970999331417330491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4fb46ae-7dd3-4935-ab33-372bc81be11d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 113697f4-c72c-4514-b1ed-d2c6cb56f92c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 113697f4-c72c-4514-b1ed-d2c6cb56f92c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3801935899619758437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38019358996197584373801935899619758437380193589961975843738019358996197584373801935899619758437380193589961975843738019358996197584373801935899619758437380193589961975843738019358996197584373801935899619758437380193589961975843738019358996197584373801935899619758437380193589961975843738019358996197584373801935899619758437380193589961975843738019358996197584373801935899619758437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcf02d9d-22b5-4d76-9085-25f2be98c186, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb9140a7-ebe5-4b8f-8391-cf7b6558bc7e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb9140a7-ebe5-4b8f-8391-cf7b6558bc7e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7371890523831481697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73718905238314816977371890523831481697737189052383148169773718905238314816977371890523831481697737189052383148169773718905238314816977371890523831481697737189052383148169773718905238314816977371890523831481697737189052383148169773718905238314816977371890523831481697737189052383148169773718905238314816977371890523831481697737189052383148169773718905238314816977371890523831481697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 113697f4-c72c-4514-b1ed-d2c6cb56f92c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7f0fb1d-84f3-4028-81cc-142777f10aab, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7f0fb1d-84f3-4028-81cc-142777f10aab, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6871369002422392464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68713690024223924646871369002422392464687136900242239246468713690024223924646871369002422392464687136900242239246468713690024223924646871369002422392464687136900242239246468713690024223924646871369002422392464687136900242239246468713690024223924646871369002422392464687136900242239246468713690024223924646871369002422392464687136900242239246468713690024223924646871369002422392464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb9140a7-ebe5-4b8f-8391-cf7b6558bc7e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3a6a971-4103-4242-8774-9182bd6f48c2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3a6a971-4103-4242-8774-9182bd6f48c2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4664199829163375210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46641998291633752104664199829163375210466419982916337521046641998291633752104664199829163375210466419982916337521046641998291633752104664199829163375210466419982916337521046641998291633752104664199829163375210466419982916337521046641998291633752104664199829163375210466419982916337521046641998291633752104664199829163375210466419982916337521046641998291633752104664199829163375210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7f0fb1d-84f3-4028-81cc-142777f10aab, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9c14d83-6b77-4ef1-b6eb-293ae46b7a5f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c14d83-6b77-4ef1-b6eb-293ae46b7a5f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4620734569491639241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46207345694916392414620734569491639241462073456949163924146207345694916392414620734569491639241462073456949163924146207345694916392414620734569491639241462073456949163924146207345694916392414620734569491639241462073456949163924146207345694916392414620734569491639241462073456949163924146207345694916392414620734569491639241462073456949163924146207345694916392414620734569491639241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3a6a971-4103-4242-8774-9182bd6f48c2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c14d83-6b77-4ef1-b6eb-293ae46b7a5f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7891e38-1bb7-4426-936f-a3b6d6b95180, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7891e38-1bb7-4426-936f-a3b6d6b95180, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13034220246908592787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303422024690859278713034220246908592787130342202469085927871303422024690859278713034220246908592787130342202469085927871303422024690859278713034220246908592787130342202469085927871303422024690859278713034220246908592787130342202469085927871303422024690859278713034220246908592787130342202469085927871303422024690859278713034220246908592787130342202469085927871303422024690859278713034220246908592787" } } } 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 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 081b3113-e6de-427b-9b14-36c0a20903cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 081b3113-e6de-427b-9b14-36c0a20903cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18021355803470717680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802135580347071768018021355803470717680180213558034707176801802135580347071768018021355803470717680180213558034707176801802135580347071768018021355803470717680180213558034707176801802135580347071768018021355803470717680180213558034707176801802135580347071768018021355803470717680180213558034707176801802135580347071768018021355803470717680180213558034707176801802135580347071768018021355803470717680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7891e38-1bb7-4426-936f-a3b6d6b95180, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c859b9b-b041-4a6a-b54a-dcbf446535d9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 081b3113-e6de-427b-9b14-36c0a20903cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8c8e134-26c9-41eb-9a48-33157dce4820, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c859b9b-b041-4a6a-b54a-dcbf446535d9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1048412784427727454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10484127844277274541048412784427727454104841278442772745410484127844277274541048412784427727454104841278442772745410484127844277274541048412784427727454104841278442772745410484127844277274541048412784427727454104841278442772745410484127844277274541048412784427727454104841278442772745410484127844277274541048412784427727454104841278442772745410484127844277274541048412784427727454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8c8e134-26c9-41eb-9a48-33157dce4820, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15082351244208648040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508235124420864804015082351244208648040150823512442086480401508235124420864804015082351244208648040150823512442086480401508235124420864804015082351244208648040150823512442086480401508235124420864804015082351244208648040150823512442086480401508235124420864804015082351244208648040150823512442086480401508235124420864804015082351244208648040150823512442086480401508235124420864804015082351244208648040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c859b9b-b041-4a6a-b54a-dcbf446535d9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc20db6f-3b6a-4ea5-9285-61d082f38b62, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc20db6f-3b6a-4ea5-9285-61d082f38b62, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5787930019446935770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57879300194469357705787930019446935770578793001944693577057879300194469357705787930019446935770578793001944693577057879300194469357705787930019446935770578793001944693577057879300194469357705787930019446935770578793001944693577057879300194469357705787930019446935770578793001944693577057879300194469357705787930019446935770578793001944693577057879300194469357705787930019446935770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8c8e134-26c9-41eb-9a48-33157dce4820, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7928c8d9-c5df-4909-9e2b-ac65173db38c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc20db6f-3b6a-4ea5-9285-61d082f38b62, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7928c8d9-c5df-4909-9e2b-ac65173db38c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17374173952244401131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737417395224440113117374173952244401131173741739522444011311737417395224440113117374173952244401131173741739522444011311737417395224440113117374173952244401131173741739522444011311737417395224440113117374173952244401131173741739522444011311737417395224440113117374173952244401131173741739522444011311737417395224440113117374173952244401131173741739522444011311737417395224440113117374173952244401131" } } } 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, f05a1025-2869-4137-b5f9-dfab957cf373, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f05a1025-2869-4137-b5f9-dfab957cf373, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4971649772638750697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49716497726387506974971649772638750697497164977263875069749716497726387506974971649772638750697497164977263875069749716497726387506974971649772638750697497164977263875069749716497726387506974971649772638750697497164977263875069749716497726387506974971649772638750697497164977263875069749716497726387506974971649772638750697497164977263875069749716497726387506974971649772638750697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7928c8d9-c5df-4909-9e2b-ac65173db38c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e37f1dd-2301-45a2-b995-16535342c878, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e37f1dd-2301-45a2-b995-16535342c878, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10555127481959177830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055512748195917783010555127481959177830105551274819591778301055512748195917783010555127481959177830105551274819591778301055512748195917783010555127481959177830105551274819591778301055512748195917783010555127481959177830105551274819591778301055512748195917783010555127481959177830105551274819591778301055512748195917783010555127481959177830105551274819591778301055512748195917783010555127481959177830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f05a1025-2869-4137-b5f9-dfab957cf373, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c4eeec0-a16e-4e14-89f9-2d2c7e5126c3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e37f1dd-2301-45a2-b995-16535342c878, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c4eeec0-a16e-4e14-89f9-2d2c7e5126c3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6888754474141139165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68887544741411391656888754474141139165688875447414113916568887544741411391656888754474141139165688875447414113916568887544741411391656888754474141139165688875447414113916568887544741411391656888754474141139165688875447414113916568887544741411391656888754474141139165688875447414113916568887544741411391656888754474141139165688875447414113916568887544741411391656888754474141139165" } } } 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 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0066f267-5d94-4119-89ef-16af0ff8bee4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c4eeec0-a16e-4e14-89f9-2d2c7e5126c3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e749846-cf5b-4e92-8c5f-bc87692cf8e8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0066f267-5d94-4119-89ef-16af0ff8bee4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12270256217020908900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227025621702090890012270256217020908900122702562170209089001227025621702090890012270256217020908900122702562170209089001227025621702090890012270256217020908900122702562170209089001227025621702090890012270256217020908900122702562170209089001227025621702090890012270256217020908900122702562170209089001227025621702090890012270256217020908900122702562170209089001227025621702090890012270256217020908900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e749846-cf5b-4e92-8c5f-bc87692cf8e8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10937206707182507556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093720670718250755610937206707182507556109372067071825075561093720670718250755610937206707182507556109372067071825075561093720670718250755610937206707182507556109372067071825075561093720670718250755610937206707182507556109372067071825075561093720670718250755610937206707182507556109372067071825075561093720670718250755610937206707182507556109372067071825075561093720670718250755610937206707182507556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0066f267-5d94-4119-89ef-16af0ff8bee4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e749846-cf5b-4e92-8c5f-bc87692cf8e8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 421b7257-9f51-4a06-bb75-6b6df60f768b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 421b7257-9f51-4a06-bb75-6b6df60f768b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9266925544011794606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92669255440117946069266925544011794606926692554401179460692669255440117946069266925544011794606926692554401179460692669255440117946069266925544011794606926692554401179460692669255440117946069266925544011794606926692554401179460692669255440117946069266925544011794606926692554401179460692669255440117946069266925544011794606926692554401179460692669255440117946069266925544011794606" } } } 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, e23586f1-5d9b-49f8-867c-d4c022b68140, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e23586f1-5d9b-49f8-867c-d4c022b68140, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1381415590734878301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13814155907348783011381415590734878301138141559073487830113814155907348783011381415590734878301138141559073487830113814155907348783011381415590734878301138141559073487830113814155907348783011381415590734878301138141559073487830113814155907348783011381415590734878301138141559073487830113814155907348783011381415590734878301138141559073487830113814155907348783011381415590734878301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 421b7257-9f51-4a06-bb75-6b6df60f768b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26bb6ab0-803e-4dc6-a4b0-aa63e267b4d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26bb6ab0-803e-4dc6-a4b0-aa63e267b4d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12073574930541495836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207357493054149583612073574930541495836120735749305414958361207357493054149583612073574930541495836120735749305414958361207357493054149583612073574930541495836120735749305414958361207357493054149583612073574930541495836120735749305414958361207357493054149583612073574930541495836120735749305414958361207357493054149583612073574930541495836120735749305414958361207357493054149583612073574930541495836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e23586f1-5d9b-49f8-867c-d4c022b68140, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26bb6ab0-803e-4dc6-a4b0-aa63e267b4d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1441a012-03bb-4158-a844-63f6b5aaaa02, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1486c613-f69e-42bb-9f3b-72b085d1fd4c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1486c613-f69e-42bb-9f3b-72b085d1fd4c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 780889156488219003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1441a012-03bb-4158-a844-63f6b5aaaa02, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13836824051803980360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383682405180398036013836824051803980360138368240518039803601383682405180398036013836824051803980360138368240518039803601383682405180398036013836824051803980360138368240518039803601383682405180398036013836824051803980360138368240518039803601383682405180398036013836824051803980360138368240518039803601383682405180398036013836824051803980360138368240518039803601383682405180398036013836824051803980360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1486c613-f69e-42bb-9f3b-72b085d1fd4c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1441a012-03bb-4158-a844-63f6b5aaaa02, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ee12ae4-7cbb-4e68-a459-eedacbeb86a4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ee12ae4-7cbb-4e68-a459-eedacbeb86a4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12985799591519151583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298579959151915158312985799591519151583129857995915191515831298579959151915158312985799591519151583129857995915191515831298579959151915158312985799591519151583129857995915191515831298579959151915158312985799591519151583129857995915191515831298579959151915158312985799591519151583129857995915191515831298579959151915158312985799591519151583129857995915191515831298579959151915158312985799591519151583" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc600959-2e73-40a6-97a2-50c23360a43d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc600959-2e73-40a6-97a2-50c23360a43d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11944601321360558497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194460132136055849711944601321360558497119446013213605584971194460132136055849711944601321360558497119446013213605584971194460132136055849711944601321360558497119446013213605584971194460132136055849711944601321360558497119446013213605584971194460132136055849711944601321360558497119446013213605584971194460132136055849711944601321360558497119446013213605584971194460132136055849711944601321360558497" } } } 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 1453392) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1453392) elapsed time (sec): 2.831291913986206
DEBUG    ya.test:process.py:263 Command (pid 1453392) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453392) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1453392) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453392) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453392) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1453392) maxrss: 816252
DEBUG    ya.test:process.py:263 Command (pid 1453392) minflt: 45312
DEBUG    ya.test:process.py:263 Command (pid 1453392) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1453392) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1453392) nivcsw: 302
DEBUG    ya.test:process.py:263 Command (pid 1453392) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1453392) nswap: 0
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc600959-2e73-40a6-97a2-50c23360a43d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ee12ae4-7cbb-4e68-a459-eedacbeb86a4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 1453392) nvcsw: 15
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ya.test:process.py:263 Command (pid 1453392) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1453392) stime: 0.189635
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7ef368d-f2cc-4a9d-93b0-241678096bff, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7ef368d-f2cc-4a9d-93b0-241678096bff, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10809655685849624769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080965568584962476910809655685849624769108096556858496247691080965568584962476910809655685849624769108096556858496247691080965568584962476910809655685849624769108096556858496247691080965568584962476910809655685849624769108096556858496247691080965568584962476910809655685849624769108096556858496247691080965568584962476910809655685849624769108096556858496247691080965568584962476910809655685849624769" } } } 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 1453392) utime: 0.5953069999999999
DEBUG    ya.test:process.py:263 Command (pid 1453392) wtime: 2.861
DEBUG    ya.test:process.py:275 Command (pid 1453392) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7ef368d-f2cc-4a9d-93b0-241678096bff, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7c1a850-c31c-4a03-aa12-27afd5b08841, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b177afb1-1ddf-4c28-8dfc-06778b2c5a5f, ghrun-pubjovggeu.auto.internal:3103): creating call state
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 3 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7c1a850-c31c-4a03-aa12-27afd5b08841, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 663972449964108405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b177afb1-1ddf-4c28-8dfc-06778b2c5a5f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5368718864879211233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53687188648792112335368718864879211233536871886487921123353687188648792112335368718864879211233536871886487921123353687188648792112335368718864879211233536871886487921123353687188648792112335368718864879211233536871886487921123353687188648792112335368718864879211233536871886487921123353687188648792112335368718864879211233536871886487921123353687188648792112335368718864879211233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7c1a850-c31c-4a03-aa12-27afd5b08841, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1becc60130>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1becc60130> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, e8da8cb7-12bf-4ca9-aa9a-b78b8e8407ce, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, e8da8cb7-12bf-4ca9-aa9a-b78b8e8407ce, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b177afb1-1ddf-4c28-8dfc-06778b2c5a5f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, e8da8cb7-12bf-4ca9-aa9a-b78b8e8407ce, ghrun-pubjovggeu.auto.internal:3103): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, e8da8cb7-12bf-4ca9-aa9a-b78b8e8407ce, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, e8da8cb7-12bf-4ca9-aa9a-b78b8e8407ce, ghrun-pubjovggeu.auto.internal:3103): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c1becc60130>
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 0x7c1bee38d530 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 0x7c1bee38ec30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee38ec30>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 2f467905-c8db-4d3a-9399-0e10cf8c3d88, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2f467905-c8db-4d3a-9399-0e10cf8c3d88, ghrun-pubjovggeu.auto.internal:3103): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 2f467905-c8db-4d3a-9399-0e10cf8c3d88, ghrun-pubjovggeu.auto.internal:3103): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 2f467905-c8db-4d3a-9399-0e10cf8c3d88, ghrun-pubjovggeu.auto.internal:3103): 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-21T17:07:24.961281835+00:00"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 2f467905-c8db-4d3a-9399-0e10cf8c3d88, ghrun-pubjovggeu.auto.internal:3103): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-pubjovggeu.auto.internal:3103
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-21T17:07:24.961281835+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.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1beedba330>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1beedba330> 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 0x7c1beedba330> replacement.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c1bee393cf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee393cf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 89cf6f59-a9d7-49a0-aa95-b543673986cf, localhost:24702): creating call state
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.connection:connection.py:63 RpcState(ListEndpoints, 89cf6f59-a9d7-49a0-aa95-b543673986cf, localhost:24702): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c1beedba330>
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 0x7c1bee39be70 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 0x7c1bee3acb30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee3acb30>
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.connection:connection.py:52 RpcState(ListEndpoints, 89cf6f59-a9d7-49a0-aa95-b543673986cf, localhost:24702): 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:24702". 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:24702
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, 75ec75c2-a576-449c-a883-15107dc34688, localhost:24702): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 75ec75c2-a576-449c-a883-15107dc34688, localhost:24702): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 75ec75c2-a576-449c-a883-15107dc34688, localhost:24702): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pubjovggeu.auto.internal" port: 13388 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-pubjovggeu.auto.internal:13388, 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:24702
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee38ec30>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 5d3e7d90-5cdf-4ef7-ad35-81374ef1c464, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5d3e7d90-5cdf-4ef7-ad35-81374ef1c464, ghrun-pubjovggeu.auto.internal:13388): 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 0x7c1bee393cf0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 77d175ed-0f94-4b15-906e-41c9ebaf1401, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 77d175ed-0f94-4b15-906e-41c9ebaf1401, ghrun-pubjovggeu.auto.internal:13388): 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 0x7c1bee3acb30>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, f9c0f73c-4982-4384-b2fc-4f2e3ffa6bdb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f9c0f73c-4982-4384-b2fc-4f2e3ffa6bdb, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1bee38d530 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1bee39be70 state=pending>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 5d3e7d90-5cdf-4ef7-ad35-81374ef1c464, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 5d3e7d90-5cdf-4ef7-ad35-81374ef1c464, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:30.560086016+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 0x7c1bee38ec30>
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 0x7c1bee38ec30>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bee38ec30> is no longer active. Current active count 2.
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 0x7c1bee3eda30 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 0x7c1bee3f2670>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee3f2670>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 08a22028-00e1-42d5-8478-36de08505c4d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 08a22028-00e1-42d5-8478-36de08505c4d, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 77d175ed-0f94-4b15-906e-41c9ebaf1401, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 77d175ed-0f94-4b15-906e-41c9ebaf1401, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:30.650139844+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 0x7c1bee393cf0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, ee6728fa-17c2-4484-8c04-c36d60d838d5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ee6728fa-17c2-4484-8c04-c36d60d838d5, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, f9c0f73c-4982-4384-b2fc-4f2e3ffa6bdb, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, f9c0f73c-4982-4384-b2fc-4f2e3ffa6bdb, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:30.715702706+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 0x7c1bee3acb30>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, f34442a2-c0f7-4c63-88f3-30772382a9d4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f34442a2-c0f7-4c63-88f3-30772382a9d4, ghrun-pubjovggeu.auto.internal:13388): 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 0x7c1bee4131f0 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 0x7c1bee413db0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee413db0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, e882c165-69da-4838-b8fc-797bf6004ab0, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e882c165-69da-4838-b8fc-797bf6004ab0, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 08a22028-00e1-42d5-8478-36de08505c4d, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 08a22028-00e1-42d5-8478-36de08505c4d, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:33.670139997+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 0x7c1bee3f2670>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 4b399321-bd77-45b6-a9e9-fbd8db30eb9a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4b399321-bd77-45b6-a9e9-fbd8db30eb9a, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, ee6728fa-17c2-4484-8c04-c36d60d838d5, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, ee6728fa-17c2-4484-8c04-c36d60d838d5, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:33.772398601+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 0x7c1bee393cf0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 457ab066-8b74-4dad-807d-63660a137525, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 457ab066-8b74-4dad-807d-63660a137525, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, f34442a2-c0f7-4c63-88f3-30772382a9d4, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, f34442a2-c0f7-4c63-88f3-30772382a9d4, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:33.813069382+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 0x7c1bee3acb30>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 2c7d969a-6d05-44e7-a3fe-76cfee418e14, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2c7d969a-6d05-44e7-a3fe-76cfee418e14, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, e882c165-69da-4838-b8fc-797bf6004ab0, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, e882c165-69da-4838-b8fc-797bf6004ab0, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:34.053203584+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 0x7c1bee413db0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 07722aab-f1fa-4154-96a9-e1e5da36e1cc, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 07722aab-f1fa-4154-96a9-e1e5da36e1cc, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1bee3eda30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1bee4131f0 state=pending>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 4b399321-bd77-45b6-a9e9-fbd8db30eb9a, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 4b399321-bd77-45b6-a9e9-fbd8db30eb9a, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:36.754369503+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 0x7c1bee3f2670>
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 0x7c1bee3f2670>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bee3f2670> is no longer active. Current active count 3.
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 457ab066-8b74-4dad-807d-63660a137525, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 457ab066-8b74-4dad-807d-63660a137525, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:36.800916268+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 0x7c1bee393cf0>
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 0x7c1bee393cf0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bee393cf0> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 2c7d969a-6d05-44e7-a3fe-76cfee418e14, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 2c7d969a-6d05-44e7-a3fe-76cfee418e14, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:36.850697902+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 0x7c1bee3acb30>
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 0x7c1bee3acb30>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bee3acb30> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 07722aab-f1fa-4154-96a9-e1e5da36e1cc, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 07722aab-f1fa-4154-96a9-e1e5da36e1cc, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:37.136082748+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 0x7c1bee413db0>
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 0x7c1bee413db0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bee413db0> 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 0x7c1becfd24b0 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 0x7c1becfd2db0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1becfd2db0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, d4af9e26-029b-4b88-9682-7edc191f56da, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d4af9e26-029b-4b88-9682-7edc191f56da, ghrun-pubjovggeu.auto.internal:13388): 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 0x7c1becd44830 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 0x7c1becfc13f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1becfc13f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 01307f30-60c8-4380-b024-b26e62eb68e8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 01307f30-60c8-4380-b024-b26e62eb68e8, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, d4af9e26-029b-4b88-9682-7edc191f56da, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, d4af9e26-029b-4b88-9682-7edc191f56da, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:40.468191898+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 0x7c1becfd2db0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 86a6aa6d-28d6-4378-ba4f-eeb9ddbd63c7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 86a6aa6d-28d6-4378-ba4f-eeb9ddbd63c7, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 01307f30-60c8-4380-b024-b26e62eb68e8, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 01307f30-60c8-4380-b024-b26e62eb68e8, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:40.995058015+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 0x7c1becfc13f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, e471c00f-4a89-467e-ac32-4129f7d42199, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e471c00f-4a89-467e-ac32-4129f7d42199, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 86a6aa6d-28d6-4378-ba4f-eeb9ddbd63c7, ghrun-pubjovggeu.auto.internal:13388): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 86a6aa6d-28d6-4378-ba4f-eeb9ddbd63c7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NjdjNjUyNC02OTJiOGNiOS1jMDI2OWM3ZS00MTQwNTBjYw==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becfd2db0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1becfd2db0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 86a6aa6d-28d6-4378-ba4f-eeb9ddbd63c7, ghrun-pubjovggeu.auto.internal:13388): on response callback success
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, e471c00f-4a89-467e-ac32-4129f7d42199, ghrun-pubjovggeu.auto.internal:13388): on response callback started
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, f9ca7ed3-c3d5-409e-8222-62c0b03e8962, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, f9ca7ed3-c3d5-409e-8222-62c0b03e8962, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=NjdjNjUyNC02OTJiOGNiOS1jMDI2OWM3ZS00MTQwNTBjYw==" 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(CreateSession, e471c00f-4a89-467e-ac32-4129f7d42199, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NjFhMGE3ZTUtMTZhNDhjYzgtNDU0NjY4NzQtMzA0NDFmZg==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becfc13f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1becfc13f0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, e471c00f-4a89-467e-ac32-4129f7d42199, ghrun-pubjovggeu.auto.internal:13388): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 30bf4723-227e-4bcd-a828-aeefcc78356f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 30bf4723-227e-4bcd-a828-aeefcc78356f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=NjFhMGE3ZTUtMTZhNDhjYzgtNDU0NjY4NzQtMzA0NDFmZg==" 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     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:3103/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_kracoi73.log --grpc-port=3103 --mon-port=4221 --ic-port=13271 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_kracoi73.log', '--grpc-port=3103', '--mon-port=4221', '--ic-port=13271', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1454506
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:3103/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1454509
DEBUG    ya.test:process.py:259 Command (pid 1454509) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1454509) elapsed time (sec): 2.5438547134399414
DEBUG    ya.test:process.py:263 Command (pid 1454509) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1454509) inblock: 8
DEBUG    ya.test:process.py:263 Command (pid 1454509) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1454509) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1454509) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1454509) maxrss: 816252
DEBUG    ya.test:process.py:263 Command (pid 1454509) minflt: 45334
DEBUG    ya.test:process.py:263 Command (pid 1454509) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1454509) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1454509) nivcsw: 273
DEBUG    ya.test:process.py:263 Command (pid 1454509) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1454509) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1454509) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1454509) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1454509) stime: 0.22661299999999998
DEBUG    ya.test:process.py:263 Command (pid 1454509) utime: 0.589916
DEBUG    ya.test:process.py:263 Command (pid 1454509) wtime: 2.552
DEBUG    ya.test:process.py:275 Command (pid 1454509) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 4 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
INFO     __tests__.test_encryption:test_encryption.py:139 Status {
  Success: true
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 14528
      NodeId: 2
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 14528
      NodeId: 2
    }
    Path: "SectorMap:2:64"
    Status: ACTIVE
    PDiskId: 1000
  }
}
Success: true
ConfigTxSeqNo: 36

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 14528 SectorMap:1:64
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 37
}

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

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 14528 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: 1
        VDisk: 0
      }
      From {
        NodeId: 2
        PDiskId: 1000
        VSlotId: 1000
      }
      To {
        NodeId: 2
        PDiskId: 1
        VSlotId: 1000
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038081
        GroupGeneration: 1
        Ring: 0
        Domain: 1
        VDisk: 0
      }
      From {
        NodeId: 2
        PDiskId: 1000
        VSlotId: 1001
      }
      To {
        NodeId: 2
        PDiskId: 1
        VSlotId: 1001
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
  }
  ErrorDescription: "Group may become degraded GroupId# 2181038083"
  ConfigTxSeqNo: 38
}

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

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, 3066e796-e714-4e0d-96b2-a89220d77b83, localhost:24702): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3066e796-e714-4e0d-96b2-a89220d77b83, localhost:24702): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3066e796-e714-4e0d-96b2-a89220d77b83, localhost:24702): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pubjovggeu.auto.internal" port: 13139 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 } 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-pubjovggeu.auto.internal:13139, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:24702
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-pubjovggeu.auto.internal:31694
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:31694/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_slm60wxp.log --grpc-port=31694 --mon-port=10676 --ic-port=22584 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_slm60wxp.log', '--grpc-port=31694', '--mon-port=10676', '--ic-port=22584', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1455294
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:31694/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1455295
DEBUG    ya.test:process.py:259 Command (pid 1455295) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1455295) elapsed time (sec): 2.2992658615112305
DEBUG    ya.test:process.py:263 Command (pid 1455295) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) maxrss: 816252
DEBUG    ya.test:process.py:263 Command (pid 1455295) minflt: 45295
DEBUG    ya.test:process.py:263 Command (pid 1455295) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) nivcsw: 281
DEBUG    ya.test:process.py:263 Command (pid 1455295) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1455295) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1455295) stime: 0.251979
DEBUG    ya.test:process.py:263 Command (pid 1455295) utime: 0.556277
DEBUG    ya.test:process.py:263 Command (pid 1455295) wtime: 2.339
DEBUG    ya.test:process.py:275 Command (pid 1455295) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:13139/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_hgbka8pj.log --grpc-port=13139 --mon-port=12323 --ic-port=32677 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_hgbka8pj.log', '--grpc-port=13139', '--mon-port=12323', '--ic-port=32677', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1455899
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:13139/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1455905
DEBUG    ya.test:process.py:259 Command (pid 1455905) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1455905) elapsed time (sec): 1.7651259899139404
DEBUG    ya.test:process.py:263 Command (pid 1455905) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) maxrss: 816252
DEBUG    ya.test:process.py:263 Command (pid 1455905) minflt: 45373
DEBUG    ya.test:process.py:263 Command (pid 1455905) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) nivcsw: 251
DEBUG    ya.test:process.py:263 Command (pid 1455905) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 1455905) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1455905) stime: 0.230699
DEBUG    ya.test:process.py:263 Command (pid 1455905) utime: 0.5394519999999999
DEBUG    ya.test:process.py:263 Command (pid 1455905) wtime: 1.787
DEBUG    ya.test:process.py:275 Command (pid 1455905) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 2 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 30bf4723-227e-4bcd-a828-aeefcc78356f, ghrun-pubjovggeu.auto.internal:13388): 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 44516ms during compilation" severity: 1 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becfc13f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1becfc13f0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1becfc13f0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 176ab259-e932-48f6-a4eb-ed3393bd3a37, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, f9ca7ed3-c3d5-409e-8222-62c0b03e8962, ghrun-pubjovggeu.auto.internal:13388): 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 44881ms during compilation" severity: 1 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 176ab259-e932-48f6-a4eb-ed3393bd3a37, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=NjFhMGE3ZTUtMTZhNDhjYzgtNDU0NjY4NzQtMzA0NDFmZg==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 176ab259-e932-48f6-a4eb-ed3393bd3a37, ghrun-pubjovggeu.auto.internal:13388): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 176ab259-e932-48f6-a4eb-ed3393bd3a37, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 176ab259-e932-48f6-a4eb-ed3393bd3a37, ghrun-pubjovggeu.auto.internal:13388): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c1becfc13f0>
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 44516ms during compilation" severity: 1 (server_code: 400160)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becfd2db0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1becfd2db0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1becfd2db0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 413e2584-f94e-47c7-816f-0077869a446d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 413e2584-f94e-47c7-816f-0077869a446d, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=NjdjNjUyNC02OTJiOGNiOS1jMDI2OWM3ZS00MTQwNTBjYw==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c1becfd2db0>
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 44881ms 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 0x7c1bed222630 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 0x7c1bed2247f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bed2247f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 5e77940c-f046-4419-8253-eb360df8b86f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5e77940c-f046-4419-8253-eb360df8b86f, ghrun-pubjovggeu.auto.internal:13388): 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 0x7c1bed221430 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 0x7c1becce0cf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1becce0cf0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 9b22c588-110a-4dc2-b946-40b1fad2d10f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9b22c588-110a-4dc2-b946-40b1fad2d10f, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 413e2584-f94e-47c7-816f-0077869a446d, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(DeleteSession, 413e2584-f94e-47c7-816f-0077869a446d, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:08:30.26213767+00:00"}"
>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 5e77940c-f046-4419-8253-eb360df8b86f, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 5e77940c-f046-4419-8253-eb360df8b86f, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:08:30.483061481+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 0x7c1bed2247f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, cd9640df-d6a3-4c1c-80a4-fe89b27d6fd4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 9b22c588-110a-4dc2-b946-40b1fad2d10f, ghrun-pubjovggeu.auto.internal:13388): on response callback started
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cd9640df-d6a3-4c1c-80a4-fe89b27d6fd4, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 9b22c588-110a-4dc2-b946-40b1fad2d10f, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:08:30.531504694+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 0x7c1becce0cf0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, f0345cd9-ab9f-44ce-ab88-bff2d8446d0d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f0345cd9-ab9f-44ce-ab88-bff2d8446d0d, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, cd9640df-d6a3-4c1c-80a4-fe89b27d6fd4, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, cd9640df-d6a3-4c1c-80a4-fe89b27d6fd4, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:08:32.438671739+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, cd9640df-d6a3-4c1c-80a4-fe89b27d6fd4, ghrun-pubjovggeu.auto.internal:13388): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-pubjovggeu.auto.internal:13388
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-21T17:08:32.438671739+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, f0345cd9-ab9f-44ce-ab88-bff2d8446d0d, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, f0345cd9-ab9f-44ce-ab88-bff2d8446d0d, ghrun-pubjovggeu.auto.internal:13388): 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  {grpc_message:"Cancelled on the server side", grpc_status:1, created_time:"2025-11-21T17:08:32.438892846+00:00"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, f0345cd9-ab9f-44ce-ab88-bff2d8446d0d, ghrun-pubjovggeu.auto.internal:13388): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-pubjovggeu.auto.internal:13388
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
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  {grpc_message:"Cancelled on the server side", grpc_status:1, created_time:"2025-11-21T17:08:32.438892846+00:00"}"
>
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 0x7c1bed222630 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1bed221430 state=pending>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 42092a7d-334b-4c22-be54-590fb633bdea, localhost:24702): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 42092a7d-334b-4c22-be54-590fb633bdea, localhost:24702): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 42092a7d-334b-4c22-be54-590fb633bdea, localhost:24702): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pubjovggeu.auto.internal" port: 3103 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-pubjovggeu.auto.internal:3103, 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:24702
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bed2247f0>
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 0x7c1bed2247f0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bed2247f0> is no longer active. Current active count 1.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1becce0cf0>
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 0x7c1becce0cf0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1becce0cf0> 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 0x7c1becd10bb0 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 0x7c1becd0c270>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 83f4d685-4bac-4768-94ff-9b85db024312, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 83f4d685-4bac-4768-94ff-9b85db024312, ghrun-pubjovggeu.auto.internal:3103): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 83f4d685-4bac-4768-94ff-9b85db024312, ghrun-pubjovggeu.auto.internal:3103): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 83f4d685-4bac-4768-94ff-9b85db024312, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 83f4d685-4bac-4768-94ff-9b85db024312, ghrun-pubjovggeu.auto.internal:3103): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 954c4ced-56e8-457c-9b3a-ade0911e42c5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 954c4ced-56e8-457c-9b3a-ade0911e42c5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" 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 0x7c1beccc91f0 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 0x7c1becd31a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 0067e2b1-3a82-4fbe-a0b1-e36fdc404fdf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0067e2b1-3a82-4fbe-a0b1-e36fdc404fdf, ghrun-pubjovggeu.auto.internal:3103): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 0067e2b1-3a82-4fbe-a0b1-e36fdc404fdf, ghrun-pubjovggeu.auto.internal:3103): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0067e2b1-3a82-4fbe-a0b1-e36fdc404fdf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 0067e2b1-3a82-4fbe-a0b1-e36fdc404fdf, ghrun-pubjovggeu.auto.internal:3103): on response callback success
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 954c4ced-56e8-457c-9b3a-ade0911e42c5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=e66b029f-b9c2fec0-724b31b9-ef9ca09c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 220b2091-c527-495e-9ddf-5dc844a199d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, d1a3a7e8-45c3-465a-ac32-e414f861e846, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, d1a3a7e8-45c3-465a-ac32-e414f861e846, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" 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:63 RpcState(ExecuteDataQuery, 220b2091-c527-495e-9ddf-5dc844a199d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 120291362562800641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641" } } } 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, d1a3a7e8-45c3-465a-ac32-e414f861e846, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=e66b029f-b9c2fec0-724b31b9-ef9ca09c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09892e64-4682-4bcc-8840-425970afda19, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09892e64-4682-4bcc-8840-425970afda19, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10999208288355257880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099920828835525788010999208288355257880109992082883552578801099920828835525788010999208288355257880109992082883552578801099920828835525788010999208288355257880109992082883552578801099920828835525788010999208288355257880109992082883552578801099920828835525788010999208288355257880109992082883552578801099920828835525788010999208288355257880109992082883552578801099920828835525788010999208288355257880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 220b2091-c527-495e-9ddf-5dc844a199d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea13e147-442b-4655-9187-4f8de9d0cba5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea13e147-442b-4655-9187-4f8de9d0cba5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13535160826392955922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353516082639295592213535160826392955922135351608263929559221353516082639295592213535160826392955922135351608263929559221353516082639295592213535160826392955922135351608263929559221353516082639295592213535160826392955922135351608263929559221353516082639295592213535160826392955922135351608263929559221353516082639295592213535160826392955922135351608263929559221353516082639295592213535160826392955922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09892e64-4682-4bcc-8840-425970afda19, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea13e147-442b-4655-9187-4f8de9d0cba5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ad9482e-3793-467e-bc5b-27844885f127, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e7a3664-d9aa-47f6-a034-9ebc23e35256, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e7a3664-d9aa-47f6-a034-9ebc23e35256, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11277332645436753172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127733264543675317211277332645436753172112773326454367531721127733264543675317211277332645436753172112773326454367531721127733264543675317211277332645436753172112773326454367531721127733264543675317211277332645436753172112773326454367531721127733264543675317211277332645436753172112773326454367531721127733264543675317211277332645436753172112773326454367531721127733264543675317211277332645436753172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ad9482e-3793-467e-bc5b-27844885f127, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15697957080983738792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569795708098373879215697957080983738792156979570809837387921569795708098373879215697957080983738792156979570809837387921569795708098373879215697957080983738792156979570809837387921569795708098373879215697957080983738792156979570809837387921569795708098373879215697957080983738792156979570809837387921569795708098373879215697957080983738792156979570809837387921569795708098373879215697957080983738792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e7a3664-d9aa-47f6-a034-9ebc23e35256, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51340e1c-d722-4a87-94b4-b162d6bcd64b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ad9482e-3793-467e-bc5b-27844885f127, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51340e1c-d722-4a87-94b4-b162d6bcd64b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6531524929910905766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65315249299109057666531524929910905766653152492991090576665315249299109057666531524929910905766653152492991090576665315249299109057666531524929910905766653152492991090576665315249299109057666531524929910905766653152492991090576665315249299109057666531524929910905766653152492991090576665315249299109057666531524929910905766653152492991090576665315249299109057666531524929910905766" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61ad2cfc-e04d-4e3f-b86e-8f641f44c17f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ad2cfc-e04d-4e3f-b86e-8f641f44c17f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13840188333303298469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384018833330329846913840188333303298469138401883333032984691384018833330329846913840188333303298469138401883333032984691384018833330329846913840188333303298469138401883333032984691384018833330329846913840188333303298469138401883333032984691384018833330329846913840188333303298469138401883333032984691384018833330329846913840188333303298469138401883333032984691384018833330329846913840188333303298469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51340e1c-d722-4a87-94b4-b162d6bcd64b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2647e30d-55fa-4201-b1b8-b0d34839dfd7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2647e30d-55fa-4201-b1b8-b0d34839dfd7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14776486957579500847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477648695757950084714776486957579500847147764869575795008471477648695757950084714776486957579500847147764869575795008471477648695757950084714776486957579500847147764869575795008471477648695757950084714776486957579500847147764869575795008471477648695757950084714776486957579500847147764869575795008471477648695757950084714776486957579500847147764869575795008471477648695757950084714776486957579500847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ad2cfc-e04d-4e3f-b86e-8f641f44c17f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d6c2e5f-3911-420d-bd9e-af2ba438c122, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d6c2e5f-3911-420d-bd9e-af2ba438c122, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11088680589194743154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108868058919474315411088680589194743154110886805891947431541108868058919474315411088680589194743154110886805891947431541108868058919474315411088680589194743154110886805891947431541108868058919474315411088680589194743154110886805891947431541108868058919474315411088680589194743154110886805891947431541108868058919474315411088680589194743154110886805891947431541108868058919474315411088680589194743154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2647e30d-55fa-4201-b1b8-b0d34839dfd7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0220af1e-54b4-4cba-8efd-aa33107e4b87, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d6c2e5f-3911-420d-bd9e-af2ba438c122, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0220af1e-54b4-4cba-8efd-aa33107e4b87, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 54142474262652153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5414247426265215354142474262652153541424742626521535414247426265215354142474262652153541424742626521535414247426265215354142474262652153541424742626521535414247426265215354142474262652153541424742626521535414247426265215354142474262652153541424742626521535414247426265215354142474262652153541424742626521535414247426265215354142474262652153" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9690983b-0bde-4fa4-8b17-eda0341728e1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9690983b-0bde-4fa4-8b17-eda0341728e1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4075719006985103305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40757190069851033054075719006985103305407571900698510330540757190069851033054075719006985103305407571900698510330540757190069851033054075719006985103305407571900698510330540757190069851033054075719006985103305407571900698510330540757190069851033054075719006985103305407571900698510330540757190069851033054075719006985103305407571900698510330540757190069851033054075719006985103305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0220af1e-54b4-4cba-8efd-aa33107e4b87, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15964810-1bde-4d4e-b37a-6e98863e8b8d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15964810-1bde-4d4e-b37a-6e98863e8b8d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 904320642305817428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9690983b-0bde-4fa4-8b17-eda0341728e1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 073b65b4-d161-4d85-8554-4f449ce788a7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 073b65b4-d161-4d85-8554-4f449ce788a7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6975256582819232870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69752565828192328706975256582819232870697525658281923287069752565828192328706975256582819232870697525658281923287069752565828192328706975256582819232870697525658281923287069752565828192328706975256582819232870697525658281923287069752565828192328706975256582819232870697525658281923287069752565828192328706975256582819232870697525658281923287069752565828192328706975256582819232870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15964810-1bde-4d4e-b37a-6e98863e8b8d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5daa5ae1-9081-4ab6-b27c-d179a2bfc399, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 073b65b4-d161-4d85-8554-4f449ce788a7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5daa5ae1-9081-4ab6-b27c-d179a2bfc399, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5831684121431003557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58316841214310035575831684121431003557583168412143100355758316841214310035575831684121431003557583168412143100355758316841214310035575831684121431003557583168412143100355758316841214310035575831684121431003557583168412143100355758316841214310035575831684121431003557583168412143100355758316841214310035575831684121431003557583168412143100355758316841214310035575831684121431003557" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d32ce8b-d7af-4539-b8d0-e52ebb667b6e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d32ce8b-d7af-4539-b8d0-e52ebb667b6e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12041179515334804382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204117951533480438212041179515334804382120411795153348043821204117951533480438212041179515334804382120411795153348043821204117951533480438212041179515334804382120411795153348043821204117951533480438212041179515334804382120411795153348043821204117951533480438212041179515334804382120411795153348043821204117951533480438212041179515334804382120411795153348043821204117951533480438212041179515334804382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5daa5ae1-9081-4ab6-b27c-d179a2bfc399, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a944e01f-91a7-43fe-bc6e-c6f3738bd2a2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a944e01f-91a7-43fe-bc6e-c6f3738bd2a2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12334346786560194223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233434678656019422312334346786560194223123343467865601942231233434678656019422312334346786560194223123343467865601942231233434678656019422312334346786560194223123343467865601942231233434678656019422312334346786560194223123343467865601942231233434678656019422312334346786560194223123343467865601942231233434678656019422312334346786560194223123343467865601942231233434678656019422312334346786560194223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d32ce8b-d7af-4539-b8d0-e52ebb667b6e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec21d0b7-8c55-45ff-b910-f3c4f6f263c1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec21d0b7-8c55-45ff-b910-f3c4f6f263c1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17332197628308577210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733219762830857721017332197628308577210173321976283085772101733219762830857721017332197628308577210173321976283085772101733219762830857721017332197628308577210173321976283085772101733219762830857721017332197628308577210173321976283085772101733219762830857721017332197628308577210173321976283085772101733219762830857721017332197628308577210173321976283085772101733219762830857721017332197628308577210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a944e01f-91a7-43fe-bc6e-c6f3738bd2a2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4504ab4b-39a1-4582-b001-994cac493c26, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4504ab4b-39a1-4582-b001-994cac493c26, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 524486213265428950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec21d0b7-8c55-45ff-b910-f3c4f6f263c1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e062f895-59ee-445e-828b-b6eafb34276b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e062f895-59ee-445e-828b-b6eafb34276b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6698425111255888550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66984251112558885506698425111255888550669842511125588855066984251112558885506698425111255888550669842511125588855066984251112558885506698425111255888550669842511125588855066984251112558885506698425111255888550669842511125588855066984251112558885506698425111255888550669842511125588855066984251112558885506698425111255888550669842511125588855066984251112558885506698425111255888550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4504ab4b-39a1-4582-b001-994cac493c26, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e062f895-59ee-445e-828b-b6eafb34276b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f019344-ef7f-4638-812d-4518982849e4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3abacf93-2ab9-4c51-8a8c-4e7c755143e8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f019344-ef7f-4638-812d-4518982849e4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15783161257226935410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578316125722693541015783161257226935410157831612572269354101578316125722693541015783161257226935410157831612572269354101578316125722693541015783161257226935410157831612572269354101578316125722693541015783161257226935410157831612572269354101578316125722693541015783161257226935410157831612572269354101578316125722693541015783161257226935410157831612572269354101578316125722693541015783161257226935410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3abacf93-2ab9-4c51-8a8c-4e7c755143e8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12022448847156261725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202244884715626172512022448847156261725120224488471562617251202244884715626172512022448847156261725120224488471562617251202244884715626172512022448847156261725120224488471562617251202244884715626172512022448847156261725120224488471562617251202244884715626172512022448847156261725120224488471562617251202244884715626172512022448847156261725120224488471562617251202244884715626172512022448847156261725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f019344-ef7f-4638-812d-4518982849e4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3abacf93-2ab9-4c51-8a8c-4e7c755143e8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de395a5a-cd9c-40f7-b404-e6df04eacade, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de395a5a-cd9c-40f7-b404-e6df04eacade, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2740225348952132965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27402253489521329652740225348952132965274022534895213296527402253489521329652740225348952132965274022534895213296527402253489521329652740225348952132965274022534895213296527402253489521329652740225348952132965274022534895213296527402253489521329652740225348952132965274022534895213296527402253489521329652740225348952132965274022534895213296527402253489521329652740225348952132965" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a791017b-01de-4724-a197-1106e09715a7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a791017b-01de-4724-a197-1106e09715a7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3356969380718344982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33569693807183449823356969380718344982335696938071834498233569693807183449823356969380718344982335696938071834498233569693807183449823356969380718344982335696938071834498233569693807183449823356969380718344982335696938071834498233569693807183449823356969380718344982335696938071834498233569693807183449823356969380718344982335696938071834498233569693807183449823356969380718344982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de395a5a-cd9c-40f7-b404-e6df04eacade, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1959d42e-3b1d-4697-b5c7-b409cdd64bbd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1959d42e-3b1d-4697-b5c7-b409cdd64bbd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14094857559574669940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409485755957466994014094857559574669940140948575595746699401409485755957466994014094857559574669940140948575595746699401409485755957466994014094857559574669940140948575595746699401409485755957466994014094857559574669940140948575595746699401409485755957466994014094857559574669940140948575595746699401409485755957466994014094857559574669940140948575595746699401409485755957466994014094857559574669940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a791017b-01de-4724-a197-1106e09715a7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e3ac37f-2f9f-4261-9395-3daf5fbc5d1d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e3ac37f-2f9f-4261-9395-3daf5fbc5d1d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1060834414052424368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10608344140524243681060834414052424368106083441405242436810608344140524243681060834414052424368106083441405242436810608344140524243681060834414052424368106083441405242436810608344140524243681060834414052424368106083441405242436810608344140524243681060834414052424368106083441405242436810608344140524243681060834414052424368106083441405242436810608344140524243681060834414052424368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1959d42e-3b1d-4697-b5c7-b409cdd64bbd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a47d60dd-36ee-4ef4-af1e-c7f3f3948eb1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a47d60dd-36ee-4ef4-af1e-c7f3f3948eb1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15110601304757928819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511060130475792881915110601304757928819151106013047579288191511060130475792881915110601304757928819151106013047579288191511060130475792881915110601304757928819151106013047579288191511060130475792881915110601304757928819151106013047579288191511060130475792881915110601304757928819151106013047579288191511060130475792881915110601304757928819151106013047579288191511060130475792881915110601304757928819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e3ac37f-2f9f-4261-9395-3daf5fbc5d1d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b712687-9f88-4b96-a335-c9ac298c1fe7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b712687-9f88-4b96-a335-c9ac298c1fe7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10837511974529296563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083751197452929656310837511974529296563108375119745292965631083751197452929656310837511974529296563108375119745292965631083751197452929656310837511974529296563108375119745292965631083751197452929656310837511974529296563108375119745292965631083751197452929656310837511974529296563108375119745292965631083751197452929656310837511974529296563108375119745292965631083751197452929656310837511974529296563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a47d60dd-36ee-4ef4-af1e-c7f3f3948eb1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86b95799-e534-4c06-ac28-7d280c7d5f9b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86b95799-e534-4c06-ac28-7d280c7d5f9b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4204953655676827850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42049536556768278504204953655676827850420495365567682785042049536556768278504204953655676827850420495365567682785042049536556768278504204953655676827850420495365567682785042049536556768278504204953655676827850420495365567682785042049536556768278504204953655676827850420495365567682785042049536556768278504204953655676827850420495365567682785042049536556768278504204953655676827850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b712687-9f88-4b96-a335-c9ac298c1fe7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86b95799-e534-4c06-ac28-7d280c7d5f9b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68528869-4b38-4ab5-95af-8064b4a26eb1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68528869-4b38-4ab5-95af-8064b4a26eb1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12565492118606397433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256549211860639743312565492118606397433125654921186063974331256549211860639743312565492118606397433125654921186063974331256549211860639743312565492118606397433125654921186063974331256549211860639743312565492118606397433125654921186063974331256549211860639743312565492118606397433125654921186063974331256549211860639743312565492118606397433125654921186063974331256549211860639743312565492118606397433" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4ccdd79-667b-42ac-bf14-52e97336164f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68528869-4b38-4ab5-95af-8064b4a26eb1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a74048e4-805c-42fd-9c96-5e21da350558, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a74048e4-805c-42fd-9c96-5e21da350558, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15148856033328855742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514885603332885574215148856033328855742151488560333288557421514885603332885574215148856033328855742151488560333288557421514885603332885574215148856033328855742151488560333288557421514885603332885574215148856033328855742151488560333288557421514885603332885574215148856033328855742151488560333288557421514885603332885574215148856033328855742151488560333288557421514885603332885574215148856033328855742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4ccdd79-667b-42ac-bf14-52e97336164f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7889269294289367900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78892692942893679007889269294289367900788926929428936790078892692942893679007889269294289367900788926929428936790078892692942893679007889269294289367900788926929428936790078892692942893679007889269294289367900788926929428936790078892692942893679007889269294289367900788926929428936790078892692942893679007889269294289367900788926929428936790078892692942893679007889269294289367900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a74048e4-805c-42fd-9c96-5e21da350558, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7aea076-e762-4807-8a19-cf6e2816a9c7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7aea076-e762-4807-8a19-cf6e2816a9c7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1875119494079577075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18751194940795770751875119494079577075187511949407957707518751194940795770751875119494079577075187511949407957707518751194940795770751875119494079577075187511949407957707518751194940795770751875119494079577075187511949407957707518751194940795770751875119494079577075187511949407957707518751194940795770751875119494079577075187511949407957707518751194940795770751875119494079577075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4ccdd79-667b-42ac-bf14-52e97336164f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96a14f08-a24a-4437-bed3-1da9ded9b85c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96a14f08-a24a-4437-bed3-1da9ded9b85c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14939260468260181081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493926046826018108114939260468260181081149392604682601810811493926046826018108114939260468260181081149392604682601810811493926046826018108114939260468260181081149392604682601810811493926046826018108114939260468260181081149392604682601810811493926046826018108114939260468260181081149392604682601810811493926046826018108114939260468260181081149392604682601810811493926046826018108114939260468260181081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7aea076-e762-4807-8a19-cf6e2816a9c7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1afede78-99d4-454e-acc7-8cca763aecfe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1afede78-99d4-454e-acc7-8cca763aecfe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13749036100082149381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374903610008214938113749036100082149381137490361000821493811374903610008214938113749036100082149381137490361000821493811374903610008214938113749036100082149381137490361000821493811374903610008214938113749036100082149381137490361000821493811374903610008214938113749036100082149381137490361000821493811374903610008214938113749036100082149381137490361000821493811374903610008214938113749036100082149381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96a14f08-a24a-4437-bed3-1da9ded9b85c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b44bbf7-81d2-45b5-8504-87033069a9a8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b44bbf7-81d2-45b5-8504-87033069a9a8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6806572669698109890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68065726696981098906806572669698109890680657266969810989068065726696981098906806572669698109890680657266969810989068065726696981098906806572669698109890680657266969810989068065726696981098906806572669698109890680657266969810989068065726696981098906806572669698109890680657266969810989068065726696981098906806572669698109890680657266969810989068065726696981098906806572669698109890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1afede78-99d4-454e-acc7-8cca763aecfe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ede160db-44bf-44ea-a6be-3b77605b2f5b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede160db-44bf-44ea-a6be-3b77605b2f5b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1603436437562355453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16034364375623554531603436437562355453160343643756235545316034364375623554531603436437562355453160343643756235545316034364375623554531603436437562355453160343643756235545316034364375623554531603436437562355453160343643756235545316034364375623554531603436437562355453160343643756235545316034364375623554531603436437562355453160343643756235545316034364375623554531603436437562355453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b44bbf7-81d2-45b5-8504-87033069a9a8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb16c144-fcda-4f07-92a3-d5d55226ea64, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb16c144-fcda-4f07-92a3-d5d55226ea64, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14882319351963788013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488231935196378801314882319351963788013148823193519637880131488231935196378801314882319351963788013148823193519637880131488231935196378801314882319351963788013148823193519637880131488231935196378801314882319351963788013148823193519637880131488231935196378801314882319351963788013148823193519637880131488231935196378801314882319351963788013148823193519637880131488231935196378801314882319351963788013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede160db-44bf-44ea-a6be-3b77605b2f5b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a07e353c-451a-4613-8aa7-97bdaddd0316, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a07e353c-451a-4613-8aa7-97bdaddd0316, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2269086958974228566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22690869589742285662269086958974228566226908695897422856622690869589742285662269086958974228566226908695897422856622690869589742285662269086958974228566226908695897422856622690869589742285662269086958974228566226908695897422856622690869589742285662269086958974228566226908695897422856622690869589742285662269086958974228566226908695897422856622690869589742285662269086958974228566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb16c144-fcda-4f07-92a3-d5d55226ea64, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d39e038b-8dae-4486-925e-c7fec883844c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d39e038b-8dae-4486-925e-c7fec883844c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18065020786792670841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806502078679267084118065020786792670841180650207867926708411806502078679267084118065020786792670841180650207867926708411806502078679267084118065020786792670841180650207867926708411806502078679267084118065020786792670841180650207867926708411806502078679267084118065020786792670841180650207867926708411806502078679267084118065020786792670841180650207867926708411806502078679267084118065020786792670841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a07e353c-451a-4613-8aa7-97bdaddd0316, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d39e038b-8dae-4486-925e-c7fec883844c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f47895f8-861b-43e0-85bf-8deec42c4418, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f47895f8-861b-43e0-85bf-8deec42c4418, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13332316995136434748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333231699513643474813332316995136434748133323169951364347481333231699513643474813332316995136434748133323169951364347481333231699513643474813332316995136434748133323169951364347481333231699513643474813332316995136434748133323169951364347481333231699513643474813332316995136434748133323169951364347481333231699513643474813332316995136434748133323169951364347481333231699513643474813332316995136434748" } } } 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, 006df7ac-a2d6-49b1-9dbb-9e40283890af, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 006df7ac-a2d6-49b1-9dbb-9e40283890af, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1132401295640121188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11324012956401211881132401295640121188113240129564012118811324012956401211881132401295640121188113240129564012118811324012956401211881132401295640121188113240129564012118811324012956401211881132401295640121188113240129564012118811324012956401211881132401295640121188113240129564012118811324012956401211881132401295640121188113240129564012118811324012956401211881132401295640121188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f47895f8-861b-43e0-85bf-8deec42c4418, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f0c24f9-03d8-4857-9a13-d66339770d5a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f0c24f9-03d8-4857-9a13-d66339770d5a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14037477219098299938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403747721909829993814037477219098299938140374772190982999381403747721909829993814037477219098299938140374772190982999381403747721909829993814037477219098299938140374772190982999381403747721909829993814037477219098299938140374772190982999381403747721909829993814037477219098299938140374772190982999381403747721909829993814037477219098299938140374772190982999381403747721909829993814037477219098299938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 006df7ac-a2d6-49b1-9dbb-9e40283890af, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20d6024c-811d-4861-ab6a-770251d31f01, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20d6024c-811d-4861-ab6a-770251d31f01, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5173223379408326551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51732233794083265515173223379408326551517322337940832655151732233794083265515173223379408326551517322337940832655151732233794083265515173223379408326551517322337940832655151732233794083265515173223379408326551517322337940832655151732233794083265515173223379408326551517322337940832655151732233794083265515173223379408326551517322337940832655151732233794083265515173223379408326551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f0c24f9-03d8-4857-9a13-d66339770d5a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da2d0db1-b82b-42cb-a9fe-4cbeddbdf8d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da2d0db1-b82b-42cb-a9fe-4cbeddbdf8d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14099303274697748573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409930327469774857314099303274697748573140993032746977485731409930327469774857314099303274697748573140993032746977485731409930327469774857314099303274697748573140993032746977485731409930327469774857314099303274697748573140993032746977485731409930327469774857314099303274697748573140993032746977485731409930327469774857314099303274697748573140993032746977485731409930327469774857314099303274697748573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20d6024c-811d-4861-ab6a-770251d31f01, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 843c4e77-e3c4-49ef-82b3-210dd3d3a820, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 843c4e77-e3c4-49ef-82b3-210dd3d3a820, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14092814036597644017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409281403659764401714092814036597644017140928140365976440171409281403659764401714092814036597644017140928140365976440171409281403659764401714092814036597644017140928140365976440171409281403659764401714092814036597644017140928140365976440171409281403659764401714092814036597644017140928140365976440171409281403659764401714092814036597644017140928140365976440171409281403659764401714092814036597644017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da2d0db1-b82b-42cb-a9fe-4cbeddbdf8d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 322dd814-e446-4141-88db-29ece442f2c6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 322dd814-e446-4141-88db-29ece442f2c6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16536748302810316511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653674830281031651116536748302810316511165367483028103165111653674830281031651116536748302810316511165367483028103165111653674830281031651116536748302810316511165367483028103165111653674830281031651116536748302810316511165367483028103165111653674830281031651116536748302810316511165367483028103165111653674830281031651116536748302810316511165367483028103165111653674830281031651116536748302810316511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 843c4e77-e3c4-49ef-82b3-210dd3d3a820, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fbb0ccd-4f32-4948-9e9e-5eb971f3c6dc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fbb0ccd-4f32-4948-9e9e-5eb971f3c6dc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16984093092204374335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698409309220437433516984093092204374335169840930922043743351698409309220437433516984093092204374335169840930922043743351698409309220437433516984093092204374335169840930922043743351698409309220437433516984093092204374335169840930922043743351698409309220437433516984093092204374335169840930922043743351698409309220437433516984093092204374335169840930922043743351698409309220437433516984093092204374335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 322dd814-e446-4141-88db-29ece442f2c6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79a6922e-e56e-45f4-917a-5b9d3375864a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79a6922e-e56e-45f4-917a-5b9d3375864a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6501591653272784244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65015916532727842446501591653272784244650159165327278424465015916532727842446501591653272784244650159165327278424465015916532727842446501591653272784244650159165327278424465015916532727842446501591653272784244650159165327278424465015916532727842446501591653272784244650159165327278424465015916532727842446501591653272784244650159165327278424465015916532727842446501591653272784244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79a6922e-e56e-45f4-917a-5b9d3375864a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19690971-a410-490c-916d-84edf9e6d7e4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19690971-a410-490c-916d-84edf9e6d7e4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9742991719739765465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97429917197397654659742991719739765465974299171973976546597429917197397654659742991719739765465974299171973976546597429917197397654659742991719739765465974299171973976546597429917197397654659742991719739765465974299171973976546597429917197397654659742991719739765465974299171973976546597429917197397654659742991719739765465974299171973976546597429917197397654659742991719739765465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fbb0ccd-4f32-4948-9e9e-5eb971f3c6dc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8783542c-4e23-462b-b871-f46c24ecbf00, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8783542c-4e23-462b-b871-f46c24ecbf00, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7785822749902537341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77858227499025373417785822749902537341778582274990253734177858227499025373417785822749902537341778582274990253734177858227499025373417785822749902537341778582274990253734177858227499025373417785822749902537341778582274990253734177858227499025373417785822749902537341778582274990253734177858227499025373417785822749902537341778582274990253734177858227499025373417785822749902537341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19690971-a410-490c-916d-84edf9e6d7e4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2162d7ff-2884-48cc-9265-0d238bab34ac, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2162d7ff-2884-48cc-9265-0d238bab34ac, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9815786652858842493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98157866528588424939815786652858842493981578665285884249398157866528588424939815786652858842493981578665285884249398157866528588424939815786652858842493981578665285884249398157866528588424939815786652858842493981578665285884249398157866528588424939815786652858842493981578665285884249398157866528588424939815786652858842493981578665285884249398157866528588424939815786652858842493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8783542c-4e23-462b-b871-f46c24ecbf00, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4a86005-64f0-4f7a-8ee2-d4b5779ad53c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4a86005-64f0-4f7a-8ee2-d4b5779ad53c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12900586340566674023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290058634056667402312900586340566674023129005863405666740231290058634056667402312900586340566674023129005863405666740231290058634056667402312900586340566674023129005863405666740231290058634056667402312900586340566674023129005863405666740231290058634056667402312900586340566674023129005863405666740231290058634056667402312900586340566674023129005863405666740231290058634056667402312900586340566674023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2162d7ff-2884-48cc-9265-0d238bab34ac, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 335a1fe9-5a0b-4009-9306-28d434720841, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 335a1fe9-5a0b-4009-9306-28d434720841, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9904228051143808185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99042280511438081859904228051143808185990422805114380818599042280511438081859904228051143808185990422805114380818599042280511438081859904228051143808185990422805114380818599042280511438081859904228051143808185990422805114380818599042280511438081859904228051143808185990422805114380818599042280511438081859904228051143808185990422805114380818599042280511438081859904228051143808185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4a86005-64f0-4f7a-8ee2-d4b5779ad53c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ee9778e-a089-4cfc-a297-c236c1720335, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ee9778e-a089-4cfc-a297-c236c1720335, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3116256163955639451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31162561639556394513116256163955639451311625616395563945131162561639556394513116256163955639451311625616395563945131162561639556394513116256163955639451311625616395563945131162561639556394513116256163955639451311625616395563945131162561639556394513116256163955639451311625616395563945131162561639556394513116256163955639451311625616395563945131162561639556394513116256163955639451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 335a1fe9-5a0b-4009-9306-28d434720841, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f00d91e0-8f1b-4eef-9111-883090768241, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f00d91e0-8f1b-4eef-9111-883090768241, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11634418559699570528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163441855969957052811634418559699570528116344185596995705281163441855969957052811634418559699570528116344185596995705281163441855969957052811634418559699570528116344185596995705281163441855969957052811634418559699570528116344185596995705281163441855969957052811634418559699570528116344185596995705281163441855969957052811634418559699570528116344185596995705281163441855969957052811634418559699570528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ee9778e-a089-4cfc-a297-c236c1720335, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a8eb757-570c-48f8-a40f-df79d5465114, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a8eb757-570c-48f8-a40f-df79d5465114, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17321858834114138341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732185883411413834117321858834114138341173218588341141383411732185883411413834117321858834114138341173218588341141383411732185883411413834117321858834114138341173218588341141383411732185883411413834117321858834114138341173218588341141383411732185883411413834117321858834114138341173218588341141383411732185883411413834117321858834114138341173218588341141383411732185883411413834117321858834114138341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f00d91e0-8f1b-4eef-9111-883090768241, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3b9202e-c9d4-4911-b79d-3bb0a3bdc82f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b9202e-c9d4-4911-b79d-3bb0a3bdc82f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5785240330991045831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57852403309910458315785240330991045831578524033099104583157852403309910458315785240330991045831578524033099104583157852403309910458315785240330991045831578524033099104583157852403309910458315785240330991045831578524033099104583157852403309910458315785240330991045831578524033099104583157852403309910458315785240330991045831578524033099104583157852403309910458315785240330991045831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a8eb757-570c-48f8-a40f-df79d5465114, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50daa261-a5f2-46b4-8b30-b411b5b76aeb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50daa261-a5f2-46b4-8b30-b411b5b76aeb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 752344481877505403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b9202e-c9d4-4911-b79d-3bb0a3bdc82f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2e52fe1-4a89-456d-a5c3-181f579b4253, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50daa261-a5f2-46b4-8b30-b411b5b76aeb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95667c53-22c9-4ad7-be9c-332bc3dc0668, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95667c53-22c9-4ad7-be9c-332bc3dc0668, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12157826046346160438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215782604634616043812157826046346160438121578260463461604381215782604634616043812157826046346160438121578260463461604381215782604634616043812157826046346160438121578260463461604381215782604634616043812157826046346160438121578260463461604381215782604634616043812157826046346160438121578260463461604381215782604634616043812157826046346160438121578260463461604381215782604634616043812157826046346160438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2e52fe1-4a89-456d-a5c3-181f579b4253, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12910688120239771154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291068812023977115412910688120239771154129106881202397711541291068812023977115412910688120239771154129106881202397711541291068812023977115412910688120239771154129106881202397711541291068812023977115412910688120239771154129106881202397711541291068812023977115412910688120239771154129106881202397711541291068812023977115412910688120239771154129106881202397711541291068812023977115412910688120239771154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2e52fe1-4a89-456d-a5c3-181f579b4253, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95667c53-22c9-4ad7-be9c-332bc3dc0668, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3241cb30-939e-46b8-99cd-e919d938efcd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3241cb30-939e-46b8-99cd-e919d938efcd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10244929015439846419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024492901543984641910244929015439846419102449290154398464191024492901543984641910244929015439846419102449290154398464191024492901543984641910244929015439846419102449290154398464191024492901543984641910244929015439846419102449290154398464191024492901543984641910244929015439846419102449290154398464191024492901543984641910244929015439846419102449290154398464191024492901543984641910244929015439846419" } } } 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, 8e81a7f7-6d26-409a-b477-7c1d67d6dd8d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e81a7f7-6d26-409a-b477-7c1d67d6dd8d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7557488571604695646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75574885716046956467557488571604695646755748857160469564675574885716046956467557488571604695646755748857160469564675574885716046956467557488571604695646755748857160469564675574885716046956467557488571604695646755748857160469564675574885716046956467557488571604695646755748857160469564675574885716046956467557488571604695646755748857160469564675574885716046956467557488571604695646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3241cb30-939e-46b8-99cd-e919d938efcd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 221a3968-72df-4d4c-bad5-dfc18c3a0c3f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 221a3968-72df-4d4c-bad5-dfc18c3a0c3f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9294873656546464327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92948736565464643279294873656546464327929487365654646432792948736565464643279294873656546464327929487365654646432792948736565464643279294873656546464327929487365654646432792948736565464643279294873656546464327929487365654646432792948736565464643279294873656546464327929487365654646432792948736565464643279294873656546464327929487365654646432792948736565464643279294873656546464327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e81a7f7-6d26-409a-b477-7c1d67d6dd8d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4122cf82-36f6-4df8-98af-e5cf75aa96f7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4122cf82-36f6-4df8-98af-e5cf75aa96f7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6653481729656845582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66534817296568455826653481729656845582665348172965684558266534817296568455826653481729656845582665348172965684558266534817296568455826653481729656845582665348172965684558266534817296568455826653481729656845582665348172965684558266534817296568455826653481729656845582665348172965684558266534817296568455826653481729656845582665348172965684558266534817296568455826653481729656845582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 221a3968-72df-4d4c-bad5-dfc18c3a0c3f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4122cf82-36f6-4df8-98af-e5cf75aa96f7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b3106c0-af55-4ebf-b63e-302440a4e717, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b3106c0-af55-4ebf-b63e-302440a4e717, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16813905252402549532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681390525240254953216813905252402549532168139052524025495321681390525240254953216813905252402549532168139052524025495321681390525240254953216813905252402549532168139052524025495321681390525240254953216813905252402549532168139052524025495321681390525240254953216813905252402549532168139052524025495321681390525240254953216813905252402549532168139052524025495321681390525240254953216813905252402549532" } } } 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, b72684cc-f20a-4633-ad49-5b16da2eaaff, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b72684cc-f20a-4633-ad49-5b16da2eaaff, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5582328335486246761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55823283354862467615582328335486246761558232833548624676155823283354862467615582328335486246761558232833548624676155823283354862467615582328335486246761558232833548624676155823283354862467615582328335486246761558232833548624676155823283354862467615582328335486246761558232833548624676155823283354862467615582328335486246761558232833548624676155823283354862467615582328335486246761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b3106c0-af55-4ebf-b63e-302440a4e717, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ab02fd7-73b6-4f0f-b112-714922da6745, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ab02fd7-73b6-4f0f-b112-714922da6745, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6807000182834932051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68070001828349320516807000182834932051680700018283493205168070001828349320516807000182834932051680700018283493205168070001828349320516807000182834932051680700018283493205168070001828349320516807000182834932051680700018283493205168070001828349320516807000182834932051680700018283493205168070001828349320516807000182834932051680700018283493205168070001828349320516807000182834932051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b72684cc-f20a-4633-ad49-5b16da2eaaff, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ed8f0d5-3f32-4c1f-8040-0ab4c7934d97, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ed8f0d5-3f32-4c1f-8040-0ab4c7934d97, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6425905438238705899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64259054382387058996425905438238705899642590543823870589964259054382387058996425905438238705899642590543823870589964259054382387058996425905438238705899642590543823870589964259054382387058996425905438238705899642590543823870589964259054382387058996425905438238705899642590543823870589964259054382387058996425905438238705899642590543823870589964259054382387058996425905438238705899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ab02fd7-73b6-4f0f-b112-714922da6745, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0574babf-5d03-44fc-8e4a-7d64b4c04b05, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0574babf-5d03-44fc-8e4a-7d64b4c04b05, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10211647451068121893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021164745106812189310211647451068121893102116474510681218931021164745106812189310211647451068121893102116474510681218931021164745106812189310211647451068121893102116474510681218931021164745106812189310211647451068121893102116474510681218931021164745106812189310211647451068121893102116474510681218931021164745106812189310211647451068121893102116474510681218931021164745106812189310211647451068121893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ed8f0d5-3f32-4c1f-8040-0ab4c7934d97, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f383519d-cb5e-4110-b4eb-8e8df7509137, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f383519d-cb5e-4110-b4eb-8e8df7509137, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4204460903519967711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42044609035199677114204460903519967711420446090351996771142044609035199677114204460903519967711420446090351996771142044609035199677114204460903519967711420446090351996771142044609035199677114204460903519967711420446090351996771142044609035199677114204460903519967711420446090351996771142044609035199677114204460903519967711420446090351996771142044609035199677114204460903519967711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0574babf-5d03-44fc-8e4a-7d64b4c04b05, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8273376d-2977-4ef2-96a4-103483446bb8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8273376d-2977-4ef2-96a4-103483446bb8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6864657269090297141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68646572690902971416864657269090297141686465726909029714168646572690902971416864657269090297141686465726909029714168646572690902971416864657269090297141686465726909029714168646572690902971416864657269090297141686465726909029714168646572690902971416864657269090297141686465726909029714168646572690902971416864657269090297141686465726909029714168646572690902971416864657269090297141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f383519d-cb5e-4110-b4eb-8e8df7509137, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2ede64e-2d2f-4675-b9b6-0b8754d6265c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2ede64e-2d2f-4675-b9b6-0b8754d6265c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15496046951489867047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549604695148986704715496046951489867047154960469514898670471549604695148986704715496046951489867047154960469514898670471549604695148986704715496046951489867047154960469514898670471549604695148986704715496046951489867047154960469514898670471549604695148986704715496046951489867047154960469514898670471549604695148986704715496046951489867047154960469514898670471549604695148986704715496046951489867047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8273376d-2977-4ef2-96a4-103483446bb8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b736353-cf01-443a-939a-f81cd0c13944, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b736353-cf01-443a-939a-f81cd0c13944, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16492865019515953424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649286501951595342416492865019515953424164928650195159534241649286501951595342416492865019515953424164928650195159534241649286501951595342416492865019515953424164928650195159534241649286501951595342416492865019515953424164928650195159534241649286501951595342416492865019515953424164928650195159534241649286501951595342416492865019515953424164928650195159534241649286501951595342416492865019515953424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2ede64e-2d2f-4675-b9b6-0b8754d6265c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70be8ea4-3960-4ec4-9071-0295eb1b0b06, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70be8ea4-3960-4ec4-9071-0295eb1b0b06, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13044914771141178136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304491477114117813613044914771141178136130449147711411781361304491477114117813613044914771141178136130449147711411781361304491477114117813613044914771141178136130449147711411781361304491477114117813613044914771141178136130449147711411781361304491477114117813613044914771141178136130449147711411781361304491477114117813613044914771141178136130449147711411781361304491477114117813613044914771141178136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b736353-cf01-443a-939a-f81cd0c13944, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f62ede1-43f3-4515-8a72-38904a0d5ea7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f62ede1-43f3-4515-8a72-38904a0d5ea7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14690723317602172674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469072331760217267414690723317602172674146907233176021726741469072331760217267414690723317602172674146907233176021726741469072331760217267414690723317602172674146907233176021726741469072331760217267414690723317602172674146907233176021726741469072331760217267414690723317602172674146907233176021726741469072331760217267414690723317602172674146907233176021726741469072331760217267414690723317602172674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70be8ea4-3960-4ec4-9071-0295eb1b0b06, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0929c05d-9890-4ade-ab9a-4f787aa765fe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0929c05d-9890-4ade-ab9a-4f787aa765fe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16289436389952397816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628943638995239781616289436389952397816162894363899523978161628943638995239781616289436389952397816162894363899523978161628943638995239781616289436389952397816162894363899523978161628943638995239781616289436389952397816162894363899523978161628943638995239781616289436389952397816162894363899523978161628943638995239781616289436389952397816162894363899523978161628943638995239781616289436389952397816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f62ede1-43f3-4515-8a72-38904a0d5ea7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0573453-e79a-4b80-ae11-889dde18322b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0573453-e79a-4b80-ae11-889dde18322b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7951584822165984110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79515848221659841107951584822165984110795158482216598411079515848221659841107951584822165984110795158482216598411079515848221659841107951584822165984110795158482216598411079515848221659841107951584822165984110795158482216598411079515848221659841107951584822165984110795158482216598411079515848221659841107951584822165984110795158482216598411079515848221659841107951584822165984110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0929c05d-9890-4ade-ab9a-4f787aa765fe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27db27b1-12f2-4446-8a1d-6db8ad1eddf7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27db27b1-12f2-4446-8a1d-6db8ad1eddf7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12233322840671709995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223332284067170999512233322840671709995122333228406717099951223332284067170999512233322840671709995122333228406717099951223332284067170999512233322840671709995122333228406717099951223332284067170999512233322840671709995122333228406717099951223332284067170999512233322840671709995122333228406717099951223332284067170999512233322840671709995122333228406717099951223332284067170999512233322840671709995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27db27b1-12f2-4446-8a1d-6db8ad1eddf7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99147a3a-e894-4c2b-8b27-535e8ef19c2e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0573453-e79a-4b80-ae11-889dde18322b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99147a3a-e894-4c2b-8b27-535e8ef19c2e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16685912685505830649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668591268550583064916685912685505830649166859126855058306491668591268550583064916685912685505830649166859126855058306491668591268550583064916685912685505830649166859126855058306491668591268550583064916685912685505830649166859126855058306491668591268550583064916685912685505830649166859126855058306491668591268550583064916685912685505830649166859126855058306491668591268550583064916685912685505830649" } } } 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, 29eb1b6a-d101-423a-9031-26ad772dbbce, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99147a3a-e894-4c2b-8b27-535e8ef19c2e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29eb1b6a-d101-423a-9031-26ad772dbbce, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2907136689112690782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29071366891126907822907136689112690782290713668911269078229071366891126907822907136689112690782290713668911269078229071366891126907822907136689112690782290713668911269078229071366891126907822907136689112690782290713668911269078229071366891126907822907136689112690782290713668911269078229071366891126907822907136689112690782290713668911269078229071366891126907822907136689112690782" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00001b41-d346-4caa-a332-e02b90097e90, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00001b41-d346-4caa-a332-e02b90097e90, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2867664707718039438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28676647077180394382867664707718039438286766470771803943828676647077180394382867664707718039438286766470771803943828676647077180394382867664707718039438286766470771803943828676647077180394382867664707718039438286766470771803943828676647077180394382867664707718039438286766470771803943828676647077180394382867664707718039438286766470771803943828676647077180394382867664707718039438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29eb1b6a-d101-423a-9031-26ad772dbbce, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00001b41-d346-4caa-a332-e02b90097e90, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad18d4ba-5d10-4f0d-9665-b2ccbe470446, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33be5771-d113-493f-9704-ccffa728ff0f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad18d4ba-5d10-4f0d-9665-b2ccbe470446, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13205626324959127793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320562632495912779313205626324959127793132056263249591277931320562632495912779313205626324959127793132056263249591277931320562632495912779313205626324959127793132056263249591277931320562632495912779313205626324959127793132056263249591277931320562632495912779313205626324959127793132056263249591277931320562632495912779313205626324959127793132056263249591277931320562632495912779313205626324959127793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33be5771-d113-493f-9704-ccffa728ff0f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5886626492977475814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58866264929774758145886626492977475814588662649297747581458866264929774758145886626492977475814588662649297747581458866264929774758145886626492977475814588662649297747581458866264929774758145886626492977475814588662649297747581458866264929774758145886626492977475814588662649297747581458866264929774758145886626492977475814588662649297747581458866264929774758145886626492977475814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad18d4ba-5d10-4f0d-9665-b2ccbe470446, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af70de98-4d76-43ea-8892-7b93bdb6bc2e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33be5771-d113-493f-9704-ccffa728ff0f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af70de98-4d76-43ea-8892-7b93bdb6bc2e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17779934557190416069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777993455719041606917779934557190416069177799345571904160691777993455719041606917779934557190416069177799345571904160691777993455719041606917779934557190416069177799345571904160691777993455719041606917779934557190416069177799345571904160691777993455719041606917779934557190416069177799345571904160691777993455719041606917779934557190416069177799345571904160691777993455719041606917779934557190416069" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17949340-ef83-45a3-9f73-fb6f07c276f6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17949340-ef83-45a3-9f73-fb6f07c276f6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12686326393991321508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268632639399132150812686326393991321508126863263939913215081268632639399132150812686326393991321508126863263939913215081268632639399132150812686326393991321508126863263939913215081268632639399132150812686326393991321508126863263939913215081268632639399132150812686326393991321508126863263939913215081268632639399132150812686326393991321508126863263939913215081268632639399132150812686326393991321508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af70de98-4d76-43ea-8892-7b93bdb6bc2e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2182a12-e92f-4f5f-84cc-958d95c45076, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17949340-ef83-45a3-9f73-fb6f07c276f6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2182a12-e92f-4f5f-84cc-958d95c45076, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11307837927611444985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130783792761144498511307837927611444985113078379276114449851130783792761144498511307837927611444985113078379276114449851130783792761144498511307837927611444985113078379276114449851130783792761144498511307837927611444985113078379276114449851130783792761144498511307837927611444985113078379276114449851130783792761144498511307837927611444985113078379276114449851130783792761144498511307837927611444985" } } } 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, 0b03ca8b-e63c-482f-9b2d-ce366fdedef4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b03ca8b-e63c-482f-9b2d-ce366fdedef4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9215535273095947637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92155352730959476379215535273095947637921553527309594763792155352730959476379215535273095947637921553527309594763792155352730959476379215535273095947637921553527309594763792155352730959476379215535273095947637921553527309594763792155352730959476379215535273095947637921553527309594763792155352730959476379215535273095947637921553527309594763792155352730959476379215535273095947637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2182a12-e92f-4f5f-84cc-958d95c45076, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a616cb8-ce91-4679-bd3e-62ffcd63acb4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a616cb8-ce91-4679-bd3e-62ffcd63acb4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13135986917596498961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313598691759649896113135986917596498961131359869175964989611313598691759649896113135986917596498961131359869175964989611313598691759649896113135986917596498961131359869175964989611313598691759649896113135986917596498961131359869175964989611313598691759649896113135986917596498961131359869175964989611313598691759649896113135986917596498961131359869175964989611313598691759649896113135986917596498961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b03ca8b-e63c-482f-9b2d-ce366fdedef4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d5d3ed8-3356-41f8-a82a-fea9828d3ec7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5d3ed8-3356-41f8-a82a-fea9828d3ec7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9901153853220868771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99011538532208687719901153853220868771990115385322086877199011538532208687719901153853220868771990115385322086877199011538532208687719901153853220868771990115385322086877199011538532208687719901153853220868771990115385322086877199011538532208687719901153853220868771990115385322086877199011538532208687719901153853220868771990115385322086877199011538532208687719901153853220868771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a616cb8-ce91-4679-bd3e-62ffcd63acb4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d60ad8c7-1580-40d1-8b90-44c14aa489a3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d60ad8c7-1580-40d1-8b90-44c14aa489a3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3048475127451963185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30484751274519631853048475127451963185304847512745196318530484751274519631853048475127451963185304847512745196318530484751274519631853048475127451963185304847512745196318530484751274519631853048475127451963185304847512745196318530484751274519631853048475127451963185304847512745196318530484751274519631853048475127451963185304847512745196318530484751274519631853048475127451963185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5d3ed8-3356-41f8-a82a-fea9828d3ec7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfaf6794-0415-45ab-b490-bce03d4fd2aa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfaf6794-0415-45ab-b490-bce03d4fd2aa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2771895483795498981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27718954837954989812771895483795498981277189548379549898127718954837954989812771895483795498981277189548379549898127718954837954989812771895483795498981277189548379549898127718954837954989812771895483795498981277189548379549898127718954837954989812771895483795498981277189548379549898127718954837954989812771895483795498981277189548379549898127718954837954989812771895483795498981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d60ad8c7-1580-40d1-8b90-44c14aa489a3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 175d88f5-1c1f-4a82-8d78-2f59def27069, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 175d88f5-1c1f-4a82-8d78-2f59def27069, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9960697452291897412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99606974522918974129960697452291897412996069745229189741299606974522918974129960697452291897412996069745229189741299606974522918974129960697452291897412996069745229189741299606974522918974129960697452291897412996069745229189741299606974522918974129960697452291897412996069745229189741299606974522918974129960697452291897412996069745229189741299606974522918974129960697452291897412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfaf6794-0415-45ab-b490-bce03d4fd2aa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c62dc55e-c1b5-48d4-992b-d615925fad82, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c62dc55e-c1b5-48d4-992b-d615925fad82, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5942060372133187524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59420603721331875245942060372133187524594206037213318752459420603721331875245942060372133187524594206037213318752459420603721331875245942060372133187524594206037213318752459420603721331875245942060372133187524594206037213318752459420603721331875245942060372133187524594206037213318752459420603721331875245942060372133187524594206037213318752459420603721331875245942060372133187524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 175d88f5-1c1f-4a82-8d78-2f59def27069, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccd2a019-fe64-4e78-93c6-e04c659af9a0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c62dc55e-c1b5-48d4-992b-d615925fad82, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccd2a019-fe64-4e78-93c6-e04c659af9a0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5210025259604126535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52100252596041265355210025259604126535521002525960412653552100252596041265355210025259604126535521002525960412653552100252596041265355210025259604126535521002525960412653552100252596041265355210025259604126535521002525960412653552100252596041265355210025259604126535521002525960412653552100252596041265355210025259604126535521002525960412653552100252596041265355210025259604126535" } } } 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, 6650bc19-268f-4f94-93de-aefe105fb375, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6650bc19-268f-4f94-93de-aefe105fb375, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6281943083257487400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62819430832574874006281943083257487400628194308325748740062819430832574874006281943083257487400628194308325748740062819430832574874006281943083257487400628194308325748740062819430832574874006281943083257487400628194308325748740062819430832574874006281943083257487400628194308325748740062819430832574874006281943083257487400628194308325748740062819430832574874006281943083257487400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccd2a019-fe64-4e78-93c6-e04c659af9a0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faa03a0b-554a-461c-814a-37988d1b8565, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6650bc19-268f-4f94-93de-aefe105fb375, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faa03a0b-554a-461c-814a-37988d1b8565, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13330474005151423060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333047400515142306013330474005151423060133304740051514230601333047400515142306013330474005151423060133304740051514230601333047400515142306013330474005151423060133304740051514230601333047400515142306013330474005151423060133304740051514230601333047400515142306013330474005151423060133304740051514230601333047400515142306013330474005151423060133304740051514230601333047400515142306013330474005151423060" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e05ef7d-cdf4-4b69-9428-fe805fccdf9e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e05ef7d-cdf4-4b69-9428-fe805fccdf9e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6594786137142022095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65947861371420220956594786137142022095659478613714202209565947861371420220956594786137142022095659478613714202209565947861371420220956594786137142022095659478613714202209565947861371420220956594786137142022095659478613714202209565947861371420220956594786137142022095659478613714202209565947861371420220956594786137142022095659478613714202209565947861371420220956594786137142022095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faa03a0b-554a-461c-814a-37988d1b8565, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2475a5be-c8af-4f61-ba08-e54c453699ee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2475a5be-c8af-4f61-ba08-e54c453699ee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14494272724412253959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449427272441225395914494272724412253959144942727244122539591449427272441225395914494272724412253959144942727244122539591449427272441225395914494272724412253959144942727244122539591449427272441225395914494272724412253959144942727244122539591449427272441225395914494272724412253959144942727244122539591449427272441225395914494272724412253959144942727244122539591449427272441225395914494272724412253959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e05ef7d-cdf4-4b69-9428-fe805fccdf9e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e80f9728-02e4-4349-aeb1-973151550978, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e80f9728-02e4-4349-aeb1-973151550978, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8092963860272528078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80929638602725280788092963860272528078809296386027252807880929638602725280788092963860272528078809296386027252807880929638602725280788092963860272528078809296386027252807880929638602725280788092963860272528078809296386027252807880929638602725280788092963860272528078809296386027252807880929638602725280788092963860272528078809296386027252807880929638602725280788092963860272528078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2475a5be-c8af-4f61-ba08-e54c453699ee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d33f9227-f836-4984-91b5-c7ee7fad5f77, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d33f9227-f836-4984-91b5-c7ee7fad5f77, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6278911127571682551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62789111275716825516278911127571682551627891112757168255162789111275716825516278911127571682551627891112757168255162789111275716825516278911127571682551627891112757168255162789111275716825516278911127571682551627891112757168255162789111275716825516278911127571682551627891112757168255162789111275716825516278911127571682551627891112757168255162789111275716825516278911127571682551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e80f9728-02e4-4349-aeb1-973151550978, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9899c5f3-3819-469e-aaaa-3d6a8cf654c6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9899c5f3-3819-469e-aaaa-3d6a8cf654c6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11040124523945395210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104012452394539521011040124523945395210110401245239453952101104012452394539521011040124523945395210110401245239453952101104012452394539521011040124523945395210110401245239453952101104012452394539521011040124523945395210110401245239453952101104012452394539521011040124523945395210110401245239453952101104012452394539521011040124523945395210110401245239453952101104012452394539521011040124523945395210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d33f9227-f836-4984-91b5-c7ee7fad5f77, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff80ceb6-1686-4ae0-ba7d-c7f8166deeb7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff80ceb6-1686-4ae0-ba7d-c7f8166deeb7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16374072141037879815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637407214103787981516374072141037879815163740721410378798151637407214103787981516374072141037879815163740721410378798151637407214103787981516374072141037879815163740721410378798151637407214103787981516374072141037879815163740721410378798151637407214103787981516374072141037879815163740721410378798151637407214103787981516374072141037879815163740721410378798151637407214103787981516374072141037879815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9899c5f3-3819-469e-aaaa-3d6a8cf654c6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f482c1c-cab2-4c70-a03f-981c8ce73f1f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f482c1c-cab2-4c70-a03f-981c8ce73f1f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13377200866169780896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337720086616978089613377200866169780896133772008661697808961337720086616978089613377200866169780896133772008661697808961337720086616978089613377200866169780896133772008661697808961337720086616978089613377200866169780896133772008661697808961337720086616978089613377200866169780896133772008661697808961337720086616978089613377200866169780896133772008661697808961337720086616978089613377200866169780896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff80ceb6-1686-4ae0-ba7d-c7f8166deeb7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f482c1c-cab2-4c70-a03f-981c8ce73f1f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddda4b2e-743e-4ad5-ac01-535f65235f01, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 712a6a93-050d-4008-bba5-848d1da9d508, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 712a6a93-050d-4008-bba5-848d1da9d508, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14335452385208867083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433545238520886708314335452385208867083143354523852088670831433545238520886708314335452385208867083143354523852088670831433545238520886708314335452385208867083143354523852088670831433545238520886708314335452385208867083143354523852088670831433545238520886708314335452385208867083143354523852088670831433545238520886708314335452385208867083143354523852088670831433545238520886708314335452385208867083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddda4b2e-743e-4ad5-ac01-535f65235f01, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2974283479310825158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29742834793108251582974283479310825158297428347931082515829742834793108251582974283479310825158297428347931082515829742834793108251582974283479310825158297428347931082515829742834793108251582974283479310825158297428347931082515829742834793108251582974283479310825158297428347931082515829742834793108251582974283479310825158297428347931082515829742834793108251582974283479310825158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 712a6a93-050d-4008-bba5-848d1da9d508, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddda4b2e-743e-4ad5-ac01-535f65235f01, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf5823ba-d478-4749-822b-7cc747f6e132, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 343c204d-f53c-41c4-a961-5094d3121c81, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf5823ba-d478-4749-822b-7cc747f6e132, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7830033259560090675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78300332595600906757830033259560090675783003325956009067578300332595600906757830033259560090675783003325956009067578300332595600906757830033259560090675783003325956009067578300332595600906757830033259560090675783003325956009067578300332595600906757830033259560090675783003325956009067578300332595600906757830033259560090675783003325956009067578300332595600906757830033259560090675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 343c204d-f53c-41c4-a961-5094d3121c81, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15566484300126192642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556648430012619264215566484300126192642155664843001261926421556648430012619264215566484300126192642155664843001261926421556648430012619264215566484300126192642155664843001261926421556648430012619264215566484300126192642155664843001261926421556648430012619264215566484300126192642155664843001261926421556648430012619264215566484300126192642155664843001261926421556648430012619264215566484300126192642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf5823ba-d478-4749-822b-7cc747f6e132, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e954e32c-63c3-45fe-88c4-487cf68fdf6e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 343c204d-f53c-41c4-a961-5094d3121c81, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e954e32c-63c3-45fe-88c4-487cf68fdf6e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15321562634974982534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532156263497498253415321562634974982534153215626349749825341532156263497498253415321562634974982534153215626349749825341532156263497498253415321562634974982534153215626349749825341532156263497498253415321562634974982534153215626349749825341532156263497498253415321562634974982534153215626349749825341532156263497498253415321562634974982534153215626349749825341532156263497498253415321562634974982534" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 773c694b-54f9-4a48-b82a-cc66ba2dd621, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 773c694b-54f9-4a48-b82a-cc66ba2dd621, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14272280060718789660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427228006071878966014272280060718789660142722800607187896601427228006071878966014272280060718789660142722800607187896601427228006071878966014272280060718789660142722800607187896601427228006071878966014272280060718789660142722800607187896601427228006071878966014272280060718789660142722800607187896601427228006071878966014272280060718789660142722800607187896601427228006071878966014272280060718789660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e954e32c-63c3-45fe-88c4-487cf68fdf6e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2a18b71-ce3a-40ce-8e29-bde8d3ce71c4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 773c694b-54f9-4a48-b82a-cc66ba2dd621, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2a18b71-ce3a-40ce-8e29-bde8d3ce71c4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18169977950895048846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816997795089504884618169977950895048846181699779508950488461816997795089504884618169977950895048846181699779508950488461816997795089504884618169977950895048846181699779508950488461816997795089504884618169977950895048846181699779508950488461816997795089504884618169977950895048846181699779508950488461816997795089504884618169977950895048846181699779508950488461816997795089504884618169977950895048846" } } } 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, a92b348a-d667-438f-b028-777246ee5ddb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a92b348a-d667-438f-b028-777246ee5ddb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11617868488457779303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161786848845777930311617868488457779303116178684884577793031161786848845777930311617868488457779303116178684884577793031161786848845777930311617868488457779303116178684884577793031161786848845777930311617868488457779303116178684884577793031161786848845777930311617868488457779303116178684884577793031161786848845777930311617868488457779303116178684884577793031161786848845777930311617868488457779303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2a18b71-ce3a-40ce-8e29-bde8d3ce71c4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88c80cf5-f6ea-4c7d-b243-1c13dc40adfe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a92b348a-d667-438f-b028-777246ee5ddb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88c80cf5-f6ea-4c7d-b243-1c13dc40adfe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8118752579288382952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81187525792883829528118752579288382952811875257928838295281187525792883829528118752579288382952811875257928838295281187525792883829528118752579288382952811875257928838295281187525792883829528118752579288382952811875257928838295281187525792883829528118752579288382952811875257928838295281187525792883829528118752579288382952811875257928838295281187525792883829528118752579288382952" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 179fe115-c14c-4c62-9451-a32310db00ae, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 179fe115-c14c-4c62-9451-a32310db00ae, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7062547458978085716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70625474589780857167062547458978085716706254745897808571670625474589780857167062547458978085716706254745897808571670625474589780857167062547458978085716706254745897808571670625474589780857167062547458978085716706254745897808571670625474589780857167062547458978085716706254745897808571670625474589780857167062547458978085716706254745897808571670625474589780857167062547458978085716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88c80cf5-f6ea-4c7d-b243-1c13dc40adfe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aaa9fc50-6105-4e46-b9dd-6df4a8e9dfe7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaa9fc50-6105-4e46-b9dd-6df4a8e9dfe7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7720648254952469209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77206482549524692097720648254952469209772064825495246920977206482549524692097720648254952469209772064825495246920977206482549524692097720648254952469209772064825495246920977206482549524692097720648254952469209772064825495246920977206482549524692097720648254952469209772064825495246920977206482549524692097720648254952469209772064825495246920977206482549524692097720648254952469209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 179fe115-c14c-4c62-9451-a32310db00ae, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16acc87c-c7cc-4f07-a654-edff4b4f1535, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16acc87c-c7cc-4f07-a654-edff4b4f1535, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8473564201217906274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84735642012179062748473564201217906274847356420121790627484735642012179062748473564201217906274847356420121790627484735642012179062748473564201217906274847356420121790627484735642012179062748473564201217906274847356420121790627484735642012179062748473564201217906274847356420121790627484735642012179062748473564201217906274847356420121790627484735642012179062748473564201217906274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaa9fc50-6105-4e46-b9dd-6df4a8e9dfe7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05d3e339-7535-46e7-bc79-891ae43cfffa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05d3e339-7535-46e7-bc79-891ae43cfffa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12941790090878082251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294179009087808225112941790090878082251129417900908780822511294179009087808225112941790090878082251129417900908780822511294179009087808225112941790090878082251129417900908780822511294179009087808225112941790090878082251129417900908780822511294179009087808225112941790090878082251129417900908780822511294179009087808225112941790090878082251129417900908780822511294179009087808225112941790090878082251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16acc87c-c7cc-4f07-a654-edff4b4f1535, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84a5124c-4dff-46be-8751-8b39395ea271, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a5124c-4dff-46be-8751-8b39395ea271, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13144412545260458357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314441254526045835713144412545260458357131444125452604583571314441254526045835713144412545260458357131444125452604583571314441254526045835713144412545260458357131444125452604583571314441254526045835713144412545260458357131444125452604583571314441254526045835713144412545260458357131444125452604583571314441254526045835713144412545260458357131444125452604583571314441254526045835713144412545260458357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05d3e339-7535-46e7-bc79-891ae43cfffa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a5124c-4dff-46be-8751-8b39395ea271, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ba3d56e-104b-468a-b5c8-2ee7f6adcd72, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98a8760d-a3e8-4a1b-af24-82cb314c2254, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ba3d56e-104b-468a-b5c8-2ee7f6adcd72, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1852614085967887420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18526140859678874201852614085967887420185261408596788742018526140859678874201852614085967887420185261408596788742018526140859678874201852614085967887420185261408596788742018526140859678874201852614085967887420185261408596788742018526140859678874201852614085967887420185261408596788742018526140859678874201852614085967887420185261408596788742018526140859678874201852614085967887420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98a8760d-a3e8-4a1b-af24-82cb314c2254, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7388342731683711785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73883427316837117857388342731683711785738834273168371178573883427316837117857388342731683711785738834273168371178573883427316837117857388342731683711785738834273168371178573883427316837117857388342731683711785738834273168371178573883427316837117857388342731683711785738834273168371178573883427316837117857388342731683711785738834273168371178573883427316837117857388342731683711785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ba3d56e-104b-468a-b5c8-2ee7f6adcd72, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98a8760d-a3e8-4a1b-af24-82cb314c2254, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f837520e-8b19-4bae-8dfb-093e81b272b8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f837520e-8b19-4bae-8dfb-093e81b272b8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14663640577597787618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466364057759778761814663640577597787618146636405775977876181466364057759778761814663640577597787618146636405775977876181466364057759778761814663640577597787618146636405775977876181466364057759778761814663640577597787618146636405775977876181466364057759778761814663640577597787618146636405775977876181466364057759778761814663640577597787618146636405775977876181466364057759778761814663640577597787618" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d719cdd8-0733-47f8-8ee1-94b347b0e172, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d719cdd8-0733-47f8-8ee1-94b347b0e172, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5116880049206167314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51168800492061673145116880049206167314511688004920616731451168800492061673145116880049206167314511688004920616731451168800492061673145116880049206167314511688004920616731451168800492061673145116880049206167314511688004920616731451168800492061673145116880049206167314511688004920616731451168800492061673145116880049206167314511688004920616731451168800492061673145116880049206167314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f837520e-8b19-4bae-8dfb-093e81b272b8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99355339-d4f3-4f6d-9a99-ed1cde8d2e6d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99355339-d4f3-4f6d-9a99-ed1cde8d2e6d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14117486091523634225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411748609152363422514117486091523634225141174860915236342251411748609152363422514117486091523634225141174860915236342251411748609152363422514117486091523634225141174860915236342251411748609152363422514117486091523634225141174860915236342251411748609152363422514117486091523634225141174860915236342251411748609152363422514117486091523634225141174860915236342251411748609152363422514117486091523634225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d719cdd8-0733-47f8-8ee1-94b347b0e172, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2d0ca44-a218-47f5-9093-99d07faec95c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d0ca44-a218-47f5-9093-99d07faec95c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17180128999153317808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718012899915331780817180128999153317808171801289991533178081718012899915331780817180128999153317808171801289991533178081718012899915331780817180128999153317808171801289991533178081718012899915331780817180128999153317808171801289991533178081718012899915331780817180128999153317808171801289991533178081718012899915331780817180128999153317808171801289991533178081718012899915331780817180128999153317808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99355339-d4f3-4f6d-9a99-ed1cde8d2e6d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a9886bd-94db-4be5-a28e-ba32a1f33503, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a9886bd-94db-4be5-a28e-ba32a1f33503, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13726776843173610663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372677684317361066313726776843173610663137267768431736106631372677684317361066313726776843173610663137267768431736106631372677684317361066313726776843173610663137267768431736106631372677684317361066313726776843173610663137267768431736106631372677684317361066313726776843173610663137267768431736106631372677684317361066313726776843173610663137267768431736106631372677684317361066313726776843173610663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d0ca44-a218-47f5-9093-99d07faec95c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a9886bd-94db-4be5-a28e-ba32a1f33503, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3267beef-3577-44a2-81ba-0148eef83021, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3267beef-3577-44a2-81ba-0148eef83021, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11648764126421802243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164876412642180224311648764126421802243116487641264218022431164876412642180224311648764126421802243116487641264218022431164876412642180224311648764126421802243116487641264218022431164876412642180224311648764126421802243116487641264218022431164876412642180224311648764126421802243116487641264218022431164876412642180224311648764126421802243116487641264218022431164876412642180224311648764126421802243" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 421d9173-7fd9-413f-a57a-3493d2e2dbab, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 421d9173-7fd9-413f-a57a-3493d2e2dbab, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16639739740865393520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663973974086539352016639739740865393520166397397408653935201663973974086539352016639739740865393520166397397408653935201663973974086539352016639739740865393520166397397408653935201663973974086539352016639739740865393520166397397408653935201663973974086539352016639739740865393520166397397408653935201663973974086539352016639739740865393520166397397408653935201663973974086539352016639739740865393520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3267beef-3577-44a2-81ba-0148eef83021, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fea2f9e1-cb50-4e1a-a0cc-333001bf9219, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 421d9173-7fd9-413f-a57a-3493d2e2dbab, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c9c316b-d0c9-4cbd-9eaf-2f936c2b93cf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c9c316b-d0c9-4cbd-9eaf-2f936c2b93cf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8426109685548329165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84261096855483291658426109685548329165842610968554832916584261096855483291658426109685548329165842610968554832916584261096855483291658426109685548329165842610968554832916584261096855483291658426109685548329165842610968554832916584261096855483291658426109685548329165842610968554832916584261096855483291658426109685548329165842610968554832916584261096855483291658426109685548329165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fea2f9e1-cb50-4e1a-a0cc-333001bf9219, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2116686079277571123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21166860792775711232116686079277571123211668607927757112321166860792775711232116686079277571123211668607927757112321166860792775711232116686079277571123211668607927757112321166860792775711232116686079277571123211668607927757112321166860792775711232116686079277571123211668607927757112321166860792775711232116686079277571123211668607927757112321166860792775711232116686079277571123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c9c316b-d0c9-4cbd-9eaf-2f936c2b93cf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1feb006a-08be-4505-9b1d-dc4de4061252, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1feb006a-08be-4505-9b1d-dc4de4061252, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16980010870500844303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698001087050084430316980010870500844303169800108705008443031698001087050084430316980010870500844303169800108705008443031698001087050084430316980010870500844303169800108705008443031698001087050084430316980010870500844303169800108705008443031698001087050084430316980010870500844303169800108705008443031698001087050084430316980010870500844303169800108705008443031698001087050084430316980010870500844303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fea2f9e1-cb50-4e1a-a0cc-333001bf9219, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67f9914b-03be-4b15-af1b-5b391e13281b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1feb006a-08be-4505-9b1d-dc4de4061252, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e01b39c-fef3-41c9-9c21-1b91e5317040, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e01b39c-fef3-41c9-9c21-1b91e5317040, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7857171111942863833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78571711119428638337857171111942863833785717111194286383378571711119428638337857171111942863833785717111194286383378571711119428638337857171111942863833785717111194286383378571711119428638337857171111942863833785717111194286383378571711119428638337857171111942863833785717111194286383378571711119428638337857171111942863833785717111194286383378571711119428638337857171111942863833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67f9914b-03be-4b15-af1b-5b391e13281b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10716855242209264806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071685524220926480610716855242209264806107168552422092648061071685524220926480610716855242209264806107168552422092648061071685524220926480610716855242209264806107168552422092648061071685524220926480610716855242209264806107168552422092648061071685524220926480610716855242209264806107168552422092648061071685524220926480610716855242209264806107168552422092648061071685524220926480610716855242209264806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e01b39c-fef3-41c9-9c21-1b91e5317040, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67f9914b-03be-4b15-af1b-5b391e13281b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dd59d76-c059-4eb6-98ea-bad8982a1416, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dd59d76-c059-4eb6-98ea-bad8982a1416, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6011665499012774459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60116654990127744596011665499012774459601166549901277445960116654990127744596011665499012774459601166549901277445960116654990127744596011665499012774459601166549901277445960116654990127744596011665499012774459601166549901277445960116654990127744596011665499012774459601166549901277445960116654990127744596011665499012774459601166549901277445960116654990127744596011665499012774459" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9cc693f-1417-40da-b01c-4ab9d78e61f4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9cc693f-1417-40da-b01c-4ab9d78e61f4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6516417454911268650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65164174549112686506516417454911268650651641745491126865065164174549112686506516417454911268650651641745491126865065164174549112686506516417454911268650651641745491126865065164174549112686506516417454911268650651641745491126865065164174549112686506516417454911268650651641745491126865065164174549112686506516417454911268650651641745491126865065164174549112686506516417454911268650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dd59d76-c059-4eb6-98ea-bad8982a1416, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47be1278-d7a3-4e74-afb6-5e2f48c0b396, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47be1278-d7a3-4e74-afb6-5e2f48c0b396, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14368257040430226764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436825704043022676414368257040430226764143682570404302267641436825704043022676414368257040430226764143682570404302267641436825704043022676414368257040430226764143682570404302267641436825704043022676414368257040430226764143682570404302267641436825704043022676414368257040430226764143682570404302267641436825704043022676414368257040430226764143682570404302267641436825704043022676414368257040430226764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9cc693f-1417-40da-b01c-4ab9d78e61f4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6459df5e-491d-4a5f-a921-143b16d9a222, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6459df5e-491d-4a5f-a921-143b16d9a222, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18296354991181095747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829635499118109574718296354991181095747182963549911810957471829635499118109574718296354991181095747182963549911810957471829635499118109574718296354991181095747182963549911810957471829635499118109574718296354991181095747182963549911810957471829635499118109574718296354991181095747182963549911810957471829635499118109574718296354991181095747182963549911810957471829635499118109574718296354991181095747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47be1278-d7a3-4e74-afb6-5e2f48c0b396, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6459df5e-491d-4a5f-a921-143b16d9a222, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71fb0e24-06d4-4628-9c90-899d5c41d500, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1ff313e-c86f-4b94-a220-a2ce2b2edb10, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1ff313e-c86f-4b94-a220-a2ce2b2edb10, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3016516259145624530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30165162591456245303016516259145624530301651625914562453030165162591456245303016516259145624530301651625914562453030165162591456245303016516259145624530301651625914562453030165162591456245303016516259145624530301651625914562453030165162591456245303016516259145624530301651625914562453030165162591456245303016516259145624530301651625914562453030165162591456245303016516259145624530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71fb0e24-06d4-4628-9c90-899d5c41d500, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3086930194716444097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30869301947164440973086930194716444097308693019471644409730869301947164440973086930194716444097308693019471644409730869301947164440973086930194716444097308693019471644409730869301947164440973086930194716444097308693019471644409730869301947164440973086930194716444097308693019471644409730869301947164440973086930194716444097308693019471644409730869301947164440973086930194716444097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1ff313e-c86f-4b94-a220-a2ce2b2edb10, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2557997-17d7-47ac-a625-53e19d1bfed1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71fb0e24-06d4-4628-9c90-899d5c41d500, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2557997-17d7-47ac-a625-53e19d1bfed1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15326513100014039346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532651310001403934615326513100014039346153265131000140393461532651310001403934615326513100014039346153265131000140393461532651310001403934615326513100014039346153265131000140393461532651310001403934615326513100014039346153265131000140393461532651310001403934615326513100014039346153265131000140393461532651310001403934615326513100014039346153265131000140393461532651310001403934615326513100014039346" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb39b17c-5cd5-4b7f-a8ee-c6e2ee3b9a7d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb39b17c-5cd5-4b7f-a8ee-c6e2ee3b9a7d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16345184171921331339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634518417192133133916345184171921331339163451841719213313391634518417192133133916345184171921331339163451841719213313391634518417192133133916345184171921331339163451841719213313391634518417192133133916345184171921331339163451841719213313391634518417192133133916345184171921331339163451841719213313391634518417192133133916345184171921331339163451841719213313391634518417192133133916345184171921331339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2557997-17d7-47ac-a625-53e19d1bfed1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b850ccf-29dc-45ac-9163-7debd8436375, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b850ccf-29dc-45ac-9163-7debd8436375, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4973582210486488818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49735822104864888184973582210486488818497358221048648881849735822104864888184973582210486488818497358221048648881849735822104864888184973582210486488818497358221048648881849735822104864888184973582210486488818497358221048648881849735822104864888184973582210486488818497358221048648881849735822104864888184973582210486488818497358221048648881849735822104864888184973582210486488818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb39b17c-5cd5-4b7f-a8ee-c6e2ee3b9a7d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2334c86-2b98-4a52-a31f-dc8ea8cfedd2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2334c86-2b98-4a52-a31f-dc8ea8cfedd2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15104589469825444286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510458946982544428615104589469825444286151045894698254442861510458946982544428615104589469825444286151045894698254442861510458946982544428615104589469825444286151045894698254442861510458946982544428615104589469825444286151045894698254442861510458946982544428615104589469825444286151045894698254442861510458946982544428615104589469825444286151045894698254442861510458946982544428615104589469825444286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b850ccf-29dc-45ac-9163-7debd8436375, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2334c86-2b98-4a52-a31f-dc8ea8cfedd2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 001c1005-ce12-46cb-b2b8-1be93e20d3ee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 001c1005-ce12-46cb-b2b8-1be93e20d3ee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13747788819514699434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374778881951469943413747788819514699434137477888195146994341374778881951469943413747788819514699434137477888195146994341374778881951469943413747788819514699434137477888195146994341374778881951469943413747788819514699434137477888195146994341374778881951469943413747788819514699434137477888195146994341374778881951469943413747788819514699434137477888195146994341374778881951469943413747788819514699434" } } } 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, a2a25902-24ce-4870-8032-e0bd06a83a92, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2a25902-24ce-4870-8032-e0bd06a83a92, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12729657331097248589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272965733109724858912729657331097248589127296573310972485891272965733109724858912729657331097248589127296573310972485891272965733109724858912729657331097248589127296573310972485891272965733109724858912729657331097248589127296573310972485891272965733109724858912729657331097248589127296573310972485891272965733109724858912729657331097248589127296573310972485891272965733109724858912729657331097248589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 001c1005-ce12-46cb-b2b8-1be93e20d3ee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7bd5e15-b7a6-4145-b2c6-6a563a346864, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2a25902-24ce-4870-8032-e0bd06a83a92, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7bd5e15-b7a6-4145-b2c6-6a563a346864, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12109668808941323294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210966880894132329412109668808941323294121096688089413232941210966880894132329412109668808941323294121096688089413232941210966880894132329412109668808941323294121096688089413232941210966880894132329412109668808941323294121096688089413232941210966880894132329412109668808941323294121096688089413232941210966880894132329412109668808941323294121096688089413232941210966880894132329412109668808941323294" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e29b376-732c-4ed8-b33a-827b409dd3bd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e29b376-732c-4ed8-b33a-827b409dd3bd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18189462776924462067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818946277692446206718189462776924462067181894627769244620671818946277692446206718189462776924462067181894627769244620671818946277692446206718189462776924462067181894627769244620671818946277692446206718189462776924462067181894627769244620671818946277692446206718189462776924462067181894627769244620671818946277692446206718189462776924462067181894627769244620671818946277692446206718189462776924462067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7bd5e15-b7a6-4145-b2c6-6a563a346864, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 279b031d-9e4a-4228-8f80-671119a2c57f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e29b376-732c-4ed8-b33a-827b409dd3bd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279b031d-9e4a-4228-8f80-671119a2c57f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13757997499106100038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375799749910610003813757997499106100038137579974991061000381375799749910610003813757997499106100038137579974991061000381375799749910610003813757997499106100038137579974991061000381375799749910610003813757997499106100038137579974991061000381375799749910610003813757997499106100038137579974991061000381375799749910610003813757997499106100038137579974991061000381375799749910610003813757997499106100038" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd5616b0-dedd-47de-b9c5-e07698e286f5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd5616b0-dedd-47de-b9c5-e07698e286f5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4958918897751358950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49589188977513589504958918897751358950495891889775135895049589188977513589504958918897751358950495891889775135895049589188977513589504958918897751358950495891889775135895049589188977513589504958918897751358950495891889775135895049589188977513589504958918897751358950495891889775135895049589188977513589504958918897751358950495891889775135895049589188977513589504958918897751358950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279b031d-9e4a-4228-8f80-671119a2c57f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd5616b0-dedd-47de-b9c5-e07698e286f5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fb3021f-5339-483c-815a-5694a060d8ce, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fb3021f-5339-483c-815a-5694a060d8ce, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13047098690739527307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304709869073952730713047098690739527307130470986907395273071304709869073952730713047098690739527307130470986907395273071304709869073952730713047098690739527307130470986907395273071304709869073952730713047098690739527307130470986907395273071304709869073952730713047098690739527307130470986907395273071304709869073952730713047098690739527307130470986907395273071304709869073952730713047098690739527307" } } } 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, 81781594-a3e0-4106-b0af-3ec3ca48ad97, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81781594-a3e0-4106-b0af-3ec3ca48ad97, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2511936293899638083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25119362938996380832511936293899638083251193629389963808325119362938996380832511936293899638083251193629389963808325119362938996380832511936293899638083251193629389963808325119362938996380832511936293899638083251193629389963808325119362938996380832511936293899638083251193629389963808325119362938996380832511936293899638083251193629389963808325119362938996380832511936293899638083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fb3021f-5339-483c-815a-5694a060d8ce, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81781594-a3e0-4106-b0af-3ec3ca48ad97, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36a95abb-1ce2-405e-b7d5-3796467d1076, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a95abb-1ce2-405e-b7d5-3796467d1076, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11327056590325662282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132705659032566228211327056590325662282113270565903256622821132705659032566228211327056590325662282113270565903256622821132705659032566228211327056590325662282113270565903256622821132705659032566228211327056590325662282113270565903256622821132705659032566228211327056590325662282113270565903256622821132705659032566228211327056590325662282113270565903256622821132705659032566228211327056590325662282" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4a81925-e551-47ef-995d-018d3581edf7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4a81925-e551-47ef-995d-018d3581edf7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5151217631606459216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51512176316064592165151217631606459216515121763160645921651512176316064592165151217631606459216515121763160645921651512176316064592165151217631606459216515121763160645921651512176316064592165151217631606459216515121763160645921651512176316064592165151217631606459216515121763160645921651512176316064592165151217631606459216515121763160645921651512176316064592165151217631606459216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a95abb-1ce2-405e-b7d5-3796467d1076, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4a81925-e551-47ef-995d-018d3581edf7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd31d4fa-9926-4828-8a6f-b722d386f8ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd31d4fa-9926-4828-8a6f-b722d386f8ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13166146626876805032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316614662687680503213166146626876805032131661466268768050321316614662687680503213166146626876805032131661466268768050321316614662687680503213166146626876805032131661466268768050321316614662687680503213166146626876805032131661466268768050321316614662687680503213166146626876805032131661466268768050321316614662687680503213166146626876805032131661466268768050321316614662687680503213166146626876805032" } } } 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, 3a325f88-d6b2-4612-8737-3a2a67329df3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a325f88-d6b2-4612-8737-3a2a67329df3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7774512419866147915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77745124198661479157774512419866147915777451241986614791577745124198661479157774512419866147915777451241986614791577745124198661479157774512419866147915777451241986614791577745124198661479157774512419866147915777451241986614791577745124198661479157774512419866147915777451241986614791577745124198661479157774512419866147915777451241986614791577745124198661479157774512419866147915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd31d4fa-9926-4828-8a6f-b722d386f8ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9e38b7b-7781-4c51-9dc4-08ffe08e8417, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9e38b7b-7781-4c51-9dc4-08ffe08e8417, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5678301138570153279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56783011385701532795678301138570153279567830113857015327956783011385701532795678301138570153279567830113857015327956783011385701532795678301138570153279567830113857015327956783011385701532795678301138570153279567830113857015327956783011385701532795678301138570153279567830113857015327956783011385701532795678301138570153279567830113857015327956783011385701532795678301138570153279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a325f88-d6b2-4612-8737-3a2a67329df3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c5d2f98-8402-4463-aad7-16ccea825ddf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c5d2f98-8402-4463-aad7-16ccea825ddf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11505026214640753467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150502621464075346711505026214640753467115050262146407534671150502621464075346711505026214640753467115050262146407534671150502621464075346711505026214640753467115050262146407534671150502621464075346711505026214640753467115050262146407534671150502621464075346711505026214640753467115050262146407534671150502621464075346711505026214640753467115050262146407534671150502621464075346711505026214640753467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9e38b7b-7781-4c51-9dc4-08ffe08e8417, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea06e344-5cb0-4e73-8923-1dc3daf3a1e3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea06e344-5cb0-4e73-8923-1dc3daf3a1e3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17916979104947579029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791697910494757902917916979104947579029179169791049475790291791697910494757902917916979104947579029179169791049475790291791697910494757902917916979104947579029179169791049475790291791697910494757902917916979104947579029179169791049475790291791697910494757902917916979104947579029179169791049475790291791697910494757902917916979104947579029179169791049475790291791697910494757902917916979104947579029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c5d2f98-8402-4463-aad7-16ccea825ddf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea06e344-5cb0-4e73-8923-1dc3daf3a1e3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15dbc90d-8ff9-4fb6-8610-14e540faf7f3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15dbc90d-8ff9-4fb6-8610-14e540faf7f3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14798789710864897492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479878971086489749214798789710864897492147987897108648974921479878971086489749214798789710864897492147987897108648974921479878971086489749214798789710864897492147987897108648974921479878971086489749214798789710864897492147987897108648974921479878971086489749214798789710864897492147987897108648974921479878971086489749214798789710864897492147987897108648974921479878971086489749214798789710864897492" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aead0cb5-130b-4684-861f-21a020ba7940, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aead0cb5-130b-4684-861f-21a020ba7940, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1931188625888288975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19311886258882889751931188625888288975193118862588828897519311886258882889751931188625888288975193118862588828897519311886258882889751931188625888288975193118862588828897519311886258882889751931188625888288975193118862588828897519311886258882889751931188625888288975193118862588828897519311886258882889751931188625888288975193118862588828897519311886258882889751931188625888288975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15dbc90d-8ff9-4fb6-8610-14e540faf7f3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e33137a4-002e-4485-a6a2-1f49db7c5607, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e33137a4-002e-4485-a6a2-1f49db7c5607, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6506816674819198923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65068166748191989236506816674819198923650681667481919892365068166748191989236506816674819198923650681667481919892365068166748191989236506816674819198923650681667481919892365068166748191989236506816674819198923650681667481919892365068166748191989236506816674819198923650681667481919892365068166748191989236506816674819198923650681667481919892365068166748191989236506816674819198923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aead0cb5-130b-4684-861f-21a020ba7940, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a16de75-b73c-4f30-aec9-7255891ca321, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a16de75-b73c-4f30-aec9-7255891ca321, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 567897374658126917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e33137a4-002e-4485-a6a2-1f49db7c5607, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a16de75-b73c-4f30-aec9-7255891ca321, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98780e51-3d70-4633-b237-a0b0604a1bf9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98780e51-3d70-4633-b237-a0b0604a1bf9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18218892696209303597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821889269620930359718218892696209303597182188926962093035971821889269620930359718218892696209303597182188926962093035971821889269620930359718218892696209303597182188926962093035971821889269620930359718218892696209303597182188926962093035971821889269620930359718218892696209303597182188926962093035971821889269620930359718218892696209303597182188926962093035971821889269620930359718218892696209303597" } } } 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, 0c8f1769-082e-42d7-bdbc-3d2eca063f41, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98780e51-3d70-4633-b237-a0b0604a1bf9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bb465d8-80c9-4b72-b815-f141b9c166ff, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c8f1769-082e-42d7-bdbc-3d2eca063f41, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5632702878435991229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56327028784359912295632702878435991229563270287843599122956327028784359912295632702878435991229563270287843599122956327028784359912295632702878435991229563270287843599122956327028784359912295632702878435991229563270287843599122956327028784359912295632702878435991229563270287843599122956327028784359912295632702878435991229563270287843599122956327028784359912295632702878435991229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bb465d8-80c9-4b72-b815-f141b9c166ff, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14544107237268217260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454410723726821726014544107237268217260145441072372682172601454410723726821726014544107237268217260145441072372682172601454410723726821726014544107237268217260145441072372682172601454410723726821726014544107237268217260145441072372682172601454410723726821726014544107237268217260145441072372682172601454410723726821726014544107237268217260145441072372682172601454410723726821726014544107237268217260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c8f1769-082e-42d7-bdbc-3d2eca063f41, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8359aae-1f4c-4f26-b65a-1d567bab9053, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bb465d8-80c9-4b72-b815-f141b9c166ff, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da482aa2-f216-449a-ab6f-f21b7fb68c75, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da482aa2-f216-449a-ab6f-f21b7fb68c75, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13509108652991113892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350910865299111389213509108652991113892135091086529911138921350910865299111389213509108652991113892135091086529911138921350910865299111389213509108652991113892135091086529911138921350910865299111389213509108652991113892135091086529911138921350910865299111389213509108652991113892135091086529911138921350910865299111389213509108652991113892135091086529911138921350910865299111389213509108652991113892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8359aae-1f4c-4f26-b65a-1d567bab9053, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17218034185866187855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721803418586618785517218034185866187855172180341858661878551721803418586618785517218034185866187855172180341858661878551721803418586618785517218034185866187855172180341858661878551721803418586618785517218034185866187855172180341858661878551721803418586618785517218034185866187855172180341858661878551721803418586618785517218034185866187855172180341858661878551721803418586618785517218034185866187855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da482aa2-f216-449a-ab6f-f21b7fb68c75, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0321bf49-2d1d-41d6-aa38-b48501a624ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0321bf49-2d1d-41d6-aa38-b48501a624ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17761533944717077574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776153394471707757417761533944717077574177615339447170775741776153394471707757417761533944717077574177615339447170775741776153394471707757417761533944717077574177615339447170775741776153394471707757417761533944717077574177615339447170775741776153394471707757417761533944717077574177615339447170775741776153394471707757417761533944717077574177615339447170775741776153394471707757417761533944717077574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8359aae-1f4c-4f26-b65a-1d567bab9053, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5436e6b4-2da2-4761-8307-162744827197, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0321bf49-2d1d-41d6-aa38-b48501a624ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc1689ca-f8da-4730-b483-3453a4856b53, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5436e6b4-2da2-4761-8307-162744827197, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18382470349581026633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838247034958102663318382470349581026633183824703495810266331838247034958102663318382470349581026633183824703495810266331838247034958102663318382470349581026633183824703495810266331838247034958102663318382470349581026633183824703495810266331838247034958102663318382470349581026633183824703495810266331838247034958102663318382470349581026633183824703495810266331838247034958102663318382470349581026633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc1689ca-f8da-4730-b483-3453a4856b53, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16029430260163339592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602943026016333959216029430260163339592160294302601633395921602943026016333959216029430260163339592160294302601633395921602943026016333959216029430260163339592160294302601633395921602943026016333959216029430260163339592160294302601633395921602943026016333959216029430260163339592160294302601633395921602943026016333959216029430260163339592160294302601633395921602943026016333959216029430260163339592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5436e6b4-2da2-4761-8307-162744827197, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 916a5324-33be-44f3-b0a5-b9e06de3574b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 916a5324-33be-44f3-b0a5-b9e06de3574b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2587965248020633184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25879652480206331842587965248020633184258796524802063318425879652480206331842587965248020633184258796524802063318425879652480206331842587965248020633184258796524802063318425879652480206331842587965248020633184258796524802063318425879652480206331842587965248020633184258796524802063318425879652480206331842587965248020633184258796524802063318425879652480206331842587965248020633184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc1689ca-f8da-4730-b483-3453a4856b53, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9386b0e-b3e9-4221-bc0b-bdb71bb6bb02, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9386b0e-b3e9-4221-bc0b-bdb71bb6bb02, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10104289107865377573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010428910786537757310104289107865377573101042891078653775731010428910786537757310104289107865377573101042891078653775731010428910786537757310104289107865377573101042891078653775731010428910786537757310104289107865377573101042891078653775731010428910786537757310104289107865377573101042891078653775731010428910786537757310104289107865377573101042891078653775731010428910786537757310104289107865377573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 916a5324-33be-44f3-b0a5-b9e06de3574b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f621de8-4074-4b00-a2ff-778a506a397b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f621de8-4074-4b00-a2ff-778a506a397b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10319483725508705642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031948372550870564210319483725508705642103194837255087056421031948372550870564210319483725508705642103194837255087056421031948372550870564210319483725508705642103194837255087056421031948372550870564210319483725508705642103194837255087056421031948372550870564210319483725508705642103194837255087056421031948372550870564210319483725508705642103194837255087056421031948372550870564210319483725508705642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9386b0e-b3e9-4221-bc0b-bdb71bb6bb02, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4119c6d-bd43-4a4d-bbce-c2f65cad34cb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4119c6d-bd43-4a4d-bbce-c2f65cad34cb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15772189222286993643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577218922228699364315772189222286993643157721892222869936431577218922228699364315772189222286993643157721892222869936431577218922228699364315772189222286993643157721892222869936431577218922228699364315772189222286993643157721892222869936431577218922228699364315772189222286993643157721892222869936431577218922228699364315772189222286993643157721892222869936431577218922228699364315772189222286993643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f621de8-4074-4b00-a2ff-778a506a397b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92ae0946-efea-4306-9f12-5b3dec7ae631, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92ae0946-efea-4306-9f12-5b3dec7ae631, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6259673146007882652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62596731460078826526259673146007882652625967314600788265262596731460078826526259673146007882652625967314600788265262596731460078826526259673146007882652625967314600788265262596731460078826526259673146007882652625967314600788265262596731460078826526259673146007882652625967314600788265262596731460078826526259673146007882652625967314600788265262596731460078826526259673146007882652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4119c6d-bd43-4a4d-bbce-c2f65cad34cb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92ae0946-efea-4306-9f12-5b3dec7ae631, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39e3d459-7e54-48b5-9247-1f45d1c5347e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e94771f-70f4-496c-b493-d62140f6fa1a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e94771f-70f4-496c-b493-d62140f6fa1a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17772311177667423094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777231117766742309417772311177667423094177723111776674230941777231117766742309417772311177667423094177723111776674230941777231117766742309417772311177667423094177723111776674230941777231117766742309417772311177667423094177723111776674230941777231117766742309417772311177667423094177723111776674230941777231117766742309417772311177667423094177723111776674230941777231117766742309417772311177667423094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e3d459-7e54-48b5-9247-1f45d1c5347e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15235752403634928858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523575240363492885815235752403634928858152357524036349288581523575240363492885815235752403634928858152357524036349288581523575240363492885815235752403634928858152357524036349288581523575240363492885815235752403634928858152357524036349288581523575240363492885815235752403634928858152357524036349288581523575240363492885815235752403634928858152357524036349288581523575240363492885815235752403634928858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e94771f-70f4-496c-b493-d62140f6fa1a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 954404c0-0b5e-43d6-897e-321e6e715479, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 954404c0-0b5e-43d6-897e-321e6e715479, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 287342170559701342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e3d459-7e54-48b5-9247-1f45d1c5347e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a09286f-1d90-4552-b8e5-6f6fc698daeb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a09286f-1d90-4552-b8e5-6f6fc698daeb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6243200632383117868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62432006323831178686243200632383117868624320063238311786862432006323831178686243200632383117868624320063238311786862432006323831178686243200632383117868624320063238311786862432006323831178686243200632383117868624320063238311786862432006323831178686243200632383117868624320063238311786862432006323831178686243200632383117868624320063238311786862432006323831178686243200632383117868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a09286f-1d90-4552-b8e5-6f6fc698daeb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48af6d1e-6ed1-4f4b-b9df-2f5d183dc30e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48af6d1e-6ed1-4f4b-b9df-2f5d183dc30e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16079084144477470382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607908414447747038216079084144477470382160790841444774703821607908414447747038216079084144477470382160790841444774703821607908414447747038216079084144477470382160790841444774703821607908414447747038216079084144477470382160790841444774703821607908414447747038216079084144477470382160790841444774703821607908414447747038216079084144477470382160790841444774703821607908414447747038216079084144477470382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 954404c0-0b5e-43d6-897e-321e6e715479, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5b029fd-6707-4beb-bc96-52e801f1714f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5b029fd-6707-4beb-bc96-52e801f1714f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3940639598914054596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39406395989140545963940639598914054596394063959891405459639406395989140545963940639598914054596394063959891405459639406395989140545963940639598914054596394063959891405459639406395989140545963940639598914054596394063959891405459639406395989140545963940639598914054596394063959891405459639406395989140545963940639598914054596394063959891405459639406395989140545963940639598914054596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48af6d1e-6ed1-4f4b-b9df-2f5d183dc30e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9836e3a1-af9a-4c23-b02b-97bff94a4fc3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9836e3a1-af9a-4c23-b02b-97bff94a4fc3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5137703840155913309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51377038401559133095137703840155913309513770384015591330951377038401559133095137703840155913309513770384015591330951377038401559133095137703840155913309513770384015591330951377038401559133095137703840155913309513770384015591330951377038401559133095137703840155913309513770384015591330951377038401559133095137703840155913309513770384015591330951377038401559133095137703840155913309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5b029fd-6707-4beb-bc96-52e801f1714f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a20d18bd-62fa-47b9-9eaf-135c374a8e63, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a20d18bd-62fa-47b9-9eaf-135c374a8e63, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17718342699547479398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771834269954747939817718342699547479398177183426995474793981771834269954747939817718342699547479398177183426995474793981771834269954747939817718342699547479398177183426995474793981771834269954747939817718342699547479398177183426995474793981771834269954747939817718342699547479398177183426995474793981771834269954747939817718342699547479398177183426995474793981771834269954747939817718342699547479398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9836e3a1-af9a-4c23-b02b-97bff94a4fc3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 689005fc-a38e-45a0-85c9-cbc829003e75, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a20d18bd-62fa-47b9-9eaf-135c374a8e63, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 689005fc-a38e-45a0-85c9-cbc829003e75, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14107894946696928056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410789494669692805614107894946696928056141078949466969280561410789494669692805614107894946696928056141078949466969280561410789494669692805614107894946696928056141078949466969280561410789494669692805614107894946696928056141078949466969280561410789494669692805614107894946696928056141078949466969280561410789494669692805614107894946696928056141078949466969280561410789494669692805614107894946696928056" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad2c8e13-7b8b-4176-a523-68d9e3c9cefe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad2c8e13-7b8b-4176-a523-68d9e3c9cefe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18251380218733717376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825138021873371737618251380218733717376182513802187337173761825138021873371737618251380218733717376182513802187337173761825138021873371737618251380218733717376182513802187337173761825138021873371737618251380218733717376182513802187337173761825138021873371737618251380218733717376182513802187337173761825138021873371737618251380218733717376182513802187337173761825138021873371737618251380218733717376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 689005fc-a38e-45a0-85c9-cbc829003e75, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82ee4e3d-b0c2-4bb6-8a80-728c3d63e161, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82ee4e3d-b0c2-4bb6-8a80-728c3d63e161, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14447419593385485882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444741959338548588214447419593385485882144474195933854858821444741959338548588214447419593385485882144474195933854858821444741959338548588214447419593385485882144474195933854858821444741959338548588214447419593385485882144474195933854858821444741959338548588214447419593385485882144474195933854858821444741959338548588214447419593385485882144474195933854858821444741959338548588214447419593385485882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad2c8e13-7b8b-4176-a523-68d9e3c9cefe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c9c9c5e-5080-4770-9fc5-2e8cbde9fde6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c9c9c5e-5080-4770-9fc5-2e8cbde9fde6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3879978599950663217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38799785999506632173879978599950663217387997859995066321738799785999506632173879978599950663217387997859995066321738799785999506632173879978599950663217387997859995066321738799785999506632173879978599950663217387997859995066321738799785999506632173879978599950663217387997859995066321738799785999506632173879978599950663217387997859995066321738799785999506632173879978599950663217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82ee4e3d-b0c2-4bb6-8a80-728c3d63e161, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42187663-d992-4ba9-ae74-d7b3bb8d0c6f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42187663-d992-4ba9-ae74-d7b3bb8d0c6f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14876206227777916995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487620622777791699514876206227777916995148762062277779169951487620622777791699514876206227777916995148762062277779169951487620622777791699514876206227777916995148762062277779169951487620622777791699514876206227777916995148762062277779169951487620622777791699514876206227777916995148762062277779169951487620622777791699514876206227777916995148762062277779169951487620622777791699514876206227777916995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c9c9c5e-5080-4770-9fc5-2e8cbde9fde6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61fcc11f-8ee3-4901-946c-dc784b9f900c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61fcc11f-8ee3-4901-946c-dc784b9f900c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2919095961295064200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29190959612950642002919095961295064200291909596129506420029190959612950642002919095961295064200291909596129506420029190959612950642002919095961295064200291909596129506420029190959612950642002919095961295064200291909596129506420029190959612950642002919095961295064200291909596129506420029190959612950642002919095961295064200291909596129506420029190959612950642002919095961295064200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42187663-d992-4ba9-ae74-d7b3bb8d0c6f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 400b7faf-b782-49ba-a0cd-7e7932b7389e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61fcc11f-8ee3-4901-946c-dc784b9f900c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 400b7faf-b782-49ba-a0cd-7e7932b7389e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14372661536737814572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437266153673781457214372661536737814572143726615367378145721437266153673781457214372661536737814572143726615367378145721437266153673781457214372661536737814572143726615367378145721437266153673781457214372661536737814572143726615367378145721437266153673781457214372661536737814572143726615367378145721437266153673781457214372661536737814572143726615367378145721437266153673781457214372661536737814572" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09688d0e-884b-42c9-a621-a6aea4c62da7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09688d0e-884b-42c9-a621-a6aea4c62da7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13513592376051723758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351359237605172375813513592376051723758135135923760517237581351359237605172375813513592376051723758135135923760517237581351359237605172375813513592376051723758135135923760517237581351359237605172375813513592376051723758135135923760517237581351359237605172375813513592376051723758135135923760517237581351359237605172375813513592376051723758135135923760517237581351359237605172375813513592376051723758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 400b7faf-b782-49ba-a0cd-7e7932b7389e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d480f497-144c-47ee-90d9-324960e8a797, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d480f497-144c-47ee-90d9-324960e8a797, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4825978959761726854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48259789597617268544825978959761726854482597895976172685448259789597617268544825978959761726854482597895976172685448259789597617268544825978959761726854482597895976172685448259789597617268544825978959761726854482597895976172685448259789597617268544825978959761726854482597895976172685448259789597617268544825978959761726854482597895976172685448259789597617268544825978959761726854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09688d0e-884b-42c9-a621-a6aea4c62da7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ed7d327-d01b-4cbe-bc0a-268baf48d99e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed7d327-d01b-4cbe-bc0a-268baf48d99e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3842020510280193970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38420205102801939703842020510280193970384202051028019397038420205102801939703842020510280193970384202051028019397038420205102801939703842020510280193970384202051028019397038420205102801939703842020510280193970384202051028019397038420205102801939703842020510280193970384202051028019397038420205102801939703842020510280193970384202051028019397038420205102801939703842020510280193970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d480f497-144c-47ee-90d9-324960e8a797, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed7d327-d01b-4cbe-bc0a-268baf48d99e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ac601bb-25e0-485b-b71d-467658b5857f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ac601bb-25e0-485b-b71d-467658b5857f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11762310717390394319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176231071739039431911762310717390394319117623107173903943191176231071739039431911762310717390394319117623107173903943191176231071739039431911762310717390394319117623107173903943191176231071739039431911762310717390394319117623107173903943191176231071739039431911762310717390394319117623107173903943191176231071739039431911762310717390394319117623107173903943191176231071739039431911762310717390394319" } } } 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, 3859f908-0543-4f2f-b0c7-c2f9a0df5803, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3859f908-0543-4f2f-b0c7-c2f9a0df5803, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7102319025494909494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71023190254949094947102319025494909494710231902549490949471023190254949094947102319025494909494710231902549490949471023190254949094947102319025494909494710231902549490949471023190254949094947102319025494909494710231902549490949471023190254949094947102319025494909494710231902549490949471023190254949094947102319025494909494710231902549490949471023190254949094947102319025494909494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ac601bb-25e0-485b-b71d-467658b5857f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3859f908-0543-4f2f-b0c7-c2f9a0df5803, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bf41dd3-ffd2-4ed0-9491-d6ac1a21c7eb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bf41dd3-ffd2-4ed0-9491-d6ac1a21c7eb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8660204310881843394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86602043108818433948660204310881843394866020431088184339486602043108818433948660204310881843394866020431088184339486602043108818433948660204310881843394866020431088184339486602043108818433948660204310881843394866020431088184339486602043108818433948660204310881843394866020431088184339486602043108818433948660204310881843394866020431088184339486602043108818433948660204310881843394" } } } 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, 5dc9e426-bd8b-4978-b3e0-d586e68693ac, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dc9e426-bd8b-4978-b3e0-d586e68693ac, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11608117294513799589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160811729451379958911608117294513799589116081172945137995891160811729451379958911608117294513799589116081172945137995891160811729451379958911608117294513799589116081172945137995891160811729451379958911608117294513799589116081172945137995891160811729451379958911608117294513799589116081172945137995891160811729451379958911608117294513799589116081172945137995891160811729451379958911608117294513799589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bf41dd3-ffd2-4ed0-9491-d6ac1a21c7eb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22b3bbd5-ea72-4fd3-989d-77f5f3acea84, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22b3bbd5-ea72-4fd3-989d-77f5f3acea84, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10530748639520345453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053074863952034545310530748639520345453105307486395203454531053074863952034545310530748639520345453105307486395203454531053074863952034545310530748639520345453105307486395203454531053074863952034545310530748639520345453105307486395203454531053074863952034545310530748639520345453105307486395203454531053074863952034545310530748639520345453105307486395203454531053074863952034545310530748639520345453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dc9e426-bd8b-4978-b3e0-d586e68693ac, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d2a9ad4-46e8-43f2-91e9-5c993e21d214, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d2a9ad4-46e8-43f2-91e9-5c993e21d214, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14896327591684916686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489632759168491668614896327591684916686148963275916849166861489632759168491668614896327591684916686148963275916849166861489632759168491668614896327591684916686148963275916849166861489632759168491668614896327591684916686148963275916849166861489632759168491668614896327591684916686148963275916849166861489632759168491668614896327591684916686148963275916849166861489632759168491668614896327591684916686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d2a9ad4-46e8-43f2-91e9-5c993e21d214, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22b3bbd5-ea72-4fd3-989d-77f5f3acea84, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6ccbe8a-594b-4b4b-a08b-061df029c8e7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6ccbe8a-594b-4b4b-a08b-061df029c8e7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4568532530074514772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45685325300745147724568532530074514772456853253007451477245685325300745147724568532530074514772456853253007451477245685325300745147724568532530074514772456853253007451477245685325300745147724568532530074514772456853253007451477245685325300745147724568532530074514772456853253007451477245685325300745147724568532530074514772456853253007451477245685325300745147724568532530074514772" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 476c1666-938f-4df0-8840-627b0c689764, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 476c1666-938f-4df0-8840-627b0c689764, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11877139071340214227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187713907134021422711877139071340214227118771390713402142271187713907134021422711877139071340214227118771390713402142271187713907134021422711877139071340214227118771390713402142271187713907134021422711877139071340214227118771390713402142271187713907134021422711877139071340214227118771390713402142271187713907134021422711877139071340214227118771390713402142271187713907134021422711877139071340214227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6ccbe8a-594b-4b4b-a08b-061df029c8e7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f415791e-7fde-4651-89c8-325434871f4d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f415791e-7fde-4651-89c8-325434871f4d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2309924429898661542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23099244298986615422309924429898661542230992442989866154223099244298986615422309924429898661542230992442989866154223099244298986615422309924429898661542230992442989866154223099244298986615422309924429898661542230992442989866154223099244298986615422309924429898661542230992442989866154223099244298986615422309924429898661542230992442989866154223099244298986615422309924429898661542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 476c1666-938f-4df0-8840-627b0c689764, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39a4405b-f172-4b60-9f35-2dd5a4cce78b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39a4405b-f172-4b60-9f35-2dd5a4cce78b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10528400539874217276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052840053987421727610528400539874217276105284005398742172761052840053987421727610528400539874217276105284005398742172761052840053987421727610528400539874217276105284005398742172761052840053987421727610528400539874217276105284005398742172761052840053987421727610528400539874217276105284005398742172761052840053987421727610528400539874217276105284005398742172761052840053987421727610528400539874217276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f415791e-7fde-4651-89c8-325434871f4d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39a4405b-f172-4b60-9f35-2dd5a4cce78b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd4555e5-d05a-4d72-89ff-ff51947e32d4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63460b2c-48b5-4640-8749-7d041f40dee6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd4555e5-d05a-4d72-89ff-ff51947e32d4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2149371493490745105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21493714934907451052149371493490745105214937149349074510521493714934907451052149371493490745105214937149349074510521493714934907451052149371493490745105214937149349074510521493714934907451052149371493490745105214937149349074510521493714934907451052149371493490745105214937149349074510521493714934907451052149371493490745105214937149349074510521493714934907451052149371493490745105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63460b2c-48b5-4640-8749-7d041f40dee6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5349921995159359408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53499219951593594085349921995159359408534992199515935940853499219951593594085349921995159359408534992199515935940853499219951593594085349921995159359408534992199515935940853499219951593594085349921995159359408534992199515935940853499219951593594085349921995159359408534992199515935940853499219951593594085349921995159359408534992199515935940853499219951593594085349921995159359408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd4555e5-d05a-4d72-89ff-ff51947e32d4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63460b2c-48b5-4640-8749-7d041f40dee6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2007d0bd-6967-4b6d-831a-ccba1574ab1e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2eec6989-5be5-4afe-ad67-0669f871d880, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2007d0bd-6967-4b6d-831a-ccba1574ab1e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 842080951755267544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eec6989-5be5-4afe-ad67-0669f871d880, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6625924621986781497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66259246219867814976625924621986781497662592462198678149766259246219867814976625924621986781497662592462198678149766259246219867814976625924621986781497662592462198678149766259246219867814976625924621986781497662592462198678149766259246219867814976625924621986781497662592462198678149766259246219867814976625924621986781497662592462198678149766259246219867814976625924621986781497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2007d0bd-6967-4b6d-831a-ccba1574ab1e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdd12766-699e-45bb-8ada-6a045c279bc5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd12766-699e-45bb-8ada-6a045c279bc5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3140017901555707408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31400179015557074083140017901555707408314001790155570740831400179015557074083140017901555707408314001790155570740831400179015557074083140017901555707408314001790155570740831400179015557074083140017901555707408314001790155570740831400179015557074083140017901555707408314001790155570740831400179015557074083140017901555707408314001790155570740831400179015557074083140017901555707408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eec6989-5be5-4afe-ad67-0669f871d880, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 056459fd-7056-42ca-ba7e-5dbfd6af7a2e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 056459fd-7056-42ca-ba7e-5dbfd6af7a2e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11459513854641707807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145951385464170780711459513854641707807114595138546417078071145951385464170780711459513854641707807114595138546417078071145951385464170780711459513854641707807114595138546417078071145951385464170780711459513854641707807114595138546417078071145951385464170780711459513854641707807114595138546417078071145951385464170780711459513854641707807114595138546417078071145951385464170780711459513854641707807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd12766-699e-45bb-8ada-6a045c279bc5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae291e34-db36-44d3-bd4f-6a060b912f71, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae291e34-db36-44d3-bd4f-6a060b912f71, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9262551093444596727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92625510934445967279262551093444596727926255109344459672792625510934445967279262551093444596727926255109344459672792625510934445967279262551093444596727926255109344459672792625510934445967279262551093444596727926255109344459672792625510934445967279262551093444596727926255109344459672792625510934445967279262551093444596727926255109344459672792625510934445967279262551093444596727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 056459fd-7056-42ca-ba7e-5dbfd6af7a2e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 244be254-f8a2-4728-add1-2242494f9463, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 244be254-f8a2-4728-add1-2242494f9463, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11375468533086565712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137546853308656571211375468533086565712113754685330865657121137546853308656571211375468533086565712113754685330865657121137546853308656571211375468533086565712113754685330865657121137546853308656571211375468533086565712113754685330865657121137546853308656571211375468533086565712113754685330865657121137546853308656571211375468533086565712113754685330865657121137546853308656571211375468533086565712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae291e34-db36-44d3-bd4f-6a060b912f71, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 244be254-f8a2-4728-add1-2242494f9463, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ef83726-cafd-40b4-8e3a-e19024fc857a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ef83726-cafd-40b4-8e3a-e19024fc857a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13410877903608428724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341087790360842872413410877903608428724134108779036084287241341087790360842872413410877903608428724134108779036084287241341087790360842872413410877903608428724134108779036084287241341087790360842872413410877903608428724134108779036084287241341087790360842872413410877903608428724134108779036084287241341087790360842872413410877903608428724134108779036084287241341087790360842872413410877903608428724" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af6c8d38-302d-497a-b344-f97b800878c3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af6c8d38-302d-497a-b344-f97b800878c3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7185658334818354656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71856583348183546567185658334818354656718565833481835465671856583348183546567185658334818354656718565833481835465671856583348183546567185658334818354656718565833481835465671856583348183546567185658334818354656718565833481835465671856583348183546567185658334818354656718565833481835465671856583348183546567185658334818354656718565833481835465671856583348183546567185658334818354656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ef83726-cafd-40b4-8e3a-e19024fc857a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0cd46b0-5b0e-449a-87e6-1f0d9a923c12, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0cd46b0-5b0e-449a-87e6-1f0d9a923c12, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17441376553916834604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744137655391683460417441376553916834604174413765539168346041744137655391683460417441376553916834604174413765539168346041744137655391683460417441376553916834604174413765539168346041744137655391683460417441376553916834604174413765539168346041744137655391683460417441376553916834604174413765539168346041744137655391683460417441376553916834604174413765539168346041744137655391683460417441376553916834604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af6c8d38-302d-497a-b344-f97b800878c3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ee6c3ad-0ca5-40e3-90ba-9c03381a9ef7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee6c3ad-0ca5-40e3-90ba-9c03381a9ef7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17802107205606354383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780210720560635438317802107205606354383178021072056063543831780210720560635438317802107205606354383178021072056063543831780210720560635438317802107205606354383178021072056063543831780210720560635438317802107205606354383178021072056063543831780210720560635438317802107205606354383178021072056063543831780210720560635438317802107205606354383178021072056063543831780210720560635438317802107205606354383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0cd46b0-5b0e-449a-87e6-1f0d9a923c12, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68b86d81-7038-4876-835f-a2ae8bb6b4a8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68b86d81-7038-4876-835f-a2ae8bb6b4a8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3265889685567767254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32658896855677672543265889685567767254326588968556776725432658896855677672543265889685567767254326588968556776725432658896855677672543265889685567767254326588968556776725432658896855677672543265889685567767254326588968556776725432658896855677672543265889685567767254326588968556776725432658896855677672543265889685567767254326588968556776725432658896855677672543265889685567767254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee6c3ad-0ca5-40e3-90ba-9c03381a9ef7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f1f30e5-a6d5-42c2-9bba-77ec7bc79bf1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f1f30e5-a6d5-42c2-9bba-77ec7bc79bf1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13350700916127190670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335070091612719067013350700916127190670133507009161271906701335070091612719067013350700916127190670133507009161271906701335070091612719067013350700916127190670133507009161271906701335070091612719067013350700916127190670133507009161271906701335070091612719067013350700916127190670133507009161271906701335070091612719067013350700916127190670133507009161271906701335070091612719067013350700916127190670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68b86d81-7038-4876-835f-a2ae8bb6b4a8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f2cbbd0-72a1-4db7-9a9a-96f2f9c56356, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f2cbbd0-72a1-4db7-9a9a-96f2f9c56356, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 268477004045712147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f1f30e5-a6d5-42c2-9bba-77ec7bc79bf1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8c0a06b-a2b6-4fca-aa5e-ebcf6512ceda, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8c0a06b-a2b6-4fca-aa5e-ebcf6512ceda, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7210827062642785630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72108270626427856307210827062642785630721082706264278563072108270626427856307210827062642785630721082706264278563072108270626427856307210827062642785630721082706264278563072108270626427856307210827062642785630721082706264278563072108270626427856307210827062642785630721082706264278563072108270626427856307210827062642785630721082706264278563072108270626427856307210827062642785630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f2cbbd0-72a1-4db7-9a9a-96f2f9c56356, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d3938f3-a721-4319-adc8-cd1ef7dbd727, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d3938f3-a721-4319-adc8-cd1ef7dbd727, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8884808875506208855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88848088755062088558884808875506208855888480887550620885588848088755062088558884808875506208855888480887550620885588848088755062088558884808875506208855888480887550620885588848088755062088558884808875506208855888480887550620885588848088755062088558884808875506208855888480887550620885588848088755062088558884808875506208855888480887550620885588848088755062088558884808875506208855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8c0a06b-a2b6-4fca-aa5e-ebcf6512ceda, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2f0c326-8422-447c-be32-e8cfc08805f2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2f0c326-8422-447c-be32-e8cfc08805f2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18256711305660615002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825671130566061500218256711305660615002182567113056606150021825671130566061500218256711305660615002182567113056606150021825671130566061500218256711305660615002182567113056606150021825671130566061500218256711305660615002182567113056606150021825671130566061500218256711305660615002182567113056606150021825671130566061500218256711305660615002182567113056606150021825671130566061500218256711305660615002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d3938f3-a721-4319-adc8-cd1ef7dbd727, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7730b1c-879e-4f8c-a5e2-fa3be81486e3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7730b1c-879e-4f8c-a5e2-fa3be81486e3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6740679712979645093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67406797129796450936740679712979645093674067971297964509367406797129796450936740679712979645093674067971297964509367406797129796450936740679712979645093674067971297964509367406797129796450936740679712979645093674067971297964509367406797129796450936740679712979645093674067971297964509367406797129796450936740679712979645093674067971297964509367406797129796450936740679712979645093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2f0c326-8422-447c-be32-e8cfc08805f2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24746685-b176-46d8-b540-5bddd9909599, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7730b1c-879e-4f8c-a5e2-fa3be81486e3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17aa2813-456a-484d-8582-6ca21f156efd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17aa2813-456a-484d-8582-6ca21f156efd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7918507135636992610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79185071356369926107918507135636992610791850713563699261079185071356369926107918507135636992610791850713563699261079185071356369926107918507135636992610791850713563699261079185071356369926107918507135636992610791850713563699261079185071356369926107918507135636992610791850713563699261079185071356369926107918507135636992610791850713563699261079185071356369926107918507135636992610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24746685-b176-46d8-b540-5bddd9909599, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13924921588664273261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392492158866427326113924921588664273261139249215886642732611392492158866427326113924921588664273261139249215886642732611392492158866427326113924921588664273261139249215886642732611392492158866427326113924921588664273261139249215886642732611392492158866427326113924921588664273261139249215886642732611392492158866427326113924921588664273261139249215886642732611392492158866427326113924921588664273261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17aa2813-456a-484d-8582-6ca21f156efd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 229eb46a-e305-4b57-8674-9e417b9ff0c9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 229eb46a-e305-4b57-8674-9e417b9ff0c9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11460994003332561367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146099400333256136711460994003332561367114609940033325613671146099400333256136711460994003332561367114609940033325613671146099400333256136711460994003332561367114609940033325613671146099400333256136711460994003332561367114609940033325613671146099400333256136711460994003332561367114609940033325613671146099400333256136711460994003332561367114609940033325613671146099400333256136711460994003332561367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24746685-b176-46d8-b540-5bddd9909599, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f88d5889-8f3d-48b0-9584-a3da34f8311d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f88d5889-8f3d-48b0-9584-a3da34f8311d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5205786463465396119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52057864634653961195205786463465396119520578646346539611952057864634653961195205786463465396119520578646346539611952057864634653961195205786463465396119520578646346539611952057864634653961195205786463465396119520578646346539611952057864634653961195205786463465396119520578646346539611952057864634653961195205786463465396119520578646346539611952057864634653961195205786463465396119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 229eb46a-e305-4b57-8674-9e417b9ff0c9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65e79b73-e0c8-49f8-a084-51978ae7333f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e79b73-e0c8-49f8-a084-51978ae7333f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2847964484099332052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28479644840993320522847964484099332052284796448409933205228479644840993320522847964484099332052284796448409933205228479644840993320522847964484099332052284796448409933205228479644840993320522847964484099332052284796448409933205228479644840993320522847964484099332052284796448409933205228479644840993320522847964484099332052284796448409933205228479644840993320522847964484099332052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f88d5889-8f3d-48b0-9584-a3da34f8311d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ffab51f-dc84-4fdd-b325-605eecfd0302, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e79b73-e0c8-49f8-a084-51978ae7333f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ffab51f-dc84-4fdd-b325-605eecfd0302, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9066036157159917863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90660361571599178639066036157159917863906603615715991786390660361571599178639066036157159917863906603615715991786390660361571599178639066036157159917863906603615715991786390660361571599178639066036157159917863906603615715991786390660361571599178639066036157159917863906603615715991786390660361571599178639066036157159917863906603615715991786390660361571599178639066036157159917863" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dec1e59-7e0d-4aa8-932e-c97f19558260, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dec1e59-7e0d-4aa8-932e-c97f19558260, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12828344383697676964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282834438369767696412828344383697676964128283443836976769641282834438369767696412828344383697676964128283443836976769641282834438369767696412828344383697676964128283443836976769641282834438369767696412828344383697676964128283443836976769641282834438369767696412828344383697676964128283443836976769641282834438369767696412828344383697676964128283443836976769641282834438369767696412828344383697676964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ffab51f-dc84-4fdd-b325-605eecfd0302, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dec1e59-7e0d-4aa8-932e-c97f19558260, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de775db4-fc01-4c04-8257-6190c3f4ab14, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de775db4-fc01-4c04-8257-6190c3f4ab14, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14446188940799005289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444618894079900528914446188940799005289144461889407990052891444618894079900528914446188940799005289144461889407990052891444618894079900528914446188940799005289144461889407990052891444618894079900528914446188940799005289144461889407990052891444618894079900528914446188940799005289144461889407990052891444618894079900528914446188940799005289144461889407990052891444618894079900528914446188940799005289" } } } 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, 2e554629-55f1-4109-80cf-eedd3b7c9c5e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e554629-55f1-4109-80cf-eedd3b7c9c5e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8648707039219325907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86487070392193259078648707039219325907864870703921932590786487070392193259078648707039219325907864870703921932590786487070392193259078648707039219325907864870703921932590786487070392193259078648707039219325907864870703921932590786487070392193259078648707039219325907864870703921932590786487070392193259078648707039219325907864870703921932590786487070392193259078648707039219325907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de775db4-fc01-4c04-8257-6190c3f4ab14, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 160b3b61-5a83-43d1-acee-eb01c9aab976, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 160b3b61-5a83-43d1-acee-eb01c9aab976, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11047239699369315391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104723969936931539111047239699369315391110472396993693153911104723969936931539111047239699369315391110472396993693153911104723969936931539111047239699369315391110472396993693153911104723969936931539111047239699369315391110472396993693153911104723969936931539111047239699369315391110472396993693153911104723969936931539111047239699369315391110472396993693153911104723969936931539111047239699369315391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e554629-55f1-4109-80cf-eedd3b7c9c5e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b92134b9-f4a7-4a68-9245-857da15a699e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b92134b9-f4a7-4a68-9245-857da15a699e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17525852481468977696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752585248146897769617525852481468977696175258524814689776961752585248146897769617525852481468977696175258524814689776961752585248146897769617525852481468977696175258524814689776961752585248146897769617525852481468977696175258524814689776961752585248146897769617525852481468977696175258524814689776961752585248146897769617525852481468977696175258524814689776961752585248146897769617525852481468977696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 160b3b61-5a83-43d1-acee-eb01c9aab976, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a499dffd-1724-4cd7-bfc0-10bd62f08a29, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a499dffd-1724-4cd7-bfc0-10bd62f08a29, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17371559183371094988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737155918337109498817371559183371094988173715591833710949881737155918337109498817371559183371094988173715591833710949881737155918337109498817371559183371094988173715591833710949881737155918337109498817371559183371094988173715591833710949881737155918337109498817371559183371094988173715591833710949881737155918337109498817371559183371094988173715591833710949881737155918337109498817371559183371094988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b92134b9-f4a7-4a68-9245-857da15a699e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5a21494-9f5f-4104-8fc2-6172d073423e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5a21494-9f5f-4104-8fc2-6172d073423e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18309762969427985337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830976296942798533718309762969427985337183097629694279853371830976296942798533718309762969427985337183097629694279853371830976296942798533718309762969427985337183097629694279853371830976296942798533718309762969427985337183097629694279853371830976296942798533718309762969427985337183097629694279853371830976296942798533718309762969427985337183097629694279853371830976296942798533718309762969427985337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a499dffd-1724-4cd7-bfc0-10bd62f08a29, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d298ac84-3299-4cce-92bb-6b6e9b168fdf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5a21494-9f5f-4104-8fc2-6172d073423e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d298ac84-3299-4cce-92bb-6b6e9b168fdf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6287980128854551271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62879801288545512716287980128854551271628798012885455127162879801288545512716287980128854551271628798012885455127162879801288545512716287980128854551271628798012885455127162879801288545512716287980128854551271628798012885455127162879801288545512716287980128854551271628798012885455127162879801288545512716287980128854551271628798012885455127162879801288545512716287980128854551271" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a604cfc-31bc-4137-87f0-cf7111728563, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a604cfc-31bc-4137-87f0-cf7111728563, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16960107886592397574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696010788659239757416960107886592397574169601078865923975741696010788659239757416960107886592397574169601078865923975741696010788659239757416960107886592397574169601078865923975741696010788659239757416960107886592397574169601078865923975741696010788659239757416960107886592397574169601078865923975741696010788659239757416960107886592397574169601078865923975741696010788659239757416960107886592397574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d298ac84-3299-4cce-92bb-6b6e9b168fdf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfc87a79-ddb1-4c87-a192-255e86c5d3d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfc87a79-ddb1-4c87-a192-255e86c5d3d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9022106253376785543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90221062533767855439022106253376785543902210625337678554390221062533767855439022106253376785543902210625337678554390221062533767855439022106253376785543902210625337678554390221062533767855439022106253376785543902210625337678554390221062533767855439022106253376785543902210625337678554390221062533767855439022106253376785543902210625337678554390221062533767855439022106253376785543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a604cfc-31bc-4137-87f0-cf7111728563, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c1a55e6-a625-4eb4-a4b7-6947501ba4ee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c1a55e6-a625-4eb4-a4b7-6947501ba4ee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13087546833524864812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308754683352486481213087546833524864812130875468335248648121308754683352486481213087546833524864812130875468335248648121308754683352486481213087546833524864812130875468335248648121308754683352486481213087546833524864812130875468335248648121308754683352486481213087546833524864812130875468335248648121308754683352486481213087546833524864812130875468335248648121308754683352486481213087546833524864812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfc87a79-ddb1-4c87-a192-255e86c5d3d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8317ecd2-728c-4108-9379-a14a884a6848, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8317ecd2-728c-4108-9379-a14a884a6848, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10351877102494216818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035187710249421681810351877102494216818103518771024942168181035187710249421681810351877102494216818103518771024942168181035187710249421681810351877102494216818103518771024942168181035187710249421681810351877102494216818103518771024942168181035187710249421681810351877102494216818103518771024942168181035187710249421681810351877102494216818103518771024942168181035187710249421681810351877102494216818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c1a55e6-a625-4eb4-a4b7-6947501ba4ee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bade6bf-b092-4f9f-9f48-792ed4d574d1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bade6bf-b092-4f9f-9f48-792ed4d574d1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2444678771328966878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24446787713289668782444678771328966878244467877132896687824446787713289668782444678771328966878244467877132896687824446787713289668782444678771328966878244467877132896687824446787713289668782444678771328966878244467877132896687824446787713289668782444678771328966878244467877132896687824446787713289668782444678771328966878244467877132896687824446787713289668782444678771328966878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8317ecd2-728c-4108-9379-a14a884a6848, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7a17064-cddf-4600-9cff-9097a2ef1e07, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7a17064-cddf-4600-9cff-9097a2ef1e07, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5463583684616736978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54635836846167369785463583684616736978546358368461673697854635836846167369785463583684616736978546358368461673697854635836846167369785463583684616736978546358368461673697854635836846167369785463583684616736978546358368461673697854635836846167369785463583684616736978546358368461673697854635836846167369785463583684616736978546358368461673697854635836846167369785463583684616736978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bade6bf-b092-4f9f-9f48-792ed4d574d1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18363c2c-ea64-4683-b4be-03c007698897, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18363c2c-ea64-4683-b4be-03c007698897, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3973468542671300454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39734685426713004543973468542671300454397346854267130045439734685426713004543973468542671300454397346854267130045439734685426713004543973468542671300454397346854267130045439734685426713004543973468542671300454397346854267130045439734685426713004543973468542671300454397346854267130045439734685426713004543973468542671300454397346854267130045439734685426713004543973468542671300454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7a17064-cddf-4600-9cff-9097a2ef1e07, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb6e6d7a-2478-4f82-81bd-84a1f3670268, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb6e6d7a-2478-4f82-81bd-84a1f3670268, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5296960015973727201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52969600159737272015296960015973727201529696001597372720152969600159737272015296960015973727201529696001597372720152969600159737272015296960015973727201529696001597372720152969600159737272015296960015973727201529696001597372720152969600159737272015296960015973727201529696001597372720152969600159737272015296960015973727201529696001597372720152969600159737272015296960015973727201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18363c2c-ea64-4683-b4be-03c007698897, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32436df2-a175-4054-8d56-420704d65545, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb6e6d7a-2478-4f82-81bd-84a1f3670268, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0e435bb-553a-4122-b51b-45da4cf53f1a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32436df2-a175-4054-8d56-420704d65545, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3870158109228352929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38701581092283529293870158109228352929387015810922835292938701581092283529293870158109228352929387015810922835292938701581092283529293870158109228352929387015810922835292938701581092283529293870158109228352929387015810922835292938701581092283529293870158109228352929387015810922835292938701581092283529293870158109228352929387015810922835292938701581092283529293870158109228352929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0e435bb-553a-4122-b51b-45da4cf53f1a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18372697664675295663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837269766467529566318372697664675295663183726976646752956631837269766467529566318372697664675295663183726976646752956631837269766467529566318372697664675295663183726976646752956631837269766467529566318372697664675295663183726976646752956631837269766467529566318372697664675295663183726976646752956631837269766467529566318372697664675295663183726976646752956631837269766467529566318372697664675295663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32436df2-a175-4054-8d56-420704d65545, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a6519da-d964-408e-b262-f7b2c069d994, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a6519da-d964-408e-b262-f7b2c069d994, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10697949743813204328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069794974381320432810697949743813204328106979497438132043281069794974381320432810697949743813204328106979497438132043281069794974381320432810697949743813204328106979497438132043281069794974381320432810697949743813204328106979497438132043281069794974381320432810697949743813204328106979497438132043281069794974381320432810697949743813204328106979497438132043281069794974381320432810697949743813204328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0e435bb-553a-4122-b51b-45da4cf53f1a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b19492c-7ca4-4632-a5e4-5e6ef4263c21, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b19492c-7ca4-4632-a5e4-5e6ef4263c21, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3293709042526849035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32937090425268490353293709042526849035329370904252684903532937090425268490353293709042526849035329370904252684903532937090425268490353293709042526849035329370904252684903532937090425268490353293709042526849035329370904252684903532937090425268490353293709042526849035329370904252684903532937090425268490353293709042526849035329370904252684903532937090425268490353293709042526849035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a6519da-d964-408e-b262-f7b2c069d994, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e7301c9-e5c2-4397-90fd-2486d4b324c4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e7301c9-e5c2-4397-90fd-2486d4b324c4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1702676401724432189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17026764017244321891702676401724432189170267640172443218917026764017244321891702676401724432189170267640172443218917026764017244321891702676401724432189170267640172443218917026764017244321891702676401724432189170267640172443218917026764017244321891702676401724432189170267640172443218917026764017244321891702676401724432189170267640172443218917026764017244321891702676401724432189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b19492c-7ca4-4632-a5e4-5e6ef4263c21, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93effe46-13a2-4359-b591-d46d5ca9fa4a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93effe46-13a2-4359-b591-d46d5ca9fa4a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7977504396867923866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79775043968679238667977504396867923866797750439686792386679775043968679238667977504396867923866797750439686792386679775043968679238667977504396867923866797750439686792386679775043968679238667977504396867923866797750439686792386679775043968679238667977504396867923866797750439686792386679775043968679238667977504396867923866797750439686792386679775043968679238667977504396867923866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e7301c9-e5c2-4397-90fd-2486d4b324c4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eca488ef-7b76-4d4a-9c18-19cc75abc46e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eca488ef-7b76-4d4a-9c18-19cc75abc46e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4995846954174754814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49958469541747548144995846954174754814499584695417475481449958469541747548144995846954174754814499584695417475481449958469541747548144995846954174754814499584695417475481449958469541747548144995846954174754814499584695417475481449958469541747548144995846954174754814499584695417475481449958469541747548144995846954174754814499584695417475481449958469541747548144995846954174754814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93effe46-13a2-4359-b591-d46d5ca9fa4a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efe89929-fda8-4484-8c08-6984d94671ca, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efe89929-fda8-4484-8c08-6984d94671ca, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13566965083961551968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356696508396155196813566965083961551968135669650839615519681356696508396155196813566965083961551968135669650839615519681356696508396155196813566965083961551968135669650839615519681356696508396155196813566965083961551968135669650839615519681356696508396155196813566965083961551968135669650839615519681356696508396155196813566965083961551968135669650839615519681356696508396155196813566965083961551968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eca488ef-7b76-4d4a-9c18-19cc75abc46e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b883f6b4-f307-4d4f-a23d-8c03f43174ed, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b883f6b4-f307-4d4f-a23d-8c03f43174ed, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12069771236047898015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206977123604789801512069771236047898015120697712360478980151206977123604789801512069771236047898015120697712360478980151206977123604789801512069771236047898015120697712360478980151206977123604789801512069771236047898015120697712360478980151206977123604789801512069771236047898015120697712360478980151206977123604789801512069771236047898015120697712360478980151206977123604789801512069771236047898015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efe89929-fda8-4484-8c08-6984d94671ca, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b883f6b4-f307-4d4f-a23d-8c03f43174ed, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 749db7df-45cd-43ec-9104-211cfce93b62, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 749db7df-45cd-43ec-9104-211cfce93b62, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8164222025161625511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81642220251616255118164222025161625511816422202516162551181642220251616255118164222025161625511816422202516162551181642220251616255118164222025161625511816422202516162551181642220251616255118164222025161625511816422202516162551181642220251616255118164222025161625511816422202516162551181642220251616255118164222025161625511816422202516162551181642220251616255118164222025161625511" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 137a2a0a-a6b3-4ba1-94a2-e9eef54c58fb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 137a2a0a-a6b3-4ba1-94a2-e9eef54c58fb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17476086082364870205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747608608236487020517476086082364870205174760860823648702051747608608236487020517476086082364870205174760860823648702051747608608236487020517476086082364870205174760860823648702051747608608236487020517476086082364870205174760860823648702051747608608236487020517476086082364870205174760860823648702051747608608236487020517476086082364870205174760860823648702051747608608236487020517476086082364870205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 749db7df-45cd-43ec-9104-211cfce93b62, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 372accc8-7766-4401-8c0d-b844dafc0ac2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 372accc8-7766-4401-8c0d-b844dafc0ac2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16705672653510152960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670567265351015296016705672653510152960167056726535101529601670567265351015296016705672653510152960167056726535101529601670567265351015296016705672653510152960167056726535101529601670567265351015296016705672653510152960167056726535101529601670567265351015296016705672653510152960167056726535101529601670567265351015296016705672653510152960167056726535101529601670567265351015296016705672653510152960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 137a2a0a-a6b3-4ba1-94a2-e9eef54c58fb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 372accc8-7766-4401-8c0d-b844dafc0ac2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19d8ca10-2fb9-4fd1-bf7c-7791fa01941e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19d8ca10-2fb9-4fd1-bf7c-7791fa01941e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1926725102330441025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19267251023304410251926725102330441025192672510233044102519267251023304410251926725102330441025192672510233044102519267251023304410251926725102330441025192672510233044102519267251023304410251926725102330441025192672510233044102519267251023304410251926725102330441025192672510233044102519267251023304410251926725102330441025192672510233044102519267251023304410251926725102330441025" } } } 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, 8131c565-67af-49d3-b799-679f2ab02d34, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8131c565-67af-49d3-b799-679f2ab02d34, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4093076661409079843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40930766614090798434093076661409079843409307666140907984340930766614090798434093076661409079843409307666140907984340930766614090798434093076661409079843409307666140907984340930766614090798434093076661409079843409307666140907984340930766614090798434093076661409079843409307666140907984340930766614090798434093076661409079843409307666140907984340930766614090798434093076661409079843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19d8ca10-2fb9-4fd1-bf7c-7791fa01941e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 253c0f6c-3129-4c6b-9006-c0d72c1f6a38, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8131c565-67af-49d3-b799-679f2ab02d34, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b26a3545-9502-4134-a038-8a3709b166f5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 253c0f6c-3129-4c6b-9006-c0d72c1f6a38, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18375102855035908997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837510285503590899718375102855035908997183751028550359089971837510285503590899718375102855035908997183751028550359089971837510285503590899718375102855035908997183751028550359089971837510285503590899718375102855035908997183751028550359089971837510285503590899718375102855035908997183751028550359089971837510285503590899718375102855035908997183751028550359089971837510285503590899718375102855035908997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b26a3545-9502-4134-a038-8a3709b166f5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7127668091165244123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71276680911652441237127668091165244123712766809116524412371276680911652441237127668091165244123712766809116524412371276680911652441237127668091165244123712766809116524412371276680911652441237127668091165244123712766809116524412371276680911652441237127668091165244123712766809116524412371276680911652441237127668091165244123712766809116524412371276680911652441237127668091165244123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b26a3545-9502-4134-a038-8a3709b166f5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3b71191-28d9-49e8-a6ec-f2f4d8b8dc22, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3b71191-28d9-49e8-a6ec-f2f4d8b8dc22, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2118859265210310786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21188592652103107862118859265210310786211885926521031078621188592652103107862118859265210310786211885926521031078621188592652103107862118859265210310786211885926521031078621188592652103107862118859265210310786211885926521031078621188592652103107862118859265210310786211885926521031078621188592652103107862118859265210310786211885926521031078621188592652103107862118859265210310786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 253c0f6c-3129-4c6b-9006-c0d72c1f6a38, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8881f488-8151-4b9f-a8a7-63619f7e4b05, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3b71191-28d9-49e8-a6ec-f2f4d8b8dc22, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8881f488-8151-4b9f-a8a7-63619f7e4b05, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16261065252936044665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626106525293604466516261065252936044665162610652529360446651626106525293604466516261065252936044665162610652529360446651626106525293604466516261065252936044665162610652529360446651626106525293604466516261065252936044665162610652529360446651626106525293604466516261065252936044665162610652529360446651626106525293604466516261065252936044665162610652529360446651626106525293604466516261065252936044665" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 379e3ff6-1fbc-46a6-92d8-bd36e8872359, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 379e3ff6-1fbc-46a6-92d8-bd36e8872359, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14029241002884737410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402924100288473741014029241002884737410140292410028847374101402924100288473741014029241002884737410140292410028847374101402924100288473741014029241002884737410140292410028847374101402924100288473741014029241002884737410140292410028847374101402924100288473741014029241002884737410140292410028847374101402924100288473741014029241002884737410140292410028847374101402924100288473741014029241002884737410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8881f488-8151-4b9f-a8a7-63619f7e4b05, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f63bec83-6e61-4c11-ab23-3ffc18c1e7f2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f63bec83-6e61-4c11-ab23-3ffc18c1e7f2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11910310013662053233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191031001366205323311910310013662053233119103100136620532331191031001366205323311910310013662053233119103100136620532331191031001366205323311910310013662053233119103100136620532331191031001366205323311910310013662053233119103100136620532331191031001366205323311910310013662053233119103100136620532331191031001366205323311910310013662053233119103100136620532331191031001366205323311910310013662053233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 379e3ff6-1fbc-46a6-92d8-bd36e8872359, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f63bec83-6e61-4c11-ab23-3ffc18c1e7f2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d55755cb-05ab-4396-bc32-eff19f7dc8fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5013149d-00f4-4f59-ace2-3852017b77ca, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d55755cb-05ab-4396-bc32-eff19f7dc8fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3525973913606989828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35259739136069898283525973913606989828352597391360698982835259739136069898283525973913606989828352597391360698982835259739136069898283525973913606989828352597391360698982835259739136069898283525973913606989828352597391360698982835259739136069898283525973913606989828352597391360698982835259739136069898283525973913606989828352597391360698982835259739136069898283525973913606989828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5013149d-00f4-4f59-ace2-3852017b77ca, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8712495812930096088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87124958129300960888712495812930096088871249581293009608887124958129300960888712495812930096088871249581293009608887124958129300960888712495812930096088871249581293009608887124958129300960888712495812930096088871249581293009608887124958129300960888712495812930096088871249581293009608887124958129300960888712495812930096088871249581293009608887124958129300960888712495812930096088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d55755cb-05ab-4396-bc32-eff19f7dc8fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5013149d-00f4-4f59-ace2-3852017b77ca, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd83c143-c1a5-4eb2-ab51-000ab576f272, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd83c143-c1a5-4eb2-ab51-000ab576f272, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13925407138996882428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392540713899688242813925407138996882428139254071389968824281392540713899688242813925407138996882428139254071389968824281392540713899688242813925407138996882428139254071389968824281392540713899688242813925407138996882428139254071389968824281392540713899688242813925407138996882428139254071389968824281392540713899688242813925407138996882428139254071389968824281392540713899688242813925407138996882428" } } } 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, 3ac4a3ca-f2aa-4f79-9de4-fdd00c4cc911, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ac4a3ca-f2aa-4f79-9de4-fdd00c4cc911, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3447452816227731827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34474528162277318273447452816227731827344745281622773182734474528162277318273447452816227731827344745281622773182734474528162277318273447452816227731827344745281622773182734474528162277318273447452816227731827344745281622773182734474528162277318273447452816227731827344745281622773182734474528162277318273447452816227731827344745281622773182734474528162277318273447452816227731827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd83c143-c1a5-4eb2-ab51-000ab576f272, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b40dbf6-055b-481e-b386-e829332af29a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b40dbf6-055b-481e-b386-e829332af29a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16586358672660340847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658635867266034084716586358672660340847165863586726603408471658635867266034084716586358672660340847165863586726603408471658635867266034084716586358672660340847165863586726603408471658635867266034084716586358672660340847165863586726603408471658635867266034084716586358672660340847165863586726603408471658635867266034084716586358672660340847165863586726603408471658635867266034084716586358672660340847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ac4a3ca-f2aa-4f79-9de4-fdd00c4cc911, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d23492e-99cc-4ff0-9212-22b3a110a2ab, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d23492e-99cc-4ff0-9212-22b3a110a2ab, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14549771660560598792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454977166056059879214549771660560598792145497716605605987921454977166056059879214549771660560598792145497716605605987921454977166056059879214549771660560598792145497716605605987921454977166056059879214549771660560598792145497716605605987921454977166056059879214549771660560598792145497716605605987921454977166056059879214549771660560598792145497716605605987921454977166056059879214549771660560598792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b40dbf6-055b-481e-b386-e829332af29a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daddea62-8050-4174-9e3b-a8a15fd8e895, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daddea62-8050-4174-9e3b-a8a15fd8e895, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4934405760734413685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49344057607344136854934405760734413685493440576073441368549344057607344136854934405760734413685493440576073441368549344057607344136854934405760734413685493440576073441368549344057607344136854934405760734413685493440576073441368549344057607344136854934405760734413685493440576073441368549344057607344136854934405760734413685493440576073441368549344057607344136854934405760734413685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d23492e-99cc-4ff0-9212-22b3a110a2ab, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82f5abc7-e868-418d-9970-f65a4a2f9dbd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82f5abc7-e868-418d-9970-f65a4a2f9dbd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13431833036945567418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343183303694556741813431833036945567418134318330369455674181343183303694556741813431833036945567418134318330369455674181343183303694556741813431833036945567418134318330369455674181343183303694556741813431833036945567418134318330369455674181343183303694556741813431833036945567418134318330369455674181343183303694556741813431833036945567418134318330369455674181343183303694556741813431833036945567418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daddea62-8050-4174-9e3b-a8a15fd8e895, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad89a12c-da88-456a-9590-f8027ed91fbc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad89a12c-da88-456a-9590-f8027ed91fbc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9958875634957482156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99588756349574821569958875634957482156995887563495748215699588756349574821569958875634957482156995887563495748215699588756349574821569958875634957482156995887563495748215699588756349574821569958875634957482156995887563495748215699588756349574821569958875634957482156995887563495748215699588756349574821569958875634957482156995887563495748215699588756349574821569958875634957482156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82f5abc7-e868-418d-9970-f65a4a2f9dbd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad89a12c-da88-456a-9590-f8027ed91fbc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 004882b5-11fd-4737-a246-b9f8fcfeba37, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004882b5-11fd-4737-a246-b9f8fcfeba37, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1972763741713650516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19727637417136505161972763741713650516197276374171365051619727637417136505161972763741713650516197276374171365051619727637417136505161972763741713650516197276374171365051619727637417136505161972763741713650516197276374171365051619727637417136505161972763741713650516197276374171365051619727637417136505161972763741713650516197276374171365051619727637417136505161972763741713650516" } } } 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, 4186a752-63c4-4534-9865-9e3c88fb9b0e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4186a752-63c4-4534-9865-9e3c88fb9b0e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1201434124556720587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12014341245567205871201434124556720587120143412455672058712014341245567205871201434124556720587120143412455672058712014341245567205871201434124556720587120143412455672058712014341245567205871201434124556720587120143412455672058712014341245567205871201434124556720587120143412455672058712014341245567205871201434124556720587120143412455672058712014341245567205871201434124556720587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004882b5-11fd-4737-a246-b9f8fcfeba37, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1fc3617-b463-458b-bbc3-5c5e5842e5c6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1fc3617-b463-458b-bbc3-5c5e5842e5c6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 106541260870714001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1fc3617-b463-458b-bbc3-5c5e5842e5c6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e268ed31-ae16-4db3-b80b-d8cb49c8edb8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4186a752-63c4-4534-9865-9e3c88fb9b0e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a1a3b4e-70c1-4fb5-a348-7c01392f2c26, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a1a3b4e-70c1-4fb5-a348-7c01392f2c26, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9261612026975506377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92616120269755063779261612026975506377926161202697550637792616120269755063779261612026975506377926161202697550637792616120269755063779261612026975506377926161202697550637792616120269755063779261612026975506377926161202697550637792616120269755063779261612026975506377926161202697550637792616120269755063779261612026975506377926161202697550637792616120269755063779261612026975506377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e268ed31-ae16-4db3-b80b-d8cb49c8edb8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14921948311297165778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492194831129716577814921948311297165778149219483112971657781492194831129716577814921948311297165778149219483112971657781492194831129716577814921948311297165778149219483112971657781492194831129716577814921948311297165778149219483112971657781492194831129716577814921948311297165778149219483112971657781492194831129716577814921948311297165778149219483112971657781492194831129716577814921948311297165778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a1a3b4e-70c1-4fb5-a348-7c01392f2c26, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e268ed31-ae16-4db3-b80b-d8cb49c8edb8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4afd86c-9dc2-4811-9f0c-ac748896e239, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4afd86c-9dc2-4811-9f0c-ac748896e239, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12250904583729531371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225090458372953137112250904583729531371122509045837295313711225090458372953137112250904583729531371122509045837295313711225090458372953137112250904583729531371122509045837295313711225090458372953137112250904583729531371122509045837295313711225090458372953137112250904583729531371122509045837295313711225090458372953137112250904583729531371122509045837295313711225090458372953137112250904583729531371" } } } 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, 5b68d354-85db-48e9-bd98-dc118200adac, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b68d354-85db-48e9-bd98-dc118200adac, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13391182041294010866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339118204129401086613391182041294010866133911820412940108661339118204129401086613391182041294010866133911820412940108661339118204129401086613391182041294010866133911820412940108661339118204129401086613391182041294010866133911820412940108661339118204129401086613391182041294010866133911820412940108661339118204129401086613391182041294010866133911820412940108661339118204129401086613391182041294010866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4afd86c-9dc2-4811-9f0c-ac748896e239, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37dcfa35-2f12-4535-8e4b-e318fc2f28aa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b68d354-85db-48e9-bd98-dc118200adac, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37dcfa35-2f12-4535-8e4b-e318fc2f28aa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14835853106139179787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483585310613917978714835853106139179787148358531061391797871483585310613917978714835853106139179787148358531061391797871483585310613917978714835853106139179787148358531061391797871483585310613917978714835853106139179787148358531061391797871483585310613917978714835853106139179787148358531061391797871483585310613917978714835853106139179787148358531061391797871483585310613917978714835853106139179787" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35491249-39d9-45ea-8bcd-903eaba7ccbc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35491249-39d9-45ea-8bcd-903eaba7ccbc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17514368188527141949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751436818852714194917514368188527141949175143681885271419491751436818852714194917514368188527141949175143681885271419491751436818852714194917514368188527141949175143681885271419491751436818852714194917514368188527141949175143681885271419491751436818852714194917514368188527141949175143681885271419491751436818852714194917514368188527141949175143681885271419491751436818852714194917514368188527141949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37dcfa35-2f12-4535-8e4b-e318fc2f28aa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7118ab2-6abd-44de-8662-1fbd40b090f4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7118ab2-6abd-44de-8662-1fbd40b090f4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3205019452263343278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32050194522633432783205019452263343278320501945226334327832050194522633432783205019452263343278320501945226334327832050194522633432783205019452263343278320501945226334327832050194522633432783205019452263343278320501945226334327832050194522633432783205019452263343278320501945226334327832050194522633432783205019452263343278320501945226334327832050194522633432783205019452263343278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35491249-39d9-45ea-8bcd-903eaba7ccbc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59c33e0c-3133-40b8-8f44-f2bcbfaff765, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59c33e0c-3133-40b8-8f44-f2bcbfaff765, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9402398108777846031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94023981087778460319402398108777846031940239810877784603194023981087778460319402398108777846031940239810877784603194023981087778460319402398108777846031940239810877784603194023981087778460319402398108777846031940239810877784603194023981087778460319402398108777846031940239810877784603194023981087778460319402398108777846031940239810877784603194023981087778460319402398108777846031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7118ab2-6abd-44de-8662-1fbd40b090f4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45a7e9be-82a9-4ce0-8488-2907428a8b6e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45a7e9be-82a9-4ce0-8488-2907428a8b6e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11649310288645970117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164931028864597011711649310288645970117116493102886459701171164931028864597011711649310288645970117116493102886459701171164931028864597011711649310288645970117116493102886459701171164931028864597011711649310288645970117116493102886459701171164931028864597011711649310288645970117116493102886459701171164931028864597011711649310288645970117116493102886459701171164931028864597011711649310288645970117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59c33e0c-3133-40b8-8f44-f2bcbfaff765, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d9b10d0-568c-4b47-941c-114aa1ff6396, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d9b10d0-568c-4b47-941c-114aa1ff6396, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13123510303922114207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312351030392211420713123510303922114207131235103039221142071312351030392211420713123510303922114207131235103039221142071312351030392211420713123510303922114207131235103039221142071312351030392211420713123510303922114207131235103039221142071312351030392211420713123510303922114207131235103039221142071312351030392211420713123510303922114207131235103039221142071312351030392211420713123510303922114207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45a7e9be-82a9-4ce0-8488-2907428a8b6e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bae92b4d-5f2d-46bf-9a04-dcd25a919ab4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bae92b4d-5f2d-46bf-9a04-dcd25a919ab4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1782373772726307717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17823737727263077171782373772726307717178237377272630771717823737727263077171782373772726307717178237377272630771717823737727263077171782373772726307717178237377272630771717823737727263077171782373772726307717178237377272630771717823737727263077171782373772726307717178237377272630771717823737727263077171782373772726307717178237377272630771717823737727263077171782373772726307717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d9b10d0-568c-4b47-941c-114aa1ff6396, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a97af43-173c-4bed-aba2-309d017989db, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a97af43-173c-4bed-aba2-309d017989db, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16821427805540092885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682142780554009288516821427805540092885168214278055400928851682142780554009288516821427805540092885168214278055400928851682142780554009288516821427805540092885168214278055400928851682142780554009288516821427805540092885168214278055400928851682142780554009288516821427805540092885168214278055400928851682142780554009288516821427805540092885168214278055400928851682142780554009288516821427805540092885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bae92b4d-5f2d-46bf-9a04-dcd25a919ab4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a939b1fa-51c8-41d9-be41-7faffc78d71e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a97af43-173c-4bed-aba2-309d017989db, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5c8ff2f-dcac-471f-8440-1cc44e7c0037, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a939b1fa-51c8-41d9-be41-7faffc78d71e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13592252578887857782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359225257888785778213592252578887857782135922525788878577821359225257888785778213592252578887857782135922525788878577821359225257888785778213592252578887857782135922525788878577821359225257888785778213592252578887857782135922525788878577821359225257888785778213592252578887857782135922525788878577821359225257888785778213592252578887857782135922525788878577821359225257888785778213592252578887857782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5c8ff2f-dcac-471f-8440-1cc44e7c0037, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15077112495443452403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507711249544345240315077112495443452403150771124954434524031507711249544345240315077112495443452403150771124954434524031507711249544345240315077112495443452403150771124954434524031507711249544345240315077112495443452403150771124954434524031507711249544345240315077112495443452403150771124954434524031507711249544345240315077112495443452403150771124954434524031507711249544345240315077112495443452403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a939b1fa-51c8-41d9-be41-7faffc78d71e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f71c08d2-da6c-4cde-a0eb-0e1224fdae9c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5c8ff2f-dcac-471f-8440-1cc44e7c0037, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f71c08d2-da6c-4cde-a0eb-0e1224fdae9c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2819278001984095541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28192780019840955412819278001984095541281927800198409554128192780019840955412819278001984095541281927800198409554128192780019840955412819278001984095541281927800198409554128192780019840955412819278001984095541281927800198409554128192780019840955412819278001984095541281927800198409554128192780019840955412819278001984095541281927800198409554128192780019840955412819278001984095541" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d949cd19-acc0-4475-b733-a8e0b9b91a95, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d949cd19-acc0-4475-b733-a8e0b9b91a95, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12445226615311293245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244522661531129324512445226615311293245124452266153112932451244522661531129324512445226615311293245124452266153112932451244522661531129324512445226615311293245124452266153112932451244522661531129324512445226615311293245124452266153112932451244522661531129324512445226615311293245124452266153112932451244522661531129324512445226615311293245124452266153112932451244522661531129324512445226615311293245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f71c08d2-da6c-4cde-a0eb-0e1224fdae9c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b413322-6a3f-47e5-bc5f-b94e53441d86, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d949cd19-acc0-4475-b733-a8e0b9b91a95, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b413322-6a3f-47e5-bc5f-b94e53441d86, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5389127736616573335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53891277366165733355389127736616573335538912773661657333553891277366165733355389127736616573335538912773661657333553891277366165733355389127736616573335538912773661657333553891277366165733355389127736616573335538912773661657333553891277366165733355389127736616573335538912773661657333553891277366165733355389127736616573335538912773661657333553891277366165733355389127736616573335" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 940e031d-ba13-46c8-b02a-f18b6a24e091, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 940e031d-ba13-46c8-b02a-f18b6a24e091, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10764283757706645936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076428375770664593610764283757706645936107642837577066459361076428375770664593610764283757706645936107642837577066459361076428375770664593610764283757706645936107642837577066459361076428375770664593610764283757706645936107642837577066459361076428375770664593610764283757706645936107642837577066459361076428375770664593610764283757706645936107642837577066459361076428375770664593610764283757706645936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b413322-6a3f-47e5-bc5f-b94e53441d86, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acedc3e7-ec05-4599-a1c9-8c2cb731cb47, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 940e031d-ba13-46c8-b02a-f18b6a24e091, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a8d4e8f-2089-4484-95d4-8d8ce9866db6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a8d4e8f-2089-4484-95d4-8d8ce9866db6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11410093227735515163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141009322773551516311410093227735515163114100932277355151631141009322773551516311410093227735515163114100932277355151631141009322773551516311410093227735515163114100932277355151631141009322773551516311410093227735515163114100932277355151631141009322773551516311410093227735515163114100932277355151631141009322773551516311410093227735515163114100932277355151631141009322773551516311410093227735515163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acedc3e7-ec05-4599-a1c9-8c2cb731cb47, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13548876649028154045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354887664902815404513548876649028154045135488766490281540451354887664902815404513548876649028154045135488766490281540451354887664902815404513548876649028154045135488766490281540451354887664902815404513548876649028154045135488766490281540451354887664902815404513548876649028154045135488766490281540451354887664902815404513548876649028154045135488766490281540451354887664902815404513548876649028154045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a8d4e8f-2089-4484-95d4-8d8ce9866db6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acedc3e7-ec05-4599-a1c9-8c2cb731cb47, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 463f52b5-356c-4850-a8b4-9cf258ffd626, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 463f52b5-356c-4850-a8b4-9cf258ffd626, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15760014579644932469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576001457964493246915760014579644932469157600145796449324691576001457964493246915760014579644932469157600145796449324691576001457964493246915760014579644932469157600145796449324691576001457964493246915760014579644932469157600145796449324691576001457964493246915760014579644932469157600145796449324691576001457964493246915760014579644932469157600145796449324691576001457964493246915760014579644932469" } } } 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, 456949a9-8bfe-44dc-9c85-f1d71b38e529, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 456949a9-8bfe-44dc-9c85-f1d71b38e529, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7875343943957295337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78753439439572953377875343943957295337787534394395729533778753439439572953377875343943957295337787534394395729533778753439439572953377875343943957295337787534394395729533778753439439572953377875343943957295337787534394395729533778753439439572953377875343943957295337787534394395729533778753439439572953377875343943957295337787534394395729533778753439439572953377875343943957295337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 463f52b5-356c-4850-a8b4-9cf258ffd626, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f81a3b4c-e693-4c2a-a4e1-f228c2b61694, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f81a3b4c-e693-4c2a-a4e1-f228c2b61694, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14252452952519695283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425245295251969528314252452952519695283142524529525196952831425245295251969528314252452952519695283142524529525196952831425245295251969528314252452952519695283142524529525196952831425245295251969528314252452952519695283142524529525196952831425245295251969528314252452952519695283142524529525196952831425245295251969528314252452952519695283142524529525196952831425245295251969528314252452952519695283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 456949a9-8bfe-44dc-9c85-f1d71b38e529, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7f802c0-5e10-4009-8415-82aef791531c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f81a3b4c-e693-4c2a-a4e1-f228c2b61694, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7f802c0-5e10-4009-8415-82aef791531c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7365709106342842914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73657091063428429147365709106342842914736570910634284291473657091063428429147365709106342842914736570910634284291473657091063428429147365709106342842914736570910634284291473657091063428429147365709106342842914736570910634284291473657091063428429147365709106342842914736570910634284291473657091063428429147365709106342842914736570910634284291473657091063428429147365709106342842914" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7f802c0-5e10-4009-8415-82aef791531c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c706b1e-8001-49e5-bd97-b9d9bc2a25c1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c706b1e-8001-49e5-bd97-b9d9bc2a25c1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17128836469997748228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712883646999774822817128836469997748228171288364699977482281712883646999774822817128836469997748228171288364699977482281712883646999774822817128836469997748228171288364699977482281712883646999774822817128836469997748228171288364699977482281712883646999774822817128836469997748228171288364699977482281712883646999774822817128836469997748228171288364699977482281712883646999774822817128836469997748228" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e62b6d09-991d-4bda-b764-47a17265dd4a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e62b6d09-991d-4bda-b764-47a17265dd4a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10756302278597084290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075630227859708429010756302278597084290107563022785970842901075630227859708429010756302278597084290107563022785970842901075630227859708429010756302278597084290107563022785970842901075630227859708429010756302278597084290107563022785970842901075630227859708429010756302278597084290107563022785970842901075630227859708429010756302278597084290107563022785970842901075630227859708429010756302278597084290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c706b1e-8001-49e5-bd97-b9d9bc2a25c1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e62b6d09-991d-4bda-b764-47a17265dd4a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 906c9dab-f2c3-4d6b-b22e-19d1a5465fb6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 906c9dab-f2c3-4d6b-b22e-19d1a5465fb6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10480401048954490878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048040104895449087810480401048954490878104804010489544908781048040104895449087810480401048954490878104804010489544908781048040104895449087810480401048954490878104804010489544908781048040104895449087810480401048954490878104804010489544908781048040104895449087810480401048954490878104804010489544908781048040104895449087810480401048954490878104804010489544908781048040104895449087810480401048954490878" } } } 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, 3270c5e0-75ea-4f32-9704-93a46644cd81, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3270c5e0-75ea-4f32-9704-93a46644cd81, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18434879846472920312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843487984647292031218434879846472920312184348798464729203121843487984647292031218434879846472920312184348798464729203121843487984647292031218434879846472920312184348798464729203121843487984647292031218434879846472920312184348798464729203121843487984647292031218434879846472920312184348798464729203121843487984647292031218434879846472920312184348798464729203121843487984647292031218434879846472920312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 906c9dab-f2c3-4d6b-b22e-19d1a5465fb6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c03cc2f3-a5c2-4eb1-bb2a-d4ece57a71f1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c03cc2f3-a5c2-4eb1-bb2a-d4ece57a71f1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11704043128538309987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170404312853830998711704043128538309987117040431285383099871170404312853830998711704043128538309987117040431285383099871170404312853830998711704043128538309987117040431285383099871170404312853830998711704043128538309987117040431285383099871170404312853830998711704043128538309987117040431285383099871170404312853830998711704043128538309987117040431285383099871170404312853830998711704043128538309987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3270c5e0-75ea-4f32-9704-93a46644cd81, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7334057-7e69-4bb6-bb4d-a63fc0f51e1d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7334057-7e69-4bb6-bb4d-a63fc0f51e1d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16764993072955501672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676499307295550167216764993072955501672167649930729555016721676499307295550167216764993072955501672167649930729555016721676499307295550167216764993072955501672167649930729555016721676499307295550167216764993072955501672167649930729555016721676499307295550167216764993072955501672167649930729555016721676499307295550167216764993072955501672167649930729555016721676499307295550167216764993072955501672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c03cc2f3-a5c2-4eb1-bb2a-d4ece57a71f1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f2dc056-9c46-4acb-9924-8fb5adf0d9ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2dc056-9c46-4acb-9924-8fb5adf0d9ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16971445801981360728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697144580198136072816971445801981360728169714458019813607281697144580198136072816971445801981360728169714458019813607281697144580198136072816971445801981360728169714458019813607281697144580198136072816971445801981360728169714458019813607281697144580198136072816971445801981360728169714458019813607281697144580198136072816971445801981360728169714458019813607281697144580198136072816971445801981360728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7334057-7e69-4bb6-bb4d-a63fc0f51e1d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e132d2ea-4c7a-409f-9f29-df2bf2110b5e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e132d2ea-4c7a-409f-9f29-df2bf2110b5e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3272283212344462005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32722832123444620053272283212344462005327228321234446200532722832123444620053272283212344462005327228321234446200532722832123444620053272283212344462005327228321234446200532722832123444620053272283212344462005327228321234446200532722832123444620053272283212344462005327228321234446200532722832123444620053272283212344462005327228321234446200532722832123444620053272283212344462005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2dc056-9c46-4acb-9924-8fb5adf0d9ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5f33925-ce4c-4ed8-9502-e5a184e1638c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5f33925-ce4c-4ed8-9502-e5a184e1638c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16272646405649813737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627264640564981373716272646405649813737162726464056498137371627264640564981373716272646405649813737162726464056498137371627264640564981373716272646405649813737162726464056498137371627264640564981373716272646405649813737162726464056498137371627264640564981373716272646405649813737162726464056498137371627264640564981373716272646405649813737162726464056498137371627264640564981373716272646405649813737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e132d2ea-4c7a-409f-9f29-df2bf2110b5e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e6ea08c-e4a0-4b70-939a-a18d3084c827, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e6ea08c-e4a0-4b70-939a-a18d3084c827, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15693725310667975011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569372531066797501115693725310667975011156937253106679750111569372531066797501115693725310667975011156937253106679750111569372531066797501115693725310667975011156937253106679750111569372531066797501115693725310667975011156937253106679750111569372531066797501115693725310667975011156937253106679750111569372531066797501115693725310667975011156937253106679750111569372531066797501115693725310667975011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5f33925-ce4c-4ed8-9502-e5a184e1638c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93dcfbf2-ada7-497e-9fe5-4ec9b025c91b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93dcfbf2-ada7-497e-9fe5-4ec9b025c91b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2571443342690753880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25714433426907538802571443342690753880257144334269075388025714433426907538802571443342690753880257144334269075388025714433426907538802571443342690753880257144334269075388025714433426907538802571443342690753880257144334269075388025714433426907538802571443342690753880257144334269075388025714433426907538802571443342690753880257144334269075388025714433426907538802571443342690753880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e6ea08c-e4a0-4b70-939a-a18d3084c827, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4e7b3df-d1f2-4757-8b15-6af261844ace, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4e7b3df-d1f2-4757-8b15-6af261844ace, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16220648130667544515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622064813066754451516220648130667544515162206481306675445151622064813066754451516220648130667544515162206481306675445151622064813066754451516220648130667544515162206481306675445151622064813066754451516220648130667544515162206481306675445151622064813066754451516220648130667544515162206481306675445151622064813066754451516220648130667544515162206481306675445151622064813066754451516220648130667544515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93dcfbf2-ada7-497e-9fe5-4ec9b025c91b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f642589d-4a3e-4787-b7b4-ad9ebd897fdb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f642589d-4a3e-4787-b7b4-ad9ebd897fdb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9553409227198332125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95534092271983321259553409227198332125955340922719833212595534092271983321259553409227198332125955340922719833212595534092271983321259553409227198332125955340922719833212595534092271983321259553409227198332125955340922719833212595534092271983321259553409227198332125955340922719833212595534092271983321259553409227198332125955340922719833212595534092271983321259553409227198332125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4e7b3df-d1f2-4757-8b15-6af261844ace, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d258551-bf60-41e8-9f89-9d9aefa149ef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d258551-bf60-41e8-9f89-9d9aefa149ef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2606512938819317855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26065129388193178552606512938819317855260651293881931785526065129388193178552606512938819317855260651293881931785526065129388193178552606512938819317855260651293881931785526065129388193178552606512938819317855260651293881931785526065129388193178552606512938819317855260651293881931785526065129388193178552606512938819317855260651293881931785526065129388193178552606512938819317855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f642589d-4a3e-4787-b7b4-ad9ebd897fdb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cf544c6-1164-4907-af9f-c82d9d243b83, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cf544c6-1164-4907-af9f-c82d9d243b83, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1876257276811349629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18762572768113496291876257276811349629187625727681134962918762572768113496291876257276811349629187625727681134962918762572768113496291876257276811349629187625727681134962918762572768113496291876257276811349629187625727681134962918762572768113496291876257276811349629187625727681134962918762572768113496291876257276811349629187625727681134962918762572768113496291876257276811349629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d258551-bf60-41e8-9f89-9d9aefa149ef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42fbe7a8-a5b2-45f1-bfd1-7fbca0b7557d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42fbe7a8-a5b2-45f1-bfd1-7fbca0b7557d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4067234525971127185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40672345259711271854067234525971127185406723452597112718540672345259711271854067234525971127185406723452597112718540672345259711271854067234525971127185406723452597112718540672345259711271854067234525971127185406723452597112718540672345259711271854067234525971127185406723452597112718540672345259711271854067234525971127185406723452597112718540672345259711271854067234525971127185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42fbe7a8-a5b2-45f1-bfd1-7fbca0b7557d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 546f9924-877c-4f14-8ebe-57aeaf5d1d1b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 546f9924-877c-4f14-8ebe-57aeaf5d1d1b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3280264938673689223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32802649386736892233280264938673689223328026493867368922332802649386736892233280264938673689223328026493867368922332802649386736892233280264938673689223328026493867368922332802649386736892233280264938673689223328026493867368922332802649386736892233280264938673689223328026493867368922332802649386736892233280264938673689223328026493867368922332802649386736892233280264938673689223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cf544c6-1164-4907-af9f-c82d9d243b83, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6af30be5-f04c-4196-86f2-8557fc5938fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 546f9924-877c-4f14-8ebe-57aeaf5d1d1b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6af30be5-f04c-4196-86f2-8557fc5938fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1849088087534815307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18490880875348153071849088087534815307184908808753481530718490880875348153071849088087534815307184908808753481530718490880875348153071849088087534815307184908808753481530718490880875348153071849088087534815307184908808753481530718490880875348153071849088087534815307184908808753481530718490880875348153071849088087534815307184908808753481530718490880875348153071849088087534815307" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7cbabda-a40e-4352-87df-d932d8cadba5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6af30be5-f04c-4196-86f2-8557fc5938fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7cbabda-a40e-4352-87df-d932d8cadba5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16317139424992790299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631713942499279029916317139424992790299163171394249927902991631713942499279029916317139424992790299163171394249927902991631713942499279029916317139424992790299163171394249927902991631713942499279029916317139424992790299163171394249927902991631713942499279029916317139424992790299163171394249927902991631713942499279029916317139424992790299163171394249927902991631713942499279029916317139424992790299" } } } 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, 49f9b442-edb2-472d-9371-3885e55d9cc5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f9b442-edb2-472d-9371-3885e55d9cc5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12430263511492285411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243026351149228541112430263511492285411124302635114922854111243026351149228541112430263511492285411124302635114922854111243026351149228541112430263511492285411124302635114922854111243026351149228541112430263511492285411124302635114922854111243026351149228541112430263511492285411124302635114922854111243026351149228541112430263511492285411124302635114922854111243026351149228541112430263511492285411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7cbabda-a40e-4352-87df-d932d8cadba5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f9b442-edb2-472d-9371-3885e55d9cc5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c6cb981-4d15-4c8a-9a0e-5ab38578f50b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c6cb981-4d15-4c8a-9a0e-5ab38578f50b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4838506757193357505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48385067571933575054838506757193357505483850675719335750548385067571933575054838506757193357505483850675719335750548385067571933575054838506757193357505483850675719335750548385067571933575054838506757193357505483850675719335750548385067571933575054838506757193357505483850675719335750548385067571933575054838506757193357505483850675719335750548385067571933575054838506757193357505" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67714c2f-804b-4743-b36e-ae1ddeb677c0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67714c2f-804b-4743-b36e-ae1ddeb677c0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13077467165854849668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307746716585484966813077467165854849668130774671658548496681307746716585484966813077467165854849668130774671658548496681307746716585484966813077467165854849668130774671658548496681307746716585484966813077467165854849668130774671658548496681307746716585484966813077467165854849668130774671658548496681307746716585484966813077467165854849668130774671658548496681307746716585484966813077467165854849668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c6cb981-4d15-4c8a-9a0e-5ab38578f50b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78087156-df3f-40d4-8bc7-f35c1e6803c0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78087156-df3f-40d4-8bc7-f35c1e6803c0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8044089569231654144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80440895692316541448044089569231654144804408956923165414480440895692316541448044089569231654144804408956923165414480440895692316541448044089569231654144804408956923165414480440895692316541448044089569231654144804408956923165414480440895692316541448044089569231654144804408956923165414480440895692316541448044089569231654144804408956923165414480440895692316541448044089569231654144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67714c2f-804b-4743-b36e-ae1ddeb677c0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47960093-75f0-4bc0-863a-dfd6ee09f12d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78087156-df3f-40d4-8bc7-f35c1e6803c0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47960093-75f0-4bc0-863a-dfd6ee09f12d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6088316930218874290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60883169302188742906088316930218874290608831693021887429060883169302188742906088316930218874290608831693021887429060883169302188742906088316930218874290608831693021887429060883169302188742906088316930218874290608831693021887429060883169302188742906088316930218874290608831693021887429060883169302188742906088316930218874290608831693021887429060883169302188742906088316930218874290" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 411f04bf-6930-4836-beb0-464a13d4073a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47960093-75f0-4bc0-863a-dfd6ee09f12d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5da0c0ff-8b53-4291-826f-93f106eccab0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 411f04bf-6930-4836-beb0-464a13d4073a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8354311433767408285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83543114337674082858354311433767408285835431143376740828583543114337674082858354311433767408285835431143376740828583543114337674082858354311433767408285835431143376740828583543114337674082858354311433767408285835431143376740828583543114337674082858354311433767408285835431143376740828583543114337674082858354311433767408285835431143376740828583543114337674082858354311433767408285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5da0c0ff-8b53-4291-826f-93f106eccab0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11928423523350207169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192842352335020716911928423523350207169119284235233502071691192842352335020716911928423523350207169119284235233502071691192842352335020716911928423523350207169119284235233502071691192842352335020716911928423523350207169119284235233502071691192842352335020716911928423523350207169119284235233502071691192842352335020716911928423523350207169119284235233502071691192842352335020716911928423523350207169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 411f04bf-6930-4836-beb0-464a13d4073a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f53ed609-cb5c-4e38-a66a-4f0a0c5d6d0c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f53ed609-cb5c-4e38-a66a-4f0a0c5d6d0c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8774749365678717587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87747493656787175878774749365678717587877474936567871758787747493656787175878774749365678717587877474936567871758787747493656787175878774749365678717587877474936567871758787747493656787175878774749365678717587877474936567871758787747493656787175878774749365678717587877474936567871758787747493656787175878774749365678717587877474936567871758787747493656787175878774749365678717587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5da0c0ff-8b53-4291-826f-93f106eccab0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f53ed609-cb5c-4e38-a66a-4f0a0c5d6d0c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e509cb3f-ea61-4710-9278-4ecfc65cdf6f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e509cb3f-ea61-4710-9278-4ecfc65cdf6f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3661257687319670228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36612576873196702283661257687319670228366125768731967022836612576873196702283661257687319670228366125768731967022836612576873196702283661257687319670228366125768731967022836612576873196702283661257687319670228366125768731967022836612576873196702283661257687319670228366125768731967022836612576873196702283661257687319670228366125768731967022836612576873196702283661257687319670228" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a1e641f-00bc-4deb-ae75-28a7329ccccd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e509cb3f-ea61-4710-9278-4ecfc65cdf6f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a1e641f-00bc-4deb-ae75-28a7329ccccd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12591959568686962637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259195956868696263712591959568686962637125919595686869626371259195956868696263712591959568686962637125919595686869626371259195956868696263712591959568686962637125919595686869626371259195956868696263712591959568686962637125919595686869626371259195956868696263712591959568686962637125919595686869626371259195956868696263712591959568686962637125919595686869626371259195956868696263712591959568686962637" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c0ee169-dc91-4ecc-9849-0147282b604b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a1e641f-00bc-4deb-ae75-28a7329ccccd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c0ee169-dc91-4ecc-9849-0147282b604b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11202426581405455955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120242658140545595511202426581405455955112024265814054559551120242658140545595511202426581405455955112024265814054559551120242658140545595511202426581405455955112024265814054559551120242658140545595511202426581405455955112024265814054559551120242658140545595511202426581405455955112024265814054559551120242658140545595511202426581405455955112024265814054559551120242658140545595511202426581405455955" } } } 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, b44c27bd-d72d-4299-95fb-cfc96566ae06, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b44c27bd-d72d-4299-95fb-cfc96566ae06, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4915458829946731213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49154588299467312134915458829946731213491545882994673121349154588299467312134915458829946731213491545882994673121349154588299467312134915458829946731213491545882994673121349154588299467312134915458829946731213491545882994673121349154588299467312134915458829946731213491545882994673121349154588299467312134915458829946731213491545882994673121349154588299467312134915458829946731213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c0ee169-dc91-4ecc-9849-0147282b604b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dcfcccf-6e68-45a3-921b-b16dfd40cca9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dcfcccf-6e68-45a3-921b-b16dfd40cca9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15227450378043743974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522745037804374397415227450378043743974152274503780437439741522745037804374397415227450378043743974152274503780437439741522745037804374397415227450378043743974152274503780437439741522745037804374397415227450378043743974152274503780437439741522745037804374397415227450378043743974152274503780437439741522745037804374397415227450378043743974152274503780437439741522745037804374397415227450378043743974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b44c27bd-d72d-4299-95fb-cfc96566ae06, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d85c9f7-0728-45dd-b97a-cb038adcfacd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dcfcccf-6e68-45a3-921b-b16dfd40cca9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d85c9f7-0728-45dd-b97a-cb038adcfacd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6014402820179220838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60144028201792208386014402820179220838601440282017922083860144028201792208386014402820179220838601440282017922083860144028201792208386014402820179220838601440282017922083860144028201792208386014402820179220838601440282017922083860144028201792208386014402820179220838601440282017922083860144028201792208386014402820179220838601440282017922083860144028201792208386014402820179220838" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02ccc72d-7afa-470a-86a5-b2145e95db87, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02ccc72d-7afa-470a-86a5-b2145e95db87, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14279275517369476109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427927551736947610914279275517369476109142792755173694761091427927551736947610914279275517369476109142792755173694761091427927551736947610914279275517369476109142792755173694761091427927551736947610914279275517369476109142792755173694761091427927551736947610914279275517369476109142792755173694761091427927551736947610914279275517369476109142792755173694761091427927551736947610914279275517369476109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d85c9f7-0728-45dd-b97a-cb038adcfacd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02ccc72d-7afa-470a-86a5-b2145e95db87, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4410df44-8ccb-4e15-ab88-44c59669a949, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4410df44-8ccb-4e15-ab88-44c59669a949, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16406349832883001352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640634983288300135216406349832883001352164063498328830013521640634983288300135216406349832883001352164063498328830013521640634983288300135216406349832883001352164063498328830013521640634983288300135216406349832883001352164063498328830013521640634983288300135216406349832883001352164063498328830013521640634983288300135216406349832883001352164063498328830013521640634983288300135216406349832883001352" } } } 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, cab54b7a-ae48-400a-b9e2-8e97d465ccf0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cab54b7a-ae48-400a-b9e2-8e97d465ccf0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1711719095021203713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17117190950212037131711719095021203713171171909502120371317117190950212037131711719095021203713171171909502120371317117190950212037131711719095021203713171171909502120371317117190950212037131711719095021203713171171909502120371317117190950212037131711719095021203713171171909502120371317117190950212037131711719095021203713171171909502120371317117190950212037131711719095021203713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4410df44-8ccb-4e15-ab88-44c59669a949, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d41bf941-321b-4160-837e-759cf4c609cf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cab54b7a-ae48-400a-b9e2-8e97d465ccf0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d41bf941-321b-4160-837e-759cf4c609cf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2934826610401433480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29348266104014334802934826610401433480293482661040143348029348266104014334802934826610401433480293482661040143348029348266104014334802934826610401433480293482661040143348029348266104014334802934826610401433480293482661040143348029348266104014334802934826610401433480293482661040143348029348266104014334802934826610401433480293482661040143348029348266104014334802934826610401433480" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49f57002-c3f1-448b-900e-12d504a91315, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f57002-c3f1-448b-900e-12d504a91315, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17927576049830683869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792757604983068386917927576049830683869179275760498306838691792757604983068386917927576049830683869179275760498306838691792757604983068386917927576049830683869179275760498306838691792757604983068386917927576049830683869179275760498306838691792757604983068386917927576049830683869179275760498306838691792757604983068386917927576049830683869179275760498306838691792757604983068386917927576049830683869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d41bf941-321b-4160-837e-759cf4c609cf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46c94c36-2933-4386-b06f-eace65f54f27, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46c94c36-2933-4386-b06f-eace65f54f27, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5195143049048577904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51951430490485779045195143049048577904519514304904857790451951430490485779045195143049048577904519514304904857790451951430490485779045195143049048577904519514304904857790451951430490485779045195143049048577904519514304904857790451951430490485779045195143049048577904519514304904857790451951430490485779045195143049048577904519514304904857790451951430490485779045195143049048577904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f57002-c3f1-448b-900e-12d504a91315, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46c94c36-2933-4386-b06f-eace65f54f27, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d2138a9-702c-493c-9bf0-59289a2fa9de, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e35e19a-bf5a-4e2d-8da1-447ce20dc97f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e35e19a-bf5a-4e2d-8da1-447ce20dc97f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11313802301414610938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131380230141461093811313802301414610938113138023014146109381131380230141461093811313802301414610938113138023014146109381131380230141461093811313802301414610938113138023014146109381131380230141461093811313802301414610938113138023014146109381131380230141461093811313802301414610938113138023014146109381131380230141461093811313802301414610938113138023014146109381131380230141461093811313802301414610938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d2138a9-702c-493c-9bf0-59289a2fa9de, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6444976713507793786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64449767135077937866444976713507793786644497671350779378664449767135077937866444976713507793786644497671350779378664449767135077937866444976713507793786644497671350779378664449767135077937866444976713507793786644497671350779378664449767135077937866444976713507793786644497671350779378664449767135077937866444976713507793786644497671350779378664449767135077937866444976713507793786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e35e19a-bf5a-4e2d-8da1-447ce20dc97f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34c4a56e-1ac2-4e20-a108-382e6700451c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34c4a56e-1ac2-4e20-a108-382e6700451c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1052885332860291369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10528853328602913691052885332860291369105288533286029136910528853328602913691052885332860291369105288533286029136910528853328602913691052885332860291369105288533286029136910528853328602913691052885332860291369105288533286029136910528853328602913691052885332860291369105288533286029136910528853328602913691052885332860291369105288533286029136910528853328602913691052885332860291369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d2138a9-702c-493c-9bf0-59289a2fa9de, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bce7d01a-0955-4109-917f-89f5471577a9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bce7d01a-0955-4109-917f-89f5471577a9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10488675327207120485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048867532720712048510488675327207120485104886753272071204851048867532720712048510488675327207120485104886753272071204851048867532720712048510488675327207120485104886753272071204851048867532720712048510488675327207120485104886753272071204851048867532720712048510488675327207120485104886753272071204851048867532720712048510488675327207120485104886753272071204851048867532720712048510488675327207120485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34c4a56e-1ac2-4e20-a108-382e6700451c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fe245d2-7c64-4c22-9b9f-e467937be46f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fe245d2-7c64-4c22-9b9f-e467937be46f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10730165665919774530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073016566591977453010730165665919774530107301656659197745301073016566591977453010730165665919774530107301656659197745301073016566591977453010730165665919774530107301656659197745301073016566591977453010730165665919774530107301656659197745301073016566591977453010730165665919774530107301656659197745301073016566591977453010730165665919774530107301656659197745301073016566591977453010730165665919774530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bce7d01a-0955-4109-917f-89f5471577a9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fe245d2-7c64-4c22-9b9f-e467937be46f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76b19aa8-3cff-4f41-8bfa-bba3ac6502dd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a4f8ebe-e104-419d-8d76-ad3c4b907d96, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a4f8ebe-e104-419d-8d76-ad3c4b907d96, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 63649292955188796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6364929295518879663649292955188796636492929551887966364929295518879663649292955188796636492929551887966364929295518879663649292955188796636492929551887966364929295518879663649292955188796636492929551887966364929295518879663649292955188796636492929551887966364929295518879663649292955188796636492929551887966364929295518879663649292955188796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76b19aa8-3cff-4f41-8bfa-bba3ac6502dd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13266872230233804225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326687223023380422513266872230233804225132668722302338042251326687223023380422513266872230233804225132668722302338042251326687223023380422513266872230233804225132668722302338042251326687223023380422513266872230233804225132668722302338042251326687223023380422513266872230233804225132668722302338042251326687223023380422513266872230233804225132668722302338042251326687223023380422513266872230233804225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a4f8ebe-e104-419d-8d76-ad3c4b907d96, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76b19aa8-3cff-4f41-8bfa-bba3ac6502dd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8187dc9e-729a-48b5-91c1-52bd97c3e50f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8187dc9e-729a-48b5-91c1-52bd97c3e50f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7465592661822764219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74655926618227642197465592661822764219746559266182276421974655926618227642197465592661822764219746559266182276421974655926618227642197465592661822764219746559266182276421974655926618227642197465592661822764219746559266182276421974655926618227642197465592661822764219746559266182276421974655926618227642197465592661822764219746559266182276421974655926618227642197465592661822764219" } } } 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, 6b238bf9-6c60-40d7-b39e-51f76036fca7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b238bf9-6c60-40d7-b39e-51f76036fca7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13505998381677494157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350599838167749415713505998381677494157135059983816774941571350599838167749415713505998381677494157135059983816774941571350599838167749415713505998381677494157135059983816774941571350599838167749415713505998381677494157135059983816774941571350599838167749415713505998381677494157135059983816774941571350599838167749415713505998381677494157135059983816774941571350599838167749415713505998381677494157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8187dc9e-729a-48b5-91c1-52bd97c3e50f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6021962b-2888-4261-af32-b5cd93a25291, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6021962b-2888-4261-af32-b5cd93a25291, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18145132194946506381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814513219494650638118145132194946506381181451321949465063811814513219494650638118145132194946506381181451321949465063811814513219494650638118145132194946506381181451321949465063811814513219494650638118145132194946506381181451321949465063811814513219494650638118145132194946506381181451321949465063811814513219494650638118145132194946506381181451321949465063811814513219494650638118145132194946506381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6021962b-2888-4261-af32-b5cd93a25291, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6a58676-383a-4b40-8e0a-4dbdbbe6574c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6a58676-383a-4b40-8e0a-4dbdbbe6574c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8969505107534506710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89695051075345067108969505107534506710896950510753450671089695051075345067108969505107534506710896950510753450671089695051075345067108969505107534506710896950510753450671089695051075345067108969505107534506710896950510753450671089695051075345067108969505107534506710896950510753450671089695051075345067108969505107534506710896950510753450671089695051075345067108969505107534506710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b238bf9-6c60-40d7-b39e-51f76036fca7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45564be4-f44e-4815-9296-1c8c52f3ec75, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45564be4-f44e-4815-9296-1c8c52f3ec75, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12565325745179451089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256532574517945108912565325745179451089125653257451794510891256532574517945108912565325745179451089125653257451794510891256532574517945108912565325745179451089125653257451794510891256532574517945108912565325745179451089125653257451794510891256532574517945108912565325745179451089125653257451794510891256532574517945108912565325745179451089125653257451794510891256532574517945108912565325745179451089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6a58676-383a-4b40-8e0a-4dbdbbe6574c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45564be4-f44e-4815-9296-1c8c52f3ec75, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d69935ad-d8ef-4976-98e9-6ac4946ee4b4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19b54c3a-5783-4dc6-a4ea-7247409e1e0f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19b54c3a-5783-4dc6-a4ea-7247409e1e0f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11637555811367020662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163755581136702066211637555811367020662116375558113670206621163755581136702066211637555811367020662116375558113670206621163755581136702066211637555811367020662116375558113670206621163755581136702066211637555811367020662116375558113670206621163755581136702066211637555811367020662116375558113670206621163755581136702066211637555811367020662116375558113670206621163755581136702066211637555811367020662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d69935ad-d8ef-4976-98e9-6ac4946ee4b4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2801910100698277651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28019101006982776512801910100698277651280191010069827765128019101006982776512801910100698277651280191010069827765128019101006982776512801910100698277651280191010069827765128019101006982776512801910100698277651280191010069827765128019101006982776512801910100698277651280191010069827765128019101006982776512801910100698277651280191010069827765128019101006982776512801910100698277651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19b54c3a-5783-4dc6-a4ea-7247409e1e0f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d69935ad-d8ef-4976-98e9-6ac4946ee4b4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c3ad369-7f74-4a5b-9f68-321687cfa751, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c3ad369-7f74-4a5b-9f68-321687cfa751, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6422297288512124779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64222972885121247796422297288512124779642229728851212477964222972885121247796422297288512124779642229728851212477964222972885121247796422297288512124779642229728851212477964222972885121247796422297288512124779642229728851212477964222972885121247796422297288512124779642229728851212477964222972885121247796422297288512124779642229728851212477964222972885121247796422297288512124779" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53142719-f712-4d23-9991-366aac4b7f3a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53142719-f712-4d23-9991-366aac4b7f3a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9082433922847065360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90824339228470653609082433922847065360908243392284706536090824339228470653609082433922847065360908243392284706536090824339228470653609082433922847065360908243392284706536090824339228470653609082433922847065360908243392284706536090824339228470653609082433922847065360908243392284706536090824339228470653609082433922847065360908243392284706536090824339228470653609082433922847065360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c3ad369-7f74-4a5b-9f68-321687cfa751, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27011835-fb47-42c1-969d-744afb518ad7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27011835-fb47-42c1-969d-744afb518ad7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9655180105441130410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96551801054411304109655180105441130410965518010544113041096551801054411304109655180105441130410965518010544113041096551801054411304109655180105441130410965518010544113041096551801054411304109655180105441130410965518010544113041096551801054411304109655180105441130410965518010544113041096551801054411304109655180105441130410965518010544113041096551801054411304109655180105441130410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53142719-f712-4d23-9991-366aac4b7f3a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 268e8a03-196e-4d60-b862-d2a022ef1c33, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 268e8a03-196e-4d60-b862-d2a022ef1c33, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4372849443698307139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43728494436983071394372849443698307139437284944369830713943728494436983071394372849443698307139437284944369830713943728494436983071394372849443698307139437284944369830713943728494436983071394372849443698307139437284944369830713943728494436983071394372849443698307139437284944369830713943728494436983071394372849443698307139437284944369830713943728494436983071394372849443698307139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27011835-fb47-42c1-969d-744afb518ad7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abbc1b98-4237-472e-8d2f-a3406c9ef15d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abbc1b98-4237-472e-8d2f-a3406c9ef15d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6826330272445383356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68263302724453833566826330272445383356682633027244538335668263302724453833566826330272445383356682633027244538335668263302724453833566826330272445383356682633027244538335668263302724453833566826330272445383356682633027244538335668263302724453833566826330272445383356682633027244538335668263302724453833566826330272445383356682633027244538335668263302724453833566826330272445383356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 268e8a03-196e-4d60-b862-d2a022ef1c33, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abbc1b98-4237-472e-8d2f-a3406c9ef15d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48283c37-43bd-4b74-bb42-26b239ed742d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48283c37-43bd-4b74-bb42-26b239ed742d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16168034450707816729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616803445070781672916168034450707816729161680344507078167291616803445070781672916168034450707816729161680344507078167291616803445070781672916168034450707816729161680344507078167291616803445070781672916168034450707816729161680344507078167291616803445070781672916168034450707816729161680344507078167291616803445070781672916168034450707816729161680344507078167291616803445070781672916168034450707816729" } } } 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, 8e08a895-b618-4567-aaf2-df299e8a3c4e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e08a895-b618-4567-aaf2-df299e8a3c4e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3399191750297394110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33991917502973941103399191750297394110339919175029739411033991917502973941103399191750297394110339919175029739411033991917502973941103399191750297394110339919175029739411033991917502973941103399191750297394110339919175029739411033991917502973941103399191750297394110339919175029739411033991917502973941103399191750297394110339919175029739411033991917502973941103399191750297394110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48283c37-43bd-4b74-bb42-26b239ed742d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 097ec4d2-b7ff-46df-a6f8-479d86549e1b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 097ec4d2-b7ff-46df-a6f8-479d86549e1b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14107154974816412746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410715497481641274614107154974816412746141071549748164127461410715497481641274614107154974816412746141071549748164127461410715497481641274614107154974816412746141071549748164127461410715497481641274614107154974816412746141071549748164127461410715497481641274614107154974816412746141071549748164127461410715497481641274614107154974816412746141071549748164127461410715497481641274614107154974816412746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 097ec4d2-b7ff-46df-a6f8-479d86549e1b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6253a62-04d4-47b5-a232-a79a75ec1a3a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6253a62-04d4-47b5-a232-a79a75ec1a3a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7800510212271970057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78005102122719700577800510212271970057780051021227197005778005102122719700577800510212271970057780051021227197005778005102122719700577800510212271970057780051021227197005778005102122719700577800510212271970057780051021227197005778005102122719700577800510212271970057780051021227197005778005102122719700577800510212271970057780051021227197005778005102122719700577800510212271970057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e08a895-b618-4567-aaf2-df299e8a3c4e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ce8668a-3817-46df-ad10-c3fc7b576b73, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ce8668a-3817-46df-ad10-c3fc7b576b73, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4046663248333408573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40466632483334085734046663248333408573404666324833340857340466632483334085734046663248333408573404666324833340857340466632483334085734046663248333408573404666324833340857340466632483334085734046663248333408573404666324833340857340466632483334085734046663248333408573404666324833340857340466632483334085734046663248333408573404666324833340857340466632483334085734046663248333408573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6253a62-04d4-47b5-a232-a79a75ec1a3a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb2417ac-d82f-43a2-a2f2-3fd59aea4c68, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb2417ac-d82f-43a2-a2f2-3fd59aea4c68, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12721302810781385179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272130281078138517912721302810781385179127213028107813851791272130281078138517912721302810781385179127213028107813851791272130281078138517912721302810781385179127213028107813851791272130281078138517912721302810781385179127213028107813851791272130281078138517912721302810781385179127213028107813851791272130281078138517912721302810781385179127213028107813851791272130281078138517912721302810781385179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ce8668a-3817-46df-ad10-c3fc7b576b73, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c604cdcd-2c17-41c7-b0a0-697638aa467c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c604cdcd-2c17-41c7-b0a0-697638aa467c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3069601334084749920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30696013340847499203069601334084749920306960133408474992030696013340847499203069601334084749920306960133408474992030696013340847499203069601334084749920306960133408474992030696013340847499203069601334084749920306960133408474992030696013340847499203069601334084749920306960133408474992030696013340847499203069601334084749920306960133408474992030696013340847499203069601334084749920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb2417ac-d82f-43a2-a2f2-3fd59aea4c68, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a961c890-591e-447b-b120-eb86abc21e62, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c604cdcd-2c17-41c7-b0a0-697638aa467c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a961c890-591e-447b-b120-eb86abc21e62, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4091485928767343619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40914859287673436194091485928767343619409148592876734361940914859287673436194091485928767343619409148592876734361940914859287673436194091485928767343619409148592876734361940914859287673436194091485928767343619409148592876734361940914859287673436194091485928767343619409148592876734361940914859287673436194091485928767343619409148592876734361940914859287673436194091485928767343619" } } } 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, 912e42a6-cde5-4766-ba8b-0968413119d8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 912e42a6-cde5-4766-ba8b-0968413119d8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6051034672080710367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60510346720807103676051034672080710367605103467208071036760510346720807103676051034672080710367605103467208071036760510346720807103676051034672080710367605103467208071036760510346720807103676051034672080710367605103467208071036760510346720807103676051034672080710367605103467208071036760510346720807103676051034672080710367605103467208071036760510346720807103676051034672080710367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a961c890-591e-447b-b120-eb86abc21e62, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d049a21b-4e66-470d-997b-a58a8a325641, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 912e42a6-cde5-4766-ba8b-0968413119d8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d049a21b-4e66-470d-997b-a58a8a325641, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13426426427332975264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342642642733297526413426426427332975264134264264273329752641342642642733297526413426426427332975264134264264273329752641342642642733297526413426426427332975264134264264273329752641342642642733297526413426426427332975264134264264273329752641342642642733297526413426426427332975264134264264273329752641342642642733297526413426426427332975264134264264273329752641342642642733297526413426426427332975264" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1156a3d-c572-46c5-bb1a-eccb174b27eb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1156a3d-c572-46c5-bb1a-eccb174b27eb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6501171725439848478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65011717254398484786501171725439848478650117172543984847865011717254398484786501171725439848478650117172543984847865011717254398484786501171725439848478650117172543984847865011717254398484786501171725439848478650117172543984847865011717254398484786501171725439848478650117172543984847865011717254398484786501171725439848478650117172543984847865011717254398484786501171725439848478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d049a21b-4e66-470d-997b-a58a8a325641, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fcd97a8-c812-4bc3-b0df-39fbcf58a69c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fcd97a8-c812-4bc3-b0df-39fbcf58a69c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16694461578951503754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669446157895150375416694461578951503754166944615789515037541669446157895150375416694461578951503754166944615789515037541669446157895150375416694461578951503754166944615789515037541669446157895150375416694461578951503754166944615789515037541669446157895150375416694461578951503754166944615789515037541669446157895150375416694461578951503754166944615789515037541669446157895150375416694461578951503754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1156a3d-c572-46c5-bb1a-eccb174b27eb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2facc205-a701-4a7e-ba05-128d6570934f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2facc205-a701-4a7e-ba05-128d6570934f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3959540039846255685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39595400398462556853959540039846255685395954003984625568539595400398462556853959540039846255685395954003984625568539595400398462556853959540039846255685395954003984625568539595400398462556853959540039846255685395954003984625568539595400398462556853959540039846255685395954003984625568539595400398462556853959540039846255685395954003984625568539595400398462556853959540039846255685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fcd97a8-c812-4bc3-b0df-39fbcf58a69c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b2b1be0-6797-44a5-ae1f-09cb8e595f5e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b2b1be0-6797-44a5-ae1f-09cb8e595f5e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8749193878470405113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87491938784704051138749193878470405113874919387847040511387491938784704051138749193878470405113874919387847040511387491938784704051138749193878470405113874919387847040511387491938784704051138749193878470405113874919387847040511387491938784704051138749193878470405113874919387847040511387491938784704051138749193878470405113874919387847040511387491938784704051138749193878470405113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b2b1be0-6797-44a5-ae1f-09cb8e595f5e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52ddfd04-136c-43b1-865d-34b3c3bf5fc7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52ddfd04-136c-43b1-865d-34b3c3bf5fc7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5095139128452322628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50951391284523226285095139128452322628509513912845232262850951391284523226285095139128452322628509513912845232262850951391284523226285095139128452322628509513912845232262850951391284523226285095139128452322628509513912845232262850951391284523226285095139128452322628509513912845232262850951391284523226285095139128452322628509513912845232262850951391284523226285095139128452322628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2facc205-a701-4a7e-ba05-128d6570934f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fef373b-bc24-41b4-88a1-883e23154762, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fef373b-bc24-41b4-88a1-883e23154762, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9265513611504597502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92655136115045975029265513611504597502926551361150459750292655136115045975029265513611504597502926551361150459750292655136115045975029265513611504597502926551361150459750292655136115045975029265513611504597502926551361150459750292655136115045975029265513611504597502926551361150459750292655136115045975029265513611504597502926551361150459750292655136115045975029265513611504597502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52ddfd04-136c-43b1-865d-34b3c3bf5fc7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aab23c2-2747-4758-b12e-b7e3e413f236, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aab23c2-2747-4758-b12e-b7e3e413f236, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4156029758274371813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41560297582743718134156029758274371813415602975827437181341560297582743718134156029758274371813415602975827437181341560297582743718134156029758274371813415602975827437181341560297582743718134156029758274371813415602975827437181341560297582743718134156029758274371813415602975827437181341560297582743718134156029758274371813415602975827437181341560297582743718134156029758274371813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fef373b-bc24-41b4-88a1-883e23154762, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f2e91d8-60c5-4a1c-9751-586bf146993a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f2e91d8-60c5-4a1c-9751-586bf146993a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13196940103116791036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319694010311679103613196940103116791036131969401031167910361319694010311679103613196940103116791036131969401031167910361319694010311679103613196940103116791036131969401031167910361319694010311679103613196940103116791036131969401031167910361319694010311679103613196940103116791036131969401031167910361319694010311679103613196940103116791036131969401031167910361319694010311679103613196940103116791036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aab23c2-2747-4758-b12e-b7e3e413f236, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a7fe68e-045f-466c-b6ac-7b8760a891bb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a7fe68e-045f-466c-b6ac-7b8760a891bb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11938911802437267618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193891180243726761811938911802437267618119389118024372676181193891180243726761811938911802437267618119389118024372676181193891180243726761811938911802437267618119389118024372676181193891180243726761811938911802437267618119389118024372676181193891180243726761811938911802437267618119389118024372676181193891180243726761811938911802437267618119389118024372676181193891180243726761811938911802437267618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f2e91d8-60c5-4a1c-9751-586bf146993a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c25ee37-4b52-4906-ad50-49e3112fd4e4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c25ee37-4b52-4906-ad50-49e3112fd4e4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2050472537408984779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20504725374089847792050472537408984779205047253740898477920504725374089847792050472537408984779205047253740898477920504725374089847792050472537408984779205047253740898477920504725374089847792050472537408984779205047253740898477920504725374089847792050472537408984779205047253740898477920504725374089847792050472537408984779205047253740898477920504725374089847792050472537408984779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a7fe68e-045f-466c-b6ac-7b8760a891bb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c00e235a-ff59-43c6-8152-d4601ca5d56b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c00e235a-ff59-43c6-8152-d4601ca5d56b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8549045509773743815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85490455097737438158549045509773743815854904550977374381585490455097737438158549045509773743815854904550977374381585490455097737438158549045509773743815854904550977374381585490455097737438158549045509773743815854904550977374381585490455097737438158549045509773743815854904550977374381585490455097737438158549045509773743815854904550977374381585490455097737438158549045509773743815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c25ee37-4b52-4906-ad50-49e3112fd4e4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2822881d-0edc-4846-88d6-c73b6310ddc3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2822881d-0edc-4846-88d6-c73b6310ddc3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12107440501577879891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210744050157787989112107440501577879891121074405015778798911210744050157787989112107440501577879891121074405015778798911210744050157787989112107440501577879891121074405015778798911210744050157787989112107440501577879891121074405015778798911210744050157787989112107440501577879891121074405015778798911210744050157787989112107440501577879891121074405015778798911210744050157787989112107440501577879891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c00e235a-ff59-43c6-8152-d4601ca5d56b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c251923-3e8f-49c3-80b2-625a496d1687, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c251923-3e8f-49c3-80b2-625a496d1687, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4455124411315207154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44551244113152071544455124411315207154445512441131520715444551244113152071544455124411315207154445512441131520715444551244113152071544455124411315207154445512441131520715444551244113152071544455124411315207154445512441131520715444551244113152071544455124411315207154445512441131520715444551244113152071544455124411315207154445512441131520715444551244113152071544455124411315207154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2822881d-0edc-4846-88d6-c73b6310ddc3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c7aadc2-7161-494a-a2f9-b3e9d06eff1a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c7aadc2-7161-494a-a2f9-b3e9d06eff1a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15209871407367242659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520987140736724265915209871407367242659152098714073672426591520987140736724265915209871407367242659152098714073672426591520987140736724265915209871407367242659152098714073672426591520987140736724265915209871407367242659152098714073672426591520987140736724265915209871407367242659152098714073672426591520987140736724265915209871407367242659152098714073672426591520987140736724265915209871407367242659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c251923-3e8f-49c3-80b2-625a496d1687, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5679e2dc-5f9f-40c1-bc81-e3da3adb949e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c7aadc2-7161-494a-a2f9-b3e9d06eff1a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5679e2dc-5f9f-40c1-bc81-e3da3adb949e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 661904219621042768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768" } } } 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, b1957052-4cff-48b1-8605-ecb84e5f2a69, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1957052-4cff-48b1-8605-ecb84e5f2a69, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15419262539656670829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541926253965667082915419262539656670829154192625396566708291541926253965667082915419262539656670829154192625396566708291541926253965667082915419262539656670829154192625396566708291541926253965667082915419262539656670829154192625396566708291541926253965667082915419262539656670829154192625396566708291541926253965667082915419262539656670829154192625396566708291541926253965667082915419262539656670829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5679e2dc-5f9f-40c1-bc81-e3da3adb949e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97df4536-efbf-442d-913b-381e16f7e102, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97df4536-efbf-442d-913b-381e16f7e102, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10581887001158570446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058188700115857044610581887001158570446105818870011585704461058188700115857044610581887001158570446105818870011585704461058188700115857044610581887001158570446105818870011585704461058188700115857044610581887001158570446105818870011585704461058188700115857044610581887001158570446105818870011585704461058188700115857044610581887001158570446105818870011585704461058188700115857044610581887001158570446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1957052-4cff-48b1-8605-ecb84e5f2a69, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97df4536-efbf-442d-913b-381e16f7e102, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c935203d-524d-456c-acfd-e2c58b6d96fb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c935203d-524d-456c-acfd-e2c58b6d96fb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11795444177895014787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179544417789501478711795444177895014787117954441778950147871179544417789501478711795444177895014787117954441778950147871179544417789501478711795444177895014787117954441778950147871179544417789501478711795444177895014787117954441778950147871179544417789501478711795444177895014787117954441778950147871179544417789501478711795444177895014787117954441778950147871179544417789501478711795444177895014787" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92d6073f-6445-4a3f-8c3d-eefce9b591f4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92d6073f-6445-4a3f-8c3d-eefce9b591f4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 54010569826647166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5401056982664716654010569826647166540105698266471665401056982664716654010569826647166540105698266471665401056982664716654010569826647166540105698266471665401056982664716654010569826647166540105698266471665401056982664716654010569826647166540105698266471665401056982664716654010569826647166540105698266471665401056982664716654010569826647166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c935203d-524d-456c-acfd-e2c58b6d96fb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92d6073f-6445-4a3f-8c3d-eefce9b591f4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1f7c63b-cbe6-4840-8d78-ec46447a25cb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e16665c-655d-4d0e-9ffa-edc18168bec4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e16665c-655d-4d0e-9ffa-edc18168bec4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15507697435974907560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550769743597490756015507697435974907560155076974359749075601550769743597490756015507697435974907560155076974359749075601550769743597490756015507697435974907560155076974359749075601550769743597490756015507697435974907560155076974359749075601550769743597490756015507697435974907560155076974359749075601550769743597490756015507697435974907560155076974359749075601550769743597490756015507697435974907560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1f7c63b-cbe6-4840-8d78-ec46447a25cb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3757159883937847525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37571598839378475253757159883937847525375715988393784752537571598839378475253757159883937847525375715988393784752537571598839378475253757159883937847525375715988393784752537571598839378475253757159883937847525375715988393784752537571598839378475253757159883937847525375715988393784752537571598839378475253757159883937847525375715988393784752537571598839378475253757159883937847525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e16665c-655d-4d0e-9ffa-edc18168bec4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1f7c63b-cbe6-4840-8d78-ec46447a25cb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e935cc18-d5f9-41c1-a2a7-c9d757416745, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e935cc18-d5f9-41c1-a2a7-c9d757416745, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5079213563357745124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50792135633577451245079213563357745124507921356335774512450792135633577451245079213563357745124507921356335774512450792135633577451245079213563357745124507921356335774512450792135633577451245079213563357745124507921356335774512450792135633577451245079213563357745124507921356335774512450792135633577451245079213563357745124507921356335774512450792135633577451245079213563357745124" } } } 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, 8688134b-c6bf-4963-a301-f6c247f747f4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8688134b-c6bf-4963-a301-f6c247f747f4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1922094052841904101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19220940528419041011922094052841904101192209405284190410119220940528419041011922094052841904101192209405284190410119220940528419041011922094052841904101192209405284190410119220940528419041011922094052841904101192209405284190410119220940528419041011922094052841904101192209405284190410119220940528419041011922094052841904101192209405284190410119220940528419041011922094052841904101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e935cc18-d5f9-41c1-a2a7-c9d757416745, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c08d304-3845-463a-8af1-855cdbbfc3ff, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c08d304-3845-463a-8af1-855cdbbfc3ff, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14795552285873243291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479555228587324329114795552285873243291147955522858732432911479555228587324329114795552285873243291147955522858732432911479555228587324329114795552285873243291147955522858732432911479555228587324329114795552285873243291147955522858732432911479555228587324329114795552285873243291147955522858732432911479555228587324329114795552285873243291147955522858732432911479555228587324329114795552285873243291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8688134b-c6bf-4963-a301-f6c247f747f4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88d86ff2-6f7a-46a0-9a4e-600edd0921cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c08d304-3845-463a-8af1-855cdbbfc3ff, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88d86ff2-6f7a-46a0-9a4e-600edd0921cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14513250538482608009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451325053848260800914513250538482608009145132505384826080091451325053848260800914513250538482608009145132505384826080091451325053848260800914513250538482608009145132505384826080091451325053848260800914513250538482608009145132505384826080091451325053848260800914513250538482608009145132505384826080091451325053848260800914513250538482608009145132505384826080091451325053848260800914513250538482608009" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1181a785-ca05-4049-be0d-0d4f81d1621d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1181a785-ca05-4049-be0d-0d4f81d1621d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17956802594944779315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795680259494477931517956802594944779315179568025949447793151795680259494477931517956802594944779315179568025949447793151795680259494477931517956802594944779315179568025949447793151795680259494477931517956802594944779315179568025949447793151795680259494477931517956802594944779315179568025949447793151795680259494477931517956802594944779315179568025949447793151795680259494477931517956802594944779315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88d86ff2-6f7a-46a0-9a4e-600edd0921cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 878a1db5-9ec5-47ea-98a1-9e6cf36542bc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 878a1db5-9ec5-47ea-98a1-9e6cf36542bc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5917614864047162896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59176148640471628965917614864047162896591761486404716289659176148640471628965917614864047162896591761486404716289659176148640471628965917614864047162896591761486404716289659176148640471628965917614864047162896591761486404716289659176148640471628965917614864047162896591761486404716289659176148640471628965917614864047162896591761486404716289659176148640471628965917614864047162896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1181a785-ca05-4049-be0d-0d4f81d1621d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a62af181-7f4b-4e95-9abf-74f63aeb17ee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 878a1db5-9ec5-47ea-98a1-9e6cf36542bc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62af181-7f4b-4e95-9abf-74f63aeb17ee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1170545497030075982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11705454970300759821170545497030075982117054549703007598211705454970300759821170545497030075982117054549703007598211705454970300759821170545497030075982117054549703007598211705454970300759821170545497030075982117054549703007598211705454970300759821170545497030075982117054549703007598211705454970300759821170545497030075982117054549703007598211705454970300759821170545497030075982" } } } 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, ac4aab7e-9595-40a9-8fcf-ce5966153500, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac4aab7e-9595-40a9-8fcf-ce5966153500, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13164901717157808678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316490171715780867813164901717157808678131649017171578086781316490171715780867813164901717157808678131649017171578086781316490171715780867813164901717157808678131649017171578086781316490171715780867813164901717157808678131649017171578086781316490171715780867813164901717157808678131649017171578086781316490171715780867813164901717157808678131649017171578086781316490171715780867813164901717157808678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62af181-7f4b-4e95-9abf-74f63aeb17ee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d068fe47-ccba-436d-b1ad-d1236b293fa2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d068fe47-ccba-436d-b1ad-d1236b293fa2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4248176153105806311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42481761531058063114248176153105806311424817615310580631142481761531058063114248176153105806311424817615310580631142481761531058063114248176153105806311424817615310580631142481761531058063114248176153105806311424817615310580631142481761531058063114248176153105806311424817615310580631142481761531058063114248176153105806311424817615310580631142481761531058063114248176153105806311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac4aab7e-9595-40a9-8fcf-ce5966153500, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeb9e159-e5aa-4f75-ad99-f12fa0baa89b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d068fe47-ccba-436d-b1ad-d1236b293fa2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73042c18-344a-473e-bc7e-8d5496f27598, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73042c18-344a-473e-bc7e-8d5496f27598, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9082010842518844062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90820108425188440629082010842518844062908201084251884406290820108425188440629082010842518844062908201084251884406290820108425188440629082010842518844062908201084251884406290820108425188440629082010842518844062908201084251884406290820108425188440629082010842518844062908201084251884406290820108425188440629082010842518844062908201084251884406290820108425188440629082010842518844062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeb9e159-e5aa-4f75-ad99-f12fa0baa89b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2403574268827115189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24035742688271151892403574268827115189240357426882711518924035742688271151892403574268827115189240357426882711518924035742688271151892403574268827115189240357426882711518924035742688271151892403574268827115189240357426882711518924035742688271151892403574268827115189240357426882711518924035742688271151892403574268827115189240357426882711518924035742688271151892403574268827115189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73042c18-344a-473e-bc7e-8d5496f27598, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13509077-5b50-4afd-8d7b-620401f1cbde, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeb9e159-e5aa-4f75-ad99-f12fa0baa89b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13509077-5b50-4afd-8d7b-620401f1cbde, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9346544308995078964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93465443089950789649346544308995078964934654430899507896493465443089950789649346544308995078964934654430899507896493465443089950789649346544308995078964934654430899507896493465443089950789649346544308995078964934654430899507896493465443089950789649346544308995078964934654430899507896493465443089950789649346544308995078964934654430899507896493465443089950789649346544308995078964" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5d8e69f-142a-495d-891b-536c67d3d747, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13509077-5b50-4afd-8d7b-620401f1cbde, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5d8e69f-142a-495d-891b-536c67d3d747, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18001364094225386551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800136409422538655118001364094225386551180013640942253865511800136409422538655118001364094225386551180013640942253865511800136409422538655118001364094225386551180013640942253865511800136409422538655118001364094225386551180013640942253865511800136409422538655118001364094225386551180013640942253865511800136409422538655118001364094225386551180013640942253865511800136409422538655118001364094225386551" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bec3688-0147-4a2b-bc86-2dc8fce85322, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5d8e69f-142a-495d-891b-536c67d3d747, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bec3688-0147-4a2b-bc86-2dc8fce85322, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17100714490973438734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710071449097343873417100714490973438734171007144909734387341710071449097343873417100714490973438734171007144909734387341710071449097343873417100714490973438734171007144909734387341710071449097343873417100714490973438734171007144909734387341710071449097343873417100714490973438734171007144909734387341710071449097343873417100714490973438734171007144909734387341710071449097343873417100714490973438734" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3812367e-73b1-452b-bfe3-dcf3488ea6cb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3812367e-73b1-452b-bfe3-dcf3488ea6cb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 849626188192793868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bec3688-0147-4a2b-bc86-2dc8fce85322, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02997e3b-37aa-418a-ad14-2c6abcbf903a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02997e3b-37aa-418a-ad14-2c6abcbf903a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4628578156481026608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46285781564810266084628578156481026608462857815648102660846285781564810266084628578156481026608462857815648102660846285781564810266084628578156481026608462857815648102660846285781564810266084628578156481026608462857815648102660846285781564810266084628578156481026608462857815648102660846285781564810266084628578156481026608462857815648102660846285781564810266084628578156481026608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3812367e-73b1-452b-bfe3-dcf3488ea6cb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 169c6326-a0a9-435a-9080-b187ba16a99f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 169c6326-a0a9-435a-9080-b187ba16a99f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17696119197507776118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769611919750777611817696119197507776118176961191975077761181769611919750777611817696119197507776118176961191975077761181769611919750777611817696119197507776118176961191975077761181769611919750777611817696119197507776118176961191975077761181769611919750777611817696119197507776118176961191975077761181769611919750777611817696119197507776118176961191975077761181769611919750777611817696119197507776118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02997e3b-37aa-418a-ad14-2c6abcbf903a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42cd0d97-ff8f-4c00-bc75-d1b657e96998, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42cd0d97-ff8f-4c00-bc75-d1b657e96998, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10610926628065503417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061092662806550341710610926628065503417106109266280655034171061092662806550341710610926628065503417106109266280655034171061092662806550341710610926628065503417106109266280655034171061092662806550341710610926628065503417106109266280655034171061092662806550341710610926628065503417106109266280655034171061092662806550341710610926628065503417106109266280655034171061092662806550341710610926628065503417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 169c6326-a0a9-435a-9080-b187ba16a99f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d171d16a-e008-48eb-bc8a-9cbcdfcea903, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42cd0d97-ff8f-4c00-bc75-d1b657e96998, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d171d16a-e008-48eb-bc8a-9cbcdfcea903, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4236272333552943094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42362723335529430944236272333552943094423627233355294309442362723335529430944236272333552943094423627233355294309442362723335529430944236272333552943094423627233355294309442362723335529430944236272333552943094423627233355294309442362723335529430944236272333552943094423627233355294309442362723335529430944236272333552943094423627233355294309442362723335529430944236272333552943094" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 035f37f7-12f7-4777-a59d-25e8333432ce, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 035f37f7-12f7-4777-a59d-25e8333432ce, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18288781700225209386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828878170022520938618288781700225209386182887817002252093861828878170022520938618288781700225209386182887817002252093861828878170022520938618288781700225209386182887817002252093861828878170022520938618288781700225209386182887817002252093861828878170022520938618288781700225209386182887817002252093861828878170022520938618288781700225209386182887817002252093861828878170022520938618288781700225209386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d171d16a-e008-48eb-bc8a-9cbcdfcea903, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 148f974a-805b-45f8-80f2-5d7b87c7fb3a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 148f974a-805b-45f8-80f2-5d7b87c7fb3a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1631783347864169717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16317833478641697171631783347864169717163178334786416971716317833478641697171631783347864169717163178334786416971716317833478641697171631783347864169717163178334786416971716317833478641697171631783347864169717163178334786416971716317833478641697171631783347864169717163178334786416971716317833478641697171631783347864169717163178334786416971716317833478641697171631783347864169717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 035f37f7-12f7-4777-a59d-25e8333432ce, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b64621fd-bb30-482b-9da8-5d1321b8ba19, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b64621fd-bb30-482b-9da8-5d1321b8ba19, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17925722279329700380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792572227932970038017925722279329700380179257222793297003801792572227932970038017925722279329700380179257222793297003801792572227932970038017925722279329700380179257222793297003801792572227932970038017925722279329700380179257222793297003801792572227932970038017925722279329700380179257222793297003801792572227932970038017925722279329700380179257222793297003801792572227932970038017925722279329700380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 148f974a-805b-45f8-80f2-5d7b87c7fb3a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25563ba7-6cc4-44b5-8a1a-ee06ce46f5d1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25563ba7-6cc4-44b5-8a1a-ee06ce46f5d1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18234332804388587674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823433280438858767418234332804388587674182343328043885876741823433280438858767418234332804388587674182343328043885876741823433280438858767418234332804388587674182343328043885876741823433280438858767418234332804388587674182343328043885876741823433280438858767418234332804388587674182343328043885876741823433280438858767418234332804388587674182343328043885876741823433280438858767418234332804388587674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b64621fd-bb30-482b-9da8-5d1321b8ba19, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b471f97f-6d67-4a07-bb7a-adee18fd722f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b471f97f-6d67-4a07-bb7a-adee18fd722f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3294913515223932982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32949135152239329823294913515223932982329491351522393298232949135152239329823294913515223932982329491351522393298232949135152239329823294913515223932982329491351522393298232949135152239329823294913515223932982329491351522393298232949135152239329823294913515223932982329491351522393298232949135152239329823294913515223932982329491351522393298232949135152239329823294913515223932982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25563ba7-6cc4-44b5-8a1a-ee06ce46f5d1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d6149a0-4ea1-429b-907a-d01998d915b8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d6149a0-4ea1-429b-907a-d01998d915b8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10819299933409176354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081929993340917635410819299933409176354108192999334091763541081929993340917635410819299933409176354108192999334091763541081929993340917635410819299933409176354108192999334091763541081929993340917635410819299933409176354108192999334091763541081929993340917635410819299933409176354108192999334091763541081929993340917635410819299933409176354108192999334091763541081929993340917635410819299933409176354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b471f97f-6d67-4a07-bb7a-adee18fd722f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e26aebe-7ab8-42c1-bcf3-1849e5c143a6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e26aebe-7ab8-42c1-bcf3-1849e5c143a6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17953252281232755688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795325228123275568817953252281232755688179532522812327556881795325228123275568817953252281232755688179532522812327556881795325228123275568817953252281232755688179532522812327556881795325228123275568817953252281232755688179532522812327556881795325228123275568817953252281232755688179532522812327556881795325228123275568817953252281232755688179532522812327556881795325228123275568817953252281232755688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d6149a0-4ea1-429b-907a-d01998d915b8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a15a9cf9-9cea-44f1-bc85-88d90de28797, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e26aebe-7ab8-42c1-bcf3-1849e5c143a6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a15a9cf9-9cea-44f1-bc85-88d90de28797, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9270680414588965281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92706804145889652819270680414588965281927068041458896528192706804145889652819270680414588965281927068041458896528192706804145889652819270680414588965281927068041458896528192706804145889652819270680414588965281927068041458896528192706804145889652819270680414588965281927068041458896528192706804145889652819270680414588965281927068041458896528192706804145889652819270680414588965281" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96093cd9-821b-43c6-91f6-2f82fa0a0870, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96093cd9-821b-43c6-91f6-2f82fa0a0870, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7876900981234851575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78769009812348515757876900981234851575787690098123485157578769009812348515757876900981234851575787690098123485157578769009812348515757876900981234851575787690098123485157578769009812348515757876900981234851575787690098123485157578769009812348515757876900981234851575787690098123485157578769009812348515757876900981234851575787690098123485157578769009812348515757876900981234851575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a15a9cf9-9cea-44f1-bc85-88d90de28797, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77b52f7d-b878-449a-b7c1-286204ab0790, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96093cd9-821b-43c6-91f6-2f82fa0a0870, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77b52f7d-b878-449a-b7c1-286204ab0790, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13499864005260043145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349986400526004314513499864005260043145134998640052600431451349986400526004314513499864005260043145134998640052600431451349986400526004314513499864005260043145134998640052600431451349986400526004314513499864005260043145134998640052600431451349986400526004314513499864005260043145134998640052600431451349986400526004314513499864005260043145134998640052600431451349986400526004314513499864005260043145" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e399cf0-b403-42c5-bf4f-6368ed2b0042, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77b52f7d-b878-449a-b7c1-286204ab0790, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e399cf0-b403-42c5-bf4f-6368ed2b0042, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2563100651869258988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25631006518692589882563100651869258988256310065186925898825631006518692589882563100651869258988256310065186925898825631006518692589882563100651869258988256310065186925898825631006518692589882563100651869258988256310065186925898825631006518692589882563100651869258988256310065186925898825631006518692589882563100651869258988256310065186925898825631006518692589882563100651869258988" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8253e40d-e18b-4e2f-acb6-9abffc897f72, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e399cf0-b403-42c5-bf4f-6368ed2b0042, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a32fc4d-ba6b-416c-b031-4fe7c4400e60, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8253e40d-e18b-4e2f-acb6-9abffc897f72, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6688444144311194520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66884441443111945206688444144311194520668844414431119452066884441443111945206688444144311194520668844414431119452066884441443111945206688444144311194520668844414431119452066884441443111945206688444144311194520668844414431119452066884441443111945206688444144311194520668844414431119452066884441443111945206688444144311194520668844414431119452066884441443111945206688444144311194520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a32fc4d-ba6b-416c-b031-4fe7c4400e60, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11485299782656191531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148529978265619153111485299782656191531114852997826561915311148529978265619153111485299782656191531114852997826561915311148529978265619153111485299782656191531114852997826561915311148529978265619153111485299782656191531114852997826561915311148529978265619153111485299782656191531114852997826561915311148529978265619153111485299782656191531114852997826561915311148529978265619153111485299782656191531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8253e40d-e18b-4e2f-acb6-9abffc897f72, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4efa6968-b356-49ce-ab02-d25ef04bd69b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4efa6968-b356-49ce-ab02-d25ef04bd69b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3265538876867753333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32655388768677533333265538876867753333326553887686775333332655388768677533333265538876867753333326553887686775333332655388768677533333265538876867753333326553887686775333332655388768677533333265538876867753333326553887686775333332655388768677533333265538876867753333326553887686775333332655388768677533333265538876867753333326553887686775333332655388768677533333265538876867753333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a32fc4d-ba6b-416c-b031-4fe7c4400e60, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 813c3370-ee92-41fe-be88-3c387cb5f8f6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4efa6968-b356-49ce-ab02-d25ef04bd69b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdd491a7-f104-4fa5-b43d-9c18f83106c5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 813c3370-ee92-41fe-be88-3c387cb5f8f6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6686107145200773571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66861071452007735716686107145200773571668610714520077357166861071452007735716686107145200773571668610714520077357166861071452007735716686107145200773571668610714520077357166861071452007735716686107145200773571668610714520077357166861071452007735716686107145200773571668610714520077357166861071452007735716686107145200773571668610714520077357166861071452007735716686107145200773571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd491a7-f104-4fa5-b43d-9c18f83106c5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5727329802363100531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57273298023631005315727329802363100531572732980236310053157273298023631005315727329802363100531572732980236310053157273298023631005315727329802363100531572732980236310053157273298023631005315727329802363100531572732980236310053157273298023631005315727329802363100531572732980236310053157273298023631005315727329802363100531572732980236310053157273298023631005315727329802363100531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 813c3370-ee92-41fe-be88-3c387cb5f8f6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd491a7-f104-4fa5-b43d-9c18f83106c5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83dcaa5b-492e-47bb-bbf6-4d9161b41a4c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83dcaa5b-492e-47bb-bbf6-4d9161b41a4c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12178377281836845099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217837728183684509912178377281836845099121783772818368450991217837728183684509912178377281836845099121783772818368450991217837728183684509912178377281836845099121783772818368450991217837728183684509912178377281836845099121783772818368450991217837728183684509912178377281836845099121783772818368450991217837728183684509912178377281836845099121783772818368450991217837728183684509912178377281836845099" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79eedb17-4e02-4876-80cc-c450a5acd2b5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79eedb17-4e02-4876-80cc-c450a5acd2b5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13449820366836315926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344982036683631592613449820366836315926134498203668363159261344982036683631592613449820366836315926134498203668363159261344982036683631592613449820366836315926134498203668363159261344982036683631592613449820366836315926134498203668363159261344982036683631592613449820366836315926134498203668363159261344982036683631592613449820366836315926134498203668363159261344982036683631592613449820366836315926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83dcaa5b-492e-47bb-bbf6-4d9161b41a4c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acbddc70-63fd-4ef2-a260-dffe38a285dd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acbddc70-63fd-4ef2-a260-dffe38a285dd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 953494567849665294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79eedb17-4e02-4876-80cc-c450a5acd2b5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acbddc70-63fd-4ef2-a260-dffe38a285dd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3afc38c4-b62b-4372-a6a1-3cd29c58bc01, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91a6228f-435c-4cbf-a609-4b93c053c6a1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3afc38c4-b62b-4372-a6a1-3cd29c58bc01, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12444266154020030996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244426615402003099612444266154020030996124442661540200309961244426615402003099612444266154020030996124442661540200309961244426615402003099612444266154020030996124442661540200309961244426615402003099612444266154020030996124442661540200309961244426615402003099612444266154020030996124442661540200309961244426615402003099612444266154020030996124442661540200309961244426615402003099612444266154020030996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a6228f-435c-4cbf-a609-4b93c053c6a1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11517492095162874793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151749209516287479311517492095162874793115174920951628747931151749209516287479311517492095162874793115174920951628747931151749209516287479311517492095162874793115174920951628747931151749209516287479311517492095162874793115174920951628747931151749209516287479311517492095162874793115174920951628747931151749209516287479311517492095162874793115174920951628747931151749209516287479311517492095162874793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3afc38c4-b62b-4372-a6a1-3cd29c58bc01, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20cddfaa-feca-4e1e-9129-cc83d3fd8106, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20cddfaa-feca-4e1e-9129-cc83d3fd8106, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1543897708167411390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15438977081674113901543897708167411390154389770816741139015438977081674113901543897708167411390154389770816741139015438977081674113901543897708167411390154389770816741139015438977081674113901543897708167411390154389770816741139015438977081674113901543897708167411390154389770816741139015438977081674113901543897708167411390154389770816741139015438977081674113901543897708167411390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a6228f-435c-4cbf-a609-4b93c053c6a1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ee66748-edb6-4b08-90a6-e2f7945c7563, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ee66748-edb6-4b08-90a6-e2f7945c7563, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13332696097810298348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333269609781029834813332696097810298348133326960978102983481333269609781029834813332696097810298348133326960978102983481333269609781029834813332696097810298348133326960978102983481333269609781029834813332696097810298348133326960978102983481333269609781029834813332696097810298348133326960978102983481333269609781029834813332696097810298348133326960978102983481333269609781029834813332696097810298348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20cddfaa-feca-4e1e-9129-cc83d3fd8106, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ee66748-edb6-4b08-90a6-e2f7945c7563, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e0a15cc-1495-4db8-95dd-890771ae4be1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e0a15cc-1495-4db8-95dd-890771ae4be1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2171480158624592193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21714801586245921932171480158624592193217148015862459219321714801586245921932171480158624592193217148015862459219321714801586245921932171480158624592193217148015862459219321714801586245921932171480158624592193217148015862459219321714801586245921932171480158624592193217148015862459219321714801586245921932171480158624592193217148015862459219321714801586245921932171480158624592193" } } } 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, d4682c27-47c5-45a9-9916-a642c92e6f66, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4682c27-47c5-45a9-9916-a642c92e6f66, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1868248521446107228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18682485214461072281868248521446107228186824852144610722818682485214461072281868248521446107228186824852144610722818682485214461072281868248521446107228186824852144610722818682485214461072281868248521446107228186824852144610722818682485214461072281868248521446107228186824852144610722818682485214461072281868248521446107228186824852144610722818682485214461072281868248521446107228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e0a15cc-1495-4db8-95dd-890771ae4be1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8cf333b-0432-4c50-bfa2-a83f8956859e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8cf333b-0432-4c50-bfa2-a83f8956859e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13585872692182750767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358587269218275076713585872692182750767135858726921827507671358587269218275076713585872692182750767135858726921827507671358587269218275076713585872692182750767135858726921827507671358587269218275076713585872692182750767135858726921827507671358587269218275076713585872692182750767135858726921827507671358587269218275076713585872692182750767135858726921827507671358587269218275076713585872692182750767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4682c27-47c5-45a9-9916-a642c92e6f66, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b246b9b2-2546-4e7a-9f86-dc755b0ae73c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b246b9b2-2546-4e7a-9f86-dc755b0ae73c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14909965750751731498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490996575075173149814909965750751731498149099657507517314981490996575075173149814909965750751731498149099657507517314981490996575075173149814909965750751731498149099657507517314981490996575075173149814909965750751731498149099657507517314981490996575075173149814909965750751731498149099657507517314981490996575075173149814909965750751731498149099657507517314981490996575075173149814909965750751731498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8cf333b-0432-4c50-bfa2-a83f8956859e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54f8c6c8-c751-4c98-8be7-a5149d51103a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54f8c6c8-c751-4c98-8be7-a5149d51103a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4683627408489238767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46836274084892387674683627408489238767468362740848923876746836274084892387674683627408489238767468362740848923876746836274084892387674683627408489238767468362740848923876746836274084892387674683627408489238767468362740848923876746836274084892387674683627408489238767468362740848923876746836274084892387674683627408489238767468362740848923876746836274084892387674683627408489238767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b246b9b2-2546-4e7a-9f86-dc755b0ae73c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef660f86-50b7-4204-8642-41547da030fc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef660f86-50b7-4204-8642-41547da030fc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6505775726140614893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65057757261406148936505775726140614893650577572614061489365057757261406148936505775726140614893650577572614061489365057757261406148936505775726140614893650577572614061489365057757261406148936505775726140614893650577572614061489365057757261406148936505775726140614893650577572614061489365057757261406148936505775726140614893650577572614061489365057757261406148936505775726140614893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef660f86-50b7-4204-8642-41547da030fc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54f8c6c8-c751-4c98-8be7-a5149d51103a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc2772a7-ad2f-49de-ae26-889754dc754d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc2772a7-ad2f-49de-ae26-889754dc754d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9004997583609578490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90049975836095784909004997583609578490900499758360957849090049975836095784909004997583609578490900499758360957849090049975836095784909004997583609578490900499758360957849090049975836095784909004997583609578490900499758360957849090049975836095784909004997583609578490900499758360957849090049975836095784909004997583609578490900499758360957849090049975836095784909004997583609578490" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5adb6419-fff3-43c5-8e20-c7d4bdeeef75, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5adb6419-fff3-43c5-8e20-c7d4bdeeef75, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8383499148275187224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83834991482751872248383499148275187224838349914827518722483834991482751872248383499148275187224838349914827518722483834991482751872248383499148275187224838349914827518722483834991482751872248383499148275187224838349914827518722483834991482751872248383499148275187224838349914827518722483834991482751872248383499148275187224838349914827518722483834991482751872248383499148275187224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc2772a7-ad2f-49de-ae26-889754dc754d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e67e074d-16f6-42e9-b117-140f78d9fbb8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5adb6419-fff3-43c5-8e20-c7d4bdeeef75, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e67e074d-16f6-42e9-b117-140f78d9fbb8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10004966778347163923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000496677834716392310004966778347163923100049667783471639231000496677834716392310004966778347163923100049667783471639231000496677834716392310004966778347163923100049667783471639231000496677834716392310004966778347163923100049667783471639231000496677834716392310004966778347163923100049667783471639231000496677834716392310004966778347163923100049667783471639231000496677834716392310004966778347163923" } } } 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, e76ca902-b406-4dad-bf8f-d437bd92c46f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e76ca902-b406-4dad-bf8f-d437bd92c46f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5031120110468001108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50311201104680011085031120110468001108503112011046800110850311201104680011085031120110468001108503112011046800110850311201104680011085031120110468001108503112011046800110850311201104680011085031120110468001108503112011046800110850311201104680011085031120110468001108503112011046800110850311201104680011085031120110468001108503112011046800110850311201104680011085031120110468001108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e67e074d-16f6-42e9-b117-140f78d9fbb8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 691a98b8-25f8-426d-aa38-317cc56ab6ac, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e76ca902-b406-4dad-bf8f-d437bd92c46f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 691a98b8-25f8-426d-aa38-317cc56ab6ac, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11128452618140558277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112845261814055827711128452618140558277111284526181405582771112845261814055827711128452618140558277111284526181405582771112845261814055827711128452618140558277111284526181405582771112845261814055827711128452618140558277111284526181405582771112845261814055827711128452618140558277111284526181405582771112845261814055827711128452618140558277111284526181405582771112845261814055827711128452618140558277" } } } 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, 5d80fb94-5212-4096-871c-68bca26be729, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d80fb94-5212-4096-871c-68bca26be729, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8517784661711093812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85177846617110938128517784661711093812851778466171109381285177846617110938128517784661711093812851778466171109381285177846617110938128517784661711093812851778466171109381285177846617110938128517784661711093812851778466171109381285177846617110938128517784661711093812851778466171109381285177846617110938128517784661711093812851778466171109381285177846617110938128517784661711093812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 691a98b8-25f8-426d-aa38-317cc56ab6ac, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7057c62-4691-46d3-ba6a-43e92cb39318, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7057c62-4691-46d3-ba6a-43e92cb39318, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15885058420171658760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588505842017165876015885058420171658760158850584201716587601588505842017165876015885058420171658760158850584201716587601588505842017165876015885058420171658760158850584201716587601588505842017165876015885058420171658760158850584201716587601588505842017165876015885058420171658760158850584201716587601588505842017165876015885058420171658760158850584201716587601588505842017165876015885058420171658760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d80fb94-5212-4096-871c-68bca26be729, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cf9a190-e065-4db0-bc3c-026f2435aeb8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cf9a190-e065-4db0-bc3c-026f2435aeb8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1905106994933424127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19051069949334241271905106994933424127190510699493342412719051069949334241271905106994933424127190510699493342412719051069949334241271905106994933424127190510699493342412719051069949334241271905106994933424127190510699493342412719051069949334241271905106994933424127190510699493342412719051069949334241271905106994933424127190510699493342412719051069949334241271905106994933424127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7057c62-4691-46d3-ba6a-43e92cb39318, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cf9a190-e065-4db0-bc3c-026f2435aeb8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 731ecf4f-69f0-43af-90bc-6623b11cf2a6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f74fee33-f3a0-44e9-9222-802f2a3c0fe0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f74fee33-f3a0-44e9-9222-802f2a3c0fe0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1939354520848302355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19393545208483023551939354520848302355193935452084830235519393545208483023551939354520848302355193935452084830235519393545208483023551939354520848302355193935452084830235519393545208483023551939354520848302355193935452084830235519393545208483023551939354520848302355193935452084830235519393545208483023551939354520848302355193935452084830235519393545208483023551939354520848302355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 731ecf4f-69f0-43af-90bc-6623b11cf2a6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5341139175521662675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53411391755216626755341139175521662675534113917552166267553411391755216626755341139175521662675534113917552166267553411391755216626755341139175521662675534113917552166267553411391755216626755341139175521662675534113917552166267553411391755216626755341139175521662675534113917552166267553411391755216626755341139175521662675534113917552166267553411391755216626755341139175521662675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f74fee33-f3a0-44e9-9222-802f2a3c0fe0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4accf20d-9955-490b-9997-ed1b999b93b6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4accf20d-9955-490b-9997-ed1b999b93b6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8124976682018023211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81249766820180232118124976682018023211812497668201802321181249766820180232118124976682018023211812497668201802321181249766820180232118124976682018023211812497668201802321181249766820180232118124976682018023211812497668201802321181249766820180232118124976682018023211812497668201802321181249766820180232118124976682018023211812497668201802321181249766820180232118124976682018023211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 731ecf4f-69f0-43af-90bc-6623b11cf2a6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b50828c6-321b-4c9d-9167-b5c79efa7fc6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4accf20d-9955-490b-9997-ed1b999b93b6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50828c6-321b-4c9d-9167-b5c79efa7fc6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1539728677507764168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15397286775077641681539728677507764168153972867750776416815397286775077641681539728677507764168153972867750776416815397286775077641681539728677507764168153972867750776416815397286775077641681539728677507764168153972867750776416815397286775077641681539728677507764168153972867750776416815397286775077641681539728677507764168153972867750776416815397286775077641681539728677507764168" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbd00ebb-17dc-47d8-bb0d-701792c06557, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbd00ebb-17dc-47d8-bb0d-701792c06557, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15480155276054843739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548015527605484373915480155276054843739154801552760548437391548015527605484373915480155276054843739154801552760548437391548015527605484373915480155276054843739154801552760548437391548015527605484373915480155276054843739154801552760548437391548015527605484373915480155276054843739154801552760548437391548015527605484373915480155276054843739154801552760548437391548015527605484373915480155276054843739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50828c6-321b-4c9d-9167-b5c79efa7fc6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a206d54-7ec9-4539-8de2-fe2ae8bae36d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbd00ebb-17dc-47d8-bb0d-701792c06557, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a206d54-7ec9-4539-8de2-fe2ae8bae36d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2907951057431691089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29079510574316910892907951057431691089290795105743169108929079510574316910892907951057431691089290795105743169108929079510574316910892907951057431691089290795105743169108929079510574316910892907951057431691089290795105743169108929079510574316910892907951057431691089290795105743169108929079510574316910892907951057431691089290795105743169108929079510574316910892907951057431691089" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cf859de-e198-4c23-866a-bc00213ab149, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cf859de-e198-4c23-866a-bc00213ab149, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3369376275393830571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33693762753938305713369376275393830571336937627539383057133693762753938305713369376275393830571336937627539383057133693762753938305713369376275393830571336937627539383057133693762753938305713369376275393830571336937627539383057133693762753938305713369376275393830571336937627539383057133693762753938305713369376275393830571336937627539383057133693762753938305713369376275393830571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a206d54-7ec9-4539-8de2-fe2ae8bae36d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 843b6769-cebd-4968-9192-07ba12629714, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 843b6769-cebd-4968-9192-07ba12629714, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17079063242637762811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707906324263776281117079063242637762811170790632426377628111707906324263776281117079063242637762811170790632426377628111707906324263776281117079063242637762811170790632426377628111707906324263776281117079063242637762811170790632426377628111707906324263776281117079063242637762811170790632426377628111707906324263776281117079063242637762811170790632426377628111707906324263776281117079063242637762811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cf859de-e198-4c23-866a-bc00213ab149, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90efc502-2315-4474-864a-ca8561d7a490, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90efc502-2315-4474-864a-ca8561d7a490, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5200181596467709284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52001815964677092845200181596467709284520018159646770928452001815964677092845200181596467709284520018159646770928452001815964677092845200181596467709284520018159646770928452001815964677092845200181596467709284520018159646770928452001815964677092845200181596467709284520018159646770928452001815964677092845200181596467709284520018159646770928452001815964677092845200181596467709284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 843b6769-cebd-4968-9192-07ba12629714, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8807a20a-6444-4902-acee-165bfbd61b20, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8807a20a-6444-4902-acee-165bfbd61b20, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2585383815311537360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25853838153115373602585383815311537360258538381531153736025853838153115373602585383815311537360258538381531153736025853838153115373602585383815311537360258538381531153736025853838153115373602585383815311537360258538381531153736025853838153115373602585383815311537360258538381531153736025853838153115373602585383815311537360258538381531153736025853838153115373602585383815311537360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90efc502-2315-4474-864a-ca8561d7a490, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d2042c0-1b3c-4248-8808-554b74546a31, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d2042c0-1b3c-4248-8808-554b74546a31, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4772019207946930831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47720192079469308314772019207946930831477201920794693083147720192079469308314772019207946930831477201920794693083147720192079469308314772019207946930831477201920794693083147720192079469308314772019207946930831477201920794693083147720192079469308314772019207946930831477201920794693083147720192079469308314772019207946930831477201920794693083147720192079469308314772019207946930831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8807a20a-6444-4902-acee-165bfbd61b20, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6a47038-bedb-46a3-b999-f9b99493d9a2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6a47038-bedb-46a3-b999-f9b99493d9a2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17874218738213958844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787421873821395884417874218738213958844178742187382139588441787421873821395884417874218738213958844178742187382139588441787421873821395884417874218738213958844178742187382139588441787421873821395884417874218738213958844178742187382139588441787421873821395884417874218738213958844178742187382139588441787421873821395884417874218738213958844178742187382139588441787421873821395884417874218738213958844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d2042c0-1b3c-4248-8808-554b74546a31, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c83b570b-fbeb-4564-a375-6e8695fb853d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c83b570b-fbeb-4564-a375-6e8695fb853d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8453526982021028236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84535269820210282368453526982021028236845352698202102823684535269820210282368453526982021028236845352698202102823684535269820210282368453526982021028236845352698202102823684535269820210282368453526982021028236845352698202102823684535269820210282368453526982021028236845352698202102823684535269820210282368453526982021028236845352698202102823684535269820210282368453526982021028236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6a47038-bedb-46a3-b999-f9b99493d9a2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb938606-ee25-4b64-bba2-31a154865329, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb938606-ee25-4b64-bba2-31a154865329, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4683407531529355771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46834075315293557714683407531529355771468340753152935577146834075315293557714683407531529355771468340753152935577146834075315293557714683407531529355771468340753152935577146834075315293557714683407531529355771468340753152935577146834075315293557714683407531529355771468340753152935577146834075315293557714683407531529355771468340753152935577146834075315293557714683407531529355771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c83b570b-fbeb-4564-a375-6e8695fb853d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e941964d-5376-4660-bfaf-535a6dad78eb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e941964d-5376-4660-bfaf-535a6dad78eb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6931789432239739121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69317894322397391216931789432239739121693178943223973912169317894322397391216931789432239739121693178943223973912169317894322397391216931789432239739121693178943223973912169317894322397391216931789432239739121693178943223973912169317894322397391216931789432239739121693178943223973912169317894322397391216931789432239739121693178943223973912169317894322397391216931789432239739121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e941964d-5376-4660-bfaf-535a6dad78eb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e50e30c6-6cc3-441c-ae31-195fd117754f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e50e30c6-6cc3-441c-ae31-195fd117754f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3214148616713564631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32141486167135646313214148616713564631321414861671356463132141486167135646313214148616713564631321414861671356463132141486167135646313214148616713564631321414861671356463132141486167135646313214148616713564631321414861671356463132141486167135646313214148616713564631321414861671356463132141486167135646313214148616713564631321414861671356463132141486167135646313214148616713564631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e50e30c6-6cc3-441c-ae31-195fd117754f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2668d800-5e19-49bb-938b-5fc6d557006d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2668d800-5e19-49bb-938b-5fc6d557006d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8033205184797560474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80332051847975604748033205184797560474803320518479756047480332051847975604748033205184797560474803320518479756047480332051847975604748033205184797560474803320518479756047480332051847975604748033205184797560474803320518479756047480332051847975604748033205184797560474803320518479756047480332051847975604748033205184797560474803320518479756047480332051847975604748033205184797560474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2668d800-5e19-49bb-938b-5fc6d557006d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83bb45d7-cc39-4ce6-8617-fd69945cd24a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83bb45d7-cc39-4ce6-8617-fd69945cd24a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12477686450400164017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247768645040016401712477686450400164017124776864504001640171247768645040016401712477686450400164017124776864504001640171247768645040016401712477686450400164017124776864504001640171247768645040016401712477686450400164017124776864504001640171247768645040016401712477686450400164017124776864504001640171247768645040016401712477686450400164017124776864504001640171247768645040016401712477686450400164017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb938606-ee25-4b64-bba2-31a154865329, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2012b67-d56a-4086-82fe-5983af0a1aa6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2012b67-d56a-4086-82fe-5983af0a1aa6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4839725710544416696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48397257105444166964839725710544416696483972571054441669648397257105444166964839725710544416696483972571054441669648397257105444166964839725710544416696483972571054441669648397257105444166964839725710544416696483972571054441669648397257105444166964839725710544416696483972571054441669648397257105444166964839725710544416696483972571054441669648397257105444166964839725710544416696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83bb45d7-cc39-4ce6-8617-fd69945cd24a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce6b3547-1c49-42c5-a54e-9945237d2fac, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce6b3547-1c49-42c5-a54e-9945237d2fac, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1719701964046519657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17197019640465196571719701964046519657171970196404651965717197019640465196571719701964046519657171970196404651965717197019640465196571719701964046519657171970196404651965717197019640465196571719701964046519657171970196404651965717197019640465196571719701964046519657171970196404651965717197019640465196571719701964046519657171970196404651965717197019640465196571719701964046519657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2012b67-d56a-4086-82fe-5983af0a1aa6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce6b3547-1c49-42c5-a54e-9945237d2fac, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 574ddac2-01f1-4408-a099-d97e42ceabd7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 574ddac2-01f1-4408-a099-d97e42ceabd7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7957907360601437304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79579073606014373047957907360601437304795790736060143730479579073606014373047957907360601437304795790736060143730479579073606014373047957907360601437304795790736060143730479579073606014373047957907360601437304795790736060143730479579073606014373047957907360601437304795790736060143730479579073606014373047957907360601437304795790736060143730479579073606014373047957907360601437304" } } } 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, d283e28d-bece-43e5-9a91-87b8fc8cd5fd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d283e28d-bece-43e5-9a91-87b8fc8cd5fd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 817102073130606541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 574ddac2-01f1-4408-a099-d97e42ceabd7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d6a41b3-60a3-426b-8184-113eb580b4b2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d6a41b3-60a3-426b-8184-113eb580b4b2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16727415942691489612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672741594269148961216727415942691489612167274159426914896121672741594269148961216727415942691489612167274159426914896121672741594269148961216727415942691489612167274159426914896121672741594269148961216727415942691489612167274159426914896121672741594269148961216727415942691489612167274159426914896121672741594269148961216727415942691489612167274159426914896121672741594269148961216727415942691489612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d283e28d-bece-43e5-9a91-87b8fc8cd5fd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d6a41b3-60a3-426b-8184-113eb580b4b2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b4cd7c9-67c7-49e5-b00b-184c15e4ecbf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b6b9f1a-7e52-43de-a420-6be8682fafe2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b4cd7c9-67c7-49e5-b00b-184c15e4ecbf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6946117815008077612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69461178150080776126946117815008077612694611781500807761269461178150080776126946117815008077612694611781500807761269461178150080776126946117815008077612694611781500807761269461178150080776126946117815008077612694611781500807761269461178150080776126946117815008077612694611781500807761269461178150080776126946117815008077612694611781500807761269461178150080776126946117815008077612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b6b9f1a-7e52-43de-a420-6be8682fafe2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11215286180239427825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121528618023942782511215286180239427825112152861802394278251121528618023942782511215286180239427825112152861802394278251121528618023942782511215286180239427825112152861802394278251121528618023942782511215286180239427825112152861802394278251121528618023942782511215286180239427825112152861802394278251121528618023942782511215286180239427825112152861802394278251121528618023942782511215286180239427825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b4cd7c9-67c7-49e5-b00b-184c15e4ecbf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b6b9f1a-7e52-43de-a420-6be8682fafe2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8d8c56d-28c9-4241-bfd5-f5e72865c59d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8d8c56d-28c9-4241-bfd5-f5e72865c59d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18285399315185869309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828539931518586930918285399315185869309182853993151858693091828539931518586930918285399315185869309182853993151858693091828539931518586930918285399315185869309182853993151858693091828539931518586930918285399315185869309182853993151858693091828539931518586930918285399315185869309182853993151858693091828539931518586930918285399315185869309182853993151858693091828539931518586930918285399315185869309" } } } 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, b99d74b6-6946-4806-a49c-35a9554e9a9b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b99d74b6-6946-4806-a49c-35a9554e9a9b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16013206284404743252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601320628440474325216013206284404743252160132062844047432521601320628440474325216013206284404743252160132062844047432521601320628440474325216013206284404743252160132062844047432521601320628440474325216013206284404743252160132062844047432521601320628440474325216013206284404743252160132062844047432521601320628440474325216013206284404743252160132062844047432521601320628440474325216013206284404743252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8d8c56d-28c9-4241-bfd5-f5e72865c59d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b99d74b6-6946-4806-a49c-35a9554e9a9b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38842864-4781-4558-80ab-57275fc80fa8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38842864-4781-4558-80ab-57275fc80fa8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2566687269971526529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25666872699715265292566687269971526529256668726997152652925666872699715265292566687269971526529256668726997152652925666872699715265292566687269971526529256668726997152652925666872699715265292566687269971526529256668726997152652925666872699715265292566687269971526529256668726997152652925666872699715265292566687269971526529256668726997152652925666872699715265292566687269971526529" } } } 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, d387676a-34ce-4c6a-88ad-5db6b7fb8b0f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d387676a-34ce-4c6a-88ad-5db6b7fb8b0f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6585331037580691047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65853310375806910476585331037580691047658533103758069104765853310375806910476585331037580691047658533103758069104765853310375806910476585331037580691047658533103758069104765853310375806910476585331037580691047658533103758069104765853310375806910476585331037580691047658533103758069104765853310375806910476585331037580691047658533103758069104765853310375806910476585331037580691047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38842864-4781-4558-80ab-57275fc80fa8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d387676a-34ce-4c6a-88ad-5db6b7fb8b0f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e46a44d4-e92e-4471-9a44-c513969bd9ff, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e46a44d4-e92e-4471-9a44-c513969bd9ff, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11204575460008524348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120457546000852434811204575460008524348112045754600085243481120457546000852434811204575460008524348112045754600085243481120457546000852434811204575460008524348112045754600085243481120457546000852434811204575460008524348112045754600085243481120457546000852434811204575460008524348112045754600085243481120457546000852434811204575460008524348112045754600085243481120457546000852434811204575460008524348" } } } 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, a3adcbc9-3684-4f90-b7fe-0e623d735a7d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3adcbc9-3684-4f90-b7fe-0e623d735a7d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13947867088717039139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394786708871703913913947867088717039139139478670887170391391394786708871703913913947867088717039139139478670887170391391394786708871703913913947867088717039139139478670887170391391394786708871703913913947867088717039139139478670887170391391394786708871703913913947867088717039139139478670887170391391394786708871703913913947867088717039139139478670887170391391394786708871703913913947867088717039139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e46a44d4-e92e-4471-9a44-c513969bd9ff, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9c7dfd0-7db1-4d5d-aee8-565e1e522302, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9c7dfd0-7db1-4d5d-aee8-565e1e522302, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5800166319687780385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58001663196877803855800166319687780385580016631968778038558001663196877803855800166319687780385580016631968778038558001663196877803855800166319687780385580016631968778038558001663196877803855800166319687780385580016631968778038558001663196877803855800166319687780385580016631968778038558001663196877803855800166319687780385580016631968778038558001663196877803855800166319687780385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3adcbc9-3684-4f90-b7fe-0e623d735a7d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e6287fa-47c8-43ce-8044-fdeb53912a4f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e6287fa-47c8-43ce-8044-fdeb53912a4f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12576455096096892065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257645509609689206512576455096096892065125764550960968920651257645509609689206512576455096096892065125764550960968920651257645509609689206512576455096096892065125764550960968920651257645509609689206512576455096096892065125764550960968920651257645509609689206512576455096096892065125764550960968920651257645509609689206512576455096096892065125764550960968920651257645509609689206512576455096096892065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9c7dfd0-7db1-4d5d-aee8-565e1e522302, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dce6012-8fac-44dd-8549-50b806417314, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e6287fa-47c8-43ce-8044-fdeb53912a4f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dce6012-8fac-44dd-8549-50b806417314, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5353640247745537332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53536402477455373325353640247745537332535364024774553733253536402477455373325353640247745537332535364024774553733253536402477455373325353640247745537332535364024774553733253536402477455373325353640247745537332535364024774553733253536402477455373325353640247745537332535364024774553733253536402477455373325353640247745537332535364024774553733253536402477455373325353640247745537332" } } } 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, cf62d34b-0b87-4d88-94e5-da6bd89d8298, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf62d34b-0b87-4d88-94e5-da6bd89d8298, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13987533364287850372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398753336428785037213987533364287850372139875333642878503721398753336428785037213987533364287850372139875333642878503721398753336428785037213987533364287850372139875333642878503721398753336428785037213987533364287850372139875333642878503721398753336428785037213987533364287850372139875333642878503721398753336428785037213987533364287850372139875333642878503721398753336428785037213987533364287850372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dce6012-8fac-44dd-8549-50b806417314, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf62d34b-0b87-4d88-94e5-da6bd89d8298, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfa7ea60-12a2-4eb4-aa0e-53cb286a671e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa7ea60-12a2-4eb4-aa0e-53cb286a671e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13006387923625465133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300638792362546513313006387923625465133130063879236254651331300638792362546513313006387923625465133130063879236254651331300638792362546513313006387923625465133130063879236254651331300638792362546513313006387923625465133130063879236254651331300638792362546513313006387923625465133130063879236254651331300638792362546513313006387923625465133130063879236254651331300638792362546513313006387923625465133" } } } 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, 8b79f6ec-b5eb-4788-9c9a-6994ddd6e1cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b79f6ec-b5eb-4788-9c9a-6994ddd6e1cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7059593962427342597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70595939624273425977059593962427342597705959396242734259770595939624273425977059593962427342597705959396242734259770595939624273425977059593962427342597705959396242734259770595939624273425977059593962427342597705959396242734259770595939624273425977059593962427342597705959396242734259770595939624273425977059593962427342597705959396242734259770595939624273425977059593962427342597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa7ea60-12a2-4eb4-aa0e-53cb286a671e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c9f689d-6cb3-41aa-a949-0d7b4c9a578a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9f689d-6cb3-41aa-a949-0d7b4c9a578a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 382957345886512985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b79f6ec-b5eb-4788-9c9a-6994ddd6e1cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56bed1fa-161d-4670-a453-5477b2d9546b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56bed1fa-161d-4670-a453-5477b2d9546b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7650744238216131808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76507442382161318087650744238216131808765074423821613180876507442382161318087650744238216131808765074423821613180876507442382161318087650744238216131808765074423821613180876507442382161318087650744238216131808765074423821613180876507442382161318087650744238216131808765074423821613180876507442382161318087650744238216131808765074423821613180876507442382161318087650744238216131808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9f689d-6cb3-41aa-a949-0d7b4c9a578a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1724757e-fe9d-4640-a28d-dfb2d8fe71d9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1724757e-fe9d-4640-a28d-dfb2d8fe71d9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7930353552807420566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79303535528074205667930353552807420566793035355280742056679303535528074205667930353552807420566793035355280742056679303535528074205667930353552807420566793035355280742056679303535528074205667930353552807420566793035355280742056679303535528074205667930353552807420566793035355280742056679303535528074205667930353552807420566793035355280742056679303535528074205667930353552807420566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56bed1fa-161d-4670-a453-5477b2d9546b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a07f0d41-9614-449f-b02d-bc2169907345, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a07f0d41-9614-449f-b02d-bc2169907345, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17649872217723332125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764987221772333212517649872217723332125176498722177233321251764987221772333212517649872217723332125176498722177233321251764987221772333212517649872217723332125176498722177233321251764987221772333212517649872217723332125176498722177233321251764987221772333212517649872217723332125176498722177233321251764987221772333212517649872217723332125176498722177233321251764987221772333212517649872217723332125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1724757e-fe9d-4640-a28d-dfb2d8fe71d9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f934392b-94e7-4712-bfca-0c0f7a113bb2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a07f0d41-9614-449f-b02d-bc2169907345, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f934392b-94e7-4712-bfca-0c0f7a113bb2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15007010521462201323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500701052146220132315007010521462201323150070105214622013231500701052146220132315007010521462201323150070105214622013231500701052146220132315007010521462201323150070105214622013231500701052146220132315007010521462201323150070105214622013231500701052146220132315007010521462201323150070105214622013231500701052146220132315007010521462201323150070105214622013231500701052146220132315007010521462201323" } } } 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, 94015c96-8dc3-451e-b2fc-c3323559753a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94015c96-8dc3-451e-b2fc-c3323559753a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13514316317126368369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351431631712636836913514316317126368369135143163171263683691351431631712636836913514316317126368369135143163171263683691351431631712636836913514316317126368369135143163171263683691351431631712636836913514316317126368369135143163171263683691351431631712636836913514316317126368369135143163171263683691351431631712636836913514316317126368369135143163171263683691351431631712636836913514316317126368369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f934392b-94e7-4712-bfca-0c0f7a113bb2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d5230c4-4952-4237-954a-8d424c85a23e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94015c96-8dc3-451e-b2fc-c3323559753a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5230c4-4952-4237-954a-8d424c85a23e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 20020522461251568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2002052246125156820020522461251568200205224612515682002052246125156820020522461251568200205224612515682002052246125156820020522461251568200205224612515682002052246125156820020522461251568200205224612515682002052246125156820020522461251568200205224612515682002052246125156820020522461251568200205224612515682002052246125156820020522461251568" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a33e9c0-7eb8-41c0-94ab-475f58b98243, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a33e9c0-7eb8-41c0-94ab-475f58b98243, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3636576612588654937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36365766125886549373636576612588654937363657661258865493736365766125886549373636576612588654937363657661258865493736365766125886549373636576612588654937363657661258865493736365766125886549373636576612588654937363657661258865493736365766125886549373636576612588654937363657661258865493736365766125886549373636576612588654937363657661258865493736365766125886549373636576612588654937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5230c4-4952-4237-954a-8d424c85a23e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
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:379 RpcState(ExecuteDataQuery, 4175cf69-027f-4df1-bfb2-c4ea275cb7e7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4175cf69-027f-4df1-bfb2-c4ea275cb7e7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10935143526716648652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093514352671664865210935143526716648652109351435267166486521093514352671664865210935143526716648652109351435267166486521093514352671664865210935143526716648652109351435267166486521093514352671664865210935143526716648652109351435267166486521093514352671664865210935143526716648652109351435267166486521093514352671664865210935143526716648652109351435267166486521093514352671664865210935143526716648652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a33e9c0-7eb8-41c0-94ab-475f58b98243, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72d6b580-0138-4ff9-9c33-4bb2e9be3db3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72d6b580-0138-4ff9-9c33-4bb2e9be3db3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10726128735778106270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072612873577810627010726128735778106270107261287357781062701072612873577810627010726128735778106270107261287357781062701072612873577810627010726128735778106270107261287357781062701072612873577810627010726128735778106270107261287357781062701072612873577810627010726128735778106270107261287357781062701072612873577810627010726128735778106270107261287357781062701072612873577810627010726128735778106270" } } } 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, c1086be7-a261-4ae6-9796-06b0121e7f76, localhost:24702): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4175cf69-027f-4df1-bfb2-c4ea275cb7e7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c1086be7-a261-4ae6-9796-06b0121e7f76, localhost:24702): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 134e767d-0f8c-48fe-bf23-4bf7c9470909, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 134e767d-0f8c-48fe-bf23-4bf7c9470909, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8441429674536413661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84414296745364136618441429674536413661844142967453641366184414296745364136618441429674536413661844142967453641366184414296745364136618441429674536413661844142967453641366184414296745364136618441429674536413661844142967453641366184414296745364136618441429674536413661844142967453641366184414296745364136618441429674536413661844142967453641366184414296745364136618441429674536413661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72d6b580-0138-4ff9-9c33-4bb2e9be3db3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c1086be7-a261-4ae6-9796-06b0121e7f76, localhost:24702): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pubjovggeu.auto.internal" port: 13139 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-pubjovggeu.auto.internal" port: 31694 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-pubjovggeu.auto.internal:31694, location , ssl: False>, <Endpoint ghrun-pubjovggeu.auto.internal:13139, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 134e767d-0f8c-48fe-bf23-4bf7c9470909, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8bbb4d1-1b30-4b8b-943a-cee348c96096, ghrun-pubjovggeu.auto.internal:3103): creating call state
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:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8bbb4d1-1b30-4b8b-943a-cee348c96096, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9220743587869519556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92207435878695195569220743587869519556922074358786951955692207435878695195569220743587869519556922074358786951955692207435878695195569220743587869519556922074358786951955692207435878695195569220743587869519556922074358786951955692207435878695195569220743587869519556922074358786951955692207435878695195569220743587869519556922074358786951955692207435878695195569220743587869519556" } } } 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, 93cc7252-5659-43d4-b5e5-f6990bcc2f20, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93cc7252-5659-43d4-b5e5-f6990bcc2f20, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7666726747385942784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76667267473859427847666726747385942784766672674738594278476667267473859427847666726747385942784766672674738594278476667267473859427847666726747385942784766672674738594278476667267473859427847666726747385942784766672674738594278476667267473859427847666726747385942784766672674738594278476667267473859427847666726747385942784766672674738594278476667267473859427847666726747385942784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:24702
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93cc7252-5659-43d4-b5e5-f6990bcc2f20, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32267781-6189-4296-93b6-5c6c47262c95, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8bbb4d1-1b30-4b8b-943a-cee348c96096, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32267781-6189-4296-93b6-5c6c47262c95, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8307467568234886879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83074675682348868798307467568234886879830746756823488687983074675682348868798307467568234886879830746756823488687983074675682348868798307467568234886879830746756823488687983074675682348868798307467568234886879830746756823488687983074675682348868798307467568234886879830746756823488687983074675682348868798307467568234886879830746756823488687983074675682348868798307467568234886879" } } } 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, 77875257-96d8-493b-867b-70f354236d1d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77875257-96d8-493b-867b-70f354236d1d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16966946972768331364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696694697276833136416966946972768331364169669469727683313641696694697276833136416966946972768331364169669469727683313641696694697276833136416966946972768331364169669469727683313641696694697276833136416966946972768331364169669469727683313641696694697276833136416966946972768331364169669469727683313641696694697276833136416966946972768331364169669469727683313641696694697276833136416966946972768331364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32267781-6189-4296-93b6-5c6c47262c95, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77875257-96d8-493b-867b-70f354236d1d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3874873-d058-49c1-aa68-82aea0a337da, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3874873-d058-49c1-aa68-82aea0a337da, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7573576718578357114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75735767185783571147573576718578357114757357671857835711475735767185783571147573576718578357114757357671857835711475735767185783571147573576718578357114757357671857835711475735767185783571147573576718578357114757357671857835711475735767185783571147573576718578357114757357671857835711475735767185783571147573576718578357114757357671857835711475735767185783571147573576718578357114" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1223a527-4d70-45b0-8651-cf4704fd619c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3874873-d058-49c1-aa68-82aea0a337da, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1223a527-4d70-45b0-8651-cf4704fd619c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3621244339152319769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36212443391523197693621244339152319769362124433915231976936212443391523197693621244339152319769362124433915231976936212443391523197693621244339152319769362124433915231976936212443391523197693621244339152319769362124433915231976936212443391523197693621244339152319769362124433915231976936212443391523197693621244339152319769362124433915231976936212443391523197693621244339152319769" } } } 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, 6dfcbc16-9670-490e-9fba-92a4babdc487, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dfcbc16-9670-490e-9fba-92a4babdc487, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 41484610847792914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4148461084779291441484610847792914414846108477929144148461084779291441484610847792914414846108477929144148461084779291441484610847792914414846108477929144148461084779291441484610847792914414846108477929144148461084779291441484610847792914414846108477929144148461084779291441484610847792914414846108477929144148461084779291441484610847792914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1223a527-4d70-45b0-8651-cf4704fd619c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dfcbc16-9670-490e-9fba-92a4babdc487, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac155acb-6bbd-4465-ad65-b26da8ac756f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac155acb-6bbd-4465-ad65-b26da8ac756f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1807476668707123042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18074766687071230421807476668707123042180747666870712304218074766687071230421807476668707123042180747666870712304218074766687071230421807476668707123042180747666870712304218074766687071230421807476668707123042180747666870712304218074766687071230421807476668707123042180747666870712304218074766687071230421807476668707123042180747666870712304218074766687071230421807476668707123042" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d666d2b-e105-47c1-aae6-c9166cb68041, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d666d2b-e105-47c1-aae6-c9166cb68041, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14076642149976001744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407664214997600174414076642149976001744140766421499760017441407664214997600174414076642149976001744140766421499760017441407664214997600174414076642149976001744140766421499760017441407664214997600174414076642149976001744140766421499760017441407664214997600174414076642149976001744140766421499760017441407664214997600174414076642149976001744140766421499760017441407664214997600174414076642149976001744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac155acb-6bbd-4465-ad65-b26da8ac756f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d666d2b-e105-47c1-aae6-c9166cb68041, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5daea0ef-2a28-4a6b-acac-7cdab55df29d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5daea0ef-2a28-4a6b-acac-7cdab55df29d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7620885532239445516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76208855322394455167620885532239445516762088553223944551676208855322394455167620885532239445516762088553223944551676208855322394455167620885532239445516762088553223944551676208855322394455167620885532239445516762088553223944551676208855322394455167620885532239445516762088553223944551676208855322394455167620885532239445516762088553223944551676208855322394455167620885532239445516" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb79ebeb-8e87-4acb-a697-49b14900d915, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb79ebeb-8e87-4acb-a697-49b14900d915, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11370742475521331397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137074247552133139711370742475521331397113707424755213313971137074247552133139711370742475521331397113707424755213313971137074247552133139711370742475521331397113707424755213313971137074247552133139711370742475521331397113707424755213313971137074247552133139711370742475521331397113707424755213313971137074247552133139711370742475521331397113707424755213313971137074247552133139711370742475521331397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5daea0ef-2a28-4a6b-acac-7cdab55df29d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2986d1e2-800b-4570-8792-025dcc9655c7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2986d1e2-800b-4570-8792-025dcc9655c7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9805944829285457825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98059448292854578259805944829285457825980594482928545782598059448292854578259805944829285457825980594482928545782598059448292854578259805944829285457825980594482928545782598059448292854578259805944829285457825980594482928545782598059448292854578259805944829285457825980594482928545782598059448292854578259805944829285457825980594482928545782598059448292854578259805944829285457825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb79ebeb-8e87-4acb-a697-49b14900d915, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5582182b-8edd-4924-95bc-8e2785d9259b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5582182b-8edd-4924-95bc-8e2785d9259b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3980251787775698021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39802517877756980213980251787775698021398025178777569802139802517877756980213980251787775698021398025178777569802139802517877756980213980251787775698021398025178777569802139802517877756980213980251787775698021398025178777569802139802517877756980213980251787775698021398025178777569802139802517877756980213980251787775698021398025178777569802139802517877756980213980251787775698021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2986d1e2-800b-4570-8792-025dcc9655c7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75ffcfce-b2fc-429c-a5e5-a80f6ad0b426, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75ffcfce-b2fc-429c-a5e5-a80f6ad0b426, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10041284492396644731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004128449239664473110041284492396644731100412844923966447311004128449239664473110041284492396644731100412844923966447311004128449239664473110041284492396644731100412844923966447311004128449239664473110041284492396644731100412844923966447311004128449239664473110041284492396644731100412844923966447311004128449239664473110041284492396644731100412844923966447311004128449239664473110041284492396644731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5582182b-8edd-4924-95bc-8e2785d9259b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6c8dab1-4d36-482d-9135-5c93487f7e8d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6c8dab1-4d36-482d-9135-5c93487f7e8d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11451048435201081336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145104843520108133611451048435201081336114510484352010813361145104843520108133611451048435201081336114510484352010813361145104843520108133611451048435201081336114510484352010813361145104843520108133611451048435201081336114510484352010813361145104843520108133611451048435201081336114510484352010813361145104843520108133611451048435201081336114510484352010813361145104843520108133611451048435201081336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75ffcfce-b2fc-429c-a5e5-a80f6ad0b426, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db3ca8bf-1c2d-4acc-b282-bede3091b291, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db3ca8bf-1c2d-4acc-b282-bede3091b291, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1378696379696579493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13786963796965794931378696379696579493137869637969657949313786963796965794931378696379696579493137869637969657949313786963796965794931378696379696579493137869637969657949313786963796965794931378696379696579493137869637969657949313786963796965794931378696379696579493137869637969657949313786963796965794931378696379696579493137869637969657949313786963796965794931378696379696579493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6c8dab1-4d36-482d-9135-5c93487f7e8d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4eb60588-5223-47fa-a705-d796292c5441, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eb60588-5223-47fa-a705-d796292c5441, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18248326499835458055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824832649983545805518248326499835458055182483264998354580551824832649983545805518248326499835458055182483264998354580551824832649983545805518248326499835458055182483264998354580551824832649983545805518248326499835458055182483264998354580551824832649983545805518248326499835458055182483264998354580551824832649983545805518248326499835458055182483264998354580551824832649983545805518248326499835458055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db3ca8bf-1c2d-4acc-b282-bede3091b291, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eb60588-5223-47fa-a705-d796292c5441, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efca1346-ecd1-407e-bdb5-7816a4833dd4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efca1346-ecd1-407e-bdb5-7816a4833dd4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13571811592758888904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357181159275888890413571811592758888904135718115927588889041357181159275888890413571811592758888904135718115927588889041357181159275888890413571811592758888904135718115927588889041357181159275888890413571811592758888904135718115927588889041357181159275888890413571811592758888904135718115927588889041357181159275888890413571811592758888904135718115927588889041357181159275888890413571811592758888904" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61f74937-2d6f-4086-a69a-1b578769cc37, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f74937-2d6f-4086-a69a-1b578769cc37, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17900337481341450211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790033748134145021117900337481341450211179003374813414502111790033748134145021117900337481341450211179003374813414502111790033748134145021117900337481341450211179003374813414502111790033748134145021117900337481341450211179003374813414502111790033748134145021117900337481341450211179003374813414502111790033748134145021117900337481341450211179003374813414502111790033748134145021117900337481341450211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efca1346-ecd1-407e-bdb5-7816a4833dd4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f1e9a28-c9ac-4a13-8d4e-af23fbc878c2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f1e9a28-c9ac-4a13-8d4e-af23fbc878c2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6432193091551395339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64321930915513953396432193091551395339643219309155139533964321930915513953396432193091551395339643219309155139533964321930915513953396432193091551395339643219309155139533964321930915513953396432193091551395339643219309155139533964321930915513953396432193091551395339643219309155139533964321930915513953396432193091551395339643219309155139533964321930915513953396432193091551395339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f74937-2d6f-4086-a69a-1b578769cc37, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e067d828-7a6f-4d76-8032-85fa0b831599, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e067d828-7a6f-4d76-8032-85fa0b831599, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13901328529589776305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390132852958977630513901328529589776305139013285295897763051390132852958977630513901328529589776305139013285295897763051390132852958977630513901328529589776305139013285295897763051390132852958977630513901328529589776305139013285295897763051390132852958977630513901328529589776305139013285295897763051390132852958977630513901328529589776305139013285295897763051390132852958977630513901328529589776305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f1e9a28-c9ac-4a13-8d4e-af23fbc878c2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65e9fa11-cc8c-4c73-8970-c2a82db33245, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e9fa11-cc8c-4c73-8970-c2a82db33245, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 59045568505765628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5904556850576562859045568505765628590455685057656285904556850576562859045568505765628590455685057656285904556850576562859045568505765628590455685057656285904556850576562859045568505765628590455685057656285904556850576562859045568505765628590455685057656285904556850576562859045568505765628590455685057656285904556850576562859045568505765628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e067d828-7a6f-4d76-8032-85fa0b831599, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e9fa11-cc8c-4c73-8970-c2a82db33245, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93a2547d-9d3a-4992-9ba4-267c67b890a3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d55c4351-1a74-4f98-87e2-34af28bcfd8c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d55c4351-1a74-4f98-87e2-34af28bcfd8c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6921222500329863929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69212225003298639296921222500329863929692122250032986392969212225003298639296921222500329863929692122250032986392969212225003298639296921222500329863929692122250032986392969212225003298639296921222500329863929692122250032986392969212225003298639296921222500329863929692122250032986392969212225003298639296921222500329863929692122250032986392969212225003298639296921222500329863929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93a2547d-9d3a-4992-9ba4-267c67b890a3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8836586867499393709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88365868674993937098836586867499393709883658686749939370988365868674993937098836586867499393709883658686749939370988365868674993937098836586867499393709883658686749939370988365868674993937098836586867499393709883658686749939370988365868674993937098836586867499393709883658686749939370988365868674993937098836586867499393709883658686749939370988365868674993937098836586867499393709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d55c4351-1a74-4f98-87e2-34af28bcfd8c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93a2547d-9d3a-4992-9ba4-267c67b890a3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c49773bd-1fe8-476d-8aa7-576dc068b5ac, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c49773bd-1fe8-476d-8aa7-576dc068b5ac, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8076497238976945185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80764972389769451858076497238976945185807649723897694518580764972389769451858076497238976945185807649723897694518580764972389769451858076497238976945185807649723897694518580764972389769451858076497238976945185807649723897694518580764972389769451858076497238976945185807649723897694518580764972389769451858076497238976945185807649723897694518580764972389769451858076497238976945185" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 477f3ae9-150c-4dad-a0ac-62a182c3f2ab, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 477f3ae9-150c-4dad-a0ac-62a182c3f2ab, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10644005337549234700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064400533754923470010644005337549234700106440053375492347001064400533754923470010644005337549234700106440053375492347001064400533754923470010644005337549234700106440053375492347001064400533754923470010644005337549234700106440053375492347001064400533754923470010644005337549234700106440053375492347001064400533754923470010644005337549234700106440053375492347001064400533754923470010644005337549234700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c49773bd-1fe8-476d-8aa7-576dc068b5ac, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08d0a4a8-447b-4b80-84b4-f0b16cb94cfb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08d0a4a8-447b-4b80-84b4-f0b16cb94cfb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7970478241780885606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79704782417808856067970478241780885606797047824178088560679704782417808856067970478241780885606797047824178088560679704782417808856067970478241780885606797047824178088560679704782417808856067970478241780885606797047824178088560679704782417808856067970478241780885606797047824178088560679704782417808856067970478241780885606797047824178088560679704782417808856067970478241780885606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 477f3ae9-150c-4dad-a0ac-62a182c3f2ab, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27059a05-7d0d-4b2a-8c2b-fc01921222ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27059a05-7d0d-4b2a-8c2b-fc01921222ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1311915199995973546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13119151999959735461311915199995973546131191519999597354613119151999959735461311915199995973546131191519999597354613119151999959735461311915199995973546131191519999597354613119151999959735461311915199995973546131191519999597354613119151999959735461311915199995973546131191519999597354613119151999959735461311915199995973546131191519999597354613119151999959735461311915199995973546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08d0a4a8-447b-4b80-84b4-f0b16cb94cfb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27059a05-7d0d-4b2a-8c2b-fc01921222ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1e27c21-04d8-4f5a-9db3-c0ce7ffd4a84, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1e27c21-04d8-4f5a-9db3-c0ce7ffd4a84, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9268959776201630100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92689597762016301009268959776201630100926895977620163010092689597762016301009268959776201630100926895977620163010092689597762016301009268959776201630100926895977620163010092689597762016301009268959776201630100926895977620163010092689597762016301009268959776201630100926895977620163010092689597762016301009268959776201630100926895977620163010092689597762016301009268959776201630100" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f95f316a-6f2a-4918-afb1-cc6015bc6691, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f95f316a-6f2a-4918-afb1-cc6015bc6691, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16822297151744490745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682229715174449074516822297151744490745168222971517444907451682229715174449074516822297151744490745168222971517444907451682229715174449074516822297151744490745168222971517444907451682229715174449074516822297151744490745168222971517444907451682229715174449074516822297151744490745168222971517444907451682229715174449074516822297151744490745168222971517444907451682229715174449074516822297151744490745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1e27c21-04d8-4f5a-9db3-c0ce7ffd4a84, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ba4557b-48c8-44dd-82de-fe78afc91bbc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ba4557b-48c8-44dd-82de-fe78afc91bbc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 450830811978478912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f95f316a-6f2a-4918-afb1-cc6015bc6691, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ba4557b-48c8-44dd-82de-fe78afc91bbc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bc56427-dafb-48a7-8973-527e8db7e38d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ece7936-af62-4d83-b63a-e1cf297e36d0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ece7936-af62-4d83-b63a-e1cf297e36d0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9867184818031663535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98671848180316635359867184818031663535986718481803166353598671848180316635359867184818031663535986718481803166353598671848180316635359867184818031663535986718481803166353598671848180316635359867184818031663535986718481803166353598671848180316635359867184818031663535986718481803166353598671848180316635359867184818031663535986718481803166353598671848180316635359867184818031663535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bc56427-dafb-48a7-8973-527e8db7e38d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15866298818801854542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586629881880185454215866298818801854542158662988188018545421586629881880185454215866298818801854542158662988188018545421586629881880185454215866298818801854542158662988188018545421586629881880185454215866298818801854542158662988188018545421586629881880185454215866298818801854542158662988188018545421586629881880185454215866298818801854542158662988188018545421586629881880185454215866298818801854542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ece7936-af62-4d83-b63a-e1cf297e36d0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d387e03-4a23-4bdd-88c3-d2581143635e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d387e03-4a23-4bdd-88c3-d2581143635e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17595099980870159282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759509998087015928217595099980870159282175950999808701592821759509998087015928217595099980870159282175950999808701592821759509998087015928217595099980870159282175950999808701592821759509998087015928217595099980870159282175950999808701592821759509998087015928217595099980870159282175950999808701592821759509998087015928217595099980870159282175950999808701592821759509998087015928217595099980870159282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bc56427-dafb-48a7-8973-527e8db7e38d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fd103b3-e120-4857-bd22-9e503481f719, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fd103b3-e120-4857-bd22-9e503481f719, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4905927147715313570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49059271477153135704905927147715313570490592714771531357049059271477153135704905927147715313570490592714771531357049059271477153135704905927147715313570490592714771531357049059271477153135704905927147715313570490592714771531357049059271477153135704905927147715313570490592714771531357049059271477153135704905927147715313570490592714771531357049059271477153135704905927147715313570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d387e03-4a23-4bdd-88c3-d2581143635e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34adffaf-5659-40ec-9719-127fe58fda7e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fd103b3-e120-4857-bd22-9e503481f719, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34adffaf-5659-40ec-9719-127fe58fda7e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3920782675190254992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39207826751902549923920782675190254992392078267519025499239207826751902549923920782675190254992392078267519025499239207826751902549923920782675190254992392078267519025499239207826751902549923920782675190254992392078267519025499239207826751902549923920782675190254992392078267519025499239207826751902549923920782675190254992392078267519025499239207826751902549923920782675190254992" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e101054f-e943-46a7-bdc1-21494e14ec18, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e101054f-e943-46a7-bdc1-21494e14ec18, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1749755947051787153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17497559470517871531749755947051787153174975594705178715317497559470517871531749755947051787153174975594705178715317497559470517871531749755947051787153174975594705178715317497559470517871531749755947051787153174975594705178715317497559470517871531749755947051787153174975594705178715317497559470517871531749755947051787153174975594705178715317497559470517871531749755947051787153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34adffaf-5659-40ec-9719-127fe58fda7e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01a8f1f8-7e96-4577-a568-12170e86d4b1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e101054f-e943-46a7-bdc1-21494e14ec18, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01a8f1f8-7e96-4577-a568-12170e86d4b1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3948079618621578319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39480796186215783193948079618621578319394807961862157831939480796186215783193948079618621578319394807961862157831939480796186215783193948079618621578319394807961862157831939480796186215783193948079618621578319394807961862157831939480796186215783193948079618621578319394807961862157831939480796186215783193948079618621578319394807961862157831939480796186215783193948079618621578319" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb718488-20d4-461d-bee5-882b6bfe9cef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01a8f1f8-7e96-4577-a568-12170e86d4b1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4e581c6-c9a1-4c60-9474-5284baa4f3eb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4e581c6-c9a1-4c60-9474-5284baa4f3eb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18225304257447352753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822530425744735275318225304257447352753182253042574473527531822530425744735275318225304257447352753182253042574473527531822530425744735275318225304257447352753182253042574473527531822530425744735275318225304257447352753182253042574473527531822530425744735275318225304257447352753182253042574473527531822530425744735275318225304257447352753182253042574473527531822530425744735275318225304257447352753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb718488-20d4-461d-bee5-882b6bfe9cef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2702665080053784955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27026650800537849552702665080053784955270266508005378495527026650800537849552702665080053784955270266508005378495527026650800537849552702665080053784955270266508005378495527026650800537849552702665080053784955270266508005378495527026650800537849552702665080053784955270266508005378495527026650800537849552702665080053784955270266508005378495527026650800537849552702665080053784955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4e581c6-c9a1-4c60-9474-5284baa4f3eb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66e5664e-f29d-4a52-b2dc-1b60dc88aabd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66e5664e-f29d-4a52-b2dc-1b60dc88aabd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12139746679802688285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213974667980268828512139746679802688285121397466798026882851213974667980268828512139746679802688285121397466798026882851213974667980268828512139746679802688285121397466798026882851213974667980268828512139746679802688285121397466798026882851213974667980268828512139746679802688285121397466798026882851213974667980268828512139746679802688285121397466798026882851213974667980268828512139746679802688285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb718488-20d4-461d-bee5-882b6bfe9cef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f91870d-49bb-4b21-bf5d-3f22c21859c7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f91870d-49bb-4b21-bf5d-3f22c21859c7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3991354957435984136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39913549574359841363991354957435984136399135495743598413639913549574359841363991354957435984136399135495743598413639913549574359841363991354957435984136399135495743598413639913549574359841363991354957435984136399135495743598413639913549574359841363991354957435984136399135495743598413639913549574359841363991354957435984136399135495743598413639913549574359841363991354957435984136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66e5664e-f29d-4a52-b2dc-1b60dc88aabd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44766044-56ca-46dd-b92d-906f2fee0177, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44766044-56ca-46dd-b92d-906f2fee0177, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12391033181853450867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239103318185345086712391033181853450867123910331818534508671239103318185345086712391033181853450867123910331818534508671239103318185345086712391033181853450867123910331818534508671239103318185345086712391033181853450867123910331818534508671239103318185345086712391033181853450867123910331818534508671239103318185345086712391033181853450867123910331818534508671239103318185345086712391033181853450867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f91870d-49bb-4b21-bf5d-3f22c21859c7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85909278-d10e-479c-86f7-8d3b29b4fe6b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85909278-d10e-479c-86f7-8d3b29b4fe6b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14101603491017079100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410160349101707910014101603491017079100141016034910170791001410160349101707910014101603491017079100141016034910170791001410160349101707910014101603491017079100141016034910170791001410160349101707910014101603491017079100141016034910170791001410160349101707910014101603491017079100141016034910170791001410160349101707910014101603491017079100141016034910170791001410160349101707910014101603491017079100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44766044-56ca-46dd-b92d-906f2fee0177, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9658265-25b2-4915-9544-2cbaa7f13f9a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9658265-25b2-4915-9544-2cbaa7f13f9a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7141507255773525584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71415072557735255847141507255773525584714150725577352558471415072557735255847141507255773525584714150725577352558471415072557735255847141507255773525584714150725577352558471415072557735255847141507255773525584714150725577352558471415072557735255847141507255773525584714150725577352558471415072557735255847141507255773525584714150725577352558471415072557735255847141507255773525584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85909278-d10e-479c-86f7-8d3b29b4fe6b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0e0601d-47b2-4e84-baf4-ba1550ce84b0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0e0601d-47b2-4e84-baf4-ba1550ce84b0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18412662833111567743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841266283311156774318412662833111567743184126628331115677431841266283311156774318412662833111567743184126628331115677431841266283311156774318412662833111567743184126628331115677431841266283311156774318412662833111567743184126628331115677431841266283311156774318412662833111567743184126628331115677431841266283311156774318412662833111567743184126628331115677431841266283311156774318412662833111567743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9658265-25b2-4915-9544-2cbaa7f13f9a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0e0601d-47b2-4e84-baf4-ba1550ce84b0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13249593-1d72-4c2a-b0ae-853859e56b91, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13249593-1d72-4c2a-b0ae-853859e56b91, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 217724591651266694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694" } } } 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, 097ff416-3d65-4d26-b5ae-7f415fc9a2d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 097ff416-3d65-4d26-b5ae-7f415fc9a2d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8340463105716315229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83404631057163152298340463105716315229834046310571631522983404631057163152298340463105716315229834046310571631522983404631057163152298340463105716315229834046310571631522983404631057163152298340463105716315229834046310571631522983404631057163152298340463105716315229834046310571631522983404631057163152298340463105716315229834046310571631522983404631057163152298340463105716315229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13249593-1d72-4c2a-b0ae-853859e56b91, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8288335c-de04-4069-a9c3-f229133d4717, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8288335c-de04-4069-a9c3-f229133d4717, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3964790043327456326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39647900433274563263964790043327456326396479004332745632639647900433274563263964790043327456326396479004332745632639647900433274563263964790043327456326396479004332745632639647900433274563263964790043327456326396479004332745632639647900433274563263964790043327456326396479004332745632639647900433274563263964790043327456326396479004332745632639647900433274563263964790043327456326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 097ff416-3d65-4d26-b5ae-7f415fc9a2d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8288335c-de04-4069-a9c3-f229133d4717, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01fd44c0-741c-41c6-b3b3-4cc43df3d5a4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2902a92d-8e4e-4277-bb47-b8a1300c6a4a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2902a92d-8e4e-4277-bb47-b8a1300c6a4a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13920459877638584536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392045987763858453613920459877638584536139204598776385845361392045987763858453613920459877638584536139204598776385845361392045987763858453613920459877638584536139204598776385845361392045987763858453613920459877638584536139204598776385845361392045987763858453613920459877638584536139204598776385845361392045987763858453613920459877638584536139204598776385845361392045987763858453613920459877638584536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01fd44c0-741c-41c6-b3b3-4cc43df3d5a4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14498776936654309241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449877693665430924114498776936654309241144987769366543092411449877693665430924114498776936654309241144987769366543092411449877693665430924114498776936654309241144987769366543092411449877693665430924114498776936654309241144987769366543092411449877693665430924114498776936654309241144987769366543092411449877693665430924114498776936654309241144987769366543092411449877693665430924114498776936654309241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2902a92d-8e4e-4277-bb47-b8a1300c6a4a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01fd44c0-741c-41c6-b3b3-4cc43df3d5a4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31865deb-2b70-40e6-a2f0-39b48edb8715, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31865deb-2b70-40e6-a2f0-39b48edb8715, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1122861054072890298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11228610540728902981122861054072890298112286105407289029811228610540728902981122861054072890298112286105407289029811228610540728902981122861054072890298112286105407289029811228610540728902981122861054072890298112286105407289029811228610540728902981122861054072890298112286105407289029811228610540728902981122861054072890298112286105407289029811228610540728902981122861054072890298" } } } 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, 130f7029-5529-450d-998b-90eae4d3f011, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 130f7029-5529-450d-998b-90eae4d3f011, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16996127012718768845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699612701271876884516996127012718768845169961270127187688451699612701271876884516996127012718768845169961270127187688451699612701271876884516996127012718768845169961270127187688451699612701271876884516996127012718768845169961270127187688451699612701271876884516996127012718768845169961270127187688451699612701271876884516996127012718768845169961270127187688451699612701271876884516996127012718768845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31865deb-2b70-40e6-a2f0-39b48edb8715, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c5350db-c21e-4d7a-bbc1-ad1707588ffa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c5350db-c21e-4d7a-bbc1-ad1707588ffa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12805592367105918210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280559236710591821012805592367105918210128055923671059182101280559236710591821012805592367105918210128055923671059182101280559236710591821012805592367105918210128055923671059182101280559236710591821012805592367105918210128055923671059182101280559236710591821012805592367105918210128055923671059182101280559236710591821012805592367105918210128055923671059182101280559236710591821012805592367105918210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 130f7029-5529-450d-998b-90eae4d3f011, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01acc91f-a82b-4b0f-ba99-9701807e99c3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01acc91f-a82b-4b0f-ba99-9701807e99c3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6924800075034891535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69248000750348915356924800075034891535692480007503489153569248000750348915356924800075034891535692480007503489153569248000750348915356924800075034891535692480007503489153569248000750348915356924800075034891535692480007503489153569248000750348915356924800075034891535692480007503489153569248000750348915356924800075034891535692480007503489153569248000750348915356924800075034891535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c5350db-c21e-4d7a-bbc1-ad1707588ffa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f978b868-3e70-4efd-af28-a88db47aea6b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f978b868-3e70-4efd-af28-a88db47aea6b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17697066830935058662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769706683093505866217697066830935058662176970668309350586621769706683093505866217697066830935058662176970668309350586621769706683093505866217697066830935058662176970668309350586621769706683093505866217697066830935058662176970668309350586621769706683093505866217697066830935058662176970668309350586621769706683093505866217697066830935058662176970668309350586621769706683093505866217697066830935058662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01acc91f-a82b-4b0f-ba99-9701807e99c3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62850d66-9479-47b3-9fe9-b67a9cff0849, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62850d66-9479-47b3-9fe9-b67a9cff0849, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5315168329198461826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53151683291984618265315168329198461826531516832919846182653151683291984618265315168329198461826531516832919846182653151683291984618265315168329198461826531516832919846182653151683291984618265315168329198461826531516832919846182653151683291984618265315168329198461826531516832919846182653151683291984618265315168329198461826531516832919846182653151683291984618265315168329198461826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f978b868-3e70-4efd-af28-a88db47aea6b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62850d66-9479-47b3-9fe9-b67a9cff0849, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52fd0d09-08bd-4600-90e3-5ee6086e100f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52fd0d09-08bd-4600-90e3-5ee6086e100f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2458980333388093578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24589803333880935782458980333388093578245898033338809357824589803333880935782458980333388093578245898033338809357824589803333880935782458980333388093578245898033338809357824589803333880935782458980333388093578245898033338809357824589803333880935782458980333388093578245898033338809357824589803333880935782458980333388093578245898033338809357824589803333880935782458980333388093578" } } } 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, ab60f036-07f1-44cd-81b5-ce4ecdbdc425, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab60f036-07f1-44cd-81b5-ce4ecdbdc425, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17864460863146869935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786446086314686993517864460863146869935178644608631468699351786446086314686993517864460863146869935178644608631468699351786446086314686993517864460863146869935178644608631468699351786446086314686993517864460863146869935178644608631468699351786446086314686993517864460863146869935178644608631468699351786446086314686993517864460863146869935178644608631468699351786446086314686993517864460863146869935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52fd0d09-08bd-4600-90e3-5ee6086e100f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17106985-a6f8-4861-8acd-d4c84b321a80, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17106985-a6f8-4861-8acd-d4c84b321a80, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6207283304306487526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62072833043064875266207283304306487526620728330430648752662072833043064875266207283304306487526620728330430648752662072833043064875266207283304306487526620728330430648752662072833043064875266207283304306487526620728330430648752662072833043064875266207283304306487526620728330430648752662072833043064875266207283304306487526620728330430648752662072833043064875266207283304306487526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab60f036-07f1-44cd-81b5-ce4ecdbdc425, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21fad592-86c6-4d0e-b065-cf68c1bd29cf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21fad592-86c6-4d0e-b065-cf68c1bd29cf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17320772964526889745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732077296452688974517320772964526889745173207729645268897451732077296452688974517320772964526889745173207729645268897451732077296452688974517320772964526889745173207729645268897451732077296452688974517320772964526889745173207729645268897451732077296452688974517320772964526889745173207729645268897451732077296452688974517320772964526889745173207729645268897451732077296452688974517320772964526889745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17106985-a6f8-4861-8acd-d4c84b321a80, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8bc5253-f573-4ccb-a7c2-dee0fff7317f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8bc5253-f573-4ccb-a7c2-dee0fff7317f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17626069341542845201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762606934154284520117626069341542845201176260693415428452011762606934154284520117626069341542845201176260693415428452011762606934154284520117626069341542845201176260693415428452011762606934154284520117626069341542845201176260693415428452011762606934154284520117626069341542845201176260693415428452011762606934154284520117626069341542845201176260693415428452011762606934154284520117626069341542845201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8bc5253-f573-4ccb-a7c2-dee0fff7317f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21fad592-86c6-4d0e-b065-cf68c1bd29cf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b10df09-ff09-4f93-aa86-0d5cbe3bf78d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b10df09-ff09-4f93-aa86-0d5cbe3bf78d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4944327163869622832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49443271638696228324944327163869622832494432716386962283249443271638696228324944327163869622832494432716386962283249443271638696228324944327163869622832494432716386962283249443271638696228324944327163869622832494432716386962283249443271638696228324944327163869622832494432716386962283249443271638696228324944327163869622832494432716386962283249443271638696228324944327163869622832" } } } 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, 67b38b49-7529-46d3-a9c3-57eb371e7e6d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67b38b49-7529-46d3-a9c3-57eb371e7e6d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3352092549710358015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33520925497103580153352092549710358015335209254971035801533520925497103580153352092549710358015335209254971035801533520925497103580153352092549710358015335209254971035801533520925497103580153352092549710358015335209254971035801533520925497103580153352092549710358015335209254971035801533520925497103580153352092549710358015335209254971035801533520925497103580153352092549710358015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b10df09-ff09-4f93-aa86-0d5cbe3bf78d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 114d7f48-0faa-4ef1-aef0-e8923df3a055, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 114d7f48-0faa-4ef1-aef0-e8923df3a055, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18350837599217908630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835083759921790863018350837599217908630183508375992179086301835083759921790863018350837599217908630183508375992179086301835083759921790863018350837599217908630183508375992179086301835083759921790863018350837599217908630183508375992179086301835083759921790863018350837599217908630183508375992179086301835083759921790863018350837599217908630183508375992179086301835083759921790863018350837599217908630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67b38b49-7529-46d3-a9c3-57eb371e7e6d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c1b6c01-2361-4bc2-9179-3c2ebcf57dc6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c1b6c01-2361-4bc2-9179-3c2ebcf57dc6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6123563771339373843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61235637713393738436123563771339373843612356377133937384361235637713393738436123563771339373843612356377133937384361235637713393738436123563771339373843612356377133937384361235637713393738436123563771339373843612356377133937384361235637713393738436123563771339373843612356377133937384361235637713393738436123563771339373843612356377133937384361235637713393738436123563771339373843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 114d7f48-0faa-4ef1-aef0-e8923df3a055, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ba501d9-47e7-48cf-bdaf-1c9c7ba0b6f6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ba501d9-47e7-48cf-bdaf-1c9c7ba0b6f6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8964972218921235748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89649722189212357488964972218921235748896497221892123574889649722189212357488964972218921235748896497221892123574889649722189212357488964972218921235748896497221892123574889649722189212357488964972218921235748896497221892123574889649722189212357488964972218921235748896497221892123574889649722189212357488964972218921235748896497221892123574889649722189212357488964972218921235748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c1b6c01-2361-4bc2-9179-3c2ebcf57dc6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32baf15a-009c-4bba-81d8-0f9980c279fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ba501d9-47e7-48cf-bdaf-1c9c7ba0b6f6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32baf15a-009c-4bba-81d8-0f9980c279fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8807330570924338185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88073305709243381858807330570924338185880733057092433818588073305709243381858807330570924338185880733057092433818588073305709243381858807330570924338185880733057092433818588073305709243381858807330570924338185880733057092433818588073305709243381858807330570924338185880733057092433818588073305709243381858807330570924338185880733057092433818588073305709243381858807330570924338185" } } } 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, 2a2ad354-c04b-4a74-943b-6c798bb03403, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a2ad354-c04b-4a74-943b-6c798bb03403, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13661507391753264654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366150739175326465413661507391753264654136615073917532646541366150739175326465413661507391753264654136615073917532646541366150739175326465413661507391753264654136615073917532646541366150739175326465413661507391753264654136615073917532646541366150739175326465413661507391753264654136615073917532646541366150739175326465413661507391753264654136615073917532646541366150739175326465413661507391753264654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32baf15a-009c-4bba-81d8-0f9980c279fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8817b982-e4f5-4c0e-8a5d-eafd60550cd1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8817b982-e4f5-4c0e-8a5d-eafd60550cd1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5438275353731209999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54382753537312099995438275353731209999543827535373120999954382753537312099995438275353731209999543827535373120999954382753537312099995438275353731209999543827535373120999954382753537312099995438275353731209999543827535373120999954382753537312099995438275353731209999543827535373120999954382753537312099995438275353731209999543827535373120999954382753537312099995438275353731209999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a2ad354-c04b-4a74-943b-6c798bb03403, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0fdc5dc-7b3e-44a0-b1a0-13922f30055a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0fdc5dc-7b3e-44a0-b1a0-13922f30055a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11434392445685790693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143439244568579069311434392445685790693114343924456857906931143439244568579069311434392445685790693114343924456857906931143439244568579069311434392445685790693114343924456857906931143439244568579069311434392445685790693114343924456857906931143439244568579069311434392445685790693114343924456857906931143439244568579069311434392445685790693114343924456857906931143439244568579069311434392445685790693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8817b982-e4f5-4c0e-8a5d-eafd60550cd1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c206073a-b420-49a8-b7ed-b2da50f5e8bb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c206073a-b420-49a8-b7ed-b2da50f5e8bb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17711106603888723369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771110660388872336917711106603888723369177111066038887233691771110660388872336917711106603888723369177111066038887233691771110660388872336917711106603888723369177111066038887233691771110660388872336917711106603888723369177111066038887233691771110660388872336917711106603888723369177111066038887233691771110660388872336917711106603888723369177111066038887233691771110660388872336917711106603888723369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0fdc5dc-7b3e-44a0-b1a0-13922f30055a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c206073a-b420-49a8-b7ed-b2da50f5e8bb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e552d9f-adbc-4b52-ae28-fd432c013e1a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e552d9f-adbc-4b52-ae28-fd432c013e1a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2158191670285949389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21581916702859493892158191670285949389215819167028594938921581916702859493892158191670285949389215819167028594938921581916702859493892158191670285949389215819167028594938921581916702859493892158191670285949389215819167028594938921581916702859493892158191670285949389215819167028594938921581916702859493892158191670285949389215819167028594938921581916702859493892158191670285949389" } } } 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, 20006599-b2ed-4b55-8703-ea90cfb5ece6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20006599-b2ed-4b55-8703-ea90cfb5ece6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6138481281759392561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61384812817593925616138481281759392561613848128175939256161384812817593925616138481281759392561613848128175939256161384812817593925616138481281759392561613848128175939256161384812817593925616138481281759392561613848128175939256161384812817593925616138481281759392561613848128175939256161384812817593925616138481281759392561613848128175939256161384812817593925616138481281759392561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e552d9f-adbc-4b52-ae28-fd432c013e1a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebfdbefe-d331-4af2-8e88-e5e511e6a757, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20006599-b2ed-4b55-8703-ea90cfb5ece6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebfdbefe-d331-4af2-8e88-e5e511e6a757, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13629412217056783972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362941221705678397213629412217056783972136294122170567839721362941221705678397213629412217056783972136294122170567839721362941221705678397213629412217056783972136294122170567839721362941221705678397213629412217056783972136294122170567839721362941221705678397213629412217056783972136294122170567839721362941221705678397213629412217056783972136294122170567839721362941221705678397213629412217056783972" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efe6020d-a293-49bb-b5f4-ac835ee1ef9b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efe6020d-a293-49bb-b5f4-ac835ee1ef9b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8435579121397275481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84355791213972754818435579121397275481843557912139727548184355791213972754818435579121397275481843557912139727548184355791213972754818435579121397275481843557912139727548184355791213972754818435579121397275481843557912139727548184355791213972754818435579121397275481843557912139727548184355791213972754818435579121397275481843557912139727548184355791213972754818435579121397275481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebfdbefe-d331-4af2-8e88-e5e511e6a757, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efe6020d-a293-49bb-b5f4-ac835ee1ef9b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61a23a58-a312-491e-a64f-096d7f3b8d12, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61a23a58-a312-491e-a64f-096d7f3b8d12, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16364773652136345635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636477365213634563516364773652136345635163647736521363456351636477365213634563516364773652136345635163647736521363456351636477365213634563516364773652136345635163647736521363456351636477365213634563516364773652136345635163647736521363456351636477365213634563516364773652136345635163647736521363456351636477365213634563516364773652136345635163647736521363456351636477365213634563516364773652136345635" } } } 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, cf8dfd17-7ff5-4eb4-8b58-c60b2de95c14, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf8dfd17-7ff5-4eb4-8b58-c60b2de95c14, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15396434730229365495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539643473022936549515396434730229365495153964347302293654951539643473022936549515396434730229365495153964347302293654951539643473022936549515396434730229365495153964347302293654951539643473022936549515396434730229365495153964347302293654951539643473022936549515396434730229365495153964347302293654951539643473022936549515396434730229365495153964347302293654951539643473022936549515396434730229365495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61a23a58-a312-491e-a64f-096d7f3b8d12, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf8dfd17-7ff5-4eb4-8b58-c60b2de95c14, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc1b25bb-3dad-4c1e-a339-89179b4c9902, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc1b25bb-3dad-4c1e-a339-89179b4c9902, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9536622310073814988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95366223100738149889536622310073814988953662231007381498895366223100738149889536622310073814988953662231007381498895366223100738149889536622310073814988953662231007381498895366223100738149889536622310073814988953662231007381498895366223100738149889536622310073814988953662231007381498895366223100738149889536622310073814988953662231007381498895366223100738149889536622310073814988" } } } 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, 4820e447-13ce-47dc-88a3-8f0de2974c7b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4820e447-13ce-47dc-88a3-8f0de2974c7b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5181166635900711909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51811666359007119095181166635900711909518116663590071190951811666359007119095181166635900711909518116663590071190951811666359007119095181166635900711909518116663590071190951811666359007119095181166635900711909518116663590071190951811666359007119095181166635900711909518116663590071190951811666359007119095181166635900711909518116663590071190951811666359007119095181166635900711909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc1b25bb-3dad-4c1e-a339-89179b4c9902, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fc9c7ff-9f52-4dec-a213-f5480b48dd71, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4820e447-13ce-47dc-88a3-8f0de2974c7b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc9c7ff-9f52-4dec-a213-f5480b48dd71, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1077473587184603157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10774735871846031571077473587184603157107747358718460315710774735871846031571077473587184603157107747358718460315710774735871846031571077473587184603157107747358718460315710774735871846031571077473587184603157107747358718460315710774735871846031571077473587184603157107747358718460315710774735871846031571077473587184603157107747358718460315710774735871846031571077473587184603157" } } } 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, f44b0d7a-330e-4956-99da-04c347d2f307, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f44b0d7a-330e-4956-99da-04c347d2f307, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15402074283204984575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540207428320498457515402074283204984575154020742832049845751540207428320498457515402074283204984575154020742832049845751540207428320498457515402074283204984575154020742832049845751540207428320498457515402074283204984575154020742832049845751540207428320498457515402074283204984575154020742832049845751540207428320498457515402074283204984575154020742832049845751540207428320498457515402074283204984575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc9c7ff-9f52-4dec-a213-f5480b48dd71, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a34b1fc4-e6c1-4975-a57d-e35190c0e54b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f44b0d7a-330e-4956-99da-04c347d2f307, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a34b1fc4-e6c1-4975-a57d-e35190c0e54b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17674931952488550449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767493195248855044917674931952488550449176749319524885504491767493195248855044917674931952488550449176749319524885504491767493195248855044917674931952488550449176749319524885504491767493195248855044917674931952488550449176749319524885504491767493195248855044917674931952488550449176749319524885504491767493195248855044917674931952488550449176749319524885504491767493195248855044917674931952488550449" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb32512f-b527-4141-9f78-ba65fd47fc32, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a34b1fc4-e6c1-4975-a57d-e35190c0e54b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb32512f-b527-4141-9f78-ba65fd47fc32, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9627224697549356905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96272246975493569059627224697549356905962722469754935690596272246975493569059627224697549356905962722469754935690596272246975493569059627224697549356905962722469754935690596272246975493569059627224697549356905962722469754935690596272246975493569059627224697549356905962722469754935690596272246975493569059627224697549356905962722469754935690596272246975493569059627224697549356905" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4301140-3691-41e4-9f39-062658bb82d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4301140-3691-41e4-9f39-062658bb82d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6015335219886220419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60153352198862204196015335219886220419601533521988622041960153352198862204196015335219886220419601533521988622041960153352198862204196015335219886220419601533521988622041960153352198862204196015335219886220419601533521988622041960153352198862204196015335219886220419601533521988622041960153352198862204196015335219886220419601533521988622041960153352198862204196015335219886220419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4301140-3691-41e4-9f39-062658bb82d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb32512f-b527-4141-9f78-ba65fd47fc32, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 715ad513-e28c-4598-8dca-6112bb265884, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 715ad513-e28c-4598-8dca-6112bb265884, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14226410738831035623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422641073883103562314226410738831035623142264107388310356231422641073883103562314226410738831035623142264107388310356231422641073883103562314226410738831035623142264107388310356231422641073883103562314226410738831035623142264107388310356231422641073883103562314226410738831035623142264107388310356231422641073883103562314226410738831035623142264107388310356231422641073883103562314226410738831035623" } } } 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, 3db175a3-b49d-43aa-b15c-72cecd9640e1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3db175a3-b49d-43aa-b15c-72cecd9640e1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5202831900674603762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52028319006746037625202831900674603762520283190067460376252028319006746037625202831900674603762520283190067460376252028319006746037625202831900674603762520283190067460376252028319006746037625202831900674603762520283190067460376252028319006746037625202831900674603762520283190067460376252028319006746037625202831900674603762520283190067460376252028319006746037625202831900674603762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3db175a3-b49d-43aa-b15c-72cecd9640e1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 715ad513-e28c-4598-8dca-6112bb265884, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46fe51e8-0a1d-464e-92ca-9bc63a10e84c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2aa12ed6-6ea5-43cf-bff1-b0ad598b8bb2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aa12ed6-6ea5-43cf-bff1-b0ad598b8bb2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11720238518486862850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172023851848686285011720238518486862850117202385184868628501172023851848686285011720238518486862850117202385184868628501172023851848686285011720238518486862850117202385184868628501172023851848686285011720238518486862850117202385184868628501172023851848686285011720238518486862850117202385184868628501172023851848686285011720238518486862850117202385184868628501172023851848686285011720238518486862850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46fe51e8-0a1d-464e-92ca-9bc63a10e84c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16710980288927787644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671098028892778764416710980288927787644167109802889277876441671098028892778764416710980288927787644167109802889277876441671098028892778764416710980288927787644167109802889277876441671098028892778764416710980288927787644167109802889277876441671098028892778764416710980288927787644167109802889277876441671098028892778764416710980288927787644167109802889277876441671098028892778764416710980288927787644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aa12ed6-6ea5-43cf-bff1-b0ad598b8bb2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b8367f7-3a8c-4854-99be-498fb35a1ba6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46fe51e8-0a1d-464e-92ca-9bc63a10e84c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b09d0e8-8f83-434d-a2d3-9e4bae6c7a96, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b8367f7-3a8c-4854-99be-498fb35a1ba6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4876354664179804570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48763546641798045704876354664179804570487635466417980457048763546641798045704876354664179804570487635466417980457048763546641798045704876354664179804570487635466417980457048763546641798045704876354664179804570487635466417980457048763546641798045704876354664179804570487635466417980457048763546641798045704876354664179804570487635466417980457048763546641798045704876354664179804570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b09d0e8-8f83-434d-a2d3-9e4bae6c7a96, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3839300496470491320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38393004964704913203839300496470491320383930049647049132038393004964704913203839300496470491320383930049647049132038393004964704913203839300496470491320383930049647049132038393004964704913203839300496470491320383930049647049132038393004964704913203839300496470491320383930049647049132038393004964704913203839300496470491320383930049647049132038393004964704913203839300496470491320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b8367f7-3a8c-4854-99be-498fb35a1ba6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 041acbb1-4093-4eba-a45b-bb3b6235272a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 041acbb1-4093-4eba-a45b-bb3b6235272a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5981503960376888047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59815039603768880475981503960376888047598150396037688804759815039603768880475981503960376888047598150396037688804759815039603768880475981503960376888047598150396037688804759815039603768880475981503960376888047598150396037688804759815039603768880475981503960376888047598150396037688804759815039603768880475981503960376888047598150396037688804759815039603768880475981503960376888047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b09d0e8-8f83-434d-a2d3-9e4bae6c7a96, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 041acbb1-4093-4eba-a45b-bb3b6235272a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28abfb42-6ed6-4264-a15b-bd744ad16027, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28abfb42-6ed6-4264-a15b-bd744ad16027, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15892924575671066340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589292457567106634015892924575671066340158929245756710663401589292457567106634015892924575671066340158929245756710663401589292457567106634015892924575671066340158929245756710663401589292457567106634015892924575671066340158929245756710663401589292457567106634015892924575671066340158929245756710663401589292457567106634015892924575671066340158929245756710663401589292457567106634015892924575671066340" } } } 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, 483d577d-1c17-44e9-8417-14d78be8276b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28abfb42-6ed6-4264-a15b-bd744ad16027, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 483d577d-1c17-44e9-8417-14d78be8276b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17019551172365929021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701955117236592902117019551172365929021170195511723659290211701955117236592902117019551172365929021170195511723659290211701955117236592902117019551172365929021170195511723659290211701955117236592902117019551172365929021170195511723659290211701955117236592902117019551172365929021170195511723659290211701955117236592902117019551172365929021170195511723659290211701955117236592902117019551172365929021" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 225cbaf3-07a4-4f66-9262-2da7fadfe765, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 225cbaf3-07a4-4f66-9262-2da7fadfe765, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5653429098298790632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56534290982987906325653429098298790632565342909829879063256534290982987906325653429098298790632565342909829879063256534290982987906325653429098298790632565342909829879063256534290982987906325653429098298790632565342909829879063256534290982987906325653429098298790632565342909829879063256534290982987906325653429098298790632565342909829879063256534290982987906325653429098298790632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 483d577d-1c17-44e9-8417-14d78be8276b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da395a52-80fd-47ef-b555-174c2f373335, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da395a52-80fd-47ef-b555-174c2f373335, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13041078643247680345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304107864324768034513041078643247680345130410786432476803451304107864324768034513041078643247680345130410786432476803451304107864324768034513041078643247680345130410786432476803451304107864324768034513041078643247680345130410786432476803451304107864324768034513041078643247680345130410786432476803451304107864324768034513041078643247680345130410786432476803451304107864324768034513041078643247680345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 225cbaf3-07a4-4f66-9262-2da7fadfe765, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d017e8c-be05-4966-addd-54cd0f7ec771, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d017e8c-be05-4966-addd-54cd0f7ec771, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18137449240841479118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813744924084147911818137449240841479118181374492408414791181813744924084147911818137449240841479118181374492408414791181813744924084147911818137449240841479118181374492408414791181813744924084147911818137449240841479118181374492408414791181813744924084147911818137449240841479118181374492408414791181813744924084147911818137449240841479118181374492408414791181813744924084147911818137449240841479118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da395a52-80fd-47ef-b555-174c2f373335, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbfb8b33-9e11-402b-997a-92cc05cdaff3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d017e8c-be05-4966-addd-54cd0f7ec771, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbfb8b33-9e11-402b-997a-92cc05cdaff3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1206181241183774092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12061812411837740921206181241183774092120618124118377409212061812411837740921206181241183774092120618124118377409212061812411837740921206181241183774092120618124118377409212061812411837740921206181241183774092120618124118377409212061812411837740921206181241183774092120618124118377409212061812411837740921206181241183774092120618124118377409212061812411837740921206181241183774092" } } } 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, 61453a44-7a8d-48a7-b0ea-457d838a327d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbfb8b33-9e11-402b-997a-92cc05cdaff3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61453a44-7a8d-48a7-b0ea-457d838a327d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1614593403913048603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16145934039130486031614593403913048603161459340391304860316145934039130486031614593403913048603161459340391304860316145934039130486031614593403913048603161459340391304860316145934039130486031614593403913048603161459340391304860316145934039130486031614593403913048603161459340391304860316145934039130486031614593403913048603161459340391304860316145934039130486031614593403913048603" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6e0c39e-bc10-486a-9c18-a4aff2003cfe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61453a44-7a8d-48a7-b0ea-457d838a327d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6e0c39e-bc10-486a-9c18-a4aff2003cfe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5308197695864989478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53081976958649894785308197695864989478530819769586498947853081976958649894785308197695864989478530819769586498947853081976958649894785308197695864989478530819769586498947853081976958649894785308197695864989478530819769586498947853081976958649894785308197695864989478530819769586498947853081976958649894785308197695864989478530819769586498947853081976958649894785308197695864989478" } } } 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, 6c2161a5-562f-41db-8f93-9123eff13304, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c2161a5-562f-41db-8f93-9123eff13304, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1849068960454517161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18490689604545171611849068960454517161184906896045451716118490689604545171611849068960454517161184906896045451716118490689604545171611849068960454517161184906896045451716118490689604545171611849068960454517161184906896045451716118490689604545171611849068960454517161184906896045451716118490689604545171611849068960454517161184906896045451716118490689604545171611849068960454517161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6e0c39e-bc10-486a-9c18-a4aff2003cfe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c2161a5-562f-41db-8f93-9123eff13304, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe4dba0e-6ee6-449c-8dd5-6b83c4999323, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe4dba0e-6ee6-449c-8dd5-6b83c4999323, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10626002743925702853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062600274392570285310626002743925702853106260027439257028531062600274392570285310626002743925702853106260027439257028531062600274392570285310626002743925702853106260027439257028531062600274392570285310626002743925702853106260027439257028531062600274392570285310626002743925702853106260027439257028531062600274392570285310626002743925702853106260027439257028531062600274392570285310626002743925702853" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0b13948-3e70-40f0-b585-292adc71ad06, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe4dba0e-6ee6-449c-8dd5-6b83c4999323, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0b13948-3e70-40f0-b585-292adc71ad06, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7535061783280649699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75350617832806496997535061783280649699753506178328064969975350617832806496997535061783280649699753506178328064969975350617832806496997535061783280649699753506178328064969975350617832806496997535061783280649699753506178328064969975350617832806496997535061783280649699753506178328064969975350617832806496997535061783280649699753506178328064969975350617832806496997535061783280649699" } } } 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, 2f45943b-f689-46dc-b0b6-d2825d285266, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f45943b-f689-46dc-b0b6-d2825d285266, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10547251856882042216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054725185688204221610547251856882042216105472518568820422161054725185688204221610547251856882042216105472518568820422161054725185688204221610547251856882042216105472518568820422161054725185688204221610547251856882042216105472518568820422161054725185688204221610547251856882042216105472518568820422161054725185688204221610547251856882042216105472518568820422161054725185688204221610547251856882042216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0b13948-3e70-40f0-b585-292adc71ad06, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16d05d32-876c-4bc8-8429-069de04c6106, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16d05d32-876c-4bc8-8429-069de04c6106, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1438598091303540528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14385980913035405281438598091303540528143859809130354052814385980913035405281438598091303540528143859809130354052814385980913035405281438598091303540528143859809130354052814385980913035405281438598091303540528143859809130354052814385980913035405281438598091303540528143859809130354052814385980913035405281438598091303540528143859809130354052814385980913035405281438598091303540528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f45943b-f689-46dc-b0b6-d2825d285266, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a54c450e-248e-4c9a-a8be-421442258c62, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a54c450e-248e-4c9a-a8be-421442258c62, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10534948697663855038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053494869766385503810534948697663855038105349486976638550381053494869766385503810534948697663855038105349486976638550381053494869766385503810534948697663855038105349486976638550381053494869766385503810534948697663855038105349486976638550381053494869766385503810534948697663855038105349486976638550381053494869766385503810534948697663855038105349486976638550381053494869766385503810534948697663855038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16d05d32-876c-4bc8-8429-069de04c6106, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c73b5d2-31c7-45d2-9d7a-09c42b8aa38c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c73b5d2-31c7-45d2-9d7a-09c42b8aa38c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4332136598882527671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43321365988825276714332136598882527671433213659888252767143321365988825276714332136598882527671433213659888252767143321365988825276714332136598882527671433213659888252767143321365988825276714332136598882527671433213659888252767143321365988825276714332136598882527671433213659888252767143321365988825276714332136598882527671433213659888252767143321365988825276714332136598882527671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a54c450e-248e-4c9a-a8be-421442258c62, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f7584b2-0cbd-47bf-b6d8-6b2a1c1d8dfd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f7584b2-0cbd-47bf-b6d8-6b2a1c1d8dfd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7417919443620571918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74179194436205719187417919443620571918741791944362057191874179194436205719187417919443620571918741791944362057191874179194436205719187417919443620571918741791944362057191874179194436205719187417919443620571918741791944362057191874179194436205719187417919443620571918741791944362057191874179194436205719187417919443620571918741791944362057191874179194436205719187417919443620571918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c73b5d2-31c7-45d2-9d7a-09c42b8aa38c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b672bba8-d334-4336-9739-56f5e9aeb8ad, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b672bba8-d334-4336-9739-56f5e9aeb8ad, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 221410325552923970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f7584b2-0cbd-47bf-b6d8-6b2a1c1d8dfd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a311ff44-63a2-4898-ae7c-ee7f881f3957, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a311ff44-63a2-4898-ae7c-ee7f881f3957, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6358719487242719926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63587194872427199266358719487242719926635871948724271992663587194872427199266358719487242719926635871948724271992663587194872427199266358719487242719926635871948724271992663587194872427199266358719487242719926635871948724271992663587194872427199266358719487242719926635871948724271992663587194872427199266358719487242719926635871948724271992663587194872427199266358719487242719926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b672bba8-d334-4336-9739-56f5e9aeb8ad, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9e8382b-3c27-4e0c-a1b0-dbdd6bd9bf64, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9e8382b-3c27-4e0c-a1b0-dbdd6bd9bf64, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8481370994328103975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84813709943281039758481370994328103975848137099432810397584813709943281039758481370994328103975848137099432810397584813709943281039758481370994328103975848137099432810397584813709943281039758481370994328103975848137099432810397584813709943281039758481370994328103975848137099432810397584813709943281039758481370994328103975848137099432810397584813709943281039758481370994328103975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a311ff44-63a2-4898-ae7c-ee7f881f3957, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c931dea-7930-4023-815c-67f889bd896b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c931dea-7930-4023-815c-67f889bd896b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2070012229873747480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20700122298737474802070012229873747480207001222987374748020700122298737474802070012229873747480207001222987374748020700122298737474802070012229873747480207001222987374748020700122298737474802070012229873747480207001222987374748020700122298737474802070012229873747480207001222987374748020700122298737474802070012229873747480207001222987374748020700122298737474802070012229873747480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9e8382b-3c27-4e0c-a1b0-dbdd6bd9bf64, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c931dea-7930-4023-815c-67f889bd896b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f52796ff-5338-483b-892c-673cc1d8cf51, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fe9c68b-b37d-4cbb-95fb-06131f43b8e9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fe9c68b-b37d-4cbb-95fb-06131f43b8e9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9650836764730903532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96508367647309035329650836764730903532965083676473090353296508367647309035329650836764730903532965083676473090353296508367647309035329650836764730903532965083676473090353296508367647309035329650836764730903532965083676473090353296508367647309035329650836764730903532965083676473090353296508367647309035329650836764730903532965083676473090353296508367647309035329650836764730903532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f52796ff-5338-483b-892c-673cc1d8cf51, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16295426093845819509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629542609384581950916295426093845819509162954260938458195091629542609384581950916295426093845819509162954260938458195091629542609384581950916295426093845819509162954260938458195091629542609384581950916295426093845819509162954260938458195091629542609384581950916295426093845819509162954260938458195091629542609384581950916295426093845819509162954260938458195091629542609384581950916295426093845819509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fe9c68b-b37d-4cbb-95fb-06131f43b8e9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f52796ff-5338-483b-892c-673cc1d8cf51, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3659999-fe2f-4e3d-839f-17b5a89762a4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f99a527c-aa66-4da4-95e2-6655b92a84be, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3659999-fe2f-4e3d-839f-17b5a89762a4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7059510262508096297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70595102625080962977059510262508096297705951026250809629770595102625080962977059510262508096297705951026250809629770595102625080962977059510262508096297705951026250809629770595102625080962977059510262508096297705951026250809629770595102625080962977059510262508096297705951026250809629770595102625080962977059510262508096297705951026250809629770595102625080962977059510262508096297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f99a527c-aa66-4da4-95e2-6655b92a84be, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6529075856207584303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65290758562075843036529075856207584303652907585620758430365290758562075843036529075856207584303652907585620758430365290758562075843036529075856207584303652907585620758430365290758562075843036529075856207584303652907585620758430365290758562075843036529075856207584303652907585620758430365290758562075843036529075856207584303652907585620758430365290758562075843036529075856207584303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3659999-fe2f-4e3d-839f-17b5a89762a4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecdb9255-d7a3-484c-870f-445bfccd3881, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecdb9255-d7a3-484c-870f-445bfccd3881, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13337276702848109705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333727670284810970513337276702848109705133372767028481097051333727670284810970513337276702848109705133372767028481097051333727670284810970513337276702848109705133372767028481097051333727670284810970513337276702848109705133372767028481097051333727670284810970513337276702848109705133372767028481097051333727670284810970513337276702848109705133372767028481097051333727670284810970513337276702848109705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f99a527c-aa66-4da4-95e2-6655b92a84be, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecdb9255-d7a3-484c-870f-445bfccd3881, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77a43af9-9110-49c6-ae1b-2ed17ad19e24, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77a43af9-9110-49c6-ae1b-2ed17ad19e24, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14658504434078817075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465850443407881707514658504434078817075146585044340788170751465850443407881707514658504434078817075146585044340788170751465850443407881707514658504434078817075146585044340788170751465850443407881707514658504434078817075146585044340788170751465850443407881707514658504434078817075146585044340788170751465850443407881707514658504434078817075146585044340788170751465850443407881707514658504434078817075" } } } 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, 6b618ea7-ab66-4bf4-9525-aad62490601e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b618ea7-ab66-4bf4-9525-aad62490601e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12591300194711221375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259130019471122137512591300194711221375125913001947112213751259130019471122137512591300194711221375125913001947112213751259130019471122137512591300194711221375125913001947112213751259130019471122137512591300194711221375125913001947112213751259130019471122137512591300194711221375125913001947112213751259130019471122137512591300194711221375125913001947112213751259130019471122137512591300194711221375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77a43af9-9110-49c6-ae1b-2ed17ad19e24, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61a43c28-6afc-4197-ac1d-5d08d46115ee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61a43c28-6afc-4197-ac1d-5d08d46115ee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15364857806975671998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536485780697567199815364857806975671998153648578069756719981536485780697567199815364857806975671998153648578069756719981536485780697567199815364857806975671998153648578069756719981536485780697567199815364857806975671998153648578069756719981536485780697567199815364857806975671998153648578069756719981536485780697567199815364857806975671998153648578069756719981536485780697567199815364857806975671998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b618ea7-ab66-4bf4-9525-aad62490601e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3afb683d-1083-4f26-91e1-8d45b9bb8a6f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3afb683d-1083-4f26-91e1-8d45b9bb8a6f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13688328294585776841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368832829458577684113688328294585776841136883282945857768411368832829458577684113688328294585776841136883282945857768411368832829458577684113688328294585776841136883282945857768411368832829458577684113688328294585776841136883282945857768411368832829458577684113688328294585776841136883282945857768411368832829458577684113688328294585776841136883282945857768411368832829458577684113688328294585776841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61a43c28-6afc-4197-ac1d-5d08d46115ee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfaada6c-f915-4801-a834-828270c88ccb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfaada6c-f915-4801-a834-828270c88ccb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2295071756790404885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22950717567904048852295071756790404885229507175679040488522950717567904048852295071756790404885229507175679040488522950717567904048852295071756790404885229507175679040488522950717567904048852295071756790404885229507175679040488522950717567904048852295071756790404885229507175679040488522950717567904048852295071756790404885229507175679040488522950717567904048852295071756790404885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3afb683d-1083-4f26-91e1-8d45b9bb8a6f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c55acc7-2855-4cb1-b4c2-03426fcdde14, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfaada6c-f915-4801-a834-828270c88ccb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a06bbba-8d58-46e8-b901-dc4ab4aed57b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a06bbba-8d58-46e8-b901-dc4ab4aed57b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5428670981352783806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54286709813527838065428670981352783806542867098135278380654286709813527838065428670981352783806542867098135278380654286709813527838065428670981352783806542867098135278380654286709813527838065428670981352783806542867098135278380654286709813527838065428670981352783806542867098135278380654286709813527838065428670981352783806542867098135278380654286709813527838065428670981352783806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c55acc7-2855-4cb1-b4c2-03426fcdde14, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17615246063986408112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761524606398640811217615246063986408112176152460639864081121761524606398640811217615246063986408112176152460639864081121761524606398640811217615246063986408112176152460639864081121761524606398640811217615246063986408112176152460639864081121761524606398640811217615246063986408112176152460639864081121761524606398640811217615246063986408112176152460639864081121761524606398640811217615246063986408112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a06bbba-8d58-46e8-b901-dc4ab4aed57b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9c1382c-3f74-40fd-8d3d-e9b0b01fa696, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c55acc7-2855-4cb1-b4c2-03426fcdde14, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9c1382c-3f74-40fd-8d3d-e9b0b01fa696, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3195567530645920456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31955675306459204563195567530645920456319556753064592045631955675306459204563195567530645920456319556753064592045631955675306459204563195567530645920456319556753064592045631955675306459204563195567530645920456319556753064592045631955675306459204563195567530645920456319556753064592045631955675306459204563195567530645920456319556753064592045631955675306459204563195567530645920456" } } } 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, 64a0c9ae-b16b-4c9b-9760-6a048f8f3223, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64a0c9ae-b16b-4c9b-9760-6a048f8f3223, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8047463717172892018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80474637171728920188047463717172892018804746371717289201880474637171728920188047463717172892018804746371717289201880474637171728920188047463717172892018804746371717289201880474637171728920188047463717172892018804746371717289201880474637171728920188047463717172892018804746371717289201880474637171728920188047463717172892018804746371717289201880474637171728920188047463717172892018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9c1382c-3f74-40fd-8d3d-e9b0b01fa696, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89f06669-bcdf-46a6-b649-33121ff5043f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f06669-bcdf-46a6-b649-33121ff5043f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14530214113454008449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453021411345400844914530214113454008449145302141134540084491453021411345400844914530214113454008449145302141134540084491453021411345400844914530214113454008449145302141134540084491453021411345400844914530214113454008449145302141134540084491453021411345400844914530214113454008449145302141134540084491453021411345400844914530214113454008449145302141134540084491453021411345400844914530214113454008449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64a0c9ae-b16b-4c9b-9760-6a048f8f3223, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e47add0-d27b-46cb-91c0-258b151456b5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e47add0-d27b-46cb-91c0-258b151456b5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17360412157605647268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736041215760564726817360412157605647268173604121576056472681736041215760564726817360412157605647268173604121576056472681736041215760564726817360412157605647268173604121576056472681736041215760564726817360412157605647268173604121576056472681736041215760564726817360412157605647268173604121576056472681736041215760564726817360412157605647268173604121576056472681736041215760564726817360412157605647268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f06669-bcdf-46a6-b649-33121ff5043f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b83c2004-2ac2-4439-ae86-63af07671b49, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b83c2004-2ac2-4439-ae86-63af07671b49, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8301678435522270440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83016784355222704408301678435522270440830167843552227044083016784355222704408301678435522270440830167843552227044083016784355222704408301678435522270440830167843552227044083016784355222704408301678435522270440830167843552227044083016784355222704408301678435522270440830167843552227044083016784355222704408301678435522270440830167843552227044083016784355222704408301678435522270440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e47add0-d27b-46cb-91c0-258b151456b5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cc39ee5-8fd6-4695-b245-bb221968c36d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cc39ee5-8fd6-4695-b245-bb221968c36d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15368687286996437136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536868728699643713615368687286996437136153686872869964371361536868728699643713615368687286996437136153686872869964371361536868728699643713615368687286996437136153686872869964371361536868728699643713615368687286996437136153686872869964371361536868728699643713615368687286996437136153686872869964371361536868728699643713615368687286996437136153686872869964371361536868728699643713615368687286996437136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b83c2004-2ac2-4439-ae86-63af07671b49, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8deed2d9-cfb2-4b1f-9d78-380b6b2862f5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8deed2d9-cfb2-4b1f-9d78-380b6b2862f5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2951562057515791269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29515620575157912692951562057515791269295156205751579126929515620575157912692951562057515791269295156205751579126929515620575157912692951562057515791269295156205751579126929515620575157912692951562057515791269295156205751579126929515620575157912692951562057515791269295156205751579126929515620575157912692951562057515791269295156205751579126929515620575157912692951562057515791269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cc39ee5-8fd6-4695-b245-bb221968c36d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78ace5d7-b9c2-4eb9-b4b3-9029254bcb04, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78ace5d7-b9c2-4eb9-b4b3-9029254bcb04, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17055662395478128467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705566239547812846717055662395478128467170556623954781284671705566239547812846717055662395478128467170556623954781284671705566239547812846717055662395478128467170556623954781284671705566239547812846717055662395478128467170556623954781284671705566239547812846717055662395478128467170556623954781284671705566239547812846717055662395478128467170556623954781284671705566239547812846717055662395478128467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8deed2d9-cfb2-4b1f-9d78-380b6b2862f5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d5accd0-0f9e-4359-a426-9fccbab5752a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d5accd0-0f9e-4359-a426-9fccbab5752a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15394126128989309795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539412612898930979515394126128989309795153941261289893097951539412612898930979515394126128989309795153941261289893097951539412612898930979515394126128989309795153941261289893097951539412612898930979515394126128989309795153941261289893097951539412612898930979515394126128989309795153941261289893097951539412612898930979515394126128989309795153941261289893097951539412612898930979515394126128989309795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78ace5d7-b9c2-4eb9-b4b3-9029254bcb04, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b21a994b-cf95-4857-b33e-01a0313fa004, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b21a994b-cf95-4857-b33e-01a0313fa004, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17021963005619343229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702196300561934322917021963005619343229170219630056193432291702196300561934322917021963005619343229170219630056193432291702196300561934322917021963005619343229170219630056193432291702196300561934322917021963005619343229170219630056193432291702196300561934322917021963005619343229170219630056193432291702196300561934322917021963005619343229170219630056193432291702196300561934322917021963005619343229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d5accd0-0f9e-4359-a426-9fccbab5752a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dfc98f3-d886-4329-b57e-921cf8c9638b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b21a994b-cf95-4857-b33e-01a0313fa004, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dfc98f3-d886-4329-b57e-921cf8c9638b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10085997580015231433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008599758001523143310085997580015231433100859975800152314331008599758001523143310085997580015231433100859975800152314331008599758001523143310085997580015231433100859975800152314331008599758001523143310085997580015231433100859975800152314331008599758001523143310085997580015231433100859975800152314331008599758001523143310085997580015231433100859975800152314331008599758001523143310085997580015231433" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4b42aba-739c-44f4-9457-60d8e806f121, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4b42aba-739c-44f4-9457-60d8e806f121, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11253403337732388742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125340333773238874211253403337732388742112534033377323887421125340333773238874211253403337732388742112534033377323887421125340333773238874211253403337732388742112534033377323887421125340333773238874211253403337732388742112534033377323887421125340333773238874211253403337732388742112534033377323887421125340333773238874211253403337732388742112534033377323887421125340333773238874211253403337732388742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dfc98f3-d886-4329-b57e-921cf8c9638b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4b42aba-739c-44f4-9457-60d8e806f121, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 834784d7-44f4-4d44-bc83-6cdf79bf6dcf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 834784d7-44f4-4d44-bc83-6cdf79bf6dcf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9934519302754863605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99345193027548636059934519302754863605993451930275486360599345193027548636059934519302754863605993451930275486360599345193027548636059934519302754863605993451930275486360599345193027548636059934519302754863605993451930275486360599345193027548636059934519302754863605993451930275486360599345193027548636059934519302754863605993451930275486360599345193027548636059934519302754863605" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 956b5ee2-7183-41b2-90f9-6dc81a5718a5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 956b5ee2-7183-41b2-90f9-6dc81a5718a5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18160149537267340850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816014953726734085018160149537267340850181601495372673408501816014953726734085018160149537267340850181601495372673408501816014953726734085018160149537267340850181601495372673408501816014953726734085018160149537267340850181601495372673408501816014953726734085018160149537267340850181601495372673408501816014953726734085018160149537267340850181601495372673408501816014953726734085018160149537267340850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 834784d7-44f4-4d44-bc83-6cdf79bf6dcf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6be9a8e-fcdf-49e6-9da7-11364b480938, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6be9a8e-fcdf-49e6-9da7-11364b480938, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6798804712954398943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67988047129543989436798804712954398943679880471295439894367988047129543989436798804712954398943679880471295439894367988047129543989436798804712954398943679880471295439894367988047129543989436798804712954398943679880471295439894367988047129543989436798804712954398943679880471295439894367988047129543989436798804712954398943679880471295439894367988047129543989436798804712954398943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 956b5ee2-7183-41b2-90f9-6dc81a5718a5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6be9a8e-fcdf-49e6-9da7-11364b480938, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8afeb824-dc89-40c2-a623-e35ee72b9f36, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40e42441-7031-4097-8fb5-a211a4a8432e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8afeb824-dc89-40c2-a623-e35ee72b9f36, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9857709391667751233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98577093916677512339857709391667751233985770939166775123398577093916677512339857709391667751233985770939166775123398577093916677512339857709391667751233985770939166775123398577093916677512339857709391667751233985770939166775123398577093916677512339857709391667751233985770939166775123398577093916677512339857709391667751233985770939166775123398577093916677512339857709391667751233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e42441-7031-4097-8fb5-a211a4a8432e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11982488210468665320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198248821046866532011982488210468665320119824882104686653201198248821046866532011982488210468665320119824882104686653201198248821046866532011982488210468665320119824882104686653201198248821046866532011982488210468665320119824882104686653201198248821046866532011982488210468665320119824882104686653201198248821046866532011982488210468665320119824882104686653201198248821046866532011982488210468665320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e42441-7031-4097-8fb5-a211a4a8432e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8afeb824-dc89-40c2-a623-e35ee72b9f36, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c97b89f5-32e5-4cd7-a861-2e3accecfbbe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d921728-d9d6-41ab-abab-48e8399cd669, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c97b89f5-32e5-4cd7-a861-2e3accecfbbe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2628379146789182226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26283791467891822262628379146789182226262837914678918222626283791467891822262628379146789182226262837914678918222626283791467891822262628379146789182226262837914678918222626283791467891822262628379146789182226262837914678918222626283791467891822262628379146789182226262837914678918222626283791467891822262628379146789182226262837914678918222626283791467891822262628379146789182226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d921728-d9d6-41ab-abab-48e8399cd669, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16116517092152961774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611651709215296177416116517092152961774161165170921529617741611651709215296177416116517092152961774161165170921529617741611651709215296177416116517092152961774161165170921529617741611651709215296177416116517092152961774161165170921529617741611651709215296177416116517092152961774161165170921529617741611651709215296177416116517092152961774161165170921529617741611651709215296177416116517092152961774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c97b89f5-32e5-4cd7-a861-2e3accecfbbe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f63c6f42-d2f8-4fe3-bdb1-70712545898b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d921728-d9d6-41ab-abab-48e8399cd669, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f63c6f42-d2f8-4fe3-bdb1-70712545898b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15030026619347801965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503002661934780196515030026619347801965150300266193478019651503002661934780196515030026619347801965150300266193478019651503002661934780196515030026619347801965150300266193478019651503002661934780196515030026619347801965150300266193478019651503002661934780196515030026619347801965150300266193478019651503002661934780196515030026619347801965150300266193478019651503002661934780196515030026619347801965" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f63c6f42-d2f8-4fe3-bdb1-70712545898b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 007251bd-c471-482d-95e4-6c713d18fc44, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 007251bd-c471-482d-95e4-6c713d18fc44, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9763517083525594121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97635170835255941219763517083525594121976351708352559412197635170835255941219763517083525594121976351708352559412197635170835255941219763517083525594121976351708352559412197635170835255941219763517083525594121976351708352559412197635170835255941219763517083525594121976351708352559412197635170835255941219763517083525594121976351708352559412197635170835255941219763517083525594121" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e73637c6-f6d2-4701-9cf9-5fb85cd197c9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e73637c6-f6d2-4701-9cf9-5fb85cd197c9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10593412009888148305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059341200988814830510593412009888148305105934120098881483051059341200988814830510593412009888148305105934120098881483051059341200988814830510593412009888148305105934120098881483051059341200988814830510593412009888148305105934120098881483051059341200988814830510593412009888148305105934120098881483051059341200988814830510593412009888148305105934120098881483051059341200988814830510593412009888148305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 007251bd-c471-482d-95e4-6c713d18fc44, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67409816-31fe-4216-9204-36b02580fd31, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67409816-31fe-4216-9204-36b02580fd31, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18380254568202775907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838025456820277590718380254568202775907183802545682027759071838025456820277590718380254568202775907183802545682027759071838025456820277590718380254568202775907183802545682027759071838025456820277590718380254568202775907183802545682027759071838025456820277590718380254568202775907183802545682027759071838025456820277590718380254568202775907183802545682027759071838025456820277590718380254568202775907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e73637c6-f6d2-4701-9cf9-5fb85cd197c9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79b38f0c-fa4b-440b-983e-e64d20a9bfce, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67409816-31fe-4216-9204-36b02580fd31, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79b38f0c-fa4b-440b-983e-e64d20a9bfce, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 250860387882787059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67ff3904-547d-404c-8a2f-e1ac56b02644, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67ff3904-547d-404c-8a2f-e1ac56b02644, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16140156382739605128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614015638273960512816140156382739605128161401563827396051281614015638273960512816140156382739605128161401563827396051281614015638273960512816140156382739605128161401563827396051281614015638273960512816140156382739605128161401563827396051281614015638273960512816140156382739605128161401563827396051281614015638273960512816140156382739605128161401563827396051281614015638273960512816140156382739605128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79b38f0c-fa4b-440b-983e-e64d20a9bfce, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b2d0a76-3b0f-433a-821c-cecaf3a8140a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b2d0a76-3b0f-433a-821c-cecaf3a8140a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13396391842479351768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339639184247935176813396391842479351768133963918424793517681339639184247935176813396391842479351768133963918424793517681339639184247935176813396391842479351768133963918424793517681339639184247935176813396391842479351768133963918424793517681339639184247935176813396391842479351768133963918424793517681339639184247935176813396391842479351768133963918424793517681339639184247935176813396391842479351768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67ff3904-547d-404c-8a2f-e1ac56b02644, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb96009d-2b44-4983-baeb-2548c1b48a7a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb96009d-2b44-4983-baeb-2548c1b48a7a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4220363119113102221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42203631191131022214220363119113102221422036311911310222142203631191131022214220363119113102221422036311911310222142203631191131022214220363119113102221422036311911310222142203631191131022214220363119113102221422036311911310222142203631191131022214220363119113102221422036311911310222142203631191131022214220363119113102221422036311911310222142203631191131022214220363119113102221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b2d0a76-3b0f-433a-821c-cecaf3a8140a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9217157-5c04-4aa5-b442-524bbde8ec8b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9217157-5c04-4aa5-b442-524bbde8ec8b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15515588242233401562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551558824223340156215515588242233401562155155882422334015621551558824223340156215515588242233401562155155882422334015621551558824223340156215515588242233401562155155882422334015621551558824223340156215515588242233401562155155882422334015621551558824223340156215515588242233401562155155882422334015621551558824223340156215515588242233401562155155882422334015621551558824223340156215515588242233401562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb96009d-2b44-4983-baeb-2548c1b48a7a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9217157-5c04-4aa5-b442-524bbde8ec8b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dab5bfb3-1782-4846-a435-28539d6cd3a2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e44aad3a-abd3-4d46-bd82-a4cff80e26f4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e44aad3a-abd3-4d46-bd82-a4cff80e26f4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 250975359432392246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dab5bfb3-1782-4846-a435-28539d6cd3a2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9733453513862110800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97334535138621108009733453513862110800973345351386211080097334535138621108009733453513862110800973345351386211080097334535138621108009733453513862110800973345351386211080097334535138621108009733453513862110800973345351386211080097334535138621108009733453513862110800973345351386211080097334535138621108009733453513862110800973345351386211080097334535138621108009733453513862110800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e44aad3a-abd3-4d46-bd82-a4cff80e26f4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e0ee4f9-6230-41f2-8d55-6a528952f3d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e0ee4f9-6230-41f2-8d55-6a528952f3d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13833350673067741030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383335067306774103013833350673067741030138333506730677410301383335067306774103013833350673067741030138333506730677410301383335067306774103013833350673067741030138333506730677410301383335067306774103013833350673067741030138333506730677410301383335067306774103013833350673067741030138333506730677410301383335067306774103013833350673067741030138333506730677410301383335067306774103013833350673067741030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dab5bfb3-1782-4846-a435-28539d6cd3a2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c33a44a-a920-43ea-aa7d-2c55d2ed7240, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c33a44a-a920-43ea-aa7d-2c55d2ed7240, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3884057549933836861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38840575499338368613884057549933836861388405754993383686138840575499338368613884057549933836861388405754993383686138840575499338368613884057549933836861388405754993383686138840575499338368613884057549933836861388405754993383686138840575499338368613884057549933836861388405754993383686138840575499338368613884057549933836861388405754993383686138840575499338368613884057549933836861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e0ee4f9-6230-41f2-8d55-6a528952f3d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c33a44a-a920-43ea-aa7d-2c55d2ed7240, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a09c371-ab42-406f-ae6d-68fd5915d3ef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a09c371-ab42-406f-ae6d-68fd5915d3ef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18344904485610272103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834490448561027210318344904485610272103183449044856102721031834490448561027210318344904485610272103183449044856102721031834490448561027210318344904485610272103183449044856102721031834490448561027210318344904485610272103183449044856102721031834490448561027210318344904485610272103183449044856102721031834490448561027210318344904485610272103183449044856102721031834490448561027210318344904485610272103" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81c2991a-00af-4fb5-9cbb-08232fcfa7ff, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81c2991a-00af-4fb5-9cbb-08232fcfa7ff, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10194674650460896482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019467465046089648210194674650460896482101946746504608964821019467465046089648210194674650460896482101946746504608964821019467465046089648210194674650460896482101946746504608964821019467465046089648210194674650460896482101946746504608964821019467465046089648210194674650460896482101946746504608964821019467465046089648210194674650460896482101946746504608964821019467465046089648210194674650460896482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a09c371-ab42-406f-ae6d-68fd5915d3ef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ddd8364-b3f4-4599-a9ae-5a0c420eb79e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81c2991a-00af-4fb5-9cbb-08232fcfa7ff, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f78ef6ed-cb3b-496c-aaf9-d108a6876915, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f78ef6ed-cb3b-496c-aaf9-d108a6876915, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10871102810034423819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087110281003442381910871102810034423819108711028100344238191087110281003442381910871102810034423819108711028100344238191087110281003442381910871102810034423819108711028100344238191087110281003442381910871102810034423819108711028100344238191087110281003442381910871102810034423819108711028100344238191087110281003442381910871102810034423819108711028100344238191087110281003442381910871102810034423819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ddd8364-b3f4-4599-a9ae-5a0c420eb79e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4840672034989468246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48406720349894682464840672034989468246484067203498946824648406720349894682464840672034989468246484067203498946824648406720349894682464840672034989468246484067203498946824648406720349894682464840672034989468246484067203498946824648406720349894682464840672034989468246484067203498946824648406720349894682464840672034989468246484067203498946824648406720349894682464840672034989468246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f78ef6ed-cb3b-496c-aaf9-d108a6876915, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50588bc2-00b9-44d1-a9e9-a1380bce74ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50588bc2-00b9-44d1-a9e9-a1380bce74ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 467051636539283772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ddd8364-b3f4-4599-a9ae-5a0c420eb79e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50588bc2-00b9-44d1-a9e9-a1380bce74ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2982bb3-f723-423d-8314-7dc1da09cdb8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2982bb3-f723-423d-8314-7dc1da09cdb8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 295700805712177732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732" } } } 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, f4f63b13-73df-427b-9b43-5f957d17ae08, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2982bb3-f723-423d-8314-7dc1da09cdb8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4f63b13-73df-427b-9b43-5f957d17ae08, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7355578051405303270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73555780514053032707355578051405303270735557805140530327073555780514053032707355578051405303270735557805140530327073555780514053032707355578051405303270735557805140530327073555780514053032707355578051405303270735557805140530327073555780514053032707355578051405303270735557805140530327073555780514053032707355578051405303270735557805140530327073555780514053032707355578051405303270" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab923ccc-209a-4710-9ba3-56b9ea075481, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab923ccc-209a-4710-9ba3-56b9ea075481, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16352819481776716472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635281948177671647216352819481776716472163528194817767164721635281948177671647216352819481776716472163528194817767164721635281948177671647216352819481776716472163528194817767164721635281948177671647216352819481776716472163528194817767164721635281948177671647216352819481776716472163528194817767164721635281948177671647216352819481776716472163528194817767164721635281948177671647216352819481776716472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4f63b13-73df-427b-9b43-5f957d17ae08, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88d68cd8-fec3-4fb6-8335-06b5bd7b2aa6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88d68cd8-fec3-4fb6-8335-06b5bd7b2aa6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17894761423868309108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789476142386830910817894761423868309108178947614238683091081789476142386830910817894761423868309108178947614238683091081789476142386830910817894761423868309108178947614238683091081789476142386830910817894761423868309108178947614238683091081789476142386830910817894761423868309108178947614238683091081789476142386830910817894761423868309108178947614238683091081789476142386830910817894761423868309108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab923ccc-209a-4710-9ba3-56b9ea075481, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88d68cd8-fec3-4fb6-8335-06b5bd7b2aa6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69468b33-f067-4aa7-8f23-48417b8c07cc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69468b33-f067-4aa7-8f23-48417b8c07cc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3794656275968095798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37946562759680957983794656275968095798379465627596809579837946562759680957983794656275968095798379465627596809579837946562759680957983794656275968095798379465627596809579837946562759680957983794656275968095798379465627596809579837946562759680957983794656275968095798379465627596809579837946562759680957983794656275968095798379465627596809579837946562759680957983794656275968095798" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e866b7b-bbc5-425e-ad2e-c71a666d7ea3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e866b7b-bbc5-425e-ad2e-c71a666d7ea3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13301006185106106031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330100618510610603113301006185106106031133010061851061060311330100618510610603113301006185106106031133010061851061060311330100618510610603113301006185106106031133010061851061060311330100618510610603113301006185106106031133010061851061060311330100618510610603113301006185106106031133010061851061060311330100618510610603113301006185106106031133010061851061060311330100618510610603113301006185106106031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69468b33-f067-4aa7-8f23-48417b8c07cc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a350047-b288-4e50-a6f4-2d79cde15411, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a350047-b288-4e50-a6f4-2d79cde15411, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18384401762239910617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838440176223991061718384401762239910617183844017622399106171838440176223991061718384401762239910617183844017622399106171838440176223991061718384401762239910617183844017622399106171838440176223991061718384401762239910617183844017622399106171838440176223991061718384401762239910617183844017622399106171838440176223991061718384401762239910617183844017622399106171838440176223991061718384401762239910617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e866b7b-bbc5-425e-ad2e-c71a666d7ea3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bcea803-f535-4ffb-aa31-c0e6237e8136, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bcea803-f535-4ffb-aa31-c0e6237e8136, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1141176109290757010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11411761092907570101141176109290757010114117610929075701011411761092907570101141176109290757010114117610929075701011411761092907570101141176109290757010114117610929075701011411761092907570101141176109290757010114117610929075701011411761092907570101141176109290757010114117610929075701011411761092907570101141176109290757010114117610929075701011411761092907570101141176109290757010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a350047-b288-4e50-a6f4-2d79cde15411, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52a14281-9eed-4998-9ab3-bdaeddc5802e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52a14281-9eed-4998-9ab3-bdaeddc5802e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5930634101964130055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59306341019641300555930634101964130055593063410196413005559306341019641300555930634101964130055593063410196413005559306341019641300555930634101964130055593063410196413005559306341019641300555930634101964130055593063410196413005559306341019641300555930634101964130055593063410196413005559306341019641300555930634101964130055593063410196413005559306341019641300555930634101964130055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bcea803-f535-4ffb-aa31-c0e6237e8136, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d634eef4-e83c-401b-9bae-37cdf4a3d26e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d634eef4-e83c-401b-9bae-37cdf4a3d26e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13762675939718575228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376267593971857522813762675939718575228137626759397185752281376267593971857522813762675939718575228137626759397185752281376267593971857522813762675939718575228137626759397185752281376267593971857522813762675939718575228137626759397185752281376267593971857522813762675939718575228137626759397185752281376267593971857522813762675939718575228137626759397185752281376267593971857522813762675939718575228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52a14281-9eed-4998-9ab3-bdaeddc5802e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c58e613f-d5ea-40e5-95b0-03542a105eef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c58e613f-d5ea-40e5-95b0-03542a105eef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5319950577801300466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53199505778013004665319950577801300466531995057780130046653199505778013004665319950577801300466531995057780130046653199505778013004665319950577801300466531995057780130046653199505778013004665319950577801300466531995057780130046653199505778013004665319950577801300466531995057780130046653199505778013004665319950577801300466531995057780130046653199505778013004665319950577801300466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d634eef4-e83c-401b-9bae-37cdf4a3d26e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b19ced56-c702-4b7f-9dc4-bc67b90c7fe6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b19ced56-c702-4b7f-9dc4-bc67b90c7fe6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17265395575471869311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726539557547186931117265395575471869311172653955754718693111726539557547186931117265395575471869311172653955754718693111726539557547186931117265395575471869311172653955754718693111726539557547186931117265395575471869311172653955754718693111726539557547186931117265395575471869311172653955754718693111726539557547186931117265395575471869311172653955754718693111726539557547186931117265395575471869311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c58e613f-d5ea-40e5-95b0-03542a105eef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b19ced56-c702-4b7f-9dc4-bc67b90c7fe6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67c9f135-d251-45a6-9905-a0ddc5c5a1c1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c547217a-20bf-4bed-b627-1793d8928acc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67c9f135-d251-45a6-9905-a0ddc5c5a1c1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7113239980990423823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71132399809904238237113239980990423823711323998099042382371132399809904238237113239980990423823711323998099042382371132399809904238237113239980990423823711323998099042382371132399809904238237113239980990423823711323998099042382371132399809904238237113239980990423823711323998099042382371132399809904238237113239980990423823711323998099042382371132399809904238237113239980990423823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c547217a-20bf-4bed-b627-1793d8928acc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1529580377309652983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15295803773096529831529580377309652983152958037730965298315295803773096529831529580377309652983152958037730965298315295803773096529831529580377309652983152958037730965298315295803773096529831529580377309652983152958037730965298315295803773096529831529580377309652983152958037730965298315295803773096529831529580377309652983152958037730965298315295803773096529831529580377309652983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67c9f135-d251-45a6-9905-a0ddc5c5a1c1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3b3ebb9-e16c-43d5-96ca-d35cc23a4579, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c547217a-20bf-4bed-b627-1793d8928acc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44841efb-0d9c-4aa9-8e99-5e370934ea41, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3b3ebb9-e16c-43d5-96ca-d35cc23a4579, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7024554836322350249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70245548363223502497024554836322350249702455483632235024970245548363223502497024554836322350249702455483632235024970245548363223502497024554836322350249702455483632235024970245548363223502497024554836322350249702455483632235024970245548363223502497024554836322350249702455483632235024970245548363223502497024554836322350249702455483632235024970245548363223502497024554836322350249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44841efb-0d9c-4aa9-8e99-5e370934ea41, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6860043556942372718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68600435569423727186860043556942372718686004355694237271868600435569423727186860043556942372718686004355694237271868600435569423727186860043556942372718686004355694237271868600435569423727186860043556942372718686004355694237271868600435569423727186860043556942372718686004355694237271868600435569423727186860043556942372718686004355694237271868600435569423727186860043556942372718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3b3ebb9-e16c-43d5-96ca-d35cc23a4579, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44841efb-0d9c-4aa9-8e99-5e370934ea41, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e1b7194-3027-4bb6-92b9-d5fb68d6e03c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e1b7194-3027-4bb6-92b9-d5fb68d6e03c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13831254193040818513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383125419304081851313831254193040818513138312541930408185131383125419304081851313831254193040818513138312541930408185131383125419304081851313831254193040818513138312541930408185131383125419304081851313831254193040818513138312541930408185131383125419304081851313831254193040818513138312541930408185131383125419304081851313831254193040818513138312541930408185131383125419304081851313831254193040818513" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dadbe15-8e1c-43a7-bf72-fd2a6adcd4d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dadbe15-8e1c-43a7-bf72-fd2a6adcd4d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2391379414869512559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23913794148695125592391379414869512559239137941486951255923913794148695125592391379414869512559239137941486951255923913794148695125592391379414869512559239137941486951255923913794148695125592391379414869512559239137941486951255923913794148695125592391379414869512559239137941486951255923913794148695125592391379414869512559239137941486951255923913794148695125592391379414869512559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dadbe15-8e1c-43a7-bf72-fd2a6adcd4d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e1b7194-3027-4bb6-92b9-d5fb68d6e03c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08e2a716-05f9-4d94-af6a-5801483b21c3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08e2a716-05f9-4d94-af6a-5801483b21c3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7572698255927657870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75726982559276578707572698255927657870757269825592765787075726982559276578707572698255927657870757269825592765787075726982559276578707572698255927657870757269825592765787075726982559276578707572698255927657870757269825592765787075726982559276578707572698255927657870757269825592765787075726982559276578707572698255927657870757269825592765787075726982559276578707572698255927657870" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebca0f27-621e-4ec6-b955-d7c003289970, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebca0f27-621e-4ec6-b955-d7c003289970, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 617476247662173075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08e2a716-05f9-4d94-af6a-5801483b21c3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfeb7f9e-5e4e-4850-8181-574be8880ad1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfeb7f9e-5e4e-4850-8181-574be8880ad1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14506818433595859599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450681843359585959914506818433595859599145068184335958595991450681843359585959914506818433595859599145068184335958595991450681843359585959914506818433595859599145068184335958595991450681843359585959914506818433595859599145068184335958595991450681843359585959914506818433595859599145068184335958595991450681843359585959914506818433595859599145068184335958595991450681843359585959914506818433595859599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebca0f27-621e-4ec6-b955-d7c003289970, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14c9548f-dfa1-433b-8ad7-8b619ee59735, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c9548f-dfa1-433b-8ad7-8b619ee59735, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17554055329579471328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755405532957947132817554055329579471328175540553295794713281755405532957947132817554055329579471328175540553295794713281755405532957947132817554055329579471328175540553295794713281755405532957947132817554055329579471328175540553295794713281755405532957947132817554055329579471328175540553295794713281755405532957947132817554055329579471328175540553295794713281755405532957947132817554055329579471328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfeb7f9e-5e4e-4850-8181-574be8880ad1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c885764-5410-411d-823c-a79691c32313, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c885764-5410-411d-823c-a79691c32313, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9553522578319873303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95535225783198733039553522578319873303955352257831987330395535225783198733039553522578319873303955352257831987330395535225783198733039553522578319873303955352257831987330395535225783198733039553522578319873303955352257831987330395535225783198733039553522578319873303955352257831987330395535225783198733039553522578319873303955352257831987330395535225783198733039553522578319873303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c9548f-dfa1-433b-8ad7-8b619ee59735, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc7894de-72bc-4a16-a580-299637f7ddd7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc7894de-72bc-4a16-a580-299637f7ddd7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5960752560665770202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59607525606657702025960752560665770202596075256066577020259607525606657702025960752560665770202596075256066577020259607525606657702025960752560665770202596075256066577020259607525606657702025960752560665770202596075256066577020259607525606657702025960752560665770202596075256066577020259607525606657702025960752560665770202596075256066577020259607525606657702025960752560665770202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c885764-5410-411d-823c-a79691c32313, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73c865ba-c00f-4076-a584-7b644c9d0b6c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc7894de-72bc-4a16-a580-299637f7ddd7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b94d2218-463a-4d20-bfb4-ceae10616aa1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b94d2218-463a-4d20-bfb4-ceae10616aa1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15509169366306806658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550916936630680665815509169366306806658155091693663068066581550916936630680665815509169366306806658155091693663068066581550916936630680665815509169366306806658155091693663068066581550916936630680665815509169366306806658155091693663068066581550916936630680665815509169366306806658155091693663068066581550916936630680665815509169366306806658155091693663068066581550916936630680665815509169366306806658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73c865ba-c00f-4076-a584-7b644c9d0b6c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13579737296414575259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357973729641457525913579737296414575259135797372964145752591357973729641457525913579737296414575259135797372964145752591357973729641457525913579737296414575259135797372964145752591357973729641457525913579737296414575259135797372964145752591357973729641457525913579737296414575259135797372964145752591357973729641457525913579737296414575259135797372964145752591357973729641457525913579737296414575259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b94d2218-463a-4d20-bfb4-ceae10616aa1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8ead37e-3083-41cf-abd3-b89091df373b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8ead37e-3083-41cf-abd3-b89091df373b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16328820279370368126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632882027937036812616328820279370368126163288202793703681261632882027937036812616328820279370368126163288202793703681261632882027937036812616328820279370368126163288202793703681261632882027937036812616328820279370368126163288202793703681261632882027937036812616328820279370368126163288202793703681261632882027937036812616328820279370368126163288202793703681261632882027937036812616328820279370368126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73c865ba-c00f-4076-a584-7b644c9d0b6c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0227031-b509-4ea2-8fb9-5988c2042e30, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0227031-b509-4ea2-8fb9-5988c2042e30, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11726540641827777560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172654064182777756011726540641827777560117265406418277775601172654064182777756011726540641827777560117265406418277775601172654064182777756011726540641827777560117265406418277775601172654064182777756011726540641827777560117265406418277775601172654064182777756011726540641827777560117265406418277775601172654064182777756011726540641827777560117265406418277775601172654064182777756011726540641827777560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8ead37e-3083-41cf-abd3-b89091df373b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57825e4f-1698-4a02-83e9-c6ebf9f93844, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57825e4f-1698-4a02-83e9-c6ebf9f93844, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6265842928334920116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62658429283349201166265842928334920116626584292833492011662658429283349201166265842928334920116626584292833492011662658429283349201166265842928334920116626584292833492011662658429283349201166265842928334920116626584292833492011662658429283349201166265842928334920116626584292833492011662658429283349201166265842928334920116626584292833492011662658429283349201166265842928334920116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0227031-b509-4ea2-8fb9-5988c2042e30, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54742bf7-e1e4-471c-89bb-43cfe1fb8c2a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54742bf7-e1e4-471c-89bb-43cfe1fb8c2a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1096309444628029659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10963094446280296591096309444628029659109630944462802965910963094446280296591096309444628029659109630944462802965910963094446280296591096309444628029659109630944462802965910963094446280296591096309444628029659109630944462802965910963094446280296591096309444628029659109630944462802965910963094446280296591096309444628029659109630944462802965910963094446280296591096309444628029659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57825e4f-1698-4a02-83e9-c6ebf9f93844, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2d1fc21-0f7a-4390-979e-4777b3e25128, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2d1fc21-0f7a-4390-979e-4777b3e25128, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2155642777472141955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21556427774721419552155642777472141955215564277747214195521556427774721419552155642777472141955215564277747214195521556427774721419552155642777472141955215564277747214195521556427774721419552155642777472141955215564277747214195521556427774721419552155642777472141955215564277747214195521556427774721419552155642777472141955215564277747214195521556427774721419552155642777472141955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54742bf7-e1e4-471c-89bb-43cfe1fb8c2a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17a4c41a-8352-41ba-a2d7-4eb87b5d34fd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17a4c41a-8352-41ba-a2d7-4eb87b5d34fd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16417531182746546831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641753118274654683116417531182746546831164175311827465468311641753118274654683116417531182746546831164175311827465468311641753118274654683116417531182746546831164175311827465468311641753118274654683116417531182746546831164175311827465468311641753118274654683116417531182746546831164175311827465468311641753118274654683116417531182746546831164175311827465468311641753118274654683116417531182746546831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2d1fc21-0f7a-4390-979e-4777b3e25128, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 953c5346-12ca-4941-b47c-75aca9c98764, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 953c5346-12ca-4941-b47c-75aca9c98764, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7815716814215985971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78157168142159859717815716814215985971781571681421598597178157168142159859717815716814215985971781571681421598597178157168142159859717815716814215985971781571681421598597178157168142159859717815716814215985971781571681421598597178157168142159859717815716814215985971781571681421598597178157168142159859717815716814215985971781571681421598597178157168142159859717815716814215985971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17a4c41a-8352-41ba-a2d7-4eb87b5d34fd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 248539b9-7aa4-42ce-a4a8-fb471857bd71, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 248539b9-7aa4-42ce-a4a8-fb471857bd71, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16923191814955423521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692319181495542352116923191814955423521169231918149554235211692319181495542352116923191814955423521169231918149554235211692319181495542352116923191814955423521169231918149554235211692319181495542352116923191814955423521169231918149554235211692319181495542352116923191814955423521169231918149554235211692319181495542352116923191814955423521169231918149554235211692319181495542352116923191814955423521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 953c5346-12ca-4941-b47c-75aca9c98764, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9595cd15-cc33-4a1c-a89d-99c2e5fe4512, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9595cd15-cc33-4a1c-a89d-99c2e5fe4512, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9962064856139555089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99620648561395550899962064856139555089996206485613955508999620648561395550899962064856139555089996206485613955508999620648561395550899962064856139555089996206485613955508999620648561395550899962064856139555089996206485613955508999620648561395550899962064856139555089996206485613955508999620648561395550899962064856139555089996206485613955508999620648561395550899962064856139555089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 248539b9-7aa4-42ce-a4a8-fb471857bd71, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7857d703-35fa-418d-99ab-3ef0d728e2e0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9595cd15-cc33-4a1c-a89d-99c2e5fe4512, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c54bc10-1809-4f81-b71f-fe40c354dcc1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7857d703-35fa-418d-99ab-3ef0d728e2e0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16024635072973359126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602463507297335912616024635072973359126160246350729733591261602463507297335912616024635072973359126160246350729733591261602463507297335912616024635072973359126160246350729733591261602463507297335912616024635072973359126160246350729733591261602463507297335912616024635072973359126160246350729733591261602463507297335912616024635072973359126160246350729733591261602463507297335912616024635072973359126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c54bc10-1809-4f81-b71f-fe40c354dcc1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3468869917906550032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34688699179065500323468869917906550032346886991790655003234688699179065500323468869917906550032346886991790655003234688699179065500323468869917906550032346886991790655003234688699179065500323468869917906550032346886991790655003234688699179065500323468869917906550032346886991790655003234688699179065500323468869917906550032346886991790655003234688699179065500323468869917906550032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7857d703-35fa-418d-99ab-3ef0d728e2e0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34a1df36-5d3f-4909-87aa-d358027046b3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34a1df36-5d3f-4909-87aa-d358027046b3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12050150808006117401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205015080800611740112050150808006117401120501508080061174011205015080800611740112050150808006117401120501508080061174011205015080800611740112050150808006117401120501508080061174011205015080800611740112050150808006117401120501508080061174011205015080800611740112050150808006117401120501508080061174011205015080800611740112050150808006117401120501508080061174011205015080800611740112050150808006117401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c54bc10-1809-4f81-b71f-fe40c354dcc1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23e05aa2-d831-4bc8-89c1-f545cb6efa83, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23e05aa2-d831-4bc8-89c1-f545cb6efa83, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15142663726453062405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514266372645306240515142663726453062405151426637264530624051514266372645306240515142663726453062405151426637264530624051514266372645306240515142663726453062405151426637264530624051514266372645306240515142663726453062405151426637264530624051514266372645306240515142663726453062405151426637264530624051514266372645306240515142663726453062405151426637264530624051514266372645306240515142663726453062405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34a1df36-5d3f-4909-87aa-d358027046b3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23e05aa2-d831-4bc8-89c1-f545cb6efa83, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c96a74d8-33f3-42eb-9960-9c893cc7d5fe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c96a74d8-33f3-42eb-9960-9c893cc7d5fe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4248838088199193864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42488380881991938644248838088199193864424883808819919386442488380881991938644248838088199193864424883808819919386442488380881991938644248838088199193864424883808819919386442488380881991938644248838088199193864424883808819919386442488380881991938644248838088199193864424883808819919386442488380881991938644248838088199193864424883808819919386442488380881991938644248838088199193864" } } } 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, be5d814d-2772-4e36-ac92-ff0f024028c3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be5d814d-2772-4e36-ac92-ff0f024028c3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1166616877892344031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11666168778923440311166616877892344031116661687789234403111666168778923440311166616877892344031116661687789234403111666168778923440311166616877892344031116661687789234403111666168778923440311166616877892344031116661687789234403111666168778923440311166616877892344031116661687789234403111666168778923440311166616877892344031116661687789234403111666168778923440311166616877892344031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c96a74d8-33f3-42eb-9960-9c893cc7d5fe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca975b69-afba-42ef-a806-43b3ec20cb00, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be5d814d-2772-4e36-ac92-ff0f024028c3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd88a8ac-065a-4f7d-b9f6-8db91b90f62b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd88a8ac-065a-4f7d-b9f6-8db91b90f62b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8237111704845389746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82371117048453897468237111704845389746823711170484538974682371117048453897468237111704845389746823711170484538974682371117048453897468237111704845389746823711170484538974682371117048453897468237111704845389746823711170484538974682371117048453897468237111704845389746823711170484538974682371117048453897468237111704845389746823711170484538974682371117048453897468237111704845389746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca975b69-afba-42ef-a806-43b3ec20cb00, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11356179917361131872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135617991736113187211356179917361131872113561799173611318721135617991736113187211356179917361131872113561799173611318721135617991736113187211356179917361131872113561799173611318721135617991736113187211356179917361131872113561799173611318721135617991736113187211356179917361131872113561799173611318721135617991736113187211356179917361131872113561799173611318721135617991736113187211356179917361131872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca975b69-afba-42ef-a806-43b3ec20cb00, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86a5ebf6-35d1-4ef7-9ade-658a1e14f9cb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86a5ebf6-35d1-4ef7-9ade-658a1e14f9cb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1999552984047827511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19995529840478275111999552984047827511199955298404782751119995529840478275111999552984047827511199955298404782751119995529840478275111999552984047827511199955298404782751119995529840478275111999552984047827511199955298404782751119995529840478275111999552984047827511199955298404782751119995529840478275111999552984047827511199955298404782751119995529840478275111999552984047827511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd88a8ac-065a-4f7d-b9f6-8db91b90f62b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90b09203-724d-4c21-bfe8-1ddd974726c6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90b09203-724d-4c21-bfe8-1ddd974726c6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14565299185516356915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456529918551635691514565299185516356915145652991855163569151456529918551635691514565299185516356915145652991855163569151456529918551635691514565299185516356915145652991855163569151456529918551635691514565299185516356915145652991855163569151456529918551635691514565299185516356915145652991855163569151456529918551635691514565299185516356915145652991855163569151456529918551635691514565299185516356915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86a5ebf6-35d1-4ef7-9ade-658a1e14f9cb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00380be5-a05f-4551-a2c8-0cfa31cf76fe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00380be5-a05f-4551-a2c8-0cfa31cf76fe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14400760508860296108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440076050886029610814400760508860296108144007605088602961081440076050886029610814400760508860296108144007605088602961081440076050886029610814400760508860296108144007605088602961081440076050886029610814400760508860296108144007605088602961081440076050886029610814400760508860296108144007605088602961081440076050886029610814400760508860296108144007605088602961081440076050886029610814400760508860296108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90b09203-724d-4c21-bfe8-1ddd974726c6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6b68bb7-f7ac-42ac-b74f-4cda9c3068d4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6b68bb7-f7ac-42ac-b74f-4cda9c3068d4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9147143699426408242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91471436994264082429147143699426408242914714369942640824291471436994264082429147143699426408242914714369942640824291471436994264082429147143699426408242914714369942640824291471436994264082429147143699426408242914714369942640824291471436994264082429147143699426408242914714369942640824291471436994264082429147143699426408242914714369942640824291471436994264082429147143699426408242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00380be5-a05f-4551-a2c8-0cfa31cf76fe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca463537-49bf-46da-8693-2661c0a8fb63, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6b68bb7-f7ac-42ac-b74f-4cda9c3068d4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f78756e-9b8b-45a5-8d5d-d0fe4d0094cb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca463537-49bf-46da-8693-2661c0a8fb63, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 700644129372235550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f78756e-9b8b-45a5-8d5d-d0fe4d0094cb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15580814560252644078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558081456025264407815580814560252644078155808145602526440781558081456025264407815580814560252644078155808145602526440781558081456025264407815580814560252644078155808145602526440781558081456025264407815580814560252644078155808145602526440781558081456025264407815580814560252644078155808145602526440781558081456025264407815580814560252644078155808145602526440781558081456025264407815580814560252644078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f78756e-9b8b-45a5-8d5d-d0fe4d0094cb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64d14464-0937-4333-af6f-55c87a2e3de6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64d14464-0937-4333-af6f-55c87a2e3de6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10856024061038786777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085602406103878677710856024061038786777108560240610387867771085602406103878677710856024061038786777108560240610387867771085602406103878677710856024061038786777108560240610387867771085602406103878677710856024061038786777108560240610387867771085602406103878677710856024061038786777108560240610387867771085602406103878677710856024061038786777108560240610387867771085602406103878677710856024061038786777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca463537-49bf-46da-8693-2661c0a8fb63, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d30b63ee-3755-4190-b51d-578d1d0a0b0d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d30b63ee-3755-4190-b51d-578d1d0a0b0d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2992419733221870638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29924197332218706382992419733221870638299241973322187063829924197332218706382992419733221870638299241973322187063829924197332218706382992419733221870638299241973322187063829924197332218706382992419733221870638299241973322187063829924197332218706382992419733221870638299241973322187063829924197332218706382992419733221870638299241973322187063829924197332218706382992419733221870638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64d14464-0937-4333-af6f-55c87a2e3de6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d30b63ee-3755-4190-b51d-578d1d0a0b0d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c87d8f33-1c8f-494c-8cb6-e8d542897e86, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80e33070-c682-4b71-ba32-89cb644ed909, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c87d8f33-1c8f-494c-8cb6-e8d542897e86, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15261871791094578011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526187179109457801115261871791094578011152618717910945780111526187179109457801115261871791094578011152618717910945780111526187179109457801115261871791094578011152618717910945780111526187179109457801115261871791094578011152618717910945780111526187179109457801115261871791094578011152618717910945780111526187179109457801115261871791094578011152618717910945780111526187179109457801115261871791094578011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e33070-c682-4b71-ba32-89cb644ed909, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14480987573326805021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448098757332680502114480987573326805021144809875733268050211448098757332680502114480987573326805021144809875733268050211448098757332680502114480987573326805021144809875733268050211448098757332680502114480987573326805021144809875733268050211448098757332680502114480987573326805021144809875733268050211448098757332680502114480987573326805021144809875733268050211448098757332680502114480987573326805021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c87d8f33-1c8f-494c-8cb6-e8d542897e86, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c377db7-ca6c-40a1-8d97-216efd237a28, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c377db7-ca6c-40a1-8d97-216efd237a28, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1850792502039769646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18507925020397696461850792502039769646185079250203976964618507925020397696461850792502039769646185079250203976964618507925020397696461850792502039769646185079250203976964618507925020397696461850792502039769646185079250203976964618507925020397696461850792502039769646185079250203976964618507925020397696461850792502039769646185079250203976964618507925020397696461850792502039769646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e33070-c682-4b71-ba32-89cb644ed909, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c377db7-ca6c-40a1-8d97-216efd237a28, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b11dea5-7722-4c87-aaeb-8914e9f75e01, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df9162f5-a3f3-4df0-87cc-215950cb1345, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df9162f5-a3f3-4df0-87cc-215950cb1345, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 820929371813423648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b11dea5-7722-4c87-aaeb-8914e9f75e01, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16323577699004030691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632357769900403069116323577699004030691163235776990040306911632357769900403069116323577699004030691163235776990040306911632357769900403069116323577699004030691163235776990040306911632357769900403069116323577699004030691163235776990040306911632357769900403069116323577699004030691163235776990040306911632357769900403069116323577699004030691163235776990040306911632357769900403069116323577699004030691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df9162f5-a3f3-4df0-87cc-215950cb1345, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d49ccb10-e3d7-465e-9e03-d92a68c9f13c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d49ccb10-e3d7-465e-9e03-d92a68c9f13c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7978177728426330019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79781777284263300197978177728426330019797817772842633001979781777284263300197978177728426330019797817772842633001979781777284263300197978177728426330019797817772842633001979781777284263300197978177728426330019797817772842633001979781777284263300197978177728426330019797817772842633001979781777284263300197978177728426330019797817772842633001979781777284263300197978177728426330019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b11dea5-7722-4c87-aaeb-8914e9f75e01, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db150c46-c383-4702-83c6-bf8e06c602c2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db150c46-c383-4702-83c6-bf8e06c602c2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10043524254875683637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004352425487568363710043524254875683637100435242548756836371004352425487568363710043524254875683637100435242548756836371004352425487568363710043524254875683637100435242548756836371004352425487568363710043524254875683637100435242548756836371004352425487568363710043524254875683637100435242548756836371004352425487568363710043524254875683637100435242548756836371004352425487568363710043524254875683637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d49ccb10-e3d7-465e-9e03-d92a68c9f13c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db150c46-c383-4702-83c6-bf8e06c602c2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 036b7fc6-aaf7-4412-a47c-c657656c94b7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33a2c731-d7f8-4f7a-a644-b32e91c0bbc7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33a2c731-d7f8-4f7a-a644-b32e91c0bbc7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2017600163469786017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20176001634697860172017600163469786017201760016346978601720176001634697860172017600163469786017201760016346978601720176001634697860172017600163469786017201760016346978601720176001634697860172017600163469786017201760016346978601720176001634697860172017600163469786017201760016346978601720176001634697860172017600163469786017201760016346978601720176001634697860172017600163469786017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 036b7fc6-aaf7-4412-a47c-c657656c94b7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12576674515025918910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257667451502591891012576674515025918910125766745150259189101257667451502591891012576674515025918910125766745150259189101257667451502591891012576674515025918910125766745150259189101257667451502591891012576674515025918910125766745150259189101257667451502591891012576674515025918910125766745150259189101257667451502591891012576674515025918910125766745150259189101257667451502591891012576674515025918910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33a2c731-d7f8-4f7a-a644-b32e91c0bbc7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 036b7fc6-aaf7-4412-a47c-c657656c94b7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54ef17c0-0825-4f46-acd6-24b81194e221, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e39b52e-bf91-4704-8351-3cb972c6a03e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e39b52e-bf91-4704-8351-3cb972c6a03e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12175755351317974958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217575535131797495812175755351317974958121757553513179749581217575535131797495812175755351317974958121757553513179749581217575535131797495812175755351317974958121757553513179749581217575535131797495812175755351317974958121757553513179749581217575535131797495812175755351317974958121757553513179749581217575535131797495812175755351317974958121757553513179749581217575535131797495812175755351317974958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54ef17c0-0825-4f46-acd6-24b81194e221, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13784101884678601119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378410188467860111913784101884678601119137841018846786011191378410188467860111913784101884678601119137841018846786011191378410188467860111913784101884678601119137841018846786011191378410188467860111913784101884678601119137841018846786011191378410188467860111913784101884678601119137841018846786011191378410188467860111913784101884678601119137841018846786011191378410188467860111913784101884678601119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54ef17c0-0825-4f46-acd6-24b81194e221, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f46595ef-8f1b-49c8-abc7-6bee53d959d9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f46595ef-8f1b-49c8-abc7-6bee53d959d9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 111032012136481160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e39b52e-bf91-4704-8351-3cb972c6a03e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e372fc01-9b66-48b3-b89d-1a97722354e8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e372fc01-9b66-48b3-b89d-1a97722354e8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17618278828122677677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761827882812267767717618278828122677677176182788281226776771761827882812267767717618278828122677677176182788281226776771761827882812267767717618278828122677677176182788281226776771761827882812267767717618278828122677677176182788281226776771761827882812267767717618278828122677677176182788281226776771761827882812267767717618278828122677677176182788281226776771761827882812267767717618278828122677677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f46595ef-8f1b-49c8-abc7-6bee53d959d9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e372fc01-9b66-48b3-b89d-1a97722354e8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 570c2681-c3a7-43da-bc28-a3dd599915dc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95e08554-99ff-400c-a768-5c42f24d8083, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95e08554-99ff-400c-a768-5c42f24d8083, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5478602998736479053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54786029987364790535478602998736479053547860299873647905354786029987364790535478602998736479053547860299873647905354786029987364790535478602998736479053547860299873647905354786029987364790535478602998736479053547860299873647905354786029987364790535478602998736479053547860299873647905354786029987364790535478602998736479053547860299873647905354786029987364790535478602998736479053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 570c2681-c3a7-43da-bc28-a3dd599915dc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16679294940684827077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667929494068482707716679294940684827077166792949406848270771667929494068482707716679294940684827077166792949406848270771667929494068482707716679294940684827077166792949406848270771667929494068482707716679294940684827077166792949406848270771667929494068482707716679294940684827077166792949406848270771667929494068482707716679294940684827077166792949406848270771667929494068482707716679294940684827077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95e08554-99ff-400c-a768-5c42f24d8083, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55e0221d-c456-4830-b310-22d474e37d2a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 570c2681-c3a7-43da-bc28-a3dd599915dc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abad2646-2420-43c2-b097-5331bed4972b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abad2646-2420-43c2-b097-5331bed4972b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 556570419133389269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55e0221d-c456-4830-b310-22d474e37d2a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16757095886575130937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675709588657513093716757095886575130937167570958865751309371675709588657513093716757095886575130937167570958865751309371675709588657513093716757095886575130937167570958865751309371675709588657513093716757095886575130937167570958865751309371675709588657513093716757095886575130937167570958865751309371675709588657513093716757095886575130937167570958865751309371675709588657513093716757095886575130937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abad2646-2420-43c2-b097-5331bed4972b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9caad7d3-8a33-4f8c-9549-e754a1b7051e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55e0221d-c456-4830-b310-22d474e37d2a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51a47d74-e6b4-40bc-a469-5367b5c7ab6d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51a47d74-e6b4-40bc-a469-5367b5c7ab6d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9143791999327885854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91437919993278858549143791999327885854914379199932788585491437919993278858549143791999327885854914379199932788585491437919993278858549143791999327885854914379199932788585491437919993278858549143791999327885854914379199932788585491437919993278858549143791999327885854914379199932788585491437919993278858549143791999327885854914379199932788585491437919993278858549143791999327885854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9caad7d3-8a33-4f8c-9549-e754a1b7051e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13011287235042820361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301128723504282036113011287235042820361130112872350428203611301128723504282036113011287235042820361130112872350428203611301128723504282036113011287235042820361130112872350428203611301128723504282036113011287235042820361130112872350428203611301128723504282036113011287235042820361130112872350428203611301128723504282036113011287235042820361130112872350428203611301128723504282036113011287235042820361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51a47d74-e6b4-40bc-a469-5367b5c7ab6d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9caad7d3-8a33-4f8c-9549-e754a1b7051e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e86c492-ba88-4b1c-bfdb-482d069f8900, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e86c492-ba88-4b1c-bfdb-482d069f8900, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5627063473002284912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56270634730022849125627063473002284912562706347300228491256270634730022849125627063473002284912562706347300228491256270634730022849125627063473002284912562706347300228491256270634730022849125627063473002284912562706347300228491256270634730022849125627063473002284912562706347300228491256270634730022849125627063473002284912562706347300228491256270634730022849125627063473002284912" } } } 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, fe786f18-e6bf-49f7-a3b0-b6bcf6d877eb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe786f18-e6bf-49f7-a3b0-b6bcf6d877eb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1535398768733667046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15353987687336670461535398768733667046153539876873366704615353987687336670461535398768733667046153539876873366704615353987687336670461535398768733667046153539876873366704615353987687336670461535398768733667046153539876873366704615353987687336670461535398768733667046153539876873366704615353987687336670461535398768733667046153539876873366704615353987687336670461535398768733667046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e86c492-ba88-4b1c-bfdb-482d069f8900, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2304735-7e2b-4303-a5af-390e11a4b9d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe786f18-e6bf-49f7-a3b0-b6bcf6d877eb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2304735-7e2b-4303-a5af-390e11a4b9d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12029761742640476863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202976174264047686312029761742640476863120297617426404768631202976174264047686312029761742640476863120297617426404768631202976174264047686312029761742640476863120297617426404768631202976174264047686312029761742640476863120297617426404768631202976174264047686312029761742640476863120297617426404768631202976174264047686312029761742640476863120297617426404768631202976174264047686312029761742640476863" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ed8e774-0621-4f4a-9165-0c9560720377, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ed8e774-0621-4f4a-9165-0c9560720377, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13305130001395937606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330513000139593760613305130001395937606133051300013959376061330513000139593760613305130001395937606133051300013959376061330513000139593760613305130001395937606133051300013959376061330513000139593760613305130001395937606133051300013959376061330513000139593760613305130001395937606133051300013959376061330513000139593760613305130001395937606133051300013959376061330513000139593760613305130001395937606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2304735-7e2b-4303-a5af-390e11a4b9d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ed8e774-0621-4f4a-9165-0c9560720377, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 290142b4-3084-4bdc-b29b-771d4fc7c79d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 290142b4-3084-4bdc-b29b-771d4fc7c79d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6926570961774981633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69265709617749816336926570961774981633692657096177498163369265709617749816336926570961774981633692657096177498163369265709617749816336926570961774981633692657096177498163369265709617749816336926570961774981633692657096177498163369265709617749816336926570961774981633692657096177498163369265709617749816336926570961774981633692657096177498163369265709617749816336926570961774981633" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d1b45f3-eb91-4023-b694-1a596913fcb4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d1b45f3-eb91-4023-b694-1a596913fcb4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6777853225603808003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67778532256038080036777853225603808003677785322560380800367778532256038080036777853225603808003677785322560380800367778532256038080036777853225603808003677785322560380800367778532256038080036777853225603808003677785322560380800367778532256038080036777853225603808003677785322560380800367778532256038080036777853225603808003677785322560380800367778532256038080036777853225603808003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 290142b4-3084-4bdc-b29b-771d4fc7c79d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dcff1b4-612b-4988-84c2-3221a90c67ea, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dcff1b4-612b-4988-84c2-3221a90c67ea, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12835375249782406696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283537524978240669612835375249782406696128353752497824066961283537524978240669612835375249782406696128353752497824066961283537524978240669612835375249782406696128353752497824066961283537524978240669612835375249782406696128353752497824066961283537524978240669612835375249782406696128353752497824066961283537524978240669612835375249782406696128353752497824066961283537524978240669612835375249782406696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d1b45f3-eb91-4023-b694-1a596913fcb4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31fee576-47b4-4730-8ead-481e2d71c39d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31fee576-47b4-4730-8ead-481e2d71c39d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4123814010778547771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41238140107785477714123814010778547771412381401077854777141238140107785477714123814010778547771412381401077854777141238140107785477714123814010778547771412381401077854777141238140107785477714123814010778547771412381401077854777141238140107785477714123814010778547771412381401077854777141238140107785477714123814010778547771412381401077854777141238140107785477714123814010778547771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dcff1b4-612b-4988-84c2-3221a90c67ea, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46215620-a4c3-43bc-aeb3-fcba7dd4f875, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46215620-a4c3-43bc-aeb3-fcba7dd4f875, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7543035162444597398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75430351624445973987543035162444597398754303516244459739875430351624445973987543035162444597398754303516244459739875430351624445973987543035162444597398754303516244459739875430351624445973987543035162444597398754303516244459739875430351624445973987543035162444597398754303516244459739875430351624445973987543035162444597398754303516244459739875430351624445973987543035162444597398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31fee576-47b4-4730-8ead-481e2d71c39d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 557b978a-453a-4b97-bd13-5fc4834be16a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 557b978a-453a-4b97-bd13-5fc4834be16a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10204242102969625763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020424210296962576310204242102969625763102042421029696257631020424210296962576310204242102969625763102042421029696257631020424210296962576310204242102969625763102042421029696257631020424210296962576310204242102969625763102042421029696257631020424210296962576310204242102969625763102042421029696257631020424210296962576310204242102969625763102042421029696257631020424210296962576310204242102969625763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46215620-a4c3-43bc-aeb3-fcba7dd4f875, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5072c100-815e-4cda-b744-36ac549367d0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5072c100-815e-4cda-b744-36ac549367d0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15028964550437837319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502896455043783731915028964550437837319150289645504378373191502896455043783731915028964550437837319150289645504378373191502896455043783731915028964550437837319150289645504378373191502896455043783731915028964550437837319150289645504378373191502896455043783731915028964550437837319150289645504378373191502896455043783731915028964550437837319150289645504378373191502896455043783731915028964550437837319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 557b978a-453a-4b97-bd13-5fc4834be16a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ca873cd-45e6-4e05-a543-7856eaff5cfe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5072c100-815e-4cda-b744-36ac549367d0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9394db48-a7d6-458e-869c-26c71469b019, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ca873cd-45e6-4e05-a543-7856eaff5cfe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6041489621414592229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60414896214145922296041489621414592229604148962141459222960414896214145922296041489621414592229604148962141459222960414896214145922296041489621414592229604148962141459222960414896214145922296041489621414592229604148962141459222960414896214145922296041489621414592229604148962141459222960414896214145922296041489621414592229604148962141459222960414896214145922296041489621414592229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9394db48-a7d6-458e-869c-26c71469b019, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2573741372598314193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25737413725983141932573741372598314193257374137259831419325737413725983141932573741372598314193257374137259831419325737413725983141932573741372598314193257374137259831419325737413725983141932573741372598314193257374137259831419325737413725983141932573741372598314193257374137259831419325737413725983141932573741372598314193257374137259831419325737413725983141932573741372598314193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ca873cd-45e6-4e05-a543-7856eaff5cfe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 789eae1b-a670-4c73-8f6d-39c30678f82d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 789eae1b-a670-4c73-8f6d-39c30678f82d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16255540302920343322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625554030292034332216255540302920343322162555403029203433221625554030292034332216255540302920343322162555403029203433221625554030292034332216255540302920343322162555403029203433221625554030292034332216255540302920343322162555403029203433221625554030292034332216255540302920343322162555403029203433221625554030292034332216255540302920343322162555403029203433221625554030292034332216255540302920343322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9394db48-a7d6-458e-869c-26c71469b019, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7fa09bb-4dbb-4d65-884e-0fa725e32a4c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7fa09bb-4dbb-4d65-884e-0fa725e32a4c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 739487016944111999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 789eae1b-a670-4c73-8f6d-39c30678f82d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1f5b376-b6b6-44a8-a624-77a9559f4e20, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1f5b376-b6b6-44a8-a624-77a9559f4e20, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1120629420026349799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11206294200263497991120629420026349799112062942002634979911206294200263497991120629420026349799112062942002634979911206294200263497991120629420026349799112062942002634979911206294200263497991120629420026349799112062942002634979911206294200263497991120629420026349799112062942002634979911206294200263497991120629420026349799112062942002634979911206294200263497991120629420026349799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7fa09bb-4dbb-4d65-884e-0fa725e32a4c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 264b87a9-88f9-4826-996b-7ee45577e195, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 264b87a9-88f9-4826-996b-7ee45577e195, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11843780537856327567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184378053785632756711843780537856327567118437805378563275671184378053785632756711843780537856327567118437805378563275671184378053785632756711843780537856327567118437805378563275671184378053785632756711843780537856327567118437805378563275671184378053785632756711843780537856327567118437805378563275671184378053785632756711843780537856327567118437805378563275671184378053785632756711843780537856327567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1f5b376-b6b6-44a8-a624-77a9559f4e20, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 264b87a9-88f9-4826-996b-7ee45577e195, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 960b2fb7-e940-4d91-b1d2-14670fa5489c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 960b2fb7-e940-4d91-b1d2-14670fa5489c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8297849168431131110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82978491684311311108297849168431131110829784916843113111082978491684311311108297849168431131110829784916843113111082978491684311311108297849168431131110829784916843113111082978491684311311108297849168431131110829784916843113111082978491684311311108297849168431131110829784916843113111082978491684311311108297849168431131110829784916843113111082978491684311311108297849168431131110" } } } 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, c0ce1d99-f37f-4376-8ca5-b86e61fb83af, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0ce1d99-f37f-4376-8ca5-b86e61fb83af, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9594293282563826122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95942932825638261229594293282563826122959429328256382612295942932825638261229594293282563826122959429328256382612295942932825638261229594293282563826122959429328256382612295942932825638261229594293282563826122959429328256382612295942932825638261229594293282563826122959429328256382612295942932825638261229594293282563826122959429328256382612295942932825638261229594293282563826122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 960b2fb7-e940-4d91-b1d2-14670fa5489c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6adc6de9-e453-4389-8dbc-043611684091, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6adc6de9-e453-4389-8dbc-043611684091, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 850732979429663754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0ce1d99-f37f-4376-8ca5-b86e61fb83af, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf61a888-0a57-4997-a217-1c18e731613f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf61a888-0a57-4997-a217-1c18e731613f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6818322102199308783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68183221021993087836818322102199308783681832210219930878368183221021993087836818322102199308783681832210219930878368183221021993087836818322102199308783681832210219930878368183221021993087836818322102199308783681832210219930878368183221021993087836818322102199308783681832210219930878368183221021993087836818322102199308783681832210219930878368183221021993087836818322102199308783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6adc6de9-e453-4389-8dbc-043611684091, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2baef0ea-0f65-4494-a1eb-1866290d47a0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2baef0ea-0f65-4494-a1eb-1866290d47a0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16683978487338727107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668397848733872710716683978487338727107166839784873387271071668397848733872710716683978487338727107166839784873387271071668397848733872710716683978487338727107166839784873387271071668397848733872710716683978487338727107166839784873387271071668397848733872710716683978487338727107166839784873387271071668397848733872710716683978487338727107166839784873387271071668397848733872710716683978487338727107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf61a888-0a57-4997-a217-1c18e731613f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3b0a892-1393-42ee-b454-e517416f5575, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3b0a892-1393-42ee-b454-e517416f5575, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14003240182685148581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400324018268514858114003240182685148581140032401826851485811400324018268514858114003240182685148581140032401826851485811400324018268514858114003240182685148581140032401826851485811400324018268514858114003240182685148581140032401826851485811400324018268514858114003240182685148581140032401826851485811400324018268514858114003240182685148581140032401826851485811400324018268514858114003240182685148581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2baef0ea-0f65-4494-a1eb-1866290d47a0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36596a5a-6456-4677-bb0f-e44c389ca96d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36596a5a-6456-4677-bb0f-e44c389ca96d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1877018202144588190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18770182021445881901877018202144588190187701820214458819018770182021445881901877018202144588190187701820214458819018770182021445881901877018202144588190187701820214458819018770182021445881901877018202144588190187701820214458819018770182021445881901877018202144588190187701820214458819018770182021445881901877018202144588190187701820214458819018770182021445881901877018202144588190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3b0a892-1393-42ee-b454-e517416f5575, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 231d68f7-40ee-40df-b89b-79cd224dd7d8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 231d68f7-40ee-40df-b89b-79cd224dd7d8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8035965736742253626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80359657367422536268035965736742253626803596573674225362680359657367422536268035965736742253626803596573674225362680359657367422536268035965736742253626803596573674225362680359657367422536268035965736742253626803596573674225362680359657367422536268035965736742253626803596573674225362680359657367422536268035965736742253626803596573674225362680359657367422536268035965736742253626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36596a5a-6456-4677-bb0f-e44c389ca96d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bacd073-477b-4181-987b-a4dc15e5b50e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bacd073-477b-4181-987b-a4dc15e5b50e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11115309978066752008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111530997806675200811115309978066752008111153099780667520081111530997806675200811115309978066752008111153099780667520081111530997806675200811115309978066752008111153099780667520081111530997806675200811115309978066752008111153099780667520081111530997806675200811115309978066752008111153099780667520081111530997806675200811115309978066752008111153099780667520081111530997806675200811115309978066752008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 231d68f7-40ee-40df-b89b-79cd224dd7d8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 346d3d83-bfab-48c9-a86e-5b744193256f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 346d3d83-bfab-48c9-a86e-5b744193256f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11158932536967342993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115893253696734299311158932536967342993111589325369673429931115893253696734299311158932536967342993111589325369673429931115893253696734299311158932536967342993111589325369673429931115893253696734299311158932536967342993111589325369673429931115893253696734299311158932536967342993111589325369673429931115893253696734299311158932536967342993111589325369673429931115893253696734299311158932536967342993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bacd073-477b-4181-987b-a4dc15e5b50e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 976017b8-993a-407f-8188-781a340cc781, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 976017b8-993a-407f-8188-781a340cc781, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13494803979202027868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349480397920202786813494803979202027868134948039792020278681349480397920202786813494803979202027868134948039792020278681349480397920202786813494803979202027868134948039792020278681349480397920202786813494803979202027868134948039792020278681349480397920202786813494803979202027868134948039792020278681349480397920202786813494803979202027868134948039792020278681349480397920202786813494803979202027868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 346d3d83-bfab-48c9-a86e-5b744193256f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9c0a889-acee-4cb5-9d27-bfaf86f4249b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9c0a889-acee-4cb5-9d27-bfaf86f4249b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14418825933641097365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441882593364109736514418825933641097365144188259336410973651441882593364109736514418825933641097365144188259336410973651441882593364109736514418825933641097365144188259336410973651441882593364109736514418825933641097365144188259336410973651441882593364109736514418825933641097365144188259336410973651441882593364109736514418825933641097365144188259336410973651441882593364109736514418825933641097365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 976017b8-993a-407f-8188-781a340cc781, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c89d8c4-3b0a-4d67-899c-a018fa9851ab, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c89d8c4-3b0a-4d67-899c-a018fa9851ab, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2155983335763738934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21559833357637389342155983335763738934215598333576373893421559833357637389342155983335763738934215598333576373893421559833357637389342155983335763738934215598333576373893421559833357637389342155983335763738934215598333576373893421559833357637389342155983335763738934215598333576373893421559833357637389342155983335763738934215598333576373893421559833357637389342155983335763738934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9c0a889-acee-4cb5-9d27-bfaf86f4249b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeaf3b36-16db-405e-9685-d072fca690d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeaf3b36-16db-405e-9685-d072fca690d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18066046063655458739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806604606365545873918066046063655458739180660460636554587391806604606365545873918066046063655458739180660460636554587391806604606365545873918066046063655458739180660460636554587391806604606365545873918066046063655458739180660460636554587391806604606365545873918066046063655458739180660460636554587391806604606365545873918066046063655458739180660460636554587391806604606365545873918066046063655458739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c89d8c4-3b0a-4d67-899c-a018fa9851ab, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ede9fa36-1d44-4ab3-9400-566ad0c026c2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede9fa36-1d44-4ab3-9400-566ad0c026c2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 752489092655995354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeaf3b36-16db-405e-9685-d072fca690d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fab7105-7251-4c50-9cd7-1b6cc010c9cb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fab7105-7251-4c50-9cd7-1b6cc010c9cb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7540261113374103786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75402611133741037867540261113374103786754026111337410378675402611133741037867540261113374103786754026111337410378675402611133741037867540261113374103786754026111337410378675402611133741037867540261113374103786754026111337410378675402611133741037867540261113374103786754026111337410378675402611133741037867540261113374103786754026111337410378675402611133741037867540261113374103786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede9fa36-1d44-4ab3-9400-566ad0c026c2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fab7105-7251-4c50-9cd7-1b6cc010c9cb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a80f129c-62ed-4ba8-a554-9085061d6f5a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 381483a3-fdcb-4c99-a8a6-49216018a57b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a80f129c-62ed-4ba8-a554-9085061d6f5a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11418470722141578120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141847072214157812011418470722141578120114184707221415781201141847072214157812011418470722141578120114184707221415781201141847072214157812011418470722141578120114184707221415781201141847072214157812011418470722141578120114184707221415781201141847072214157812011418470722141578120114184707221415781201141847072214157812011418470722141578120114184707221415781201141847072214157812011418470722141578120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 381483a3-fdcb-4c99-a8a6-49216018a57b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18348338770505417600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834833877050541760018348338770505417600183483387705054176001834833877050541760018348338770505417600183483387705054176001834833877050541760018348338770505417600183483387705054176001834833877050541760018348338770505417600183483387705054176001834833877050541760018348338770505417600183483387705054176001834833877050541760018348338770505417600183483387705054176001834833877050541760018348338770505417600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a80f129c-62ed-4ba8-a554-9085061d6f5a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bb8b304-f38d-4748-ba1b-197d6aefc00e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb8b304-f38d-4748-ba1b-197d6aefc00e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1264350805423163140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12643508054231631401264350805423163140126435080542316314012643508054231631401264350805423163140126435080542316314012643508054231631401264350805423163140126435080542316314012643508054231631401264350805423163140126435080542316314012643508054231631401264350805423163140126435080542316314012643508054231631401264350805423163140126435080542316314012643508054231631401264350805423163140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 381483a3-fdcb-4c99-a8a6-49216018a57b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6538a017-d442-4c75-a573-405798f98e6c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6538a017-d442-4c75-a573-405798f98e6c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7287445201662679759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72874452016626797597287445201662679759728744520166267975972874452016626797597287445201662679759728744520166267975972874452016626797597287445201662679759728744520166267975972874452016626797597287445201662679759728744520166267975972874452016626797597287445201662679759728744520166267975972874452016626797597287445201662679759728744520166267975972874452016626797597287445201662679759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb8b304-f38d-4748-ba1b-197d6aefc00e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bba4d40-2bdf-4405-b315-c58e0c961933, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bba4d40-2bdf-4405-b315-c58e0c961933, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11933340705149709958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193334070514970995811933340705149709958119333407051497099581193334070514970995811933340705149709958119333407051497099581193334070514970995811933340705149709958119333407051497099581193334070514970995811933340705149709958119333407051497099581193334070514970995811933340705149709958119333407051497099581193334070514970995811933340705149709958119333407051497099581193334070514970995811933340705149709958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6538a017-d442-4c75-a573-405798f98e6c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7876565-cd7d-42c5-a675-ac65bde567b9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7876565-cd7d-42c5-a675-ac65bde567b9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16864023988177894337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686402398817789433716864023988177894337168640239881778943371686402398817789433716864023988177894337168640239881778943371686402398817789433716864023988177894337168640239881778943371686402398817789433716864023988177894337168640239881778943371686402398817789433716864023988177894337168640239881778943371686402398817789433716864023988177894337168640239881778943371686402398817789433716864023988177894337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bba4d40-2bdf-4405-b315-c58e0c961933, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 070085ba-919a-48d3-a93e-a2c92658e5ca, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 070085ba-919a-48d3-a93e-a2c92658e5ca, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5349201519124309330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53492015191243093305349201519124309330534920151912430933053492015191243093305349201519124309330534920151912430933053492015191243093305349201519124309330534920151912430933053492015191243093305349201519124309330534920151912430933053492015191243093305349201519124309330534920151912430933053492015191243093305349201519124309330534920151912430933053492015191243093305349201519124309330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7876565-cd7d-42c5-a675-ac65bde567b9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1be61abc-afb8-4c7f-9887-71e6c68a34d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1be61abc-afb8-4c7f-9887-71e6c68a34d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18199828615336290893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819982861533629089318199828615336290893181998286153362908931819982861533629089318199828615336290893181998286153362908931819982861533629089318199828615336290893181998286153362908931819982861533629089318199828615336290893181998286153362908931819982861533629089318199828615336290893181998286153362908931819982861533629089318199828615336290893181998286153362908931819982861533629089318199828615336290893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 070085ba-919a-48d3-a93e-a2c92658e5ca, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d7b4ae3-3832-47cb-8f8d-d8466a625755, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d7b4ae3-3832-47cb-8f8d-d8466a625755, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8508672382709480317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85086723827094803178508672382709480317850867238270948031785086723827094803178508672382709480317850867238270948031785086723827094803178508672382709480317850867238270948031785086723827094803178508672382709480317850867238270948031785086723827094803178508672382709480317850867238270948031785086723827094803178508672382709480317850867238270948031785086723827094803178508672382709480317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1be61abc-afb8-4c7f-9887-71e6c68a34d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d7b4ae3-3832-47cb-8f8d-d8466a625755, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edbfcc03-cffa-49fc-aaee-0a987768036c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08fc20a7-5fd5-48d5-beed-d3eec82573b9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edbfcc03-cffa-49fc-aaee-0a987768036c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11982694894298878641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198269489429887864111982694894298878641119826948942988786411198269489429887864111982694894298878641119826948942988786411198269489429887864111982694894298878641119826948942988786411198269489429887864111982694894298878641119826948942988786411198269489429887864111982694894298878641119826948942988786411198269489429887864111982694894298878641119826948942988786411198269489429887864111982694894298878641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08fc20a7-5fd5-48d5-beed-d3eec82573b9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13310131958255058858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331013195825505885813310131958255058858133101319582550588581331013195825505885813310131958255058858133101319582550588581331013195825505885813310131958255058858133101319582550588581331013195825505885813310131958255058858133101319582550588581331013195825505885813310131958255058858133101319582550588581331013195825505885813310131958255058858133101319582550588581331013195825505885813310131958255058858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edbfcc03-cffa-49fc-aaee-0a987768036c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08fc20a7-5fd5-48d5-beed-d3eec82573b9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24da68f0-d903-48f7-88a4-65e006855d1e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24da68f0-d903-48f7-88a4-65e006855d1e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18156688865201992406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815668886520199240618156688865201992406181566888652019924061815668886520199240618156688865201992406181566888652019924061815668886520199240618156688865201992406181566888652019924061815668886520199240618156688865201992406181566888652019924061815668886520199240618156688865201992406181566888652019924061815668886520199240618156688865201992406181566888652019924061815668886520199240618156688865201992406" } } } 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, 3b0a17ef-e6cb-44bd-b72b-06de1d9f76c5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b0a17ef-e6cb-44bd-b72b-06de1d9f76c5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7565897992277933684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75658979922779336847565897992277933684756589799227793368475658979922779336847565897992277933684756589799227793368475658979922779336847565897992277933684756589799227793368475658979922779336847565897992277933684756589799227793368475658979922779336847565897992277933684756589799227793368475658979922779336847565897992277933684756589799227793368475658979922779336847565897992277933684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24da68f0-d903-48f7-88a4-65e006855d1e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5c50d7f-1903-4753-bd14-435a2ad46ce3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b0a17ef-e6cb-44bd-b72b-06de1d9f76c5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5c50d7f-1903-4753-bd14-435a2ad46ce3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13511662390674679210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351166239067467921013511662390674679210135116623906746792101351166239067467921013511662390674679210135116623906746792101351166239067467921013511662390674679210135116623906746792101351166239067467921013511662390674679210135116623906746792101351166239067467921013511662390674679210135116623906746792101351166239067467921013511662390674679210135116623906746792101351166239067467921013511662390674679210" } } } 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, 26138122-8c9c-4071-b19f-568760c55462, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26138122-8c9c-4071-b19f-568760c55462, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13980838579975994556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398083857997599455613980838579975994556139808385799759945561398083857997599455613980838579975994556139808385799759945561398083857997599455613980838579975994556139808385799759945561398083857997599455613980838579975994556139808385799759945561398083857997599455613980838579975994556139808385799759945561398083857997599455613980838579975994556139808385799759945561398083857997599455613980838579975994556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5c50d7f-1903-4753-bd14-435a2ad46ce3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a35f2eca-9e48-427f-8316-a55a6da1a401, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26138122-8c9c-4071-b19f-568760c55462, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56fa3fcd-9727-4392-a4af-1f4bc0da90bf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35f2eca-9e48-427f-8316-a55a6da1a401, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1953512846058994588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19535128460589945881953512846058994588195351284605899458819535128460589945881953512846058994588195351284605899458819535128460589945881953512846058994588195351284605899458819535128460589945881953512846058994588195351284605899458819535128460589945881953512846058994588195351284605899458819535128460589945881953512846058994588195351284605899458819535128460589945881953512846058994588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56fa3fcd-9727-4392-a4af-1f4bc0da90bf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17119927344340756681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711992734434075668117119927344340756681171199273443407566811711992734434075668117119927344340756681171199273443407566811711992734434075668117119927344340756681171199273443407566811711992734434075668117119927344340756681171199273443407566811711992734434075668117119927344340756681171199273443407566811711992734434075668117119927344340756681171199273443407566811711992734434075668117119927344340756681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a35f2eca-9e48-427f-8316-a55a6da1a401, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27debfe5-5fc8-4c81-9b78-0dca23ec786b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27debfe5-5fc8-4c81-9b78-0dca23ec786b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3376426094230248206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33764260942302482063376426094230248206337642609423024820633764260942302482063376426094230248206337642609423024820633764260942302482063376426094230248206337642609423024820633764260942302482063376426094230248206337642609423024820633764260942302482063376426094230248206337642609423024820633764260942302482063376426094230248206337642609423024820633764260942302482063376426094230248206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56fa3fcd-9727-4392-a4af-1f4bc0da90bf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73e41e92-eb8d-498c-a6e6-6843c0b627b4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73e41e92-eb8d-498c-a6e6-6843c0b627b4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17258325307733868667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725832530773386866717258325307733868667172583253077338686671725832530773386866717258325307733868667172583253077338686671725832530773386866717258325307733868667172583253077338686671725832530773386866717258325307733868667172583253077338686671725832530773386866717258325307733868667172583253077338686671725832530773386866717258325307733868667172583253077338686671725832530773386866717258325307733868667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27debfe5-5fc8-4c81-9b78-0dca23ec786b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7409d3ea-c559-41f0-9aa9-8ddd9e4c7083, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7409d3ea-c559-41f0-9aa9-8ddd9e4c7083, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17290263827500821951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729026382750082195117290263827500821951172902638275008219511729026382750082195117290263827500821951172902638275008219511729026382750082195117290263827500821951172902638275008219511729026382750082195117290263827500821951172902638275008219511729026382750082195117290263827500821951172902638275008219511729026382750082195117290263827500821951172902638275008219511729026382750082195117290263827500821951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73e41e92-eb8d-498c-a6e6-6843c0b627b4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7c0177c-da7d-4e20-af61-fe781ddeb09e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7c0177c-da7d-4e20-af61-fe781ddeb09e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11137124988667003585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113712498866700358511137124988667003585111371249886670035851113712498866700358511137124988667003585111371249886670035851113712498866700358511137124988667003585111371249886670035851113712498866700358511137124988667003585111371249886670035851113712498866700358511137124988667003585111371249886670035851113712498866700358511137124988667003585111371249886670035851113712498866700358511137124988667003585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7409d3ea-c559-41f0-9aa9-8ddd9e4c7083, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b7b5159-5366-4220-bd92-dfc3469975fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b7b5159-5366-4220-bd92-dfc3469975fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17732627159930401239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773262715993040123917732627159930401239177326271599304012391773262715993040123917732627159930401239177326271599304012391773262715993040123917732627159930401239177326271599304012391773262715993040123917732627159930401239177326271599304012391773262715993040123917732627159930401239177326271599304012391773262715993040123917732627159930401239177326271599304012391773262715993040123917732627159930401239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7c0177c-da7d-4e20-af61-fe781ddeb09e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9241e601-bc22-4354-94a3-61de2682aa3f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9241e601-bc22-4354-94a3-61de2682aa3f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9323637323593920406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93236373235939204069323637323593920406932363732359392040693236373235939204069323637323593920406932363732359392040693236373235939204069323637323593920406932363732359392040693236373235939204069323637323593920406932363732359392040693236373235939204069323637323593920406932363732359392040693236373235939204069323637323593920406932363732359392040693236373235939204069323637323593920406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b7b5159-5366-4220-bd92-dfc3469975fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 305f65d6-e636-4941-9e88-1c2612a5b464, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9241e601-bc22-4354-94a3-61de2682aa3f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e47a5961-21a8-4ad0-a964-a44f61b554d5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 305f65d6-e636-4941-9e88-1c2612a5b464, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13139323857000433437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313932385700043343713139323857000433437131393238570004334371313932385700043343713139323857000433437131393238570004334371313932385700043343713139323857000433437131393238570004334371313932385700043343713139323857000433437131393238570004334371313932385700043343713139323857000433437131393238570004334371313932385700043343713139323857000433437131393238570004334371313932385700043343713139323857000433437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e47a5961-21a8-4ad0-a964-a44f61b554d5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5248402745943443682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52484027459434436825248402745943443682524840274594344368252484027459434436825248402745943443682524840274594344368252484027459434436825248402745943443682524840274594344368252484027459434436825248402745943443682524840274594344368252484027459434436825248402745943443682524840274594344368252484027459434436825248402745943443682524840274594344368252484027459434436825248402745943443682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 305f65d6-e636-4941-9e88-1c2612a5b464, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b69037fa-3423-4a4a-9eb4-6366682ed388, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b69037fa-3423-4a4a-9eb4-6366682ed388, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15391566754325115353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539156675432511535315391566754325115353153915667543251153531539156675432511535315391566754325115353153915667543251153531539156675432511535315391566754325115353153915667543251153531539156675432511535315391566754325115353153915667543251153531539156675432511535315391566754325115353153915667543251153531539156675432511535315391566754325115353153915667543251153531539156675432511535315391566754325115353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e47a5961-21a8-4ad0-a964-a44f61b554d5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3b12e2e-bd3f-4e9d-ae10-dd895f339b09, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3b12e2e-bd3f-4e9d-ae10-dd895f339b09, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1143800711049556359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11438007110495563591143800711049556359114380071104955635911438007110495563591143800711049556359114380071104955635911438007110495563591143800711049556359114380071104955635911438007110495563591143800711049556359114380071104955635911438007110495563591143800711049556359114380071104955635911438007110495563591143800711049556359114380071104955635911438007110495563591143800711049556359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b69037fa-3423-4a4a-9eb4-6366682ed388, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a2cbefe-aef5-49be-9140-e0466977b6d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a2cbefe-aef5-49be-9140-e0466977b6d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3664555444631733868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36645554446317338683664555444631733868366455544463173386836645554446317338683664555444631733868366455544463173386836645554446317338683664555444631733868366455544463173386836645554446317338683664555444631733868366455544463173386836645554446317338683664555444631733868366455544463173386836645554446317338683664555444631733868366455544463173386836645554446317338683664555444631733868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3b12e2e-bd3f-4e9d-ae10-dd895f339b09, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95e24a2e-a0c3-45aa-886f-9ab5393b91b7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95e24a2e-a0c3-45aa-886f-9ab5393b91b7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13299955189185263373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329995518918526337313299955189185263373132999551891852633731329995518918526337313299955189185263373132999551891852633731329995518918526337313299955189185263373132999551891852633731329995518918526337313299955189185263373132999551891852633731329995518918526337313299955189185263373132999551891852633731329995518918526337313299955189185263373132999551891852633731329995518918526337313299955189185263373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a2cbefe-aef5-49be-9140-e0466977b6d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53e7bbbc-eb8c-45c2-b7a3-1b4306def8ab, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53e7bbbc-eb8c-45c2-b7a3-1b4306def8ab, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5675132707063092259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56751327070630922595675132707063092259567513270706309225956751327070630922595675132707063092259567513270706309225956751327070630922595675132707063092259567513270706309225956751327070630922595675132707063092259567513270706309225956751327070630922595675132707063092259567513270706309225956751327070630922595675132707063092259567513270706309225956751327070630922595675132707063092259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95e24a2e-a0c3-45aa-886f-9ab5393b91b7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53e7bbbc-eb8c-45c2-b7a3-1b4306def8ab, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7ea2dd3-4e5f-486b-ad73-d4b83693c644, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7ea2dd3-4e5f-486b-ad73-d4b83693c644, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16732102523489614810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673210252348961481016732102523489614810167321025234896148101673210252348961481016732102523489614810167321025234896148101673210252348961481016732102523489614810167321025234896148101673210252348961481016732102523489614810167321025234896148101673210252348961481016732102523489614810167321025234896148101673210252348961481016732102523489614810167321025234896148101673210252348961481016732102523489614810" } } } 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, 30695c61-fe7b-4dc7-82aa-49f4fe16cd13, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30695c61-fe7b-4dc7-82aa-49f4fe16cd13, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13409958132457614244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340995813245761424413409958132457614244134099581324576142441340995813245761424413409958132457614244134099581324576142441340995813245761424413409958132457614244134099581324576142441340995813245761424413409958132457614244134099581324576142441340995813245761424413409958132457614244134099581324576142441340995813245761424413409958132457614244134099581324576142441340995813245761424413409958132457614244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30695c61-fe7b-4dc7-82aa-49f4fe16cd13, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7ea2dd3-4e5f-486b-ad73-d4b83693c644, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc570d35-84de-408a-97bb-fd439af3e60a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc570d35-84de-408a-97bb-fd439af3e60a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3599443073259962879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35994430732599628793599443073259962879359944307325996287935994430732599628793599443073259962879359944307325996287935994430732599628793599443073259962879359944307325996287935994430732599628793599443073259962879359944307325996287935994430732599628793599443073259962879359944307325996287935994430732599628793599443073259962879359944307325996287935994430732599628793599443073259962879" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6433c10-3cdd-4096-a5f7-aa9f9a7c5f53, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6433c10-3cdd-4096-a5f7-aa9f9a7c5f53, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9792102722571600303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97921027225716003039792102722571600303979210272257160030397921027225716003039792102722571600303979210272257160030397921027225716003039792102722571600303979210272257160030397921027225716003039792102722571600303979210272257160030397921027225716003039792102722571600303979210272257160030397921027225716003039792102722571600303979210272257160030397921027225716003039792102722571600303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc570d35-84de-408a-97bb-fd439af3e60a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 736608e9-46f3-4c56-8a0c-cece9e7c4ec5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 736608e9-46f3-4c56-8a0c-cece9e7c4ec5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3593734974403228818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35937349744032288183593734974403228818359373497440322881835937349744032288183593734974403228818359373497440322881835937349744032288183593734974403228818359373497440322881835937349744032288183593734974403228818359373497440322881835937349744032288183593734974403228818359373497440322881835937349744032288183593734974403228818359373497440322881835937349744032288183593734974403228818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6433c10-3cdd-4096-a5f7-aa9f9a7c5f53, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 736608e9-46f3-4c56-8a0c-cece9e7c4ec5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88f064a5-276c-4dd0-a1f3-d147afdd779e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f064a5-276c-4dd0-a1f3-d147afdd779e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3421999442116615690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34219994421166156903421999442116615690342199944211661569034219994421166156903421999442116615690342199944211661569034219994421166156903421999442116615690342199944211661569034219994421166156903421999442116615690342199944211661569034219994421166156903421999442116615690342199944211661569034219994421166156903421999442116615690342199944211661569034219994421166156903421999442116615690" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa3aaecd-ecdf-44f1-86ec-a0e4a7fb9073, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa3aaecd-ecdf-44f1-86ec-a0e4a7fb9073, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16557837805877290116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655783780587729011616557837805877290116165578378058772901161655783780587729011616557837805877290116165578378058772901161655783780587729011616557837805877290116165578378058772901161655783780587729011616557837805877290116165578378058772901161655783780587729011616557837805877290116165578378058772901161655783780587729011616557837805877290116165578378058772901161655783780587729011616557837805877290116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f064a5-276c-4dd0-a1f3-d147afdd779e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79722346-62dd-4b1f-aff4-9fc328b3e810, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa3aaecd-ecdf-44f1-86ec-a0e4a7fb9073, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc8124ea-adb1-4208-8abe-aa3e658af41e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8124ea-adb1-4208-8abe-aa3e658af41e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14133858739068059434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413385873906805943414133858739068059434141338587390680594341413385873906805943414133858739068059434141338587390680594341413385873906805943414133858739068059434141338587390680594341413385873906805943414133858739068059434141338587390680594341413385873906805943414133858739068059434141338587390680594341413385873906805943414133858739068059434141338587390680594341413385873906805943414133858739068059434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79722346-62dd-4b1f-aff4-9fc328b3e810, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11496800329044474842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149680032904447484211496800329044474842114968003290444748421149680032904447484211496800329044474842114968003290444748421149680032904447484211496800329044474842114968003290444748421149680032904447484211496800329044474842114968003290444748421149680032904447484211496800329044474842114968003290444748421149680032904447484211496800329044474842114968003290444748421149680032904447484211496800329044474842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8124ea-adb1-4208-8abe-aa3e658af41e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9faa9bf-4cb6-47c6-9290-5f5a4d5b507b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79722346-62dd-4b1f-aff4-9fc328b3e810, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9faa9bf-4cb6-47c6-9290-5f5a4d5b507b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6845049576697568035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68450495766975680356845049576697568035684504957669756803568450495766975680356845049576697568035684504957669756803568450495766975680356845049576697568035684504957669756803568450495766975680356845049576697568035684504957669756803568450495766975680356845049576697568035684504957669756803568450495766975680356845049576697568035684504957669756803568450495766975680356845049576697568035" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb635a72-6cf1-441b-807b-cf3dbdd8f9b2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb635a72-6cf1-441b-807b-cf3dbdd8f9b2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7250777755751685537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72507777557516855377250777755751685537725077775575168553772507777557516855377250777755751685537725077775575168553772507777557516855377250777755751685537725077775575168553772507777557516855377250777755751685537725077775575168553772507777557516855377250777755751685537725077775575168553772507777557516855377250777755751685537725077775575168553772507777557516855377250777755751685537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9faa9bf-4cb6-47c6-9290-5f5a4d5b507b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4166a057-e893-4400-9ecb-392d1cd93512, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb635a72-6cf1-441b-807b-cf3dbdd8f9b2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4166a057-e893-4400-9ecb-392d1cd93512, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 218846053728552494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7ba45f5-3a6d-4e66-b053-1967b3e7c63b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7ba45f5-3a6d-4e66-b053-1967b3e7c63b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4522407948979902420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45224079489799024204522407948979902420452240794897990242045224079489799024204522407948979902420452240794897990242045224079489799024204522407948979902420452240794897990242045224079489799024204522407948979902420452240794897990242045224079489799024204522407948979902420452240794897990242045224079489799024204522407948979902420452240794897990242045224079489799024204522407948979902420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4166a057-e893-4400-9ecb-392d1cd93512, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1ba6eab-e7ef-4ebd-8a6d-5c757f282ca2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1ba6eab-e7ef-4ebd-8a6d-5c757f282ca2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12512453164135796670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251245316413579667012512453164135796670125124531641357966701251245316413579667012512453164135796670125124531641357966701251245316413579667012512453164135796670125124531641357966701251245316413579667012512453164135796670125124531641357966701251245316413579667012512453164135796670125124531641357966701251245316413579667012512453164135796670125124531641357966701251245316413579667012512453164135796670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7ba45f5-3a6d-4e66-b053-1967b3e7c63b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 794b767c-84a1-49f3-8b10-1c3a02d92f4a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 794b767c-84a1-49f3-8b10-1c3a02d92f4a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6475037542161080047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64750375421610800476475037542161080047647503754216108004764750375421610800476475037542161080047647503754216108004764750375421610800476475037542161080047647503754216108004764750375421610800476475037542161080047647503754216108004764750375421610800476475037542161080047647503754216108004764750375421610800476475037542161080047647503754216108004764750375421610800476475037542161080047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1ba6eab-e7ef-4ebd-8a6d-5c757f282ca2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff3c3025-f4cb-40df-98c8-3542985cc090, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff3c3025-f4cb-40df-98c8-3542985cc090, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5641765484520294366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56417654845202943665641765484520294366564176548452029436656417654845202943665641765484520294366564176548452029436656417654845202943665641765484520294366564176548452029436656417654845202943665641765484520294366564176548452029436656417654845202943665641765484520294366564176548452029436656417654845202943665641765484520294366564176548452029436656417654845202943665641765484520294366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 794b767c-84a1-49f3-8b10-1c3a02d92f4a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff3c3025-f4cb-40df-98c8-3542985cc090, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5926a3ac-ffe6-43f8-9ba9-3d5809c6c7be, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5926a3ac-ffe6-43f8-9ba9-3d5809c6c7be, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11440584973115202316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144058497311520231611440584973115202316114405849731152023161144058497311520231611440584973115202316114405849731152023161144058497311520231611440584973115202316114405849731152023161144058497311520231611440584973115202316114405849731152023161144058497311520231611440584973115202316114405849731152023161144058497311520231611440584973115202316114405849731152023161144058497311520231611440584973115202316" } } } 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, 1b57e4ce-43b3-4078-801b-badfbb0cf118, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b57e4ce-43b3-4078-801b-badfbb0cf118, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13720524763431649190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372052476343164919013720524763431649190137205247634316491901372052476343164919013720524763431649190137205247634316491901372052476343164919013720524763431649190137205247634316491901372052476343164919013720524763431649190137205247634316491901372052476343164919013720524763431649190137205247634316491901372052476343164919013720524763431649190137205247634316491901372052476343164919013720524763431649190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5926a3ac-ffe6-43f8-9ba9-3d5809c6c7be, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3069b1b-8028-49e2-8a99-f3a2228a8191, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3069b1b-8028-49e2-8a99-f3a2228a8191, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15364291025275352203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536429102527535220315364291025275352203153642910252753522031536429102527535220315364291025275352203153642910252753522031536429102527535220315364291025275352203153642910252753522031536429102527535220315364291025275352203153642910252753522031536429102527535220315364291025275352203153642910252753522031536429102527535220315364291025275352203153642910252753522031536429102527535220315364291025275352203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b57e4ce-43b3-4078-801b-badfbb0cf118, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a79b603a-d714-447d-94d4-494bd5595089, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a79b603a-d714-447d-94d4-494bd5595089, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5292490725875109671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52924907258751096715292490725875109671529249072587510967152924907258751096715292490725875109671529249072587510967152924907258751096715292490725875109671529249072587510967152924907258751096715292490725875109671529249072587510967152924907258751096715292490725875109671529249072587510967152924907258751096715292490725875109671529249072587510967152924907258751096715292490725875109671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3069b1b-8028-49e2-8a99-f3a2228a8191, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f666f14-d5ac-4ef0-88bf-44f09099f427, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f666f14-d5ac-4ef0-88bf-44f09099f427, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15903875841129417768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590387584112941776815903875841129417768159038758411294177681590387584112941776815903875841129417768159038758411294177681590387584112941776815903875841129417768159038758411294177681590387584112941776815903875841129417768159038758411294177681590387584112941776815903875841129417768159038758411294177681590387584112941776815903875841129417768159038758411294177681590387584112941776815903875841129417768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a79b603a-d714-447d-94d4-494bd5595089, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ec9ede1-8649-47e7-85df-689c62153d69, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f666f14-d5ac-4ef0-88bf-44f09099f427, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ec9ede1-8649-47e7-85df-689c62153d69, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4886288055450505943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48862880554505059434886288055450505943488628805545050594348862880554505059434886288055450505943488628805545050594348862880554505059434886288055450505943488628805545050594348862880554505059434886288055450505943488628805545050594348862880554505059434886288055450505943488628805545050594348862880554505059434886288055450505943488628805545050594348862880554505059434886288055450505943" } } } 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, 5dddf843-52be-4e8f-a151-e92be79985ed, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dddf843-52be-4e8f-a151-e92be79985ed, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14854457446065461857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485445744606546185714854457446065461857148544574460654618571485445744606546185714854457446065461857148544574460654618571485445744606546185714854457446065461857148544574460654618571485445744606546185714854457446065461857148544574460654618571485445744606546185714854457446065461857148544574460654618571485445744606546185714854457446065461857148544574460654618571485445744606546185714854457446065461857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ec9ede1-8649-47e7-85df-689c62153d69, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dddf843-52be-4e8f-a151-e92be79985ed, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96a549e3-aafe-4d4e-8712-cd723feb244c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96a549e3-aafe-4d4e-8712-cd723feb244c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14345969347814237475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434596934781423747514345969347814237475143459693478142374751434596934781423747514345969347814237475143459693478142374751434596934781423747514345969347814237475143459693478142374751434596934781423747514345969347814237475143459693478142374751434596934781423747514345969347814237475143459693478142374751434596934781423747514345969347814237475143459693478142374751434596934781423747514345969347814237475" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab1b1a49-9fa0-4532-a013-7c58b4219646, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab1b1a49-9fa0-4532-a013-7c58b4219646, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 330661013536826637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96a549e3-aafe-4d4e-8712-cd723feb244c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35f32833-db5d-4008-8d44-aedb8a42e18d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35f32833-db5d-4008-8d44-aedb8a42e18d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 321589265704461353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab1b1a49-9fa0-4532-a013-7c58b4219646, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd73bad4-8a60-44cd-bc67-5176ea3753e0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd73bad4-8a60-44cd-bc67-5176ea3753e0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8606508040370292891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86065080403702928918606508040370292891860650804037029289186065080403702928918606508040370292891860650804037029289186065080403702928918606508040370292891860650804037029289186065080403702928918606508040370292891860650804037029289186065080403702928918606508040370292891860650804037029289186065080403702928918606508040370292891860650804037029289186065080403702928918606508040370292891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35f32833-db5d-4008-8d44-aedb8a42e18d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce85da86-8c62-4317-ad4f-7e462e442e87, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce85da86-8c62-4317-ad4f-7e462e442e87, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12458450810815715744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245845081081571574412458450810815715744124584508108157157441245845081081571574412458450810815715744124584508108157157441245845081081571574412458450810815715744124584508108157157441245845081081571574412458450810815715744124584508108157157441245845081081571574412458450810815715744124584508108157157441245845081081571574412458450810815715744124584508108157157441245845081081571574412458450810815715744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd73bad4-8a60-44cd-bc67-5176ea3753e0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 911e3f0b-2231-4950-aee9-79d11eef5199, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 911e3f0b-2231-4950-aee9-79d11eef5199, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1302024019265023992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13020240192650239921302024019265023992130202401926502399213020240192650239921302024019265023992130202401926502399213020240192650239921302024019265023992130202401926502399213020240192650239921302024019265023992130202401926502399213020240192650239921302024019265023992130202401926502399213020240192650239921302024019265023992130202401926502399213020240192650239921302024019265023992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce85da86-8c62-4317-ad4f-7e462e442e87, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 911e3f0b-2231-4950-aee9-79d11eef5199, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8af34127-d5f9-4066-8004-78b106a8d9ff, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8af34127-d5f9-4066-8004-78b106a8d9ff, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18032326250900587276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803232625090058727618032326250900587276180323262509005872761803232625090058727618032326250900587276180323262509005872761803232625090058727618032326250900587276180323262509005872761803232625090058727618032326250900587276180323262509005872761803232625090058727618032326250900587276180323262509005872761803232625090058727618032326250900587276180323262509005872761803232625090058727618032326250900587276" } } } 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, 14509b25-7866-4709-8925-c12a31363f96, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8af34127-d5f9-4066-8004-78b106a8d9ff, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14509b25-7866-4709-8925-c12a31363f96, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10351001918112427846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035100191811242784610351001918112427846103510019181124278461035100191811242784610351001918112427846103510019181124278461035100191811242784610351001918112427846103510019181124278461035100191811242784610351001918112427846103510019181124278461035100191811242784610351001918112427846103510019181124278461035100191811242784610351001918112427846103510019181124278461035100191811242784610351001918112427846" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2304fc48-70cc-4612-832d-466f92f2a2ea, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2304fc48-70cc-4612-832d-466f92f2a2ea, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15908205560552196384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590820556055219638415908205560552196384159082055605521963841590820556055219638415908205560552196384159082055605521963841590820556055219638415908205560552196384159082055605521963841590820556055219638415908205560552196384159082055605521963841590820556055219638415908205560552196384159082055605521963841590820556055219638415908205560552196384159082055605521963841590820556055219638415908205560552196384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14509b25-7866-4709-8925-c12a31363f96, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fcc0d19-0d9d-4cbf-952c-39ca48de389b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fcc0d19-0d9d-4cbf-952c-39ca48de389b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13792659030071882649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379265903007188264913792659030071882649137926590300718826491379265903007188264913792659030071882649137926590300718826491379265903007188264913792659030071882649137926590300718826491379265903007188264913792659030071882649137926590300718826491379265903007188264913792659030071882649137926590300718826491379265903007188264913792659030071882649137926590300718826491379265903007188264913792659030071882649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2304fc48-70cc-4612-832d-466f92f2a2ea, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beb0d2b7-d70a-4d9e-aaa1-d66c4511eb5a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beb0d2b7-d70a-4d9e-aaa1-d66c4511eb5a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2601117620792878454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26011176207928784542601117620792878454260111762079287845426011176207928784542601117620792878454260111762079287845426011176207928784542601117620792878454260111762079287845426011176207928784542601117620792878454260111762079287845426011176207928784542601117620792878454260111762079287845426011176207928784542601117620792878454260111762079287845426011176207928784542601117620792878454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fcc0d19-0d9d-4cbf-952c-39ca48de389b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beb0d2b7-d70a-4d9e-aaa1-d66c4511eb5a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f03ef9cb-8771-4c62-b6c0-3babf28cbde2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f03ef9cb-8771-4c62-b6c0-3babf28cbde2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 64955696294298568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6495569629429856864955696294298568649556962942985686495569629429856864955696294298568649556962942985686495569629429856864955696294298568649556962942985686495569629429856864955696294298568649556962942985686495569629429856864955696294298568649556962942985686495569629429856864955696294298568649556962942985686495569629429856864955696294298568" } } } 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, 7107a2f0-640f-4123-8413-e8b13f3bdca7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7107a2f0-640f-4123-8413-e8b13f3bdca7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4454538055685302325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44545380556853023254454538055685302325445453805568530232544545380556853023254454538055685302325445453805568530232544545380556853023254454538055685302325445453805568530232544545380556853023254454538055685302325445453805568530232544545380556853023254454538055685302325445453805568530232544545380556853023254454538055685302325445453805568530232544545380556853023254454538055685302325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f03ef9cb-8771-4c62-b6c0-3babf28cbde2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58baa31a-d94a-4271-ba9d-a931689fd245, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58baa31a-d94a-4271-ba9d-a931689fd245, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7908737139798894190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79087371397988941907908737139798894190790873713979889419079087371397988941907908737139798894190790873713979889419079087371397988941907908737139798894190790873713979889419079087371397988941907908737139798894190790873713979889419079087371397988941907908737139798894190790873713979889419079087371397988941907908737139798894190790873713979889419079087371397988941907908737139798894190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7107a2f0-640f-4123-8413-e8b13f3bdca7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7b874a4-4195-4ced-9f46-04224f1060e0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b874a4-4195-4ced-9f46-04224f1060e0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6096305459255835318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60963054592558353186096305459255835318609630545925583531860963054592558353186096305459255835318609630545925583531860963054592558353186096305459255835318609630545925583531860963054592558353186096305459255835318609630545925583531860963054592558353186096305459255835318609630545925583531860963054592558353186096305459255835318609630545925583531860963054592558353186096305459255835318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58baa31a-d94a-4271-ba9d-a931689fd245, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc1dbd36-7b87-4413-9cb0-eebdda6d1e2d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc1dbd36-7b87-4413-9cb0-eebdda6d1e2d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5223698970930630933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52236989709306309335223698970930630933522369897093063093352236989709306309335223698970930630933522369897093063093352236989709306309335223698970930630933522369897093063093352236989709306309335223698970930630933522369897093063093352236989709306309335223698970930630933522369897093063093352236989709306309335223698970930630933522369897093063093352236989709306309335223698970930630933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b874a4-4195-4ced-9f46-04224f1060e0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13f14777-11f2-4bfa-a6e2-9b9980f450a7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13f14777-11f2-4bfa-a6e2-9b9980f450a7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8135319841139104488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81353198411391044888135319841139104488813531984113910448881353198411391044888135319841139104488813531984113910448881353198411391044888135319841139104488813531984113910448881353198411391044888135319841139104488813531984113910448881353198411391044888135319841139104488813531984113910448881353198411391044888135319841139104488813531984113910448881353198411391044888135319841139104488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc1dbd36-7b87-4413-9cb0-eebdda6d1e2d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44e8b35e-787d-4d10-a7c3-bdc5fd5dbc66, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44e8b35e-787d-4d10-a7c3-bdc5fd5dbc66, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11207389350461411966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120738935046141196611207389350461411966112073893504614119661120738935046141196611207389350461411966112073893504614119661120738935046141196611207389350461411966112073893504614119661120738935046141196611207389350461411966112073893504614119661120738935046141196611207389350461411966112073893504614119661120738935046141196611207389350461411966112073893504614119661120738935046141196611207389350461411966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13f14777-11f2-4bfa-a6e2-9b9980f450a7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50d460a2-4492-405d-b25b-8300d5fb5b6f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50d460a2-4492-405d-b25b-8300d5fb5b6f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8430997654139853689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84309976541398536898430997654139853689843099765413985368984309976541398536898430997654139853689843099765413985368984309976541398536898430997654139853689843099765413985368984309976541398536898430997654139853689843099765413985368984309976541398536898430997654139853689843099765413985368984309976541398536898430997654139853689843099765413985368984309976541398536898430997654139853689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44e8b35e-787d-4d10-a7c3-bdc5fd5dbc66, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50d460a2-4492-405d-b25b-8300d5fb5b6f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70e8ebd3-c317-4f88-90aa-0a2f4275475d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70e8ebd3-c317-4f88-90aa-0a2f4275475d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10785816263868213775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078581626386821377510785816263868213775107858162638682137751078581626386821377510785816263868213775107858162638682137751078581626386821377510785816263868213775107858162638682137751078581626386821377510785816263868213775107858162638682137751078581626386821377510785816263868213775107858162638682137751078581626386821377510785816263868213775107858162638682137751078581626386821377510785816263868213775" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb8031cc-6070-4d87-be05-6acda2ee7b8a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb8031cc-6070-4d87-be05-6acda2ee7b8a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15635319442810422567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563531944281042256715635319442810422567156353194428104225671563531944281042256715635319442810422567156353194428104225671563531944281042256715635319442810422567156353194428104225671563531944281042256715635319442810422567156353194428104225671563531944281042256715635319442810422567156353194428104225671563531944281042256715635319442810422567156353194428104225671563531944281042256715635319442810422567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70e8ebd3-c317-4f88-90aa-0a2f4275475d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e1cec02-ee30-4f8e-8625-2024339b86e3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb8031cc-6070-4d87-be05-6acda2ee7b8a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9802bd5f-58e6-4117-8328-48171aee3368, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9802bd5f-58e6-4117-8328-48171aee3368, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7859238706510276635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78592387065102766357859238706510276635785923870651027663578592387065102766357859238706510276635785923870651027663578592387065102766357859238706510276635785923870651027663578592387065102766357859238706510276635785923870651027663578592387065102766357859238706510276635785923870651027663578592387065102766357859238706510276635785923870651027663578592387065102766357859238706510276635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e1cec02-ee30-4f8e-8625-2024339b86e3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4880040189985363728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48800401899853637284880040189985363728488004018998536372848800401899853637284880040189985363728488004018998536372848800401899853637284880040189985363728488004018998536372848800401899853637284880040189985363728488004018998536372848800401899853637284880040189985363728488004018998536372848800401899853637284880040189985363728488004018998536372848800401899853637284880040189985363728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9802bd5f-58e6-4117-8328-48171aee3368, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdcd46bf-e249-4722-992a-3159a1e7c803, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdcd46bf-e249-4722-992a-3159a1e7c803, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1420987343180146808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14209873431801468081420987343180146808142098734318014680814209873431801468081420987343180146808142098734318014680814209873431801468081420987343180146808142098734318014680814209873431801468081420987343180146808142098734318014680814209873431801468081420987343180146808142098734318014680814209873431801468081420987343180146808142098734318014680814209873431801468081420987343180146808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e1cec02-ee30-4f8e-8625-2024339b86e3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54d2e64d-6193-4ce8-842f-5feea958b831, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d2e64d-6193-4ce8-842f-5feea958b831, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6209132122042827405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62091321220428274056209132122042827405620913212204282740562091321220428274056209132122042827405620913212204282740562091321220428274056209132122042827405620913212204282740562091321220428274056209132122042827405620913212204282740562091321220428274056209132122042827405620913212204282740562091321220428274056209132122042827405620913212204282740562091321220428274056209132122042827405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdcd46bf-e249-4722-992a-3159a1e7c803, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c19dbfcc-a577-4bb0-bca3-a480cc3eef72, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c19dbfcc-a577-4bb0-bca3-a480cc3eef72, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1752530340980984812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17525303409809848121752530340980984812175253034098098481217525303409809848121752530340980984812175253034098098481217525303409809848121752530340980984812175253034098098481217525303409809848121752530340980984812175253034098098481217525303409809848121752530340980984812175253034098098481217525303409809848121752530340980984812175253034098098481217525303409809848121752530340980984812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d2e64d-6193-4ce8-842f-5feea958b831, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e10424d7-881c-4b03-a31d-ee8aaaa6bc32, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e10424d7-881c-4b03-a31d-ee8aaaa6bc32, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1047586310582595410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10475863105825954101047586310582595410104758631058259541010475863105825954101047586310582595410104758631058259541010475863105825954101047586310582595410104758631058259541010475863105825954101047586310582595410104758631058259541010475863105825954101047586310582595410104758631058259541010475863105825954101047586310582595410104758631058259541010475863105825954101047586310582595410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c19dbfcc-a577-4bb0-bca3-a480cc3eef72, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98b71bc1-b9c6-440f-b55c-4556cecaef9b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98b71bc1-b9c6-440f-b55c-4556cecaef9b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2066801267790248880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20668012677902488802066801267790248880206680126779024888020668012677902488802066801267790248880206680126779024888020668012677902488802066801267790248880206680126779024888020668012677902488802066801267790248880206680126779024888020668012677902488802066801267790248880206680126779024888020668012677902488802066801267790248880206680126779024888020668012677902488802066801267790248880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e10424d7-881c-4b03-a31d-ee8aaaa6bc32, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34c13c89-439e-47e0-a560-bd4a526bee33, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34c13c89-439e-47e0-a560-bd4a526bee33, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4964077562059068947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49640775620590689474964077562059068947496407756205906894749640775620590689474964077562059068947496407756205906894749640775620590689474964077562059068947496407756205906894749640775620590689474964077562059068947496407756205906894749640775620590689474964077562059068947496407756205906894749640775620590689474964077562059068947496407756205906894749640775620590689474964077562059068947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98b71bc1-b9c6-440f-b55c-4556cecaef9b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34c13c89-439e-47e0-a560-bd4a526bee33, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab80c2d0-782c-455b-9399-ba41e0303d9f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab80c2d0-782c-455b-9399-ba41e0303d9f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14353204384290337681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435320438429033768114353204384290337681143532043842903376811435320438429033768114353204384290337681143532043842903376811435320438429033768114353204384290337681143532043842903376811435320438429033768114353204384290337681143532043842903376811435320438429033768114353204384290337681143532043842903376811435320438429033768114353204384290337681143532043842903376811435320438429033768114353204384290337681" } } } 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, 81e9a7dc-abaa-4099-a984-a384c8725df4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81e9a7dc-abaa-4099-a984-a384c8725df4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1928813916979561203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19288139169795612031928813916979561203192881391697956120319288139169795612031928813916979561203192881391697956120319288139169795612031928813916979561203192881391697956120319288139169795612031928813916979561203192881391697956120319288139169795612031928813916979561203192881391697956120319288139169795612031928813916979561203192881391697956120319288139169795612031928813916979561203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab80c2d0-782c-455b-9399-ba41e0303d9f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2f23d51-5703-49fc-8d6d-08ca99311761, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81e9a7dc-abaa-4099-a984-a384c8725df4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2f23d51-5703-49fc-8d6d-08ca99311761, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 658116973438241910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f48740f2-a6a5-446e-bf84-b1e52beda2b8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f48740f2-a6a5-446e-bf84-b1e52beda2b8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14445152153702560852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444515215370256085214445152153702560852144451521537025608521444515215370256085214445152153702560852144451521537025608521444515215370256085214445152153702560852144451521537025608521444515215370256085214445152153702560852144451521537025608521444515215370256085214445152153702560852144451521537025608521444515215370256085214445152153702560852144451521537025608521444515215370256085214445152153702560852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2f23d51-5703-49fc-8d6d-08ca99311761, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3011e380-f95f-4d78-8fb3-7ba2a653968c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3011e380-f95f-4d78-8fb3-7ba2a653968c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2699678832570781324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26996788325707813242699678832570781324269967883257078132426996788325707813242699678832570781324269967883257078132426996788325707813242699678832570781324269967883257078132426996788325707813242699678832570781324269967883257078132426996788325707813242699678832570781324269967883257078132426996788325707813242699678832570781324269967883257078132426996788325707813242699678832570781324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f48740f2-a6a5-446e-bf84-b1e52beda2b8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a268985-9e3e-4fe8-bf48-eb7c608295ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a268985-9e3e-4fe8-bf48-eb7c608295ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2789311524522535791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27893115245225357912789311524522535791278931152452253579127893115245225357912789311524522535791278931152452253579127893115245225357912789311524522535791278931152452253579127893115245225357912789311524522535791278931152452253579127893115245225357912789311524522535791278931152452253579127893115245225357912789311524522535791278931152452253579127893115245225357912789311524522535791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3011e380-f95f-4d78-8fb3-7ba2a653968c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b628164b-564a-4e58-a5b2-c3b11ed06b85, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a268985-9e3e-4fe8-bf48-eb7c608295ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5536384-afc5-42b6-90ae-d024fa75c9b2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b628164b-564a-4e58-a5b2-c3b11ed06b85, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4949876773604908643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49498767736049086434949876773604908643494987677360490864349498767736049086434949876773604908643494987677360490864349498767736049086434949876773604908643494987677360490864349498767736049086434949876773604908643494987677360490864349498767736049086434949876773604908643494987677360490864349498767736049086434949876773604908643494987677360490864349498767736049086434949876773604908643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5536384-afc5-42b6-90ae-d024fa75c9b2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9800272086829122225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98002720868291222259800272086829122225980027208682912222598002720868291222259800272086829122225980027208682912222598002720868291222259800272086829122225980027208682912222598002720868291222259800272086829122225980027208682912222598002720868291222259800272086829122225980027208682912222598002720868291222259800272086829122225980027208682912222598002720868291222259800272086829122225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5536384-afc5-42b6-90ae-d024fa75c9b2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caabe63a-c829-4ad8-a80d-11ff36b83712, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caabe63a-c829-4ad8-a80d-11ff36b83712, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17955035975883917667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795503597588391766717955035975883917667179550359758839176671795503597588391766717955035975883917667179550359758839176671795503597588391766717955035975883917667179550359758839176671795503597588391766717955035975883917667179550359758839176671795503597588391766717955035975883917667179550359758839176671795503597588391766717955035975883917667179550359758839176671795503597588391766717955035975883917667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b628164b-564a-4e58-a5b2-c3b11ed06b85, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 338f459b-1b2c-40eb-81db-08fab8b1f8fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 338f459b-1b2c-40eb-81db-08fab8b1f8fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 885175523205350188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caabe63a-c829-4ad8-a80d-11ff36b83712, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8bd81f8-5f82-4f11-a92f-f2f68d768598, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8bd81f8-5f82-4f11-a92f-f2f68d768598, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13995625182132508957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399562518213250895713995625182132508957139956251821325089571399562518213250895713995625182132508957139956251821325089571399562518213250895713995625182132508957139956251821325089571399562518213250895713995625182132508957139956251821325089571399562518213250895713995625182132508957139956251821325089571399562518213250895713995625182132508957139956251821325089571399562518213250895713995625182132508957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 338f459b-1b2c-40eb-81db-08fab8b1f8fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55df1bbd-952d-49d3-b900-1f8f4cbf1a1c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55df1bbd-952d-49d3-b900-1f8f4cbf1a1c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8966362932612722013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89663629326127220138966362932612722013896636293261272201389663629326127220138966362932612722013896636293261272201389663629326127220138966362932612722013896636293261272201389663629326127220138966362932612722013896636293261272201389663629326127220138966362932612722013896636293261272201389663629326127220138966362932612722013896636293261272201389663629326127220138966362932612722013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8bd81f8-5f82-4f11-a92f-f2f68d768598, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8161390-a09b-4c16-8bb3-23abdef78e0a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8161390-a09b-4c16-8bb3-23abdef78e0a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14726611212511440986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472661121251144098614726611212511440986147266112125114409861472661121251144098614726611212511440986147266112125114409861472661121251144098614726611212511440986147266112125114409861472661121251144098614726611212511440986147266112125114409861472661121251144098614726611212511440986147266112125114409861472661121251144098614726611212511440986147266112125114409861472661121251144098614726611212511440986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55df1bbd-952d-49d3-b900-1f8f4cbf1a1c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f41c7759-0074-4125-b00c-a58e84b5f2fd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f41c7759-0074-4125-b00c-a58e84b5f2fd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5274840579277888927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52748405792778889275274840579277888927527484057927788892752748405792778889275274840579277888927527484057927788892752748405792778889275274840579277888927527484057927788892752748405792778889275274840579277888927527484057927788892752748405792778889275274840579277888927527484057927788892752748405792778889275274840579277888927527484057927788892752748405792778889275274840579277888927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8161390-a09b-4c16-8bb3-23abdef78e0a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c2e6d99-1519-4072-9f49-43f2f7f8d4b7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f41c7759-0074-4125-b00c-a58e84b5f2fd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c2e6d99-1519-4072-9f49-43f2f7f8d4b7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7418099657059611335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74180996570596113357418099657059611335741809965705961133574180996570596113357418099657059611335741809965705961133574180996570596113357418099657059611335741809965705961133574180996570596113357418099657059611335741809965705961133574180996570596113357418099657059611335741809965705961133574180996570596113357418099657059611335741809965705961133574180996570596113357418099657059611335" } } } 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, d57e66fc-8375-4cd0-809d-cab068769e0f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d57e66fc-8375-4cd0-809d-cab068769e0f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4978543109975167809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49785431099751678094978543109975167809497854310997516780949785431099751678094978543109975167809497854310997516780949785431099751678094978543109975167809497854310997516780949785431099751678094978543109975167809497854310997516780949785431099751678094978543109975167809497854310997516780949785431099751678094978543109975167809497854310997516780949785431099751678094978543109975167809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c2e6d99-1519-4072-9f49-43f2f7f8d4b7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d57e66fc-8375-4cd0-809d-cab068769e0f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44c08077-4c97-48af-8b9a-afcd149a962e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44c08077-4c97-48af-8b9a-afcd149a962e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7788894438733822077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77888944387338220777788894438733822077778889443873382207777888944387338220777788894438733822077778889443873382207777888944387338220777788894438733822077778889443873382207777888944387338220777788894438733822077778889443873382207777888944387338220777788894438733822077778889443873382207777888944387338220777788894438733822077778889443873382207777888944387338220777788894438733822077" } } } 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, f01ea1a2-1f07-41d2-b339-f75354a3bf45, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f01ea1a2-1f07-41d2-b339-f75354a3bf45, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2463716182296402620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24637161822964026202463716182296402620246371618229640262024637161822964026202463716182296402620246371618229640262024637161822964026202463716182296402620246371618229640262024637161822964026202463716182296402620246371618229640262024637161822964026202463716182296402620246371618229640262024637161822964026202463716182296402620246371618229640262024637161822964026202463716182296402620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f01ea1a2-1f07-41d2-b339-f75354a3bf45, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b624388-f35c-4f5c-a80d-e9ee5ee9fa6b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b624388-f35c-4f5c-a80d-e9ee5ee9fa6b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11602791989538142576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160279198953814257611602791989538142576116027919895381425761160279198953814257611602791989538142576116027919895381425761160279198953814257611602791989538142576116027919895381425761160279198953814257611602791989538142576116027919895381425761160279198953814257611602791989538142576116027919895381425761160279198953814257611602791989538142576116027919895381425761160279198953814257611602791989538142576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44c08077-4c97-48af-8b9a-afcd149a962e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b79e2a22-bf43-49e8-ab9e-bf68deb83fa4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b79e2a22-bf43-49e8-ab9e-bf68deb83fa4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13735554541070795541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373555454107079554113735554541070795541137355545410707955411373555454107079554113735554541070795541137355545410707955411373555454107079554113735554541070795541137355545410707955411373555454107079554113735554541070795541137355545410707955411373555454107079554113735554541070795541137355545410707955411373555454107079554113735554541070795541137355545410707955411373555454107079554113735554541070795541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b624388-f35c-4f5c-a80d-e9ee5ee9fa6b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fa350c3-48f5-4f51-ad3c-4d3fe063805f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fa350c3-48f5-4f51-ad3c-4d3fe063805f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 715697404750548131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b79e2a22-bf43-49e8-ab9e-bf68deb83fa4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fa350c3-48f5-4f51-ad3c-4d3fe063805f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8368238f-9b1f-4ad7-8933-d5457f9df247, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc221dec-3255-4307-9dc0-558c26b718a2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8368238f-9b1f-4ad7-8933-d5457f9df247, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17317358575636901569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731735857563690156917317358575636901569173173585756369015691731735857563690156917317358575636901569173173585756369015691731735857563690156917317358575636901569173173585756369015691731735857563690156917317358575636901569173173585756369015691731735857563690156917317358575636901569173173585756369015691731735857563690156917317358575636901569173173585756369015691731735857563690156917317358575636901569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc221dec-3255-4307-9dc0-558c26b718a2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10630650576829240710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063065057682924071010630650576829240710106306505768292407101063065057682924071010630650576829240710106306505768292407101063065057682924071010630650576829240710106306505768292407101063065057682924071010630650576829240710106306505768292407101063065057682924071010630650576829240710106306505768292407101063065057682924071010630650576829240710106306505768292407101063065057682924071010630650576829240710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8368238f-9b1f-4ad7-8933-d5457f9df247, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff909335-a666-49a5-8f57-84e72f021c01, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff909335-a666-49a5-8f57-84e72f021c01, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13322105090017131287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332210509001713128713322105090017131287133221050900171312871332210509001713128713322105090017131287133221050900171312871332210509001713128713322105090017131287133221050900171312871332210509001713128713322105090017131287133221050900171312871332210509001713128713322105090017131287133221050900171312871332210509001713128713322105090017131287133221050900171312871332210509001713128713322105090017131287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc221dec-3255-4307-9dc0-558c26b718a2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8647accc-fd8e-4406-be1c-5ad96a5c912a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8647accc-fd8e-4406-be1c-5ad96a5c912a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9753068842156439238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97530688421564392389753068842156439238975306884215643923897530688421564392389753068842156439238975306884215643923897530688421564392389753068842156439238975306884215643923897530688421564392389753068842156439238975306884215643923897530688421564392389753068842156439238975306884215643923897530688421564392389753068842156439238975306884215643923897530688421564392389753068842156439238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff909335-a666-49a5-8f57-84e72f021c01, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8647accc-fd8e-4406-be1c-5ad96a5c912a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dc200b2-73b2-4de8-9798-1cd852176b68, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dc200b2-73b2-4de8-9798-1cd852176b68, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4277013650088072169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42770136500880721694277013650088072169427701365008807216942770136500880721694277013650088072169427701365008807216942770136500880721694277013650088072169427701365008807216942770136500880721694277013650088072169427701365008807216942770136500880721694277013650088072169427701365008807216942770136500880721694277013650088072169427701365008807216942770136500880721694277013650088072169" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ea21270-3f66-48f4-97a2-209f59772984, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ea21270-3f66-48f4-97a2-209f59772984, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9527139563990693211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95271395639906932119527139563990693211952713956399069321195271395639906932119527139563990693211952713956399069321195271395639906932119527139563990693211952713956399069321195271395639906932119527139563990693211952713956399069321195271395639906932119527139563990693211952713956399069321195271395639906932119527139563990693211952713956399069321195271395639906932119527139563990693211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dc200b2-73b2-4de8-9798-1cd852176b68, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24ad7fec-9434-4774-b2bc-aaf1fefec1b5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24ad7fec-9434-4774-b2bc-aaf1fefec1b5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3698589258455060342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36985892584550603423698589258455060342369858925845506034236985892584550603423698589258455060342369858925845506034236985892584550603423698589258455060342369858925845506034236985892584550603423698589258455060342369858925845506034236985892584550603423698589258455060342369858925845506034236985892584550603423698589258455060342369858925845506034236985892584550603423698589258455060342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ea21270-3f66-48f4-97a2-209f59772984, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5ea7419-8287-44d5-a09f-36ef8a57d20d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24ad7fec-9434-4774-b2bc-aaf1fefec1b5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5ea7419-8287-44d5-a09f-36ef8a57d20d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 499904548277130041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b7aca15-37bf-4475-ad32-59d1c99006e5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5ea7419-8287-44d5-a09f-36ef8a57d20d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bae1048d-bc0d-47ef-9485-f8f94be2d2eb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bae1048d-bc0d-47ef-9485-f8f94be2d2eb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13941648497172010076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394164849717201007613941648497172010076139416484971720100761394164849717201007613941648497172010076139416484971720100761394164849717201007613941648497172010076139416484971720100761394164849717201007613941648497172010076139416484971720100761394164849717201007613941648497172010076139416484971720100761394164849717201007613941648497172010076139416484971720100761394164849717201007613941648497172010076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b7aca15-37bf-4475-ad32-59d1c99006e5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13263937920315668786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326393792031566878613263937920315668786132639379203156687861326393792031566878613263937920315668786132639379203156687861326393792031566878613263937920315668786132639379203156687861326393792031566878613263937920315668786132639379203156687861326393792031566878613263937920315668786132639379203156687861326393792031566878613263937920315668786132639379203156687861326393792031566878613263937920315668786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bae1048d-bc0d-47ef-9485-f8f94be2d2eb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b7aca15-37bf-4475-ad32-59d1c99006e5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff13a36d-a699-431e-a986-3f10f92e930f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff13a36d-a699-431e-a986-3f10f92e930f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2228547435092618569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22285474350926185692228547435092618569222854743509261856922285474350926185692228547435092618569222854743509261856922285474350926185692228547435092618569222854743509261856922285474350926185692228547435092618569222854743509261856922285474350926185692228547435092618569222854743509261856922285474350926185692228547435092618569222854743509261856922285474350926185692228547435092618569" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd2a4962-e79b-4016-8675-497f63802524, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff13a36d-a699-431e-a986-3f10f92e930f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eadcb8cf-36bc-45bc-953a-60bdc3885ae7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eadcb8cf-36bc-45bc-953a-60bdc3885ae7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6075248432748372450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60752484327483724506075248432748372450607524843274837245060752484327483724506075248432748372450607524843274837245060752484327483724506075248432748372450607524843274837245060752484327483724506075248432748372450607524843274837245060752484327483724506075248432748372450607524843274837245060752484327483724506075248432748372450607524843274837245060752484327483724506075248432748372450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd2a4962-e79b-4016-8675-497f63802524, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2033823870206352003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20338238702063520032033823870206352003203382387020635200320338238702063520032033823870206352003203382387020635200320338238702063520032033823870206352003203382387020635200320338238702063520032033823870206352003203382387020635200320338238702063520032033823870206352003203382387020635200320338238702063520032033823870206352003203382387020635200320338238702063520032033823870206352003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eadcb8cf-36bc-45bc-953a-60bdc3885ae7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd2a4962-e79b-4016-8675-497f63802524, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10b5567e-45df-4305-8904-7662fa51bb37, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10b5567e-45df-4305-8904-7662fa51bb37, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6217540574404762812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62175405744047628126217540574404762812621754057440476281262175405744047628126217540574404762812621754057440476281262175405744047628126217540574404762812621754057440476281262175405744047628126217540574404762812621754057440476281262175405744047628126217540574404762812621754057440476281262175405744047628126217540574404762812621754057440476281262175405744047628126217540574404762812" } } } 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, 47be650f-2448-44ef-944f-0e0353d93faa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47be650f-2448-44ef-944f-0e0353d93faa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17287786019755678573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728778601975567857317287786019755678573172877860197556785731728778601975567857317287786019755678573172877860197556785731728778601975567857317287786019755678573172877860197556785731728778601975567857317287786019755678573172877860197556785731728778601975567857317287786019755678573172877860197556785731728778601975567857317287786019755678573172877860197556785731728778601975567857317287786019755678573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10b5567e-45df-4305-8904-7662fa51bb37, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ada6fca-556c-4818-8a16-fb8458bfe9a7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ada6fca-556c-4818-8a16-fb8458bfe9a7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15526020837666924217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552602083766692421715526020837666924217155260208376669242171552602083766692421715526020837666924217155260208376669242171552602083766692421715526020837666924217155260208376669242171552602083766692421715526020837666924217155260208376669242171552602083766692421715526020837666924217155260208376669242171552602083766692421715526020837666924217155260208376669242171552602083766692421715526020837666924217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47be650f-2448-44ef-944f-0e0353d93faa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ea6fcd2-a8aa-4ef8-8b7a-9b38f0713bbd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ea6fcd2-a8aa-4ef8-8b7a-9b38f0713bbd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15576180169876723352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557618016987672335215576180169876723352155761801698767233521557618016987672335215576180169876723352155761801698767233521557618016987672335215576180169876723352155761801698767233521557618016987672335215576180169876723352155761801698767233521557618016987672335215576180169876723352155761801698767233521557618016987672335215576180169876723352155761801698767233521557618016987672335215576180169876723352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ada6fca-556c-4818-8a16-fb8458bfe9a7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8148398b-5945-4161-8830-539e65c7a6fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8148398b-5945-4161-8830-539e65c7a6fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9821924972884579780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98219249728845797809821924972884579780982192497288457978098219249728845797809821924972884579780982192497288457978098219249728845797809821924972884579780982192497288457978098219249728845797809821924972884579780982192497288457978098219249728845797809821924972884579780982192497288457978098219249728845797809821924972884579780982192497288457978098219249728845797809821924972884579780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ea6fcd2-a8aa-4ef8-8b7a-9b38f0713bbd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ef91772-b963-4602-a681-c9220bb5bb4a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ef91772-b963-4602-a681-c9220bb5bb4a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 296463622020821998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8148398b-5945-4161-8830-539e65c7a6fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83cd598b-cc4f-4faa-9c4b-cfb0869003f2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83cd598b-cc4f-4faa-9c4b-cfb0869003f2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18112693631108117734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811269363110811773418112693631108117734181126936311081177341811269363110811773418112693631108117734181126936311081177341811269363110811773418112693631108117734181126936311081177341811269363110811773418112693631108117734181126936311081177341811269363110811773418112693631108117734181126936311081177341811269363110811773418112693631108117734181126936311081177341811269363110811773418112693631108117734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ef91772-b963-4602-a681-c9220bb5bb4a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 146488c2-8e2a-431d-838c-880e92aa6185, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83cd598b-cc4f-4faa-9c4b-cfb0869003f2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 146488c2-8e2a-431d-838c-880e92aa6185, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17682326038556938261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768232603855693826117682326038556938261176823260385569382611768232603855693826117682326038556938261176823260385569382611768232603855693826117682326038556938261176823260385569382611768232603855693826117682326038556938261176823260385569382611768232603855693826117682326038556938261176823260385569382611768232603855693826117682326038556938261176823260385569382611768232603855693826117682326038556938261" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e5d2a30-e5b0-4f08-8fc2-fec0c8e2aa46, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e5d2a30-e5b0-4f08-8fc2-fec0c8e2aa46, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3865806205634732807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38658062056347328073865806205634732807386580620563473280738658062056347328073865806205634732807386580620563473280738658062056347328073865806205634732807386580620563473280738658062056347328073865806205634732807386580620563473280738658062056347328073865806205634732807386580620563473280738658062056347328073865806205634732807386580620563473280738658062056347328073865806205634732807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 146488c2-8e2a-431d-838c-880e92aa6185, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc3dffe6-8f28-4a72-95d3-e51b7316edc4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc3dffe6-8f28-4a72-95d3-e51b7316edc4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12570938813702823998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257093881370282399812570938813702823998125709388137028239981257093881370282399812570938813702823998125709388137028239981257093881370282399812570938813702823998125709388137028239981257093881370282399812570938813702823998125709388137028239981257093881370282399812570938813702823998125709388137028239981257093881370282399812570938813702823998125709388137028239981257093881370282399812570938813702823998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e5d2a30-e5b0-4f08-8fc2-fec0c8e2aa46, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc3dffe6-8f28-4a72-95d3-e51b7316edc4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63178642-a956-4094-bfdb-04472867e15e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63178642-a956-4094-bfdb-04472867e15e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16071126380432810093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607112638043281009316071126380432810093160711263804328100931607112638043281009316071126380432810093160711263804328100931607112638043281009316071126380432810093160711263804328100931607112638043281009316071126380432810093160711263804328100931607112638043281009316071126380432810093160711263804328100931607112638043281009316071126380432810093160711263804328100931607112638043281009316071126380432810093" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, accf796d-e8c7-422a-9efe-8daf65ceb743, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, accf796d-e8c7-422a-9efe-8daf65ceb743, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10474780327316832761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047478032731683276110474780327316832761104747803273168327611047478032731683276110474780327316832761104747803273168327611047478032731683276110474780327316832761104747803273168327611047478032731683276110474780327316832761104747803273168327611047478032731683276110474780327316832761104747803273168327611047478032731683276110474780327316832761104747803273168327611047478032731683276110474780327316832761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63178642-a956-4094-bfdb-04472867e15e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df2f0b25-231d-4044-b0f9-9ea58d540b07, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, accf796d-e8c7-422a-9efe-8daf65ceb743, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df2f0b25-231d-4044-b0f9-9ea58d540b07, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6823235558308444889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68232355583084448896823235558308444889682323555830844488968232355583084448896823235558308444889682323555830844488968232355583084448896823235558308444889682323555830844488968232355583084448896823235558308444889682323555830844488968232355583084448896823235558308444889682323555830844488968232355583084448896823235558308444889682323555830844488968232355583084448896823235558308444889" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d662b810-a0ff-4f19-9f98-91baf04d1b39, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d662b810-a0ff-4f19-9f98-91baf04d1b39, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11350979743611707462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135097974361170746211350979743611707462113509797436117074621135097974361170746211350979743611707462113509797436117074621135097974361170746211350979743611707462113509797436117074621135097974361170746211350979743611707462113509797436117074621135097974361170746211350979743611707462113509797436117074621135097974361170746211350979743611707462113509797436117074621135097974361170746211350979743611707462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df2f0b25-231d-4044-b0f9-9ea58d540b07, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e69f0eb-9c7f-470f-91d9-c8cfca357546, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e69f0eb-9c7f-470f-91d9-c8cfca357546, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2464148169096521423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24641481690965214232464148169096521423246414816909652142324641481690965214232464148169096521423246414816909652142324641481690965214232464148169096521423246414816909652142324641481690965214232464148169096521423246414816909652142324641481690965214232464148169096521423246414816909652142324641481690965214232464148169096521423246414816909652142324641481690965214232464148169096521423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d662b810-a0ff-4f19-9f98-91baf04d1b39, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e69f0eb-9c7f-470f-91d9-c8cfca357546, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e11cb276-9b97-46f5-9fec-c90207077586, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e11cb276-9b97-46f5-9fec-c90207077586, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2358804280529338296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23588042805293382962358804280529338296235880428052933829623588042805293382962358804280529338296235880428052933829623588042805293382962358804280529338296235880428052933829623588042805293382962358804280529338296235880428052933829623588042805293382962358804280529338296235880428052933829623588042805293382962358804280529338296235880428052933829623588042805293382962358804280529338296" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73669508-ff18-464a-a1cd-bcb59231bbf2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e11cb276-9b97-46f5-9fec-c90207077586, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73669508-ff18-464a-a1cd-bcb59231bbf2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 338114494864448364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364" } } } 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, 61f5fe8b-5037-462a-b922-691e8a1d88bf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f5fe8b-5037-462a-b922-691e8a1d88bf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10699627148892767647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069962714889276764710699627148892767647106996271488927676471069962714889276764710699627148892767647106996271488927676471069962714889276764710699627148892767647106996271488927676471069962714889276764710699627148892767647106996271488927676471069962714889276764710699627148892767647106996271488927676471069962714889276764710699627148892767647106996271488927676471069962714889276764710699627148892767647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73669508-ff18-464a-a1cd-bcb59231bbf2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 418a7845-ef2b-47c9-814d-e0b62dd8bce4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 418a7845-ef2b-47c9-814d-e0b62dd8bce4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16303210354884515401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630321035488451540116303210354884515401163032103548845154011630321035488451540116303210354884515401163032103548845154011630321035488451540116303210354884515401163032103548845154011630321035488451540116303210354884515401163032103548845154011630321035488451540116303210354884515401163032103548845154011630321035488451540116303210354884515401163032103548845154011630321035488451540116303210354884515401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f5fe8b-5037-462a-b922-691e8a1d88bf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 075e7301-0b7a-4c19-ba0d-10456db8e3df, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 075e7301-0b7a-4c19-ba0d-10456db8e3df, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14375994792583804730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437599479258380473014375994792583804730143759947925838047301437599479258380473014375994792583804730143759947925838047301437599479258380473014375994792583804730143759947925838047301437599479258380473014375994792583804730143759947925838047301437599479258380473014375994792583804730143759947925838047301437599479258380473014375994792583804730143759947925838047301437599479258380473014375994792583804730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 418a7845-ef2b-47c9-814d-e0b62dd8bce4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8c934c0-48a9-45b0-b942-1e1bfbbbe313, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8c934c0-48a9-45b0-b942-1e1bfbbbe313, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12982315796665729920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298231579666572992012982315796665729920129823157966657299201298231579666572992012982315796665729920129823157966657299201298231579666572992012982315796665729920129823157966657299201298231579666572992012982315796665729920129823157966657299201298231579666572992012982315796665729920129823157966657299201298231579666572992012982315796665729920129823157966657299201298231579666572992012982315796665729920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 075e7301-0b7a-4c19-ba0d-10456db8e3df, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd3da12c-6568-40f0-94da-ffe17445c1d1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd3da12c-6568-40f0-94da-ffe17445c1d1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15238512545006907167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523851254500690716715238512545006907167152385125450069071671523851254500690716715238512545006907167152385125450069071671523851254500690716715238512545006907167152385125450069071671523851254500690716715238512545006907167152385125450069071671523851254500690716715238512545006907167152385125450069071671523851254500690716715238512545006907167152385125450069071671523851254500690716715238512545006907167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8c934c0-48a9-45b0-b942-1e1bfbbbe313, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd3da12c-6568-40f0-94da-ffe17445c1d1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1d18298-a2d6-4fa8-ae4e-6415090807a9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1d18298-a2d6-4fa8-ae4e-6415090807a9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3600691213294608142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36006912132946081423600691213294608142360069121329460814236006912132946081423600691213294608142360069121329460814236006912132946081423600691213294608142360069121329460814236006912132946081423600691213294608142360069121329460814236006912132946081423600691213294608142360069121329460814236006912132946081423600691213294608142360069121329460814236006912132946081423600691213294608142" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a075725-cc56-4a03-b234-b9027106bff0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a075725-cc56-4a03-b234-b9027106bff0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16687776459653154352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668777645965315435216687776459653154352166877764596531543521668777645965315435216687776459653154352166877764596531543521668777645965315435216687776459653154352166877764596531543521668777645965315435216687776459653154352166877764596531543521668777645965315435216687776459653154352166877764596531543521668777645965315435216687776459653154352166877764596531543521668777645965315435216687776459653154352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1d18298-a2d6-4fa8-ae4e-6415090807a9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa8567a0-2c21-4da7-bdc8-6004b2e94566, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa8567a0-2c21-4da7-bdc8-6004b2e94566, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13813507737718473065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381350773771847306513813507737718473065138135077377184730651381350773771847306513813507737718473065138135077377184730651381350773771847306513813507737718473065138135077377184730651381350773771847306513813507737718473065138135077377184730651381350773771847306513813507737718473065138135077377184730651381350773771847306513813507737718473065138135077377184730651381350773771847306513813507737718473065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a075725-cc56-4a03-b234-b9027106bff0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62e78f73-0c0f-4aa5-9eb8-04e692544e62, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62e78f73-0c0f-4aa5-9eb8-04e692544e62, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17478111177679589818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747811117767958981817478111177679589818174781111776795898181747811117767958981817478111177679589818174781111776795898181747811117767958981817478111177679589818174781111776795898181747811117767958981817478111177679589818174781111776795898181747811117767958981817478111177679589818174781111776795898181747811117767958981817478111177679589818174781111776795898181747811117767958981817478111177679589818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa8567a0-2c21-4da7-bdc8-6004b2e94566, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 025e5211-eaaf-486d-8c98-423e85cd3d06, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 025e5211-eaaf-486d-8c98-423e85cd3d06, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15321404473198460330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532140447319846033015321404473198460330153214044731984603301532140447319846033015321404473198460330153214044731984603301532140447319846033015321404473198460330153214044731984603301532140447319846033015321404473198460330153214044731984603301532140447319846033015321404473198460330153214044731984603301532140447319846033015321404473198460330153214044731984603301532140447319846033015321404473198460330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62e78f73-0c0f-4aa5-9eb8-04e692544e62, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 620dabdc-a3db-48e6-8323-6a47d43c2247, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 620dabdc-a3db-48e6-8323-6a47d43c2247, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16843732277441182919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684373227744118291916843732277441182919168437322774411829191684373227744118291916843732277441182919168437322774411829191684373227744118291916843732277441182919168437322774411829191684373227744118291916843732277441182919168437322774411829191684373227744118291916843732277441182919168437322774411829191684373227744118291916843732277441182919168437322774411829191684373227744118291916843732277441182919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 025e5211-eaaf-486d-8c98-423e85cd3d06, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7fb63ca-80f3-41a6-8627-d76b92ff9094, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 620dabdc-a3db-48e6-8323-6a47d43c2247, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7fb63ca-80f3-41a6-8627-d76b92ff9094, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9029495746150141083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90294957461501410839029495746150141083902949574615014108390294957461501410839029495746150141083902949574615014108390294957461501410839029495746150141083902949574615014108390294957461501410839029495746150141083902949574615014108390294957461501410839029495746150141083902949574615014108390294957461501410839029495746150141083902949574615014108390294957461501410839029495746150141083" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cf7543c-f708-4827-a668-87761f733c1d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cf7543c-f708-4827-a668-87761f733c1d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2038555482292579942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20385554822925799422038555482292579942203855548229257994220385554822925799422038555482292579942203855548229257994220385554822925799422038555482292579942203855548229257994220385554822925799422038555482292579942203855548229257994220385554822925799422038555482292579942203855548229257994220385554822925799422038555482292579942203855548229257994220385554822925799422038555482292579942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cf7543c-f708-4827-a668-87761f733c1d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e0763f8-61b6-43b7-9e48-ef926874fe21, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e0763f8-61b6-43b7-9e48-ef926874fe21, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13720053919384323390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372005391938432339013720053919384323390137200539193843233901372005391938432339013720053919384323390137200539193843233901372005391938432339013720053919384323390137200539193843233901372005391938432339013720053919384323390137200539193843233901372005391938432339013720053919384323390137200539193843233901372005391938432339013720053919384323390137200539193843233901372005391938432339013720053919384323390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7fb63ca-80f3-41a6-8627-d76b92ff9094, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d180a77-825f-4401-9338-55972616332e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d180a77-825f-4401-9338-55972616332e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18058526841920927756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805852684192092775618058526841920927756180585268419209277561805852684192092775618058526841920927756180585268419209277561805852684192092775618058526841920927756180585268419209277561805852684192092775618058526841920927756180585268419209277561805852684192092775618058526841920927756180585268419209277561805852684192092775618058526841920927756180585268419209277561805852684192092775618058526841920927756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e0763f8-61b6-43b7-9e48-ef926874fe21, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f83f77f6-5274-47aa-8347-92a3462bee4a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f83f77f6-5274-47aa-8347-92a3462bee4a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3426564222560923833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34265642225609238333426564222560923833342656422256092383334265642225609238333426564222560923833342656422256092383334265642225609238333426564222560923833342656422256092383334265642225609238333426564222560923833342656422256092383334265642225609238333426564222560923833342656422256092383334265642225609238333426564222560923833342656422256092383334265642225609238333426564222560923833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d180a77-825f-4401-9338-55972616332e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1965eef6-8328-4df5-b635-ad2723b92ddd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1965eef6-8328-4df5-b635-ad2723b92ddd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8849644374736695948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88496443747366959488849644374736695948884964437473669594888496443747366959488849644374736695948884964437473669594888496443747366959488849644374736695948884964437473669594888496443747366959488849644374736695948884964437473669594888496443747366959488849644374736695948884964437473669594888496443747366959488849644374736695948884964437473669594888496443747366959488849644374736695948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f83f77f6-5274-47aa-8347-92a3462bee4a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04c91fd5-d20c-4406-b60d-27127b8be3b8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04c91fd5-d20c-4406-b60d-27127b8be3b8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17472025277713788200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747202527771378820017472025277713788200174720252777137882001747202527771378820017472025277713788200174720252777137882001747202527771378820017472025277713788200174720252777137882001747202527771378820017472025277713788200174720252777137882001747202527771378820017472025277713788200174720252777137882001747202527771378820017472025277713788200174720252777137882001747202527771378820017472025277713788200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1965eef6-8328-4df5-b635-ad2723b92ddd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04c91fd5-d20c-4406-b60d-27127b8be3b8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d5ff144-71cd-4d39-a04d-9ba59a6928c5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5ff144-71cd-4d39-a04d-9ba59a6928c5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14756433736451864165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475643373645186416514756433736451864165147564337364518641651475643373645186416514756433736451864165147564337364518641651475643373645186416514756433736451864165147564337364518641651475643373645186416514756433736451864165147564337364518641651475643373645186416514756433736451864165147564337364518641651475643373645186416514756433736451864165147564337364518641651475643373645186416514756433736451864165" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74cc3a96-fda3-42c7-9453-f09f70e648e2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74cc3a96-fda3-42c7-9453-f09f70e648e2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13630260612394970688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363026061239497068813630260612394970688136302606123949706881363026061239497068813630260612394970688136302606123949706881363026061239497068813630260612394970688136302606123949706881363026061239497068813630260612394970688136302606123949706881363026061239497068813630260612394970688136302606123949706881363026061239497068813630260612394970688136302606123949706881363026061239497068813630260612394970688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5ff144-71cd-4d39-a04d-9ba59a6928c5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab6c451d-0457-4654-86e6-5b65df175ae4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab6c451d-0457-4654-86e6-5b65df175ae4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13763892973126181207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376389297312618120713763892973126181207137638929731261812071376389297312618120713763892973126181207137638929731261812071376389297312618120713763892973126181207137638929731261812071376389297312618120713763892973126181207137638929731261812071376389297312618120713763892973126181207137638929731261812071376389297312618120713763892973126181207137638929731261812071376389297312618120713763892973126181207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74cc3a96-fda3-42c7-9453-f09f70e648e2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea10aa1f-77f5-408f-8625-2a2ddc79cb71, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea10aa1f-77f5-408f-8625-2a2ddc79cb71, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17466211854586448062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746621185458644806217466211854586448062174662118545864480621746621185458644806217466211854586448062174662118545864480621746621185458644806217466211854586448062174662118545864480621746621185458644806217466211854586448062174662118545864480621746621185458644806217466211854586448062174662118545864480621746621185458644806217466211854586448062174662118545864480621746621185458644806217466211854586448062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab6c451d-0457-4654-86e6-5b65df175ae4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea10aa1f-77f5-408f-8625-2a2ddc79cb71, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7abe555d-6d35-46a0-92bf-5d459d005e35, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d936af53-ef28-44ed-b857-03ccb843b561, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7abe555d-6d35-46a0-92bf-5d459d005e35, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12998734055928093403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299873405592809340312998734055928093403129987340559280934031299873405592809340312998734055928093403129987340559280934031299873405592809340312998734055928093403129987340559280934031299873405592809340312998734055928093403129987340559280934031299873405592809340312998734055928093403129987340559280934031299873405592809340312998734055928093403129987340559280934031299873405592809340312998734055928093403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d936af53-ef28-44ed-b857-03ccb843b561, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13093431167952893786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309343116795289378613093431167952893786130934311679528937861309343116795289378613093431167952893786130934311679528937861309343116795289378613093431167952893786130934311679528937861309343116795289378613093431167952893786130934311679528937861309343116795289378613093431167952893786130934311679528937861309343116795289378613093431167952893786130934311679528937861309343116795289378613093431167952893786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7abe555d-6d35-46a0-92bf-5d459d005e35, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5341042-c7bc-44d0-b2e8-ba036aa3a771, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5341042-c7bc-44d0-b2e8-ba036aa3a771, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11228135096112655497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122813509611265549711228135096112655497112281350961126554971122813509611265549711228135096112655497112281350961126554971122813509611265549711228135096112655497112281350961126554971122813509611265549711228135096112655497112281350961126554971122813509611265549711228135096112655497112281350961126554971122813509611265549711228135096112655497112281350961126554971122813509611265549711228135096112655497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d936af53-ef28-44ed-b857-03ccb843b561, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd7dde3e-1030-42eb-a474-d3c093d32eac, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd7dde3e-1030-42eb-a474-d3c093d32eac, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16034001361301799307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603400136130179930716034001361301799307160340013613017993071603400136130179930716034001361301799307160340013613017993071603400136130179930716034001361301799307160340013613017993071603400136130179930716034001361301799307160340013613017993071603400136130179930716034001361301799307160340013613017993071603400136130179930716034001361301799307160340013613017993071603400136130179930716034001361301799307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5341042-c7bc-44d0-b2e8-ba036aa3a771, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8090a722-21a1-42f1-955e-b2c0031cb769, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8090a722-21a1-42f1-955e-b2c0031cb769, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16850896703048934242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685089670304893424216850896703048934242168508967030489342421685089670304893424216850896703048934242168508967030489342421685089670304893424216850896703048934242168508967030489342421685089670304893424216850896703048934242168508967030489342421685089670304893424216850896703048934242168508967030489342421685089670304893424216850896703048934242168508967030489342421685089670304893424216850896703048934242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd7dde3e-1030-42eb-a474-d3c093d32eac, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8371d35a-2b83-4037-b6cc-54537d3d0c24, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8371d35a-2b83-4037-b6cc-54537d3d0c24, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7624366523269367024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76243665232693670247624366523269367024762436652326936702476243665232693670247624366523269367024762436652326936702476243665232693670247624366523269367024762436652326936702476243665232693670247624366523269367024762436652326936702476243665232693670247624366523269367024762436652326936702476243665232693670247624366523269367024762436652326936702476243665232693670247624366523269367024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8371d35a-2b83-4037-b6cc-54537d3d0c24, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca73fabc-aab7-4629-bfd8-1c0c1cc32d38, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca73fabc-aab7-4629-bfd8-1c0c1cc32d38, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10263754973841048747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026375497384104874710263754973841048747102637549738410487471026375497384104874710263754973841048747102637549738410487471026375497384104874710263754973841048747102637549738410487471026375497384104874710263754973841048747102637549738410487471026375497384104874710263754973841048747102637549738410487471026375497384104874710263754973841048747102637549738410487471026375497384104874710263754973841048747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8090a722-21a1-42f1-955e-b2c0031cb769, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c127aa4-cc30-48a9-9ce3-e90069f4e2d9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c127aa4-cc30-48a9-9ce3-e90069f4e2d9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 715871042769143683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c127aa4-cc30-48a9-9ce3-e90069f4e2d9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23d56860-b355-4283-a213-3716198866ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23d56860-b355-4283-a213-3716198866ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12509943203214861333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250994320321486133312509943203214861333125099432032148613331250994320321486133312509943203214861333125099432032148613331250994320321486133312509943203214861333125099432032148613331250994320321486133312509943203214861333125099432032148613331250994320321486133312509943203214861333125099432032148613331250994320321486133312509943203214861333125099432032148613331250994320321486133312509943203214861333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23d56860-b355-4283-a213-3716198866ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 619025f6-5079-4f4b-85a7-4e5ff3538445, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 619025f6-5079-4f4b-85a7-4e5ff3538445, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2218912356956585129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22189123569565851292218912356956585129221891235695658512922189123569565851292218912356956585129221891235695658512922189123569565851292218912356956585129221891235695658512922189123569565851292218912356956585129221891235695658512922189123569565851292218912356956585129221891235695658512922189123569565851292218912356956585129221891235695658512922189123569565851292218912356956585129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 619025f6-5079-4f4b-85a7-4e5ff3538445, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95047561-4742-4b90-abd7-77273123db28, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95047561-4742-4b90-abd7-77273123db28, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3386918073448750874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33869180734487508743386918073448750874338691807344875087433869180734487508743386918073448750874338691807344875087433869180734487508743386918073448750874338691807344875087433869180734487508743386918073448750874338691807344875087433869180734487508743386918073448750874338691807344875087433869180734487508743386918073448750874338691807344875087433869180734487508743386918073448750874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca73fabc-aab7-4629-bfd8-1c0c1cc32d38, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95047561-4742-4b90-abd7-77273123db28, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 029a95a5-6260-469d-84df-c3a35281d547, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 029a95a5-6260-469d-84df-c3a35281d547, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3103360577287953145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31033605772879531453103360577287953145310336057728795314531033605772879531453103360577287953145310336057728795314531033605772879531453103360577287953145310336057728795314531033605772879531453103360577287953145310336057728795314531033605772879531453103360577287953145310336057728795314531033605772879531453103360577287953145310336057728795314531033605772879531453103360577287953145" } } } 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, c1f622a0-f7e1-4c53-96c6-a938d342156f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1f622a0-f7e1-4c53-96c6-a938d342156f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6564880789225119477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65648807892251194776564880789225119477656488078922511947765648807892251194776564880789225119477656488078922511947765648807892251194776564880789225119477656488078922511947765648807892251194776564880789225119477656488078922511947765648807892251194776564880789225119477656488078922511947765648807892251194776564880789225119477656488078922511947765648807892251194776564880789225119477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 029a95a5-6260-469d-84df-c3a35281d547, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f23b9bb-5887-4fa4-a53d-23793cf0ebb1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f23b9bb-5887-4fa4-a53d-23793cf0ebb1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12343507238083973732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234350723808397373212343507238083973732123435072380839737321234350723808397373212343507238083973732123435072380839737321234350723808397373212343507238083973732123435072380839737321234350723808397373212343507238083973732123435072380839737321234350723808397373212343507238083973732123435072380839737321234350723808397373212343507238083973732123435072380839737321234350723808397373212343507238083973732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1f622a0-f7e1-4c53-96c6-a938d342156f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f23b9bb-5887-4fa4-a53d-23793cf0ebb1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3436fa83-4a35-40e3-93f7-f82481ff8d36, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d45f577f-2623-41a6-9cc8-0e72288c7947, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d45f577f-2623-41a6-9cc8-0e72288c7947, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17835154615182003340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783515461518200334017835154615182003340178351546151820033401783515461518200334017835154615182003340178351546151820033401783515461518200334017835154615182003340178351546151820033401783515461518200334017835154615182003340178351546151820033401783515461518200334017835154615182003340178351546151820033401783515461518200334017835154615182003340178351546151820033401783515461518200334017835154615182003340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3436fa83-4a35-40e3-93f7-f82481ff8d36, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 899136430076973196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d45f577f-2623-41a6-9cc8-0e72288c7947, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9821a018-c355-472d-b49e-412caab47f6e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9821a018-c355-472d-b49e-412caab47f6e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16015324018681701495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601532401868170149516015324018681701495160153240186817014951601532401868170149516015324018681701495160153240186817014951601532401868170149516015324018681701495160153240186817014951601532401868170149516015324018681701495160153240186817014951601532401868170149516015324018681701495160153240186817014951601532401868170149516015324018681701495160153240186817014951601532401868170149516015324018681701495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3436fa83-4a35-40e3-93f7-f82481ff8d36, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 102cd465-7ce9-4c04-a3e8-8be967819fcf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 102cd465-7ce9-4c04-a3e8-8be967819fcf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2081202913147099552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20812029131470995522081202913147099552208120291314709955220812029131470995522081202913147099552208120291314709955220812029131470995522081202913147099552208120291314709955220812029131470995522081202913147099552208120291314709955220812029131470995522081202913147099552208120291314709955220812029131470995522081202913147099552208120291314709955220812029131470995522081202913147099552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9821a018-c355-472d-b49e-412caab47f6e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 295ff7d2-6498-4427-b7b8-bf0d3154b5ec, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 295ff7d2-6498-4427-b7b8-bf0d3154b5ec, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9309997925629391593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93099979256293915939309997925629391593930999792562939159393099979256293915939309997925629391593930999792562939159393099979256293915939309997925629391593930999792562939159393099979256293915939309997925629391593930999792562939159393099979256293915939309997925629391593930999792562939159393099979256293915939309997925629391593930999792562939159393099979256293915939309997925629391593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 102cd465-7ce9-4c04-a3e8-8be967819fcf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46f5eb55-7d89-4da2-985a-3f81d7b03260, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46f5eb55-7d89-4da2-985a-3f81d7b03260, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9173956984809573265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91739569848095732659173956984809573265917395698480957326591739569848095732659173956984809573265917395698480957326591739569848095732659173956984809573265917395698480957326591739569848095732659173956984809573265917395698480957326591739569848095732659173956984809573265917395698480957326591739569848095732659173956984809573265917395698480957326591739569848095732659173956984809573265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 295ff7d2-6498-4427-b7b8-bf0d3154b5ec, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3057db66-0ad0-4a88-8b0e-cab49273e134, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46f5eb55-7d89-4da2-985a-3f81d7b03260, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3057db66-0ad0-4a88-8b0e-cab49273e134, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1384823996291571859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13848239962915718591384823996291571859138482399629157185913848239962915718591384823996291571859138482399629157185913848239962915718591384823996291571859138482399629157185913848239962915718591384823996291571859138482399629157185913848239962915718591384823996291571859138482399629157185913848239962915718591384823996291571859138482399629157185913848239962915718591384823996291571859" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 617ae3ad-57db-49e9-aea4-48a5bec7efdc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 617ae3ad-57db-49e9-aea4-48a5bec7efdc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12663780600869509556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266378060086950955612663780600869509556126637806008695095561266378060086950955612663780600869509556126637806008695095561266378060086950955612663780600869509556126637806008695095561266378060086950955612663780600869509556126637806008695095561266378060086950955612663780600869509556126637806008695095561266378060086950955612663780600869509556126637806008695095561266378060086950955612663780600869509556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3057db66-0ad0-4a88-8b0e-cab49273e134, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c437f9b2-26f7-4e2b-953c-d8f9a41d15e4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 617ae3ad-57db-49e9-aea4-48a5bec7efdc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c437f9b2-26f7-4e2b-953c-d8f9a41d15e4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15811134714942263205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581113471494226320515811134714942263205158111347149422632051581113471494226320515811134714942263205158111347149422632051581113471494226320515811134714942263205158111347149422632051581113471494226320515811134714942263205158111347149422632051581113471494226320515811134714942263205158111347149422632051581113471494226320515811134714942263205158111347149422632051581113471494226320515811134714942263205" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2f8f2c7-b408-4bf9-ab7a-ac081477b5eb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2f8f2c7-b408-4bf9-ab7a-ac081477b5eb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11856158813399431541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185615881339943154111856158813399431541118561588133994315411185615881339943154111856158813399431541118561588133994315411185615881339943154111856158813399431541118561588133994315411185615881339943154111856158813399431541118561588133994315411185615881339943154111856158813399431541118561588133994315411185615881339943154111856158813399431541118561588133994315411185615881339943154111856158813399431541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c437f9b2-26f7-4e2b-953c-d8f9a41d15e4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2f8f2c7-b408-4bf9-ab7a-ac081477b5eb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cbbb4e9-2581-4089-8c01-15a8dbe48aac, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cbbb4e9-2581-4089-8c01-15a8dbe48aac, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7066556497037953995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70665564970379539957066556497037953995706655649703795399570665564970379539957066556497037953995706655649703795399570665564970379539957066556497037953995706655649703795399570665564970379539957066556497037953995706655649703795399570665564970379539957066556497037953995706655649703795399570665564970379539957066556497037953995706655649703795399570665564970379539957066556497037953995" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5f6996a-1a2b-485f-b98b-0de9f6abca85, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5f6996a-1a2b-485f-b98b-0de9f6abca85, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16674227790370573360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667422779037057336016674227790370573360166742277903705733601667422779037057336016674227790370573360166742277903705733601667422779037057336016674227790370573360166742277903705733601667422779037057336016674227790370573360166742277903705733601667422779037057336016674227790370573360166742277903705733601667422779037057336016674227790370573360166742277903705733601667422779037057336016674227790370573360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cbbb4e9-2581-4089-8c01-15a8dbe48aac, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fd8f5a3-ecd9-4b29-9c11-f5bec269b780, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5f6996a-1a2b-485f-b98b-0de9f6abca85, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fd8f5a3-ecd9-4b29-9c11-f5bec269b780, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14637072256690997840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463707225669099784014637072256690997840146370722566909978401463707225669099784014637072256690997840146370722566909978401463707225669099784014637072256690997840146370722566909978401463707225669099784014637072256690997840146370722566909978401463707225669099784014637072256690997840146370722566909978401463707225669099784014637072256690997840146370722566909978401463707225669099784014637072256690997840" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c1ba39c-df35-4ca3-99c0-14bc9c838efd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c1ba39c-df35-4ca3-99c0-14bc9c838efd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7908586020884684931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79085860208846849317908586020884684931790858602088468493179085860208846849317908586020884684931790858602088468493179085860208846849317908586020884684931790858602088468493179085860208846849317908586020884684931790858602088468493179085860208846849317908586020884684931790858602088468493179085860208846849317908586020884684931790858602088468493179085860208846849317908586020884684931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fd8f5a3-ecd9-4b29-9c11-f5bec269b780, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6415fa93-34bd-4051-9b03-962c06c7d3f8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6415fa93-34bd-4051-9b03-962c06c7d3f8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7290980056262079366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72909800562620793667290980056262079366729098005626207936672909800562620793667290980056262079366729098005626207936672909800562620793667290980056262079366729098005626207936672909800562620793667290980056262079366729098005626207936672909800562620793667290980056262079366729098005626207936672909800562620793667290980056262079366729098005626207936672909800562620793667290980056262079366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c1ba39c-df35-4ca3-99c0-14bc9c838efd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d499c672-fdf2-4a4d-8af7-14ea81d8ba19, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d499c672-fdf2-4a4d-8af7-14ea81d8ba19, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8798582304394491109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87985823043944911098798582304394491109879858230439449110987985823043944911098798582304394491109879858230439449110987985823043944911098798582304394491109879858230439449110987985823043944911098798582304394491109879858230439449110987985823043944911098798582304394491109879858230439449110987985823043944911098798582304394491109879858230439449110987985823043944911098798582304394491109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6415fa93-34bd-4051-9b03-962c06c7d3f8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26866534-e7b9-4792-b2f6-27616534ea8d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26866534-e7b9-4792-b2f6-27616534ea8d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16026460912728518783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602646091272851878316026460912728518783160264609127285187831602646091272851878316026460912728518783160264609127285187831602646091272851878316026460912728518783160264609127285187831602646091272851878316026460912728518783160264609127285187831602646091272851878316026460912728518783160264609127285187831602646091272851878316026460912728518783160264609127285187831602646091272851878316026460912728518783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d499c672-fdf2-4a4d-8af7-14ea81d8ba19, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fbcee9f-ba22-4464-aac8-65e3cfd418d5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fbcee9f-ba22-4464-aac8-65e3cfd418d5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12968170785321807270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296817078532180727012968170785321807270129681707853218072701296817078532180727012968170785321807270129681707853218072701296817078532180727012968170785321807270129681707853218072701296817078532180727012968170785321807270129681707853218072701296817078532180727012968170785321807270129681707853218072701296817078532180727012968170785321807270129681707853218072701296817078532180727012968170785321807270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26866534-e7b9-4792-b2f6-27616534ea8d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fbcee9f-ba22-4464-aac8-65e3cfd418d5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c6c1f6f-25fd-4368-8c0b-2c185b4fd987, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c6c1f6f-25fd-4368-8c0b-2c185b4fd987, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2617659268830825286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26176592688308252862617659268830825286261765926883082528626176592688308252862617659268830825286261765926883082528626176592688308252862617659268830825286261765926883082528626176592688308252862617659268830825286261765926883082528626176592688308252862617659268830825286261765926883082528626176592688308252862617659268830825286261765926883082528626176592688308252862617659268830825286" } } } 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, 749d9c8a-488c-4690-83d8-4668f7843d17, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 749d9c8a-488c-4690-83d8-4668f7843d17, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15751648540535204224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575164854053520422415751648540535204224157516485405352042241575164854053520422415751648540535204224157516485405352042241575164854053520422415751648540535204224157516485405352042241575164854053520422415751648540535204224157516485405352042241575164854053520422415751648540535204224157516485405352042241575164854053520422415751648540535204224157516485405352042241575164854053520422415751648540535204224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c6c1f6f-25fd-4368-8c0b-2c185b4fd987, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53ceda78-927d-4787-8572-1420ce1ae380, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53ceda78-927d-4787-8572-1420ce1ae380, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17363201852281263616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736320185228126361617363201852281263616173632018522812636161736320185228126361617363201852281263616173632018522812636161736320185228126361617363201852281263616173632018522812636161736320185228126361617363201852281263616173632018522812636161736320185228126361617363201852281263616173632018522812636161736320185228126361617363201852281263616173632018522812636161736320185228126361617363201852281263616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 749d9c8a-488c-4690-83d8-4668f7843d17, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ede1b25f-4181-4f85-8e13-560144982921, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede1b25f-4181-4f85-8e13-560144982921, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5957380144771994534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59573801447719945345957380144771994534595738014477199453459573801447719945345957380144771994534595738014477199453459573801447719945345957380144771994534595738014477199453459573801447719945345957380144771994534595738014477199453459573801447719945345957380144771994534595738014477199453459573801447719945345957380144771994534595738014477199453459573801447719945345957380144771994534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53ceda78-927d-4787-8572-1420ce1ae380, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 027e465f-e0ce-45b0-9b60-3e1df8ef49b5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 027e465f-e0ce-45b0-9b60-3e1df8ef49b5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9295242530197930845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92952425301979308459295242530197930845929524253019793084592952425301979308459295242530197930845929524253019793084592952425301979308459295242530197930845929524253019793084592952425301979308459295242530197930845929524253019793084592952425301979308459295242530197930845929524253019793084592952425301979308459295242530197930845929524253019793084592952425301979308459295242530197930845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede1b25f-4181-4f85-8e13-560144982921, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 512a74ad-caa8-4132-87a8-7b3db44550d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 512a74ad-caa8-4132-87a8-7b3db44550d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16215651991470777258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621565199147077725816215651991470777258162156519914707772581621565199147077725816215651991470777258162156519914707772581621565199147077725816215651991470777258162156519914707772581621565199147077725816215651991470777258162156519914707772581621565199147077725816215651991470777258162156519914707772581621565199147077725816215651991470777258162156519914707772581621565199147077725816215651991470777258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 027e465f-e0ce-45b0-9b60-3e1df8ef49b5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cee6203-c253-4ce9-9ca1-c28e8624e5c2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cee6203-c253-4ce9-9ca1-c28e8624e5c2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12736962803152909296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273696280315290929612736962803152909296127369628031529092961273696280315290929612736962803152909296127369628031529092961273696280315290929612736962803152909296127369628031529092961273696280315290929612736962803152909296127369628031529092961273696280315290929612736962803152909296127369628031529092961273696280315290929612736962803152909296127369628031529092961273696280315290929612736962803152909296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 512a74ad-caa8-4132-87a8-7b3db44550d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8e67e23-9518-4680-9bd3-b259b858b772, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cee6203-c253-4ce9-9ca1-c28e8624e5c2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8e67e23-9518-4680-9bd3-b259b858b772, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7974477572323751037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79744775723237510377974477572323751037797447757232375103779744775723237510377974477572323751037797447757232375103779744775723237510377974477572323751037797447757232375103779744775723237510377974477572323751037797447757232375103779744775723237510377974477572323751037797447757232375103779744775723237510377974477572323751037797447757232375103779744775723237510377974477572323751037" } } } 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, 727def53-4828-465e-b6ac-7fa8b5640906, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 727def53-4828-465e-b6ac-7fa8b5640906, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6498423725833099358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64984237258330993586498423725833099358649842372583309935864984237258330993586498423725833099358649842372583309935864984237258330993586498423725833099358649842372583309935864984237258330993586498423725833099358649842372583309935864984237258330993586498423725833099358649842372583309935864984237258330993586498423725833099358649842372583309935864984237258330993586498423725833099358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8e67e23-9518-4680-9bd3-b259b858b772, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3be389b4-5eb0-409b-aea1-f38072147bb6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be389b4-5eb0-409b-aea1-f38072147bb6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2460012258266575564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24600122582665755642460012258266575564246001225826657556424600122582665755642460012258266575564246001225826657556424600122582665755642460012258266575564246001225826657556424600122582665755642460012258266575564246001225826657556424600122582665755642460012258266575564246001225826657556424600122582665755642460012258266575564246001225826657556424600122582665755642460012258266575564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 727def53-4828-465e-b6ac-7fa8b5640906, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cb8af54-cfff-4749-9988-333156851872, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb8af54-cfff-4749-9988-333156851872, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2756073831789678305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27560738317896783052756073831789678305275607383178967830527560738317896783052756073831789678305275607383178967830527560738317896783052756073831789678305275607383178967830527560738317896783052756073831789678305275607383178967830527560738317896783052756073831789678305275607383178967830527560738317896783052756073831789678305275607383178967830527560738317896783052756073831789678305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be389b4-5eb0-409b-aea1-f38072147bb6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce1f8b04-3a03-4d87-a738-4a137ed1123c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce1f8b04-3a03-4d87-a738-4a137ed1123c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16787027889683892238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678702788968389223816787027889683892238167870278896838922381678702788968389223816787027889683892238167870278896838922381678702788968389223816787027889683892238167870278896838922381678702788968389223816787027889683892238167870278896838922381678702788968389223816787027889683892238167870278896838922381678702788968389223816787027889683892238167870278896838922381678702788968389223816787027889683892238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb8af54-cfff-4749-9988-333156851872, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5f8bf8d-9a7a-4d4f-8639-1cfbe65f3d14, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5f8bf8d-9a7a-4d4f-8639-1cfbe65f3d14, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 858298226882752024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce1f8b04-3a03-4d87-a738-4a137ed1123c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 285eb332-b9dc-4526-91b1-52db0fe100c5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 285eb332-b9dc-4526-91b1-52db0fe100c5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12814011752014601842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281401175201460184212814011752014601842128140117520146018421281401175201460184212814011752014601842128140117520146018421281401175201460184212814011752014601842128140117520146018421281401175201460184212814011752014601842128140117520146018421281401175201460184212814011752014601842128140117520146018421281401175201460184212814011752014601842128140117520146018421281401175201460184212814011752014601842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5f8bf8d-9a7a-4d4f-8639-1cfbe65f3d14, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 285eb332-b9dc-4526-91b1-52db0fe100c5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eea97366-ced2-47bb-b4b6-e96f8f5c2234, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eea97366-ced2-47bb-b4b6-e96f8f5c2234, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4801377136795083421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48013771367950834214801377136795083421480137713679508342148013771367950834214801377136795083421480137713679508342148013771367950834214801377136795083421480137713679508342148013771367950834214801377136795083421480137713679508342148013771367950834214801377136795083421480137713679508342148013771367950834214801377136795083421480137713679508342148013771367950834214801377136795083421" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 959c1927-ad7b-4ec5-9ef6-0bccc69124ea, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 959c1927-ad7b-4ec5-9ef6-0bccc69124ea, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18390293650864318414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839029365086431841418390293650864318414183902936508643184141839029365086431841418390293650864318414183902936508643184141839029365086431841418390293650864318414183902936508643184141839029365086431841418390293650864318414183902936508643184141839029365086431841418390293650864318414183902936508643184141839029365086431841418390293650864318414183902936508643184141839029365086431841418390293650864318414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eea97366-ced2-47bb-b4b6-e96f8f5c2234, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0423eea-4367-4235-879a-463b582d82d4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0423eea-4367-4235-879a-463b582d82d4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17679827818657217902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767982781865721790217679827818657217902176798278186572179021767982781865721790217679827818657217902176798278186572179021767982781865721790217679827818657217902176798278186572179021767982781865721790217679827818657217902176798278186572179021767982781865721790217679827818657217902176798278186572179021767982781865721790217679827818657217902176798278186572179021767982781865721790217679827818657217902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 959c1927-ad7b-4ec5-9ef6-0bccc69124ea, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0560ed0-21ce-40f5-a1d2-0d4f3a35fec4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0560ed0-21ce-40f5-a1d2-0d4f3a35fec4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17435486904572241493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743548690457224149317435486904572241493174354869045722414931743548690457224149317435486904572241493174354869045722414931743548690457224149317435486904572241493174354869045722414931743548690457224149317435486904572241493174354869045722414931743548690457224149317435486904572241493174354869045722414931743548690457224149317435486904572241493174354869045722414931743548690457224149317435486904572241493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0423eea-4367-4235-879a-463b582d82d4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a79ff08b-b2c5-495c-8700-8ffad6e2d323, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a79ff08b-b2c5-495c-8700-8ffad6e2d323, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14832188012984537264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483218801298453726414832188012984537264148321880129845372641483218801298453726414832188012984537264148321880129845372641483218801298453726414832188012984537264148321880129845372641483218801298453726414832188012984537264148321880129845372641483218801298453726414832188012984537264148321880129845372641483218801298453726414832188012984537264148321880129845372641483218801298453726414832188012984537264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0560ed0-21ce-40f5-a1d2-0d4f3a35fec4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, addde9c0-aff2-43c0-87fb-a1d5c0092a7b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, addde9c0-aff2-43c0-87fb-a1d5c0092a7b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4902411542961334265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49024115429613342654902411542961334265490241154296133426549024115429613342654902411542961334265490241154296133426549024115429613342654902411542961334265490241154296133426549024115429613342654902411542961334265490241154296133426549024115429613342654902411542961334265490241154296133426549024115429613342654902411542961334265490241154296133426549024115429613342654902411542961334265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a79ff08b-b2c5-495c-8700-8ffad6e2d323, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6680311d-c600-49a0-b2eb-a11d21597ab6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6680311d-c600-49a0-b2eb-a11d21597ab6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8759511977837426900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87595119778374269008759511977837426900875951197783742690087595119778374269008759511977837426900875951197783742690087595119778374269008759511977837426900875951197783742690087595119778374269008759511977837426900875951197783742690087595119778374269008759511977837426900875951197783742690087595119778374269008759511977837426900875951197783742690087595119778374269008759511977837426900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, addde9c0-aff2-43c0-87fb-a1d5c0092a7b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6680311d-c600-49a0-b2eb-a11d21597ab6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c314b5b6-a8c9-4c01-a198-ace99816422b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c314b5b6-a8c9-4c01-a198-ace99816422b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7312009299566736896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73120092995667368967312009299566736896731200929956673689673120092995667368967312009299566736896731200929956673689673120092995667368967312009299566736896731200929956673689673120092995667368967312009299566736896731200929956673689673120092995667368967312009299566736896731200929956673689673120092995667368967312009299566736896731200929956673689673120092995667368967312009299566736896" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95ac5da5-3618-45f6-8279-7312f59047bd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95ac5da5-3618-45f6-8279-7312f59047bd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11425677397971111039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142567739797111103911425677397971111039114256773979711110391142567739797111103911425677397971111039114256773979711110391142567739797111103911425677397971111039114256773979711110391142567739797111103911425677397971111039114256773979711110391142567739797111103911425677397971111039114256773979711110391142567739797111103911425677397971111039114256773979711110391142567739797111103911425677397971111039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95ac5da5-3618-45f6-8279-7312f59047bd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c314b5b6-a8c9-4c01-a198-ace99816422b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1d957f7-bcad-4bbb-b462-5e7723052bb3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1d957f7-bcad-4bbb-b462-5e7723052bb3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15877204459609464799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587720445960946479915877204459609464799158772044596094647991587720445960946479915877204459609464799158772044596094647991587720445960946479915877204459609464799158772044596094647991587720445960946479915877204459609464799158772044596094647991587720445960946479915877204459609464799158772044596094647991587720445960946479915877204459609464799158772044596094647991587720445960946479915877204459609464799" } } } 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, f946f487-1a1e-4289-8484-d8d792d8c06a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f946f487-1a1e-4289-8484-d8d792d8c06a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11848244956778105369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184824495677810536911848244956778105369118482449567781053691184824495677810536911848244956778105369118482449567781053691184824495677810536911848244956778105369118482449567781053691184824495677810536911848244956778105369118482449567781053691184824495677810536911848244956778105369118482449567781053691184824495677810536911848244956778105369118482449567781053691184824495677810536911848244956778105369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1d957f7-bcad-4bbb-b462-5e7723052bb3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 480ff38d-fe97-4e36-afbe-462fece3899f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 480ff38d-fe97-4e36-afbe-462fece3899f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12446507865742563163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244650786574256316312446507865742563163124465078657425631631244650786574256316312446507865742563163124465078657425631631244650786574256316312446507865742563163124465078657425631631244650786574256316312446507865742563163124465078657425631631244650786574256316312446507865742563163124465078657425631631244650786574256316312446507865742563163124465078657425631631244650786574256316312446507865742563163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f946f487-1a1e-4289-8484-d8d792d8c06a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e09159d-0f03-41f8-b5ae-6e471922de41, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 480ff38d-fe97-4e36-afbe-462fece3899f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e09159d-0f03-41f8-b5ae-6e471922de41, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17902083689441956546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790208368944195654617902083689441956546179020836894419565461790208368944195654617902083689441956546179020836894419565461790208368944195654617902083689441956546179020836894419565461790208368944195654617902083689441956546179020836894419565461790208368944195654617902083689441956546179020836894419565461790208368944195654617902083689441956546179020836894419565461790208368944195654617902083689441956546" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d1356ed-9814-4aaf-a45e-60821a91a4ce, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d1356ed-9814-4aaf-a45e-60821a91a4ce, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 301504113592332051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e09159d-0f03-41f8-b5ae-6e471922de41, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60bd1e8b-c4fb-47e4-a2a1-0049812793f9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d1356ed-9814-4aaf-a45e-60821a91a4ce, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60bd1e8b-c4fb-47e4-a2a1-0049812793f9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18360836431561293620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836083643156129362018360836431561293620183608364315612936201836083643156129362018360836431561293620183608364315612936201836083643156129362018360836431561293620183608364315612936201836083643156129362018360836431561293620183608364315612936201836083643156129362018360836431561293620183608364315612936201836083643156129362018360836431561293620183608364315612936201836083643156129362018360836431561293620" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d01ff4c7-a8d0-498f-bd85-6c260cf33d90, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d01ff4c7-a8d0-498f-bd85-6c260cf33d90, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1295545792462618171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12955457924626181711295545792462618171129554579246261817112955457924626181711295545792462618171129554579246261817112955457924626181711295545792462618171129554579246261817112955457924626181711295545792462618171129554579246261817112955457924626181711295545792462618171129554579246261817112955457924626181711295545792462618171129554579246261817112955457924626181711295545792462618171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60bd1e8b-c4fb-47e4-a2a1-0049812793f9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7c4e5aa-1bf2-4de2-86dc-ecf17d3398c4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c4e5aa-1bf2-4de2-86dc-ecf17d3398c4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5712589924341383532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57125899243413835325712589924341383532571258992434138353257125899243413835325712589924341383532571258992434138353257125899243413835325712589924341383532571258992434138353257125899243413835325712589924341383532571258992434138353257125899243413835325712589924341383532571258992434138353257125899243413835325712589924341383532571258992434138353257125899243413835325712589924341383532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d01ff4c7-a8d0-498f-bd85-6c260cf33d90, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d51dd09b-acf2-4b24-997c-84480eec173c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c4e5aa-1bf2-4de2-86dc-ecf17d3398c4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d51dd09b-acf2-4b24-997c-84480eec173c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11755525948482293981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175552594848229398111755525948482293981117555259484822939811175552594848229398111755525948482293981117555259484822939811175552594848229398111755525948482293981117555259484822939811175552594848229398111755525948482293981117555259484822939811175552594848229398111755525948482293981117555259484822939811175552594848229398111755525948482293981117555259484822939811175552594848229398111755525948482293981" } } } 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, 5af9532c-0a58-42dc-948a-913e30e6a7d5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d51dd09b-acf2-4b24-997c-84480eec173c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca12ea9f-408e-41d0-a835-903e38db4abd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca12ea9f-408e-41d0-a835-903e38db4abd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12997986044072419080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299798604407241908012997986044072419080129979860440724190801299798604407241908012997986044072419080129979860440724190801299798604407241908012997986044072419080129979860440724190801299798604407241908012997986044072419080129979860440724190801299798604407241908012997986044072419080129979860440724190801299798604407241908012997986044072419080129979860440724190801299798604407241908012997986044072419080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5af9532c-0a58-42dc-948a-913e30e6a7d5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6804837121401555077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68048371214015550776804837121401555077680483712140155507768048371214015550776804837121401555077680483712140155507768048371214015550776804837121401555077680483712140155507768048371214015550776804837121401555077680483712140155507768048371214015550776804837121401555077680483712140155507768048371214015550776804837121401555077680483712140155507768048371214015550776804837121401555077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca12ea9f-408e-41d0-a835-903e38db4abd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1e81305-fa0a-42c7-bd10-304d4321ae50, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1e81305-fa0a-42c7-bd10-304d4321ae50, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14468181223043292699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446818122304329269914468181223043292699144681812230432926991446818122304329269914468181223043292699144681812230432926991446818122304329269914468181223043292699144681812230432926991446818122304329269914468181223043292699144681812230432926991446818122304329269914468181223043292699144681812230432926991446818122304329269914468181223043292699144681812230432926991446818122304329269914468181223043292699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5af9532c-0a58-42dc-948a-913e30e6a7d5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87c90439-e919-42e5-b025-3a25ed936ec2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87c90439-e919-42e5-b025-3a25ed936ec2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3788720777833274270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37887207778332742703788720777833274270378872077783327427037887207778332742703788720777833274270378872077783327427037887207778332742703788720777833274270378872077783327427037887207778332742703788720777833274270378872077783327427037887207778332742703788720777833274270378872077783327427037887207778332742703788720777833274270378872077783327427037887207778332742703788720777833274270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1e81305-fa0a-42c7-bd10-304d4321ae50, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aea8952c-b3d7-443c-8452-ba7fec413f75, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aea8952c-b3d7-443c-8452-ba7fec413f75, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15332521994575094318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533252199457509431815332521994575094318153325219945750943181533252199457509431815332521994575094318153325219945750943181533252199457509431815332521994575094318153325219945750943181533252199457509431815332521994575094318153325219945750943181533252199457509431815332521994575094318153325219945750943181533252199457509431815332521994575094318153325219945750943181533252199457509431815332521994575094318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87c90439-e919-42e5-b025-3a25ed936ec2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbe18d2d-ce5f-433e-9e4e-fe6ac79567f0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbe18d2d-ce5f-433e-9e4e-fe6ac79567f0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17085996343068925766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708599634306892576617085996343068925766170859963430689257661708599634306892576617085996343068925766170859963430689257661708599634306892576617085996343068925766170859963430689257661708599634306892576617085996343068925766170859963430689257661708599634306892576617085996343068925766170859963430689257661708599634306892576617085996343068925766170859963430689257661708599634306892576617085996343068925766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aea8952c-b3d7-443c-8452-ba7fec413f75, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbe18d2d-ce5f-433e-9e4e-fe6ac79567f0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e1e2a5b-b6ed-454b-a7ca-9cd843f6a6e4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e339e7c-d24c-47a6-ad3a-3a590d2184b1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e339e7c-d24c-47a6-ad3a-3a590d2184b1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5926378771768892341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59263787717688923415926378771768892341592637877176889234159263787717688923415926378771768892341592637877176889234159263787717688923415926378771768892341592637877176889234159263787717688923415926378771768892341592637877176889234159263787717688923415926378771768892341592637877176889234159263787717688923415926378771768892341592637877176889234159263787717688923415926378771768892341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e1e2a5b-b6ed-454b-a7ca-9cd843f6a6e4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2380174389281315323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23801743892813153232380174389281315323238017438928131532323801743892813153232380174389281315323238017438928131532323801743892813153232380174389281315323238017438928131532323801743892813153232380174389281315323238017438928131532323801743892813153232380174389281315323238017438928131532323801743892813153232380174389281315323238017438928131532323801743892813153232380174389281315323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e339e7c-d24c-47a6-ad3a-3a590d2184b1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e1e2a5b-b6ed-454b-a7ca-9cd843f6a6e4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faf592c9-5ebd-4454-a0af-99fa4954aa3f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faf592c9-5ebd-4454-a0af-99fa4954aa3f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11914737567070963988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191473756707096398811914737567070963988119147375670709639881191473756707096398811914737567070963988119147375670709639881191473756707096398811914737567070963988119147375670709639881191473756707096398811914737567070963988119147375670709639881191473756707096398811914737567070963988119147375670709639881191473756707096398811914737567070963988119147375670709639881191473756707096398811914737567070963988" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59ee2f6f-a19b-4f82-8cc8-1622aae5ebad, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59ee2f6f-a19b-4f82-8cc8-1622aae5ebad, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5378846712147686535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53788467121476865355378846712147686535537884671214768653553788467121476865355378846712147686535537884671214768653553788467121476865355378846712147686535537884671214768653553788467121476865355378846712147686535537884671214768653553788467121476865355378846712147686535537884671214768653553788467121476865355378846712147686535537884671214768653553788467121476865355378846712147686535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faf592c9-5ebd-4454-a0af-99fa4954aa3f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e5af161-7a7b-4b1f-830e-6b2ac3a8c609, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e5af161-7a7b-4b1f-830e-6b2ac3a8c609, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6147241344521649545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61472413445216495456147241344521649545614724134452164954561472413445216495456147241344521649545614724134452164954561472413445216495456147241344521649545614724134452164954561472413445216495456147241344521649545614724134452164954561472413445216495456147241344521649545614724134452164954561472413445216495456147241344521649545614724134452164954561472413445216495456147241344521649545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59ee2f6f-a19b-4f82-8cc8-1622aae5ebad, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3893185e-2b55-4e1d-83a7-b4062f0c33fb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3893185e-2b55-4e1d-83a7-b4062f0c33fb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10124558140212263324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012455814021226332410124558140212263324101245581402122633241012455814021226332410124558140212263324101245581402122633241012455814021226332410124558140212263324101245581402122633241012455814021226332410124558140212263324101245581402122633241012455814021226332410124558140212263324101245581402122633241012455814021226332410124558140212263324101245581402122633241012455814021226332410124558140212263324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e5af161-7a7b-4b1f-830e-6b2ac3a8c609, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e95fc22-16eb-44d5-8f68-4681c09e1e15, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e95fc22-16eb-44d5-8f68-4681c09e1e15, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5889816815279165567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58898168152791655675889816815279165567588981681527916556758898168152791655675889816815279165567588981681527916556758898168152791655675889816815279165567588981681527916556758898168152791655675889816815279165567588981681527916556758898168152791655675889816815279165567588981681527916556758898168152791655675889816815279165567588981681527916556758898168152791655675889816815279165567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3893185e-2b55-4e1d-83a7-b4062f0c33fb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd71726f-282c-4989-a38e-1b83bdc6d13e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e95fc22-16eb-44d5-8f68-4681c09e1e15, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd71726f-282c-4989-a38e-1b83bdc6d13e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 139143839032106152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9760f82-de7b-4287-a018-8c028e4fb4b2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9760f82-de7b-4287-a018-8c028e4fb4b2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15595184530317606540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559518453031760654015595184530317606540155951845303176065401559518453031760654015595184530317606540155951845303176065401559518453031760654015595184530317606540155951845303176065401559518453031760654015595184530317606540155951845303176065401559518453031760654015595184530317606540155951845303176065401559518453031760654015595184530317606540155951845303176065401559518453031760654015595184530317606540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd71726f-282c-4989-a38e-1b83bdc6d13e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9760f82-de7b-4287-a018-8c028e4fb4b2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5121fd0-dda8-4870-86a2-81840c416273, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5121fd0-dda8-4870-86a2-81840c416273, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12647459931500457324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264745993150045732412647459931500457324126474599315004573241264745993150045732412647459931500457324126474599315004573241264745993150045732412647459931500457324126474599315004573241264745993150045732412647459931500457324126474599315004573241264745993150045732412647459931500457324126474599315004573241264745993150045732412647459931500457324126474599315004573241264745993150045732412647459931500457324" } } } 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, 1620b912-7aee-467a-8a78-c277ddb3966f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1620b912-7aee-467a-8a78-c277ddb3966f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14058187827720565492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405818782772056549214058187827720565492140581878277205654921405818782772056549214058187827720565492140581878277205654921405818782772056549214058187827720565492140581878277205654921405818782772056549214058187827720565492140581878277205654921405818782772056549214058187827720565492140581878277205654921405818782772056549214058187827720565492140581878277205654921405818782772056549214058187827720565492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5121fd0-dda8-4870-86a2-81840c416273, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1620b912-7aee-467a-8a78-c277ddb3966f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f0eb521-3d9c-4751-87e8-c6da6f5bc176, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f0eb521-3d9c-4751-87e8-c6da6f5bc176, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10517744392389814451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051774439238981445110517744392389814451105177443923898144511051774439238981445110517744392389814451105177443923898144511051774439238981445110517744392389814451105177443923898144511051774439238981445110517744392389814451105177443923898144511051774439238981445110517744392389814451105177443923898144511051774439238981445110517744392389814451105177443923898144511051774439238981445110517744392389814451" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b2bdef6-4ce5-4cbc-a623-1573ba6fa4c2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b2bdef6-4ce5-4cbc-a623-1573ba6fa4c2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15185079752275238235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518507975227523823515185079752275238235151850797522752382351518507975227523823515185079752275238235151850797522752382351518507975227523823515185079752275238235151850797522752382351518507975227523823515185079752275238235151850797522752382351518507975227523823515185079752275238235151850797522752382351518507975227523823515185079752275238235151850797522752382351518507975227523823515185079752275238235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f0eb521-3d9c-4751-87e8-c6da6f5bc176, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f8c1ea4-52d2-495b-a9a5-0fdc93053b4d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f8c1ea4-52d2-495b-a9a5-0fdc93053b4d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5708327433773070757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57083274337730707575708327433773070757570832743377307075757083274337730707575708327433773070757570832743377307075757083274337730707575708327433773070757570832743377307075757083274337730707575708327433773070757570832743377307075757083274337730707575708327433773070757570832743377307075757083274337730707575708327433773070757570832743377307075757083274337730707575708327433773070757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b2bdef6-4ce5-4cbc-a623-1573ba6fa4c2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63ca7e06-c951-47df-b458-3a3ac0aa57d9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63ca7e06-c951-47df-b458-3a3ac0aa57d9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5558948668325488777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55589486683254887775558948668325488777555894866832548877755589486683254887775558948668325488777555894866832548877755589486683254887775558948668325488777555894866832548877755589486683254887775558948668325488777555894866832548877755589486683254887775558948668325488777555894866832548877755589486683254887775558948668325488777555894866832548877755589486683254887775558948668325488777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f8c1ea4-52d2-495b-a9a5-0fdc93053b4d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd34b8ad-c619-4bb3-a708-3a6066a31760, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd34b8ad-c619-4bb3-a708-3a6066a31760, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2200654097943459403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22006540979434594032200654097943459403220065409794345940322006540979434594032200654097943459403220065409794345940322006540979434594032200654097943459403220065409794345940322006540979434594032200654097943459403220065409794345940322006540979434594032200654097943459403220065409794345940322006540979434594032200654097943459403220065409794345940322006540979434594032200654097943459403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63ca7e06-c951-47df-b458-3a3ac0aa57d9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 443628d8-ccea-4ba7-866e-7a12f96a00bf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 443628d8-ccea-4ba7-866e-7a12f96a00bf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11973751116922191729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197375111692219172911973751116922191729119737511169221917291197375111692219172911973751116922191729119737511169221917291197375111692219172911973751116922191729119737511169221917291197375111692219172911973751116922191729119737511169221917291197375111692219172911973751116922191729119737511169221917291197375111692219172911973751116922191729119737511169221917291197375111692219172911973751116922191729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd34b8ad-c619-4bb3-a708-3a6066a31760, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2678b41f-ccc2-48f0-b72a-74f5a78911d0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2678b41f-ccc2-48f0-b72a-74f5a78911d0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10612060051146853384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061206005114685338410612060051146853384106120600511468533841061206005114685338410612060051146853384106120600511468533841061206005114685338410612060051146853384106120600511468533841061206005114685338410612060051146853384106120600511468533841061206005114685338410612060051146853384106120600511468533841061206005114685338410612060051146853384106120600511468533841061206005114685338410612060051146853384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 443628d8-ccea-4ba7-866e-7a12f96a00bf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2678b41f-ccc2-48f0-b72a-74f5a78911d0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51f92442-3bf6-4022-9897-a853c9942d22, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51f92442-3bf6-4022-9897-a853c9942d22, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9297531341880214728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92975313418802147289297531341880214728929753134188021472892975313418802147289297531341880214728929753134188021472892975313418802147289297531341880214728929753134188021472892975313418802147289297531341880214728929753134188021472892975313418802147289297531341880214728929753134188021472892975313418802147289297531341880214728929753134188021472892975313418802147289297531341880214728" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b44e642f-40cc-4a72-8281-c7c36b0922d1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b44e642f-40cc-4a72-8281-c7c36b0922d1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6570511410495313856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65705114104953138566570511410495313856657051141049531385665705114104953138566570511410495313856657051141049531385665705114104953138566570511410495313856657051141049531385665705114104953138566570511410495313856657051141049531385665705114104953138566570511410495313856657051141049531385665705114104953138566570511410495313856657051141049531385665705114104953138566570511410495313856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51f92442-3bf6-4022-9897-a853c9942d22, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e440e58-1fa1-4e27-848d-32067480212f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e440e58-1fa1-4e27-848d-32067480212f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6603623761016501980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66036237610165019806603623761016501980660362376101650198066036237610165019806603623761016501980660362376101650198066036237610165019806603623761016501980660362376101650198066036237610165019806603623761016501980660362376101650198066036237610165019806603623761016501980660362376101650198066036237610165019806603623761016501980660362376101650198066036237610165019806603623761016501980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b44e642f-40cc-4a72-8281-c7c36b0922d1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e440e58-1fa1-4e27-848d-32067480212f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35f3204c-f392-433c-b0bc-7a350f331e56, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2c81b3c-ade1-4aa8-bf6f-4e88a3fff3af, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35f3204c-f392-433c-b0bc-7a350f331e56, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7966006259296432108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79660062592964321087966006259296432108796600625929643210879660062592964321087966006259296432108796600625929643210879660062592964321087966006259296432108796600625929643210879660062592964321087966006259296432108796600625929643210879660062592964321087966006259296432108796600625929643210879660062592964321087966006259296432108796600625929643210879660062592964321087966006259296432108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2c81b3c-ade1-4aa8-bf6f-4e88a3fff3af, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 499075901329661183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35f3204c-f392-433c-b0bc-7a350f331e56, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06e6ab4c-f221-445b-a319-7d058ea015cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06e6ab4c-f221-445b-a319-7d058ea015cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9065538480144718645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90655384801447186459065538480144718645906553848014471864590655384801447186459065538480144718645906553848014471864590655384801447186459065538480144718645906553848014471864590655384801447186459065538480144718645906553848014471864590655384801447186459065538480144718645906553848014471864590655384801447186459065538480144718645906553848014471864590655384801447186459065538480144718645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2c81b3c-ade1-4aa8-bf6f-4e88a3fff3af, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a59df73f-a869-46a5-b1a3-650cdd1a9bfb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06e6ab4c-f221-445b-a319-7d058ea015cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 286774d8-6a23-4689-9797-803f9aff3b96, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a59df73f-a869-46a5-b1a3-650cdd1a9bfb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17064428036182021053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706442803618202105317064428036182021053170644280361820210531706442803618202105317064428036182021053170644280361820210531706442803618202105317064428036182021053170644280361820210531706442803618202105317064428036182021053170644280361820210531706442803618202105317064428036182021053170644280361820210531706442803618202105317064428036182021053170644280361820210531706442803618202105317064428036182021053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 286774d8-6a23-4689-9797-803f9aff3b96, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15072915442167240445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507291544216724044515072915442167240445150729154421672404451507291544216724044515072915442167240445150729154421672404451507291544216724044515072915442167240445150729154421672404451507291544216724044515072915442167240445150729154421672404451507291544216724044515072915442167240445150729154421672404451507291544216724044515072915442167240445150729154421672404451507291544216724044515072915442167240445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a59df73f-a869-46a5-b1a3-650cdd1a9bfb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14a79100-0955-45d1-8324-d11e51a1e897, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14a79100-0955-45d1-8324-d11e51a1e897, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 566141842614322121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 286774d8-6a23-4689-9797-803f9aff3b96, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2f23bef-ec3b-4f60-a68f-1a843e6a2c5f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2f23bef-ec3b-4f60-a68f-1a843e6a2c5f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8003414611475721872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80034146114757218728003414611475721872800341461147572187280034146114757218728003414611475721872800341461147572187280034146114757218728003414611475721872800341461147572187280034146114757218728003414611475721872800341461147572187280034146114757218728003414611475721872800341461147572187280034146114757218728003414611475721872800341461147572187280034146114757218728003414611475721872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14a79100-0955-45d1-8324-d11e51a1e897, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fbef23f-0e28-41b3-8257-32b99210e583, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fbef23f-0e28-41b3-8257-32b99210e583, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7116938210900725045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71169382109007250457116938210900725045711693821090072504571169382109007250457116938210900725045711693821090072504571169382109007250457116938210900725045711693821090072504571169382109007250457116938210900725045711693821090072504571169382109007250457116938210900725045711693821090072504571169382109007250457116938210900725045711693821090072504571169382109007250457116938210900725045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2f23bef-ec3b-4f60-a68f-1a843e6a2c5f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94a609ec-fec3-40b3-8aec-7e3417152023, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94a609ec-fec3-40b3-8aec-7e3417152023, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8775800407044813834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87758004070448138348775800407044813834877580040704481383487758004070448138348775800407044813834877580040704481383487758004070448138348775800407044813834877580040704481383487758004070448138348775800407044813834877580040704481383487758004070448138348775800407044813834877580040704481383487758004070448138348775800407044813834877580040704481383487758004070448138348775800407044813834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fbef23f-0e28-41b3-8257-32b99210e583, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a850716c-84aa-45fa-bb50-1ab83b889acc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a850716c-84aa-45fa-bb50-1ab83b889acc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12818392626729108782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281839262672910878212818392626729108782128183926267291087821281839262672910878212818392626729108782128183926267291087821281839262672910878212818392626729108782128183926267291087821281839262672910878212818392626729108782128183926267291087821281839262672910878212818392626729108782128183926267291087821281839262672910878212818392626729108782128183926267291087821281839262672910878212818392626729108782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94a609ec-fec3-40b3-8aec-7e3417152023, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1673fe20-1f68-47ab-b02e-138a884a5211, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1673fe20-1f68-47ab-b02e-138a884a5211, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5509515457823163666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55095154578231636665509515457823163666550951545782316366655095154578231636665509515457823163666550951545782316366655095154578231636665509515457823163666550951545782316366655095154578231636665509515457823163666550951545782316366655095154578231636665509515457823163666550951545782316366655095154578231636665509515457823163666550951545782316366655095154578231636665509515457823163666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a850716c-84aa-45fa-bb50-1ab83b889acc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c303efe8-4826-45cc-8f9b-50d294dfa5cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c303efe8-4826-45cc-8f9b-50d294dfa5cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1939774997350228139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19397749973502281391939774997350228139193977499735022813919397749973502281391939774997350228139193977499735022813919397749973502281391939774997350228139193977499735022813919397749973502281391939774997350228139193977499735022813919397749973502281391939774997350228139193977499735022813919397749973502281391939774997350228139193977499735022813919397749973502281391939774997350228139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1673fe20-1f68-47ab-b02e-138a884a5211, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c303efe8-4826-45cc-8f9b-50d294dfa5cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7118930-c2a3-48eb-9a4f-4a89e8825f5d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7118930-c2a3-48eb-9a4f-4a89e8825f5d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1353069373594289030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13530693735942890301353069373594289030135306937359428903013530693735942890301353069373594289030135306937359428903013530693735942890301353069373594289030135306937359428903013530693735942890301353069373594289030135306937359428903013530693735942890301353069373594289030135306937359428903013530693735942890301353069373594289030135306937359428903013530693735942890301353069373594289030" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee51f4ec-8f90-4947-8241-219cef1a54a6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee51f4ec-8f90-4947-8241-219cef1a54a6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8437014859454924874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84370148594549248748437014859454924874843701485945492487484370148594549248748437014859454924874843701485945492487484370148594549248748437014859454924874843701485945492487484370148594549248748437014859454924874843701485945492487484370148594549248748437014859454924874843701485945492487484370148594549248748437014859454924874843701485945492487484370148594549248748437014859454924874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7118930-c2a3-48eb-9a4f-4a89e8825f5d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c9a30bd-c33d-43d8-9455-85f03a045b7b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c9a30bd-c33d-43d8-9455-85f03a045b7b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9468027003343974819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94680270033439748199468027003343974819946802700334397481994680270033439748199468027003343974819946802700334397481994680270033439748199468027003343974819946802700334397481994680270033439748199468027003343974819946802700334397481994680270033439748199468027003343974819946802700334397481994680270033439748199468027003343974819946802700334397481994680270033439748199468027003343974819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee51f4ec-8f90-4947-8241-219cef1a54a6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c37a6ce1-d840-43a9-abf6-78b977105f0f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c37a6ce1-d840-43a9-abf6-78b977105f0f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14169144838906748319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416914483890674831914169144838906748319141691448389067483191416914483890674831914169144838906748319141691448389067483191416914483890674831914169144838906748319141691448389067483191416914483890674831914169144838906748319141691448389067483191416914483890674831914169144838906748319141691448389067483191416914483890674831914169144838906748319141691448389067483191416914483890674831914169144838906748319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c9a30bd-c33d-43d8-9455-85f03a045b7b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae844c73-00a5-4010-b38d-f1193fa3d69d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae844c73-00a5-4010-b38d-f1193fa3d69d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4552186243706120204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45521862437061202044552186243706120204455218624370612020445521862437061202044552186243706120204455218624370612020445521862437061202044552186243706120204455218624370612020445521862437061202044552186243706120204455218624370612020445521862437061202044552186243706120204455218624370612020445521862437061202044552186243706120204455218624370612020445521862437061202044552186243706120204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c37a6ce1-d840-43a9-abf6-78b977105f0f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fec5800-aa7a-4d62-af39-1cea7eab7376, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fec5800-aa7a-4d62-af39-1cea7eab7376, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1765738542114794543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17657385421147945431765738542114794543176573854211479454317657385421147945431765738542114794543176573854211479454317657385421147945431765738542114794543176573854211479454317657385421147945431765738542114794543176573854211479454317657385421147945431765738542114794543176573854211479454317657385421147945431765738542114794543176573854211479454317657385421147945431765738542114794543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae844c73-00a5-4010-b38d-f1193fa3d69d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4bddfd7-48f1-4057-bee5-fc3acaa556a5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4bddfd7-48f1-4057-bee5-fc3acaa556a5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9102826435400766950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91028264354007669509102826435400766950910282643540076695091028264354007669509102826435400766950910282643540076695091028264354007669509102826435400766950910282643540076695091028264354007669509102826435400766950910282643540076695091028264354007669509102826435400766950910282643540076695091028264354007669509102826435400766950910282643540076695091028264354007669509102826435400766950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fec5800-aa7a-4d62-af39-1cea7eab7376, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cb0061a-8880-445f-81f4-48cb2e6057ad, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cb0061a-8880-445f-81f4-48cb2e6057ad, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8157938367416721975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81579383674167219758157938367416721975815793836741672197581579383674167219758157938367416721975815793836741672197581579383674167219758157938367416721975815793836741672197581579383674167219758157938367416721975815793836741672197581579383674167219758157938367416721975815793836741672197581579383674167219758157938367416721975815793836741672197581579383674167219758157938367416721975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4bddfd7-48f1-4057-bee5-fc3acaa556a5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b17d7e7c-0093-47b2-a702-5b8efae8ff0a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b17d7e7c-0093-47b2-a702-5b8efae8ff0a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3344368447112943698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33443684471129436983344368447112943698334436844711294369833443684471129436983344368447112943698334436844711294369833443684471129436983344368447112943698334436844711294369833443684471129436983344368447112943698334436844711294369833443684471129436983344368447112943698334436844711294369833443684471129436983344368447112943698334436844711294369833443684471129436983344368447112943698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cb0061a-8880-445f-81f4-48cb2e6057ad, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15629bb3-a671-495d-9fce-ba157afcd04c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15629bb3-a671-495d-9fce-ba157afcd04c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4502750994419791534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45027509944197915344502750994419791534450275099441979153445027509944197915344502750994419791534450275099441979153445027509944197915344502750994419791534450275099441979153445027509944197915344502750994419791534450275099441979153445027509944197915344502750994419791534450275099441979153445027509944197915344502750994419791534450275099441979153445027509944197915344502750994419791534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b17d7e7c-0093-47b2-a702-5b8efae8ff0a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c89636f-7b7f-41f7-95aa-63b052b8734b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c89636f-7b7f-41f7-95aa-63b052b8734b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7398932897245256403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73989328972452564037398932897245256403739893289724525640373989328972452564037398932897245256403739893289724525640373989328972452564037398932897245256403739893289724525640373989328972452564037398932897245256403739893289724525640373989328972452564037398932897245256403739893289724525640373989328972452564037398932897245256403739893289724525640373989328972452564037398932897245256403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15629bb3-a671-495d-9fce-ba157afcd04c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c89636f-7b7f-41f7-95aa-63b052b8734b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d135d555-62c7-46cd-b1f3-a882f1139813, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a5bf724-e96e-438e-a80c-b4cfdaa911e8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d135d555-62c7-46cd-b1f3-a882f1139813, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12271034925763723994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227103492576372399412271034925763723994122710349257637239941227103492576372399412271034925763723994122710349257637239941227103492576372399412271034925763723994122710349257637239941227103492576372399412271034925763723994122710349257637239941227103492576372399412271034925763723994122710349257637239941227103492576372399412271034925763723994122710349257637239941227103492576372399412271034925763723994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a5bf724-e96e-438e-a80c-b4cfdaa911e8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2490934412604418264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24909344126044182642490934412604418264249093441260441826424909344126044182642490934412604418264249093441260441826424909344126044182642490934412604418264249093441260441826424909344126044182642490934412604418264249093441260441826424909344126044182642490934412604418264249093441260441826424909344126044182642490934412604418264249093441260441826424909344126044182642490934412604418264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d135d555-62c7-46cd-b1f3-a882f1139813, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a5bf724-e96e-438e-a80c-b4cfdaa911e8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3f03d5e-cc88-4e3c-89a2-3505bb4b5586, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a116796b-791b-48ad-acb3-e6dc3eb64f72, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a116796b-791b-48ad-acb3-e6dc3eb64f72, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12899807517234539679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289980751723453967912899807517234539679128998075172345396791289980751723453967912899807517234539679128998075172345396791289980751723453967912899807517234539679128998075172345396791289980751723453967912899807517234539679128998075172345396791289980751723453967912899807517234539679128998075172345396791289980751723453967912899807517234539679128998075172345396791289980751723453967912899807517234539679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3f03d5e-cc88-4e3c-89a2-3505bb4b5586, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2220094758892761207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22200947588927612072220094758892761207222009475889276120722200947588927612072220094758892761207222009475889276120722200947588927612072220094758892761207222009475889276120722200947588927612072220094758892761207222009475889276120722200947588927612072220094758892761207222009475889276120722200947588927612072220094758892761207222009475889276120722200947588927612072220094758892761207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a116796b-791b-48ad-acb3-e6dc3eb64f72, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7b64811-2d7b-4c44-931f-ce5ccd90def8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b64811-2d7b-4c44-931f-ce5ccd90def8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16128719892991873485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612871989299187348516128719892991873485161287198929918734851612871989299187348516128719892991873485161287198929918734851612871989299187348516128719892991873485161287198929918734851612871989299187348516128719892991873485161287198929918734851612871989299187348516128719892991873485161287198929918734851612871989299187348516128719892991873485161287198929918734851612871989299187348516128719892991873485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3f03d5e-cc88-4e3c-89a2-3505bb4b5586, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b64811-2d7b-4c44-931f-ce5ccd90def8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20acbd37-eaa8-4ff6-8381-08e5bd404f97, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20acbd37-eaa8-4ff6-8381-08e5bd404f97, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4847643745233146851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48476437452331468514847643745233146851484764374523314685148476437452331468514847643745233146851484764374523314685148476437452331468514847643745233146851484764374523314685148476437452331468514847643745233146851484764374523314685148476437452331468514847643745233146851484764374523314685148476437452331468514847643745233146851484764374523314685148476437452331468514847643745233146851" } } } 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, 4b509d4b-7564-4274-9d43-ebde8c62986f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b509d4b-7564-4274-9d43-ebde8c62986f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5927677311994170028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59276773119941700285927677311994170028592767731199417002859276773119941700285927677311994170028592767731199417002859276773119941700285927677311994170028592767731199417002859276773119941700285927677311994170028592767731199417002859276773119941700285927677311994170028592767731199417002859276773119941700285927677311994170028592767731199417002859276773119941700285927677311994170028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20acbd37-eaa8-4ff6-8381-08e5bd404f97, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ab0252d-bd3b-4c52-884f-8f2cdb53e5ca, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ab0252d-bd3b-4c52-884f-8f2cdb53e5ca, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11703177884381575255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170317788438157525511703177884381575255117031778843815752551170317788438157525511703177884381575255117031778843815752551170317788438157525511703177884381575255117031778843815752551170317788438157525511703177884381575255117031778843815752551170317788438157525511703177884381575255117031778843815752551170317788438157525511703177884381575255117031778843815752551170317788438157525511703177884381575255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b509d4b-7564-4274-9d43-ebde8c62986f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9234a209-14d2-4a23-803b-38ecf6e70839, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9234a209-14d2-4a23-803b-38ecf6e70839, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11613137152587720354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161313715258772035411613137152587720354116131371525877203541161313715258772035411613137152587720354116131371525877203541161313715258772035411613137152587720354116131371525877203541161313715258772035411613137152587720354116131371525877203541161313715258772035411613137152587720354116131371525877203541161313715258772035411613137152587720354116131371525877203541161313715258772035411613137152587720354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ab0252d-bd3b-4c52-884f-8f2cdb53e5ca, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd76aead-47ba-499e-bfba-4023f854b8a2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd76aead-47ba-499e-bfba-4023f854b8a2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 413313511567308366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9234a209-14d2-4a23-803b-38ecf6e70839, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e99fd69c-ab93-4d21-b029-e8bdac06d407, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e99fd69c-ab93-4d21-b029-e8bdac06d407, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4912018729596844325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49120187295968443254912018729596844325491201872959684432549120187295968443254912018729596844325491201872959684432549120187295968443254912018729596844325491201872959684432549120187295968443254912018729596844325491201872959684432549120187295968443254912018729596844325491201872959684432549120187295968443254912018729596844325491201872959684432549120187295968443254912018729596844325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd76aead-47ba-499e-bfba-4023f854b8a2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62f612ef-e323-4fa4-a23b-c8750d968fe4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62f612ef-e323-4fa4-a23b-c8750d968fe4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7213568239227443773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72135682392274437737213568239227443773721356823922744377372135682392274437737213568239227443773721356823922744377372135682392274437737213568239227443773721356823922744377372135682392274437737213568239227443773721356823922744377372135682392274437737213568239227443773721356823922744377372135682392274437737213568239227443773721356823922744377372135682392274437737213568239227443773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62f612ef-e323-4fa4-a23b-c8750d968fe4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e99fd69c-ab93-4d21-b029-e8bdac06d407, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4225616-16dc-4217-82af-787c91ae7f0f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63871bdf-755e-490d-beca-d33ba52be34c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63871bdf-755e-490d-beca-d33ba52be34c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7183817165441530966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71838171654415309667183817165441530966718381716544153096671838171654415309667183817165441530966718381716544153096671838171654415309667183817165441530966718381716544153096671838171654415309667183817165441530966718381716544153096671838171654415309667183817165441530966718381716544153096671838171654415309667183817165441530966718381716544153096671838171654415309667183817165441530966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4225616-16dc-4217-82af-787c91ae7f0f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7273569481324703995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72735694813247039957273569481324703995727356948132470399572735694813247039957273569481324703995727356948132470399572735694813247039957273569481324703995727356948132470399572735694813247039957273569481324703995727356948132470399572735694813247039957273569481324703995727356948132470399572735694813247039957273569481324703995727356948132470399572735694813247039957273569481324703995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63871bdf-755e-490d-beca-d33ba52be34c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4225616-16dc-4217-82af-787c91ae7f0f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef627a7b-f988-4e19-95ae-0055cb700b2d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef627a7b-f988-4e19-95ae-0055cb700b2d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16728032384436221781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672803238443622178116728032384436221781167280323844362217811672803238443622178116728032384436221781167280323844362217811672803238443622178116728032384436221781167280323844362217811672803238443622178116728032384436221781167280323844362217811672803238443622178116728032384436221781167280323844362217811672803238443622178116728032384436221781167280323844362217811672803238443622178116728032384436221781" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29f70433-399a-4be0-85bc-d1deeb272946, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29f70433-399a-4be0-85bc-d1deeb272946, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12547452000269820389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254745200026982038912547452000269820389125474520002698203891254745200026982038912547452000269820389125474520002698203891254745200026982038912547452000269820389125474520002698203891254745200026982038912547452000269820389125474520002698203891254745200026982038912547452000269820389125474520002698203891254745200026982038912547452000269820389125474520002698203891254745200026982038912547452000269820389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef627a7b-f988-4e19-95ae-0055cb700b2d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0b3006b-424b-4c83-93c5-eb9ac0d98c4b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29f70433-399a-4be0-85bc-d1deeb272946, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c222039-0cc8-483f-b7b8-394aa628837c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c222039-0cc8-483f-b7b8-394aa628837c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5632956708919860782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56329567089198607825632956708919860782563295670891986078256329567089198607825632956708919860782563295670891986078256329567089198607825632956708919860782563295670891986078256329567089198607825632956708919860782563295670891986078256329567089198607825632956708919860782563295670891986078256329567089198607825632956708919860782563295670891986078256329567089198607825632956708919860782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0b3006b-424b-4c83-93c5-eb9ac0d98c4b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6270928066255354686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62709280662553546866270928066255354686627092806625535468662709280662553546866270928066255354686627092806625535468662709280662553546866270928066255354686627092806625535468662709280662553546866270928066255354686627092806625535468662709280662553546866270928066255354686627092806625535468662709280662553546866270928066255354686627092806625535468662709280662553546866270928066255354686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c222039-0cc8-483f-b7b8-394aa628837c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0b3006b-424b-4c83-93c5-eb9ac0d98c4b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28e74e13-9d1a-410e-8c59-c6265049a50c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28e74e13-9d1a-410e-8c59-c6265049a50c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7078484274569269238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70784842745692692387078484274569269238707848427456926923870784842745692692387078484274569269238707848427456926923870784842745692692387078484274569269238707848427456926923870784842745692692387078484274569269238707848427456926923870784842745692692387078484274569269238707848427456926923870784842745692692387078484274569269238707848427456926923870784842745692692387078484274569269238" } } } 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, a11f3f6c-1391-4a08-aad1-6e41f8157f38, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a11f3f6c-1391-4a08-aad1-6e41f8157f38, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8336874096405555434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83368740964055554348336874096405555434833687409640555543483368740964055554348336874096405555434833687409640555543483368740964055554348336874096405555434833687409640555543483368740964055554348336874096405555434833687409640555543483368740964055554348336874096405555434833687409640555543483368740964055554348336874096405555434833687409640555543483368740964055554348336874096405555434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28e74e13-9d1a-410e-8c59-c6265049a50c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49a38a72-4170-4710-b574-5501d6ab5662, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a11f3f6c-1391-4a08-aad1-6e41f8157f38, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff55a467-3889-4a7e-9c48-61286ecbccea, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff55a467-3889-4a7e-9c48-61286ecbccea, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3985293733683061405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39852937336830614053985293733683061405398529373368306140539852937336830614053985293733683061405398529373368306140539852937336830614053985293733683061405398529373368306140539852937336830614053985293733683061405398529373368306140539852937336830614053985293733683061405398529373368306140539852937336830614053985293733683061405398529373368306140539852937336830614053985293733683061405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49a38a72-4170-4710-b574-5501d6ab5662, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1724526498035252182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17245264980352521821724526498035252182172452649803525218217245264980352521821724526498035252182172452649803525218217245264980352521821724526498035252182172452649803525218217245264980352521821724526498035252182172452649803525218217245264980352521821724526498035252182172452649803525218217245264980352521821724526498035252182172452649803525218217245264980352521821724526498035252182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff55a467-3889-4a7e-9c48-61286ecbccea, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49a38a72-4170-4710-b574-5501d6ab5662, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3745f87d-7e96-4c3b-9fc4-d1cbeb4028b8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3745f87d-7e96-4c3b-9fc4-d1cbeb4028b8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4631650040673461401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46316500406734614014631650040673461401463165004067346140146316500406734614014631650040673461401463165004067346140146316500406734614014631650040673461401463165004067346140146316500406734614014631650040673461401463165004067346140146316500406734614014631650040673461401463165004067346140146316500406734614014631650040673461401463165004067346140146316500406734614014631650040673461401" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 642ceb4a-8fc4-49a5-af67-30ecb25791f4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 642ceb4a-8fc4-49a5-af67-30ecb25791f4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16645215946215305916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664521594621530591616645215946215305916166452159462153059161664521594621530591616645215946215305916166452159462153059161664521594621530591616645215946215305916166452159462153059161664521594621530591616645215946215305916166452159462153059161664521594621530591616645215946215305916166452159462153059161664521594621530591616645215946215305916166452159462153059161664521594621530591616645215946215305916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3745f87d-7e96-4c3b-9fc4-d1cbeb4028b8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f493d64-8eaa-427a-ae5d-01d5bc40f812, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f493d64-8eaa-427a-ae5d-01d5bc40f812, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7425873445775644259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74258734457756442597425873445775644259742587344577564425974258734457756442597425873445775644259742587344577564425974258734457756442597425873445775644259742587344577564425974258734457756442597425873445775644259742587344577564425974258734457756442597425873445775644259742587344577564425974258734457756442597425873445775644259742587344577564425974258734457756442597425873445775644259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 642ceb4a-8fc4-49a5-af67-30ecb25791f4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df38501a-9833-4256-be26-b0b5ce5aee3b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df38501a-9833-4256-be26-b0b5ce5aee3b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2216416385016914607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22164163850169146072216416385016914607221641638501691460722164163850169146072216416385016914607221641638501691460722164163850169146072216416385016914607221641638501691460722164163850169146072216416385016914607221641638501691460722164163850169146072216416385016914607221641638501691460722164163850169146072216416385016914607221641638501691460722164163850169146072216416385016914607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f493d64-8eaa-427a-ae5d-01d5bc40f812, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba4bf658-4145-4f4b-805e-d3f8829b76ef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba4bf658-4145-4f4b-805e-d3f8829b76ef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 248303895496235262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df38501a-9833-4256-be26-b0b5ce5aee3b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90b29d8c-5120-4169-92a4-b8092b1d0b0d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90b29d8c-5120-4169-92a4-b8092b1d0b0d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7554659579003264834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75546595790032648347554659579003264834755465957900326483475546595790032648347554659579003264834755465957900326483475546595790032648347554659579003264834755465957900326483475546595790032648347554659579003264834755465957900326483475546595790032648347554659579003264834755465957900326483475546595790032648347554659579003264834755465957900326483475546595790032648347554659579003264834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba4bf658-4145-4f4b-805e-d3f8829b76ef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f74aab22-ea86-4f9b-aa2d-b00e9adf263b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90b29d8c-5120-4169-92a4-b8092b1d0b0d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52583771-994b-49fb-ae1e-20a49b803726, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52583771-994b-49fb-ae1e-20a49b803726, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17428165688836822320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742816568883682232017428165688836822320174281656888368223201742816568883682232017428165688836822320174281656888368223201742816568883682232017428165688836822320174281656888368223201742816568883682232017428165688836822320174281656888368223201742816568883682232017428165688836822320174281656888368223201742816568883682232017428165688836822320174281656888368223201742816568883682232017428165688836822320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f74aab22-ea86-4f9b-aa2d-b00e9adf263b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1983699628374187171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19836996283741871711983699628374187171198369962837418717119836996283741871711983699628374187171198369962837418717119836996283741871711983699628374187171198369962837418717119836996283741871711983699628374187171198369962837418717119836996283741871711983699628374187171198369962837418717119836996283741871711983699628374187171198369962837418717119836996283741871711983699628374187171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52583771-994b-49fb-ae1e-20a49b803726, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f74aab22-ea86-4f9b-aa2d-b00e9adf263b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc8617bd-df67-4d21-8512-04bd2cd2180d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc8617bd-df67-4d21-8512-04bd2cd2180d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8736286167830553657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87362861678305536578736286167830553657873628616783055365787362861678305536578736286167830553657873628616783055365787362861678305536578736286167830553657873628616783055365787362861678305536578736286167830553657873628616783055365787362861678305536578736286167830553657873628616783055365787362861678305536578736286167830553657873628616783055365787362861678305536578736286167830553657" } } } 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, 5073f0fc-f373-40cb-8043-5c1e8200e0bd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5073f0fc-f373-40cb-8043-5c1e8200e0bd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17616793628701671173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761679362870167117317616793628701671173176167936287016711731761679362870167117317616793628701671173176167936287016711731761679362870167117317616793628701671173176167936287016711731761679362870167117317616793628701671173176167936287016711731761679362870167117317616793628701671173176167936287016711731761679362870167117317616793628701671173176167936287016711731761679362870167117317616793628701671173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc8617bd-df67-4d21-8512-04bd2cd2180d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc6cadca-0f5b-47fa-b767-5252db61e33a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc6cadca-0f5b-47fa-b767-5252db61e33a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12945938443268360167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294593844326836016712945938443268360167129459384432683601671294593844326836016712945938443268360167129459384432683601671294593844326836016712945938443268360167129459384432683601671294593844326836016712945938443268360167129459384432683601671294593844326836016712945938443268360167129459384432683601671294593844326836016712945938443268360167129459384432683601671294593844326836016712945938443268360167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5073f0fc-f373-40cb-8043-5c1e8200e0bd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b58c7355-fa81-497b-b197-fa52f482afa4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b58c7355-fa81-497b-b197-fa52f482afa4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13703078628357138357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370307862835713835713703078628357138357137030786283571383571370307862835713835713703078628357138357137030786283571383571370307862835713835713703078628357138357137030786283571383571370307862835713835713703078628357138357137030786283571383571370307862835713835713703078628357138357137030786283571383571370307862835713835713703078628357138357137030786283571383571370307862835713835713703078628357138357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc6cadca-0f5b-47fa-b767-5252db61e33a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32068a9c-6bc6-45ab-b36d-e4e28f23dd57, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32068a9c-6bc6-45ab-b36d-e4e28f23dd57, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13507597048848406024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350759704884840602413507597048848406024135075970488484060241350759704884840602413507597048848406024135075970488484060241350759704884840602413507597048848406024135075970488484060241350759704884840602413507597048848406024135075970488484060241350759704884840602413507597048848406024135075970488484060241350759704884840602413507597048848406024135075970488484060241350759704884840602413507597048848406024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b58c7355-fa81-497b-b197-fa52f482afa4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab95cb62-32a9-47c7-857b-7d6aa759b7ef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab95cb62-32a9-47c7-857b-7d6aa759b7ef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4971220786953877169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49712207869538771694971220786953877169497122078695387716949712207869538771694971220786953877169497122078695387716949712207869538771694971220786953877169497122078695387716949712207869538771694971220786953877169497122078695387716949712207869538771694971220786953877169497122078695387716949712207869538771694971220786953877169497122078695387716949712207869538771694971220786953877169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32068a9c-6bc6-45ab-b36d-e4e28f23dd57, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 453e1ee7-4464-4097-932b-b484c2e05524, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab95cb62-32a9-47c7-857b-7d6aa759b7ef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 453e1ee7-4464-4097-932b-b484c2e05524, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3707719290763463270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37077192907634632703707719290763463270370771929076346327037077192907634632703707719290763463270370771929076346327037077192907634632703707719290763463270370771929076346327037077192907634632703707719290763463270370771929076346327037077192907634632703707719290763463270370771929076346327037077192907634632703707719290763463270370771929076346327037077192907634632703707719290763463270" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dca1b68-ef72-4c01-800b-6cb679bda2be, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dca1b68-ef72-4c01-800b-6cb679bda2be, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12883864717479900765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288386471747990076512883864717479900765128838647174799007651288386471747990076512883864717479900765128838647174799007651288386471747990076512883864717479900765128838647174799007651288386471747990076512883864717479900765128838647174799007651288386471747990076512883864717479900765128838647174799007651288386471747990076512883864717479900765128838647174799007651288386471747990076512883864717479900765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 453e1ee7-4464-4097-932b-b484c2e05524, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f64b7b0-3592-451b-8e21-81d6aebd0501, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dca1b68-ef72-4c01-800b-6cb679bda2be, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a84f0861-e659-4b13-9c6b-8345b76239ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a84f0861-e659-4b13-9c6b-8345b76239ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12716048703169753026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271604870316975302612716048703169753026127160487031697530261271604870316975302612716048703169753026127160487031697530261271604870316975302612716048703169753026127160487031697530261271604870316975302612716048703169753026127160487031697530261271604870316975302612716048703169753026127160487031697530261271604870316975302612716048703169753026127160487031697530261271604870316975302612716048703169753026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f64b7b0-3592-451b-8e21-81d6aebd0501, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14457386416366176674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445738641636617667414457386416366176674144573864163661766741445738641636617667414457386416366176674144573864163661766741445738641636617667414457386416366176674144573864163661766741445738641636617667414457386416366176674144573864163661766741445738641636617667414457386416366176674144573864163661766741445738641636617667414457386416366176674144573864163661766741445738641636617667414457386416366176674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a84f0861-e659-4b13-9c6b-8345b76239ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f895078-7a0e-4b5d-9e89-e39d4eb325c2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f895078-7a0e-4b5d-9e89-e39d4eb325c2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5377916243413595568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53779162434135955685377916243413595568537791624341359556853779162434135955685377916243413595568537791624341359556853779162434135955685377916243413595568537791624341359556853779162434135955685377916243413595568537791624341359556853779162434135955685377916243413595568537791624341359556853779162434135955685377916243413595568537791624341359556853779162434135955685377916243413595568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f64b7b0-3592-451b-8e21-81d6aebd0501, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1ab6627-cd79-4e55-b71a-264f93e45101, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1ab6627-cd79-4e55-b71a-264f93e45101, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3586292087776441824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35862920877764418243586292087776441824358629208777644182435862920877764418243586292087776441824358629208777644182435862920877764418243586292087776441824358629208777644182435862920877764418243586292087776441824358629208777644182435862920877764418243586292087776441824358629208777644182435862920877764418243586292087776441824358629208777644182435862920877764418243586292087776441824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f895078-7a0e-4b5d-9e89-e39d4eb325c2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fe35025-1c31-4aa6-85ac-7d7aae90cfee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fe35025-1c31-4aa6-85ac-7d7aae90cfee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5063658079595397799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50636580795953977995063658079595397799506365807959539779950636580795953977995063658079595397799506365807959539779950636580795953977995063658079595397799506365807959539779950636580795953977995063658079595397799506365807959539779950636580795953977995063658079595397799506365807959539779950636580795953977995063658079595397799506365807959539779950636580795953977995063658079595397799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1ab6627-cd79-4e55-b71a-264f93e45101, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 772b225d-41a4-441e-9f65-6ef86ebee241, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 772b225d-41a4-441e-9f65-6ef86ebee241, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11568788171766761821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156878817176676182111568788171766761821115687881717667618211156878817176676182111568788171766761821115687881717667618211156878817176676182111568788171766761821115687881717667618211156878817176676182111568788171766761821115687881717667618211156878817176676182111568788171766761821115687881717667618211156878817176676182111568788171766761821115687881717667618211156878817176676182111568788171766761821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fe35025-1c31-4aa6-85ac-7d7aae90cfee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eefc2eea-8443-4053-ad44-e69d3999d80d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eefc2eea-8443-4053-ad44-e69d3999d80d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13298735563250479818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329873556325047981813298735563250479818132987355632504798181329873556325047981813298735563250479818132987355632504798181329873556325047981813298735563250479818132987355632504798181329873556325047981813298735563250479818132987355632504798181329873556325047981813298735563250479818132987355632504798181329873556325047981813298735563250479818132987355632504798181329873556325047981813298735563250479818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 772b225d-41a4-441e-9f65-6ef86ebee241, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8465313-180f-402f-ad6a-7ccf2bfacd19, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8465313-180f-402f-ad6a-7ccf2bfacd19, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7102485550782679484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71024855507826794847102485550782679484710248555078267948471024855507826794847102485550782679484710248555078267948471024855507826794847102485550782679484710248555078267948471024855507826794847102485550782679484710248555078267948471024855507826794847102485550782679484710248555078267948471024855507826794847102485550782679484710248555078267948471024855507826794847102485550782679484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eefc2eea-8443-4053-ad44-e69d3999d80d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 931fe2ea-6256-4c9d-8ea6-bb962c7f517c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 931fe2ea-6256-4c9d-8ea6-bb962c7f517c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14760902721576531738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476090272157653173814760902721576531738147609027215765317381476090272157653173814760902721576531738147609027215765317381476090272157653173814760902721576531738147609027215765317381476090272157653173814760902721576531738147609027215765317381476090272157653173814760902721576531738147609027215765317381476090272157653173814760902721576531738147609027215765317381476090272157653173814760902721576531738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8465313-180f-402f-ad6a-7ccf2bfacd19, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3602c47-0278-42e7-9751-6d64e51ebc43, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3602c47-0278-42e7-9751-6d64e51ebc43, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12171583278926789034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217158327892678903412171583278926789034121715832789267890341217158327892678903412171583278926789034121715832789267890341217158327892678903412171583278926789034121715832789267890341217158327892678903412171583278926789034121715832789267890341217158327892678903412171583278926789034121715832789267890341217158327892678903412171583278926789034121715832789267890341217158327892678903412171583278926789034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 931fe2ea-6256-4c9d-8ea6-bb962c7f517c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3602c47-0278-42e7-9751-6d64e51ebc43, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0026caf7-d64f-466f-9056-7fcb620813c3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0026caf7-d64f-466f-9056-7fcb620813c3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7169345404609638346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71693454046096383467169345404609638346716934540460963834671693454046096383467169345404609638346716934540460963834671693454046096383467169345404609638346716934540460963834671693454046096383467169345404609638346716934540460963834671693454046096383467169345404609638346716934540460963834671693454046096383467169345404609638346716934540460963834671693454046096383467169345404609638346" } } } 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, 890fd021-cf83-4b6d-8f0e-6abf2490cfeb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 890fd021-cf83-4b6d-8f0e-6abf2490cfeb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3950387023083608929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39503870230836089293950387023083608929395038702308360892939503870230836089293950387023083608929395038702308360892939503870230836089293950387023083608929395038702308360892939503870230836089293950387023083608929395038702308360892939503870230836089293950387023083608929395038702308360892939503870230836089293950387023083608929395038702308360892939503870230836089293950387023083608929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0026caf7-d64f-466f-9056-7fcb620813c3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5baae4a-adfb-4343-8488-5e2ea7289953, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5baae4a-adfb-4343-8488-5e2ea7289953, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16009610177571606656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600961017757160665616009610177571606656160096101775716066561600961017757160665616009610177571606656160096101775716066561600961017757160665616009610177571606656160096101775716066561600961017757160665616009610177571606656160096101775716066561600961017757160665616009610177571606656160096101775716066561600961017757160665616009610177571606656160096101775716066561600961017757160665616009610177571606656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 890fd021-cf83-4b6d-8f0e-6abf2490cfeb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cda3231-0959-4104-bc76-7067cf382686, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cda3231-0959-4104-bc76-7067cf382686, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10143791294329607890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014379129432960789010143791294329607890101437912943296078901014379129432960789010143791294329607890101437912943296078901014379129432960789010143791294329607890101437912943296078901014379129432960789010143791294329607890101437912943296078901014379129432960789010143791294329607890101437912943296078901014379129432960789010143791294329607890101437912943296078901014379129432960789010143791294329607890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5baae4a-adfb-4343-8488-5e2ea7289953, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 612c834c-53cb-4875-abe8-d7883330b2e1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cda3231-0959-4104-bc76-7067cf382686, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b2b2cdf-900b-4b97-baf3-8a099f529255, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b2b2cdf-900b-4b97-baf3-8a099f529255, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14084910453863127881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408491045386312788114084910453863127881140849104538631278811408491045386312788114084910453863127881140849104538631278811408491045386312788114084910453863127881140849104538631278811408491045386312788114084910453863127881140849104538631278811408491045386312788114084910453863127881140849104538631278811408491045386312788114084910453863127881140849104538631278811408491045386312788114084910453863127881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 612c834c-53cb-4875-abe8-d7883330b2e1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11468364877127891491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146836487712789149111468364877127891491114683648771278914911146836487712789149111468364877127891491114683648771278914911146836487712789149111468364877127891491114683648771278914911146836487712789149111468364877127891491114683648771278914911146836487712789149111468364877127891491114683648771278914911146836487712789149111468364877127891491114683648771278914911146836487712789149111468364877127891491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b2b2cdf-900b-4b97-baf3-8a099f529255, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e27a42d-dbbe-4edc-b2ce-a9e7d3a28c46, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e27a42d-dbbe-4edc-b2ce-a9e7d3a28c46, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12685546478386920814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268554647838692081412685546478386920814126855464783869208141268554647838692081412685546478386920814126855464783869208141268554647838692081412685546478386920814126855464783869208141268554647838692081412685546478386920814126855464783869208141268554647838692081412685546478386920814126855464783869208141268554647838692081412685546478386920814126855464783869208141268554647838692081412685546478386920814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 612c834c-53cb-4875-abe8-d7883330b2e1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1199c8d-c2ca-42ea-89cc-0c8a6dfa5496, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1199c8d-c2ca-42ea-89cc-0c8a6dfa5496, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2499233189914943746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24992331899149437462499233189914943746249923318991494374624992331899149437462499233189914943746249923318991494374624992331899149437462499233189914943746249923318991494374624992331899149437462499233189914943746249923318991494374624992331899149437462499233189914943746249923318991494374624992331899149437462499233189914943746249923318991494374624992331899149437462499233189914943746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e27a42d-dbbe-4edc-b2ce-a9e7d3a28c46, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60cc841c-bdeb-4e67-8478-96061cd74c40, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60cc841c-bdeb-4e67-8478-96061cd74c40, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3585561058486118090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35855610584861180903585561058486118090358556105848611809035855610584861180903585561058486118090358556105848611809035855610584861180903585561058486118090358556105848611809035855610584861180903585561058486118090358556105848611809035855610584861180903585561058486118090358556105848611809035855610584861180903585561058486118090358556105848611809035855610584861180903585561058486118090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1199c8d-c2ca-42ea-89cc-0c8a6dfa5496, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e33c743d-3d46-41f3-87b6-ad1d6cf1b65b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60cc841c-bdeb-4e67-8478-96061cd74c40, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e33c743d-3d46-41f3-87b6-ad1d6cf1b65b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2601025150943636716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26010251509436367162601025150943636716260102515094363671626010251509436367162601025150943636716260102515094363671626010251509436367162601025150943636716260102515094363671626010251509436367162601025150943636716260102515094363671626010251509436367162601025150943636716260102515094363671626010251509436367162601025150943636716260102515094363671626010251509436367162601025150943636716" } } } 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, 45781bb4-870a-48c0-90c7-23e424ad2ecf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45781bb4-870a-48c0-90c7-23e424ad2ecf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14878982183783486951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487898218378348695114878982183783486951148789821837834869511487898218378348695114878982183783486951148789821837834869511487898218378348695114878982183783486951148789821837834869511487898218378348695114878982183783486951148789821837834869511487898218378348695114878982183783486951148789821837834869511487898218378348695114878982183783486951148789821837834869511487898218378348695114878982183783486951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45781bb4-870a-48c0-90c7-23e424ad2ecf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7c5750f-f4c8-4940-83b6-be2dafbd6602, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c5750f-f4c8-4940-83b6-be2dafbd6602, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7309329791510043427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73093297915100434277309329791510043427730932979151004342773093297915100434277309329791510043427730932979151004342773093297915100434277309329791510043427730932979151004342773093297915100434277309329791510043427730932979151004342773093297915100434277309329791510043427730932979151004342773093297915100434277309329791510043427730932979151004342773093297915100434277309329791510043427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e33c743d-3d46-41f3-87b6-ad1d6cf1b65b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b73a13a3-9629-467b-b42e-e662de2189ef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b73a13a3-9629-467b-b42e-e662de2189ef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9010318247076335582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90103182470763355829010318247076335582901031824707633558290103182470763355829010318247076335582901031824707633558290103182470763355829010318247076335582901031824707633558290103182470763355829010318247076335582901031824707633558290103182470763355829010318247076335582901031824707633558290103182470763355829010318247076335582901031824707633558290103182470763355829010318247076335582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c5750f-f4c8-4940-83b6-be2dafbd6602, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04a998fa-38fa-405e-b155-05843c9f1ad2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b73a13a3-9629-467b-b42e-e662de2189ef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa8ff5c5-4573-445e-b13e-1dc32da8952d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa8ff5c5-4573-445e-b13e-1dc32da8952d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 596776010383626849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04a998fa-38fa-405e-b155-05843c9f1ad2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6213532726306258183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62135327263062581836213532726306258183621353272630625818362135327263062581836213532726306258183621353272630625818362135327263062581836213532726306258183621353272630625818362135327263062581836213532726306258183621353272630625818362135327263062581836213532726306258183621353272630625818362135327263062581836213532726306258183621353272630625818362135327263062581836213532726306258183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa8ff5c5-4573-445e-b13e-1dc32da8952d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbc3f7a5-6275-431d-8800-1f1f2e0e81f1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbc3f7a5-6275-431d-8800-1f1f2e0e81f1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4574727398905494370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45747273989054943704574727398905494370457472739890549437045747273989054943704574727398905494370457472739890549437045747273989054943704574727398905494370457472739890549437045747273989054943704574727398905494370457472739890549437045747273989054943704574727398905494370457472739890549437045747273989054943704574727398905494370457472739890549437045747273989054943704574727398905494370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04a998fa-38fa-405e-b155-05843c9f1ad2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9cf1a58-e591-4dcf-8a97-88a223e7b7b4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9cf1a58-e591-4dcf-8a97-88a223e7b7b4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9157775386485578413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91577753864855784139157775386485578413915777538648557841391577753864855784139157775386485578413915777538648557841391577753864855784139157775386485578413915777538648557841391577753864855784139157775386485578413915777538648557841391577753864855784139157775386485578413915777538648557841391577753864855784139157775386485578413915777538648557841391577753864855784139157775386485578413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbc3f7a5-6275-431d-8800-1f1f2e0e81f1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02fcbd0b-02bb-442f-8148-f51eae502e46, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02fcbd0b-02bb-442f-8148-f51eae502e46, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8282700742894501525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82827007428945015258282700742894501525828270074289450152582827007428945015258282700742894501525828270074289450152582827007428945015258282700742894501525828270074289450152582827007428945015258282700742894501525828270074289450152582827007428945015258282700742894501525828270074289450152582827007428945015258282700742894501525828270074289450152582827007428945015258282700742894501525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9cf1a58-e591-4dcf-8a97-88a223e7b7b4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb38417e-fc9c-44b7-ae4c-1374a36685c9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb38417e-fc9c-44b7-ae4c-1374a36685c9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4136123387734540507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41361233877345405074136123387734540507413612338773454050741361233877345405074136123387734540507413612338773454050741361233877345405074136123387734540507413612338773454050741361233877345405074136123387734540507413612338773454050741361233877345405074136123387734540507413612338773454050741361233877345405074136123387734540507413612338773454050741361233877345405074136123387734540507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb38417e-fc9c-44b7-ae4c-1374a36685c9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b80f40b-1d71-4af7-b81d-5f64d7b5bb8c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b80f40b-1d71-4af7-b81d-5f64d7b5bb8c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5099590011739099784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50995900117390997845099590011739099784509959001173909978450995900117390997845099590011739099784509959001173909978450995900117390997845099590011739099784509959001173909978450995900117390997845099590011739099784509959001173909978450995900117390997845099590011739099784509959001173909978450995900117390997845099590011739099784509959001173909978450995900117390997845099590011739099784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02fcbd0b-02bb-442f-8148-f51eae502e46, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b80f40b-1d71-4af7-b81d-5f64d7b5bb8c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aef2b36-41b7-431d-9f62-7046a984ce71, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aef2b36-41b7-431d-9f62-7046a984ce71, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3993456111662909740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39934561116629097403993456111662909740399345611166290974039934561116629097403993456111662909740399345611166290974039934561116629097403993456111662909740399345611166290974039934561116629097403993456111662909740399345611166290974039934561116629097403993456111662909740399345611166290974039934561116629097403993456111662909740399345611166290974039934561116629097403993456111662909740" } } } 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, 27fe45a9-94eb-45ed-8df5-c60399bf7059, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27fe45a9-94eb-45ed-8df5-c60399bf7059, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2543940989088692792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25439409890886927922543940989088692792254394098908869279225439409890886927922543940989088692792254394098908869279225439409890886927922543940989088692792254394098908869279225439409890886927922543940989088692792254394098908869279225439409890886927922543940989088692792254394098908869279225439409890886927922543940989088692792254394098908869279225439409890886927922543940989088692792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aef2b36-41b7-431d-9f62-7046a984ce71, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68eee068-9ff4-4436-81fb-156eaadb1ecf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68eee068-9ff4-4436-81fb-156eaadb1ecf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9658508973125496799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96585089731254967999658508973125496799965850897312549679996585089731254967999658508973125496799965850897312549679996585089731254967999658508973125496799965850897312549679996585089731254967999658508973125496799965850897312549679996585089731254967999658508973125496799965850897312549679996585089731254967999658508973125496799965850897312549679996585089731254967999658508973125496799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27fe45a9-94eb-45ed-8df5-c60399bf7059, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e57ac7a4-1b30-4b08-8c50-5c08ec2082af, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e57ac7a4-1b30-4b08-8c50-5c08ec2082af, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16622595853667804955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662259585366780495516622595853667804955166225958536678049551662259585366780495516622595853667804955166225958536678049551662259585366780495516622595853667804955166225958536678049551662259585366780495516622595853667804955166225958536678049551662259585366780495516622595853667804955166225958536678049551662259585366780495516622595853667804955166225958536678049551662259585366780495516622595853667804955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68eee068-9ff4-4436-81fb-156eaadb1ecf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cea36e8-f9df-4777-ac59-f8a009504b88, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cea36e8-f9df-4777-ac59-f8a009504b88, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13519489910910603949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351948991091060394913519489910910603949135194899109106039491351948991091060394913519489910910603949135194899109106039491351948991091060394913519489910910603949135194899109106039491351948991091060394913519489910910603949135194899109106039491351948991091060394913519489910910603949135194899109106039491351948991091060394913519489910910603949135194899109106039491351948991091060394913519489910910603949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e57ac7a4-1b30-4b08-8c50-5c08ec2082af, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2aeca7ba-bf60-4238-9afd-275bcf0d19c8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aeca7ba-bf60-4238-9afd-275bcf0d19c8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3123932948739464398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31239329487394643983123932948739464398312393294873946439831239329487394643983123932948739464398312393294873946439831239329487394643983123932948739464398312393294873946439831239329487394643983123932948739464398312393294873946439831239329487394643983123932948739464398312393294873946439831239329487394643983123932948739464398312393294873946439831239329487394643983123932948739464398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cea36e8-f9df-4777-ac59-f8a009504b88, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c3b09e0-48f4-42a3-abc9-acc0cec136b0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c3b09e0-48f4-42a3-abc9-acc0cec136b0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12512898340285548945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251289834028554894512512898340285548945125128983402855489451251289834028554894512512898340285548945125128983402855489451251289834028554894512512898340285548945125128983402855489451251289834028554894512512898340285548945125128983402855489451251289834028554894512512898340285548945125128983402855489451251289834028554894512512898340285548945125128983402855489451251289834028554894512512898340285548945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aeca7ba-bf60-4238-9afd-275bcf0d19c8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc3e2dec-39ac-44aa-a9a8-8f27b64860cf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc3e2dec-39ac-44aa-a9a8-8f27b64860cf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9291168579810882994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92911685798108829949291168579810882994929116857981088299492911685798108829949291168579810882994929116857981088299492911685798108829949291168579810882994929116857981088299492911685798108829949291168579810882994929116857981088299492911685798108829949291168579810882994929116857981088299492911685798108829949291168579810882994929116857981088299492911685798108829949291168579810882994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c3b09e0-48f4-42a3-abc9-acc0cec136b0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcfadcf9-3dbe-462c-8bb3-c6af50514179, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcfadcf9-3dbe-462c-8bb3-c6af50514179, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4692928065249014545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46929280652490145454692928065249014545469292806524901454546929280652490145454692928065249014545469292806524901454546929280652490145454692928065249014545469292806524901454546929280652490145454692928065249014545469292806524901454546929280652490145454692928065249014545469292806524901454546929280652490145454692928065249014545469292806524901454546929280652490145454692928065249014545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcfadcf9-3dbe-462c-8bb3-c6af50514179, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc3e2dec-39ac-44aa-a9a8-8f27b64860cf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b32e9f1-d1f1-4e55-ada3-7a062209b0c1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d62221a9-34e8-42e5-aff5-c6cbe9706f68, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b32e9f1-d1f1-4e55-ada3-7a062209b0c1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11247391206801480221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124739120680148022111247391206801480221112473912068014802211124739120680148022111247391206801480221112473912068014802211124739120680148022111247391206801480221112473912068014802211124739120680148022111247391206801480221112473912068014802211124739120680148022111247391206801480221112473912068014802211124739120680148022111247391206801480221112473912068014802211124739120680148022111247391206801480221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d62221a9-34e8-42e5-aff5-c6cbe9706f68, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9363373378956934461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93633733789569344619363373378956934461936337337895693446193633733789569344619363373378956934461936337337895693446193633733789569344619363373378956934461936337337895693446193633733789569344619363373378956934461936337337895693446193633733789569344619363373378956934461936337337895693446193633733789569344619363373378956934461936337337895693446193633733789569344619363373378956934461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b32e9f1-d1f1-4e55-ada3-7a062209b0c1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e76ce304-deeb-480e-be99-ac66f85435cb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e76ce304-deeb-480e-be99-ac66f85435cb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5301853705921651487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53018537059216514875301853705921651487530185370592165148753018537059216514875301853705921651487530185370592165148753018537059216514875301853705921651487530185370592165148753018537059216514875301853705921651487530185370592165148753018537059216514875301853705921651487530185370592165148753018537059216514875301853705921651487530185370592165148753018537059216514875301853705921651487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d62221a9-34e8-42e5-aff5-c6cbe9706f68, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a43fe00-dcf9-44e2-82b6-0be6acb1c764, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a43fe00-dcf9-44e2-82b6-0be6acb1c764, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17334832819282032936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733483281928203293617334832819282032936173348328192820329361733483281928203293617334832819282032936173348328192820329361733483281928203293617334832819282032936173348328192820329361733483281928203293617334832819282032936173348328192820329361733483281928203293617334832819282032936173348328192820329361733483281928203293617334832819282032936173348328192820329361733483281928203293617334832819282032936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e76ce304-deeb-480e-be99-ac66f85435cb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be870a60-1295-447b-95f4-0e9fc2d60d81, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be870a60-1295-447b-95f4-0e9fc2d60d81, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4979380665175091298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49793806651750912984979380665175091298497938066517509129849793806651750912984979380665175091298497938066517509129849793806651750912984979380665175091298497938066517509129849793806651750912984979380665175091298497938066517509129849793806651750912984979380665175091298497938066517509129849793806651750912984979380665175091298497938066517509129849793806651750912984979380665175091298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a43fe00-dcf9-44e2-82b6-0be6acb1c764, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 383050f2-4456-45aa-8dd5-218fa0c8dcf9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 383050f2-4456-45aa-8dd5-218fa0c8dcf9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15769038659637812644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576903865963781264415769038659637812644157690386596378126441576903865963781264415769038659637812644157690386596378126441576903865963781264415769038659637812644157690386596378126441576903865963781264415769038659637812644157690386596378126441576903865963781264415769038659637812644157690386596378126441576903865963781264415769038659637812644157690386596378126441576903865963781264415769038659637812644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be870a60-1295-447b-95f4-0e9fc2d60d81, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8917425-74bc-4734-8a3c-b203e7889782, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8917425-74bc-4734-8a3c-b203e7889782, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6595181384933261347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65951813849332613476595181384933261347659518138493326134765951813849332613476595181384933261347659518138493326134765951813849332613476595181384933261347659518138493326134765951813849332613476595181384933261347659518138493326134765951813849332613476595181384933261347659518138493326134765951813849332613476595181384933261347659518138493326134765951813849332613476595181384933261347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 383050f2-4456-45aa-8dd5-218fa0c8dcf9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce59b352-84a7-4ff5-9f5b-1242144a193c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce59b352-84a7-4ff5-9f5b-1242144a193c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9252875929718750398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92528759297187503989252875929718750398925287592971875039892528759297187503989252875929718750398925287592971875039892528759297187503989252875929718750398925287592971875039892528759297187503989252875929718750398925287592971875039892528759297187503989252875929718750398925287592971875039892528759297187503989252875929718750398925287592971875039892528759297187503989252875929718750398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8917425-74bc-4734-8a3c-b203e7889782, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39061924-f46d-4e2d-9b52-b3277a6dad52, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39061924-f46d-4e2d-9b52-b3277a6dad52, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9778380442998036474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97783804429980364749778380442998036474977838044299803647497783804429980364749778380442998036474977838044299803647497783804429980364749778380442998036474977838044299803647497783804429980364749778380442998036474977838044299803647497783804429980364749778380442998036474977838044299803647497783804429980364749778380442998036474977838044299803647497783804429980364749778380442998036474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce59b352-84a7-4ff5-9f5b-1242144a193c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a37c3cad-0012-4985-9b4d-410b47ec48b7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a37c3cad-0012-4985-9b4d-410b47ec48b7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7479968378255039775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74799683782550397757479968378255039775747996837825503977574799683782550397757479968378255039775747996837825503977574799683782550397757479968378255039775747996837825503977574799683782550397757479968378255039775747996837825503977574799683782550397757479968378255039775747996837825503977574799683782550397757479968378255039775747996837825503977574799683782550397757479968378255039775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39061924-f46d-4e2d-9b52-b3277a6dad52, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b75771d5-0be2-4689-8027-482645abc342, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75771d5-0be2-4689-8027-482645abc342, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5855731387871971412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58557313878719714125855731387871971412585573138787197141258557313878719714125855731387871971412585573138787197141258557313878719714125855731387871971412585573138787197141258557313878719714125855731387871971412585573138787197141258557313878719714125855731387871971412585573138787197141258557313878719714125855731387871971412585573138787197141258557313878719714125855731387871971412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a37c3cad-0012-4985-9b4d-410b47ec48b7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f06e7056-eb0c-4dfb-bc53-6182e9068b7e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f06e7056-eb0c-4dfb-bc53-6182e9068b7e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7074872464210729256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70748724642107292567074872464210729256707487246421072925670748724642107292567074872464210729256707487246421072925670748724642107292567074872464210729256707487246421072925670748724642107292567074872464210729256707487246421072925670748724642107292567074872464210729256707487246421072925670748724642107292567074872464210729256707487246421072925670748724642107292567074872464210729256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75771d5-0be2-4689-8027-482645abc342, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fadc288c-ce45-46a1-affd-876eec11d99f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f06e7056-eb0c-4dfb-bc53-6182e9068b7e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fadc288c-ce45-46a1-affd-876eec11d99f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15533906982626788308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553390698262678830815533906982626788308155339069826267883081553390698262678830815533906982626788308155339069826267883081553390698262678830815533906982626788308155339069826267883081553390698262678830815533906982626788308155339069826267883081553390698262678830815533906982626788308155339069826267883081553390698262678830815533906982626788308155339069826267883081553390698262678830815533906982626788308" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7e31157-8795-422d-8120-3a697d21cca8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fadc288c-ce45-46a1-affd-876eec11d99f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 176b187c-c52b-4ec1-87b1-3b6ddd0606c6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7e31157-8795-422d-8120-3a697d21cca8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2817542754558184115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28175427545581841152817542754558184115281754275455818411528175427545581841152817542754558184115281754275455818411528175427545581841152817542754558184115281754275455818411528175427545581841152817542754558184115281754275455818411528175427545581841152817542754558184115281754275455818411528175427545581841152817542754558184115281754275455818411528175427545581841152817542754558184115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 176b187c-c52b-4ec1-87b1-3b6ddd0606c6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11051361179905189003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105136117990518900311051361179905189003110513611799051890031105136117990518900311051361179905189003110513611799051890031105136117990518900311051361179905189003110513611799051890031105136117990518900311051361179905189003110513611799051890031105136117990518900311051361179905189003110513611799051890031105136117990518900311051361179905189003110513611799051890031105136117990518900311051361179905189003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7e31157-8795-422d-8120-3a697d21cca8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67ed2e5d-2e9c-4b03-a11c-3443ec173e1e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 176b187c-c52b-4ec1-87b1-3b6ddd0606c6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8643d7e-1343-48d8-a7ff-4029e340dd93, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67ed2e5d-2e9c-4b03-a11c-3443ec173e1e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17772026880036908532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777202688003690853217772026880036908532177720268800369085321777202688003690853217772026880036908532177720268800369085321777202688003690853217772026880036908532177720268800369085321777202688003690853217772026880036908532177720268800369085321777202688003690853217772026880036908532177720268800369085321777202688003690853217772026880036908532177720268800369085321777202688003690853217772026880036908532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8643d7e-1343-48d8-a7ff-4029e340dd93, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2035393120593489147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20353931205934891472035393120593489147203539312059348914720353931205934891472035393120593489147203539312059348914720353931205934891472035393120593489147203539312059348914720353931205934891472035393120593489147203539312059348914720353931205934891472035393120593489147203539312059348914720353931205934891472035393120593489147203539312059348914720353931205934891472035393120593489147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67ed2e5d-2e9c-4b03-a11c-3443ec173e1e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6467d691-4cd8-462b-82d8-ded1921d5c0d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6467d691-4cd8-462b-82d8-ded1921d5c0d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10163975198326384145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016397519832638414510163975198326384145101639751983263841451016397519832638414510163975198326384145101639751983263841451016397519832638414510163975198326384145101639751983263841451016397519832638414510163975198326384145101639751983263841451016397519832638414510163975198326384145101639751983263841451016397519832638414510163975198326384145101639751983263841451016397519832638414510163975198326384145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8643d7e-1343-48d8-a7ff-4029e340dd93, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83b0fc3c-f993-46ad-8559-68c116a23e01, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83b0fc3c-f993-46ad-8559-68c116a23e01, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15055158874371933119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505515887437193311915055158874371933119150551588743719331191505515887437193311915055158874371933119150551588743719331191505515887437193311915055158874371933119150551588743719331191505515887437193311915055158874371933119150551588743719331191505515887437193311915055158874371933119150551588743719331191505515887437193311915055158874371933119150551588743719331191505515887437193311915055158874371933119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6467d691-4cd8-462b-82d8-ded1921d5c0d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72c8833a-1eb1-4e30-951f-b6472f69c67c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72c8833a-1eb1-4e30-951f-b6472f69c67c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2589496583158763959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25894965831587639592589496583158763959258949658315876395925894965831587639592589496583158763959258949658315876395925894965831587639592589496583158763959258949658315876395925894965831587639592589496583158763959258949658315876395925894965831587639592589496583158763959258949658315876395925894965831587639592589496583158763959258949658315876395925894965831587639592589496583158763959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83b0fc3c-f993-46ad-8559-68c116a23e01, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15353e39-3ac4-4ccc-8ac5-f680befc7ad9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15353e39-3ac4-4ccc-8ac5-f680befc7ad9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2113955703530047784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21139557035300477842113955703530047784211395570353004778421139557035300477842113955703530047784211395570353004778421139557035300477842113955703530047784211395570353004778421139557035300477842113955703530047784211395570353004778421139557035300477842113955703530047784211395570353004778421139557035300477842113955703530047784211395570353004778421139557035300477842113955703530047784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72c8833a-1eb1-4e30-951f-b6472f69c67c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17358b7f-965e-4fc2-80e5-40fbbd9a683b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15353e39-3ac4-4ccc-8ac5-f680befc7ad9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17358b7f-965e-4fc2-80e5-40fbbd9a683b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9884430602643123374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98844306026431233749884430602643123374988443060264312337498844306026431233749884430602643123374988443060264312337498844306026431233749884430602643123374988443060264312337498844306026431233749884430602643123374988443060264312337498844306026431233749884430602643123374988443060264312337498844306026431233749884430602643123374988443060264312337498844306026431233749884430602643123374" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 042519e8-af95-4edb-8afc-edfab2e0482e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 042519e8-af95-4edb-8afc-edfab2e0482e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17446699835945859967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744669983594585996717446699835945859967174466998359458599671744669983594585996717446699835945859967174466998359458599671744669983594585996717446699835945859967174466998359458599671744669983594585996717446699835945859967174466998359458599671744669983594585996717446699835945859967174466998359458599671744669983594585996717446699835945859967174466998359458599671744669983594585996717446699835945859967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17358b7f-965e-4fc2-80e5-40fbbd9a683b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2904abee-53f5-43a7-b43e-e52276630757, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2904abee-53f5-43a7-b43e-e52276630757, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16739553682222302988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673955368222230298816739553682222302988167395536822223029881673955368222230298816739553682222302988167395536822223029881673955368222230298816739553682222302988167395536822223029881673955368222230298816739553682222302988167395536822223029881673955368222230298816739553682222302988167395536822223029881673955368222230298816739553682222302988167395536822223029881673955368222230298816739553682222302988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 042519e8-af95-4edb-8afc-edfab2e0482e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e8a8d8f-a79e-4626-aa04-87874c62f880, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e8a8d8f-a79e-4626-aa04-87874c62f880, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17702994167031697760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770299416703169776017702994167031697760177029941670316977601770299416703169776017702994167031697760177029941670316977601770299416703169776017702994167031697760177029941670316977601770299416703169776017702994167031697760177029941670316977601770299416703169776017702994167031697760177029941670316977601770299416703169776017702994167031697760177029941670316977601770299416703169776017702994167031697760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2904abee-53f5-43a7-b43e-e52276630757, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfa80443-99b1-48d4-b542-6fffcb07fa46, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfa80443-99b1-48d4-b542-6fffcb07fa46, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11980465976029370959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198046597602937095911980465976029370959119804659760293709591198046597602937095911980465976029370959119804659760293709591198046597602937095911980465976029370959119804659760293709591198046597602937095911980465976029370959119804659760293709591198046597602937095911980465976029370959119804659760293709591198046597602937095911980465976029370959119804659760293709591198046597602937095911980465976029370959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e8a8d8f-a79e-4626-aa04-87874c62f880, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddb32add-a545-4b10-a021-0e81d3c1704a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfa80443-99b1-48d4-b542-6fffcb07fa46, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 732c6086-34f6-42b1-a076-b985c5b65da7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 732c6086-34f6-42b1-a076-b985c5b65da7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16469858819991588703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646985881999158870316469858819991588703164698588199915887031646985881999158870316469858819991588703164698588199915887031646985881999158870316469858819991588703164698588199915887031646985881999158870316469858819991588703164698588199915887031646985881999158870316469858819991588703164698588199915887031646985881999158870316469858819991588703164698588199915887031646985881999158870316469858819991588703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddb32add-a545-4b10-a021-0e81d3c1704a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 363874087258325733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 732c6086-34f6-42b1-a076-b985c5b65da7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02e752dd-3e63-4bb7-a5dd-c3f914bf26bd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02e752dd-3e63-4bb7-a5dd-c3f914bf26bd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14167428976150291049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416742897615029104914167428976150291049141674289761502910491416742897615029104914167428976150291049141674289761502910491416742897615029104914167428976150291049141674289761502910491416742897615029104914167428976150291049141674289761502910491416742897615029104914167428976150291049141674289761502910491416742897615029104914167428976150291049141674289761502910491416742897615029104914167428976150291049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddb32add-a545-4b10-a021-0e81d3c1704a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77b92ee8-6201-4b0c-ad03-b30dd7931d70, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77b92ee8-6201-4b0c-ad03-b30dd7931d70, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1898403780158550111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18984037801585501111898403780158550111189840378015855011118984037801585501111898403780158550111189840378015855011118984037801585501111898403780158550111189840378015855011118984037801585501111898403780158550111189840378015855011118984037801585501111898403780158550111189840378015855011118984037801585501111898403780158550111189840378015855011118984037801585501111898403780158550111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02e752dd-3e63-4bb7-a5dd-c3f914bf26bd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a0e1c34-7359-43f2-a285-c12cacee8bf6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a0e1c34-7359-43f2-a285-c12cacee8bf6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13358374390049132777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335837439004913277713358374390049132777133583743900491327771335837439004913277713358374390049132777133583743900491327771335837439004913277713358374390049132777133583743900491327771335837439004913277713358374390049132777133583743900491327771335837439004913277713358374390049132777133583743900491327771335837439004913277713358374390049132777133583743900491327771335837439004913277713358374390049132777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77b92ee8-6201-4b0c-ad03-b30dd7931d70, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccd59ea8-7434-4ed1-b695-1d27ff530eee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccd59ea8-7434-4ed1-b695-1d27ff530eee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12804386226254832648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280438622625483264812804386226254832648128043862262548326481280438622625483264812804386226254832648128043862262548326481280438622625483264812804386226254832648128043862262548326481280438622625483264812804386226254832648128043862262548326481280438622625483264812804386226254832648128043862262548326481280438622625483264812804386226254832648128043862262548326481280438622625483264812804386226254832648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a0e1c34-7359-43f2-a285-c12cacee8bf6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d92885b8-a70a-4109-9c41-552eae365fd8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d92885b8-a70a-4109-9c41-552eae365fd8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6437878096668165215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64378780966681652156437878096668165215643787809666816521564378780966681652156437878096668165215643787809666816521564378780966681652156437878096668165215643787809666816521564378780966681652156437878096668165215643787809666816521564378780966681652156437878096668165215643787809666816521564378780966681652156437878096668165215643787809666816521564378780966681652156437878096668165215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccd59ea8-7434-4ed1-b695-1d27ff530eee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 771496fb-75ef-4347-af59-4709e84d47bb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 771496fb-75ef-4347-af59-4709e84d47bb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3729107586500559406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37291075865005594063729107586500559406372910758650055940637291075865005594063729107586500559406372910758650055940637291075865005594063729107586500559406372910758650055940637291075865005594063729107586500559406372910758650055940637291075865005594063729107586500559406372910758650055940637291075865005594063729107586500559406372910758650055940637291075865005594063729107586500559406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d92885b8-a70a-4109-9c41-552eae365fd8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3959ee96-0f47-4869-9ae4-428a488f9f11, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3959ee96-0f47-4869-9ae4-428a488f9f11, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14738052011045967477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473805201104596747714738052011045967477147380520110459674771473805201104596747714738052011045967477147380520110459674771473805201104596747714738052011045967477147380520110459674771473805201104596747714738052011045967477147380520110459674771473805201104596747714738052011045967477147380520110459674771473805201104596747714738052011045967477147380520110459674771473805201104596747714738052011045967477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 771496fb-75ef-4347-af59-4709e84d47bb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfc25963-78b1-4a89-9fa4-dc67adf4d4fd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3959ee96-0f47-4869-9ae4-428a488f9f11, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79920a6e-b82c-4dd6-a4e0-f2a3cf42ad07, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfc25963-78b1-4a89-9fa4-dc67adf4d4fd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11220770820903794340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122077082090379434011220770820903794340112207708209037943401122077082090379434011220770820903794340112207708209037943401122077082090379434011220770820903794340112207708209037943401122077082090379434011220770820903794340112207708209037943401122077082090379434011220770820903794340112207708209037943401122077082090379434011220770820903794340112207708209037943401122077082090379434011220770820903794340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79920a6e-b82c-4dd6-a4e0-f2a3cf42ad07, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14773217996484240266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477321799648424026614773217996484240266147732179964842402661477321799648424026614773217996484240266147732179964842402661477321799648424026614773217996484240266147732179964842402661477321799648424026614773217996484240266147732179964842402661477321799648424026614773217996484240266147732179964842402661477321799648424026614773217996484240266147732179964842402661477321799648424026614773217996484240266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfc25963-78b1-4a89-9fa4-dc67adf4d4fd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e63a1f3-8633-4f5d-ba85-74ea6d23f1a0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79920a6e-b82c-4dd6-a4e0-f2a3cf42ad07, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e63a1f3-8633-4f5d-ba85-74ea6d23f1a0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7809236418505757302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78092364185057573027809236418505757302780923641850575730278092364185057573027809236418505757302780923641850575730278092364185057573027809236418505757302780923641850575730278092364185057573027809236418505757302780923641850575730278092364185057573027809236418505757302780923641850575730278092364185057573027809236418505757302780923641850575730278092364185057573027809236418505757302" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dae8ccc-fe3b-401f-a730-13973347ff62, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dae8ccc-fe3b-401f-a730-13973347ff62, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3369987098150723271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33699870981507232713369987098150723271336998709815072327133699870981507232713369987098150723271336998709815072327133699870981507232713369987098150723271336998709815072327133699870981507232713369987098150723271336998709815072327133699870981507232713369987098150723271336998709815072327133699870981507232713369987098150723271336998709815072327133699870981507232713369987098150723271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e63a1f3-8633-4f5d-ba85-74ea6d23f1a0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91e15799-0f87-4633-9842-6392a81483b7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e15799-0f87-4633-9842-6392a81483b7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17747351723599277778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774735172359927777817747351723599277778177473517235992777781774735172359927777817747351723599277778177473517235992777781774735172359927777817747351723599277778177473517235992777781774735172359927777817747351723599277778177473517235992777781774735172359927777817747351723599277778177473517235992777781774735172359927777817747351723599277778177473517235992777781774735172359927777817747351723599277778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e15799-0f87-4633-9842-6392a81483b7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bddcff84-26f4-4672-89f1-cc01e04c3444, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dae8ccc-fe3b-401f-a730-13973347ff62, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e01530dd-465c-4834-b8cd-ff6dac209216, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e01530dd-465c-4834-b8cd-ff6dac209216, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4676848293302948165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46768482933029481654676848293302948165467684829330294816546768482933029481654676848293302948165467684829330294816546768482933029481654676848293302948165467684829330294816546768482933029481654676848293302948165467684829330294816546768482933029481654676848293302948165467684829330294816546768482933029481654676848293302948165467684829330294816546768482933029481654676848293302948165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bddcff84-26f4-4672-89f1-cc01e04c3444, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8785115213149853905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87851152131498539058785115213149853905878511521314985390587851152131498539058785115213149853905878511521314985390587851152131498539058785115213149853905878511521314985390587851152131498539058785115213149853905878511521314985390587851152131498539058785115213149853905878511521314985390587851152131498539058785115213149853905878511521314985390587851152131498539058785115213149853905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bddcff84-26f4-4672-89f1-cc01e04c3444, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a207ea15-ba6e-4b46-b5a7-a6f27c1b5ec1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a207ea15-ba6e-4b46-b5a7-a6f27c1b5ec1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2796681813251768899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27966818132517688992796681813251768899279668181325176889927966818132517688992796681813251768899279668181325176889927966818132517688992796681813251768899279668181325176889927966818132517688992796681813251768899279668181325176889927966818132517688992796681813251768899279668181325176889927966818132517688992796681813251768899279668181325176889927966818132517688992796681813251768899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e01530dd-465c-4834-b8cd-ff6dac209216, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e64775a9-7ec9-403d-9d7f-a0e2a1f54909, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e64775a9-7ec9-403d-9d7f-a0e2a1f54909, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2411118124135685230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24111181241356852302411118124135685230241111812413568523024111181241356852302411118124135685230241111812413568523024111181241356852302411118124135685230241111812413568523024111181241356852302411118124135685230241111812413568523024111181241356852302411118124135685230241111812413568523024111181241356852302411118124135685230241111812413568523024111181241356852302411118124135685230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a207ea15-ba6e-4b46-b5a7-a6f27c1b5ec1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0732a26-117d-4054-b330-1b2a82721901, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0732a26-117d-4054-b330-1b2a82721901, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2359167068004290995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23591670680042909952359167068004290995235916706800429099523591670680042909952359167068004290995235916706800429099523591670680042909952359167068004290995235916706800429099523591670680042909952359167068004290995235916706800429099523591670680042909952359167068004290995235916706800429099523591670680042909952359167068004290995235916706800429099523591670680042909952359167068004290995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e64775a9-7ec9-403d-9d7f-a0e2a1f54909, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0334323c-65a8-4ae5-9301-1a24c49cf57a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0334323c-65a8-4ae5-9301-1a24c49cf57a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16094084329792761418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609408432979276141816094084329792761418160940843297927614181609408432979276141816094084329792761418160940843297927614181609408432979276141816094084329792761418160940843297927614181609408432979276141816094084329792761418160940843297927614181609408432979276141816094084329792761418160940843297927614181609408432979276141816094084329792761418160940843297927614181609408432979276141816094084329792761418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0732a26-117d-4054-b330-1b2a82721901, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 457b19e1-0b4e-40ba-bff1-779b582c363c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 457b19e1-0b4e-40ba-bff1-779b582c363c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10243768724376339392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024376872437633939210243768724376339392102437687243763393921024376872437633939210243768724376339392102437687243763393921024376872437633939210243768724376339392102437687243763393921024376872437633939210243768724376339392102437687243763393921024376872437633939210243768724376339392102437687243763393921024376872437633939210243768724376339392102437687243763393921024376872437633939210243768724376339392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0334323c-65a8-4ae5-9301-1a24c49cf57a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 115f4be9-9793-4ff2-8832-98aa7c8897d3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 115f4be9-9793-4ff2-8832-98aa7c8897d3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3618672546674975668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36186725466749756683618672546674975668361867254667497566836186725466749756683618672546674975668361867254667497566836186725466749756683618672546674975668361867254667497566836186725466749756683618672546674975668361867254667497566836186725466749756683618672546674975668361867254667497566836186725466749756683618672546674975668361867254667497566836186725466749756683618672546674975668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 457b19e1-0b4e-40ba-bff1-779b582c363c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c3c0468-a719-4ef0-8d43-c2c93efad547, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c3c0468-a719-4ef0-8d43-c2c93efad547, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13682861948304836302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368286194830483630213682861948304836302136828619483048363021368286194830483630213682861948304836302136828619483048363021368286194830483630213682861948304836302136828619483048363021368286194830483630213682861948304836302136828619483048363021368286194830483630213682861948304836302136828619483048363021368286194830483630213682861948304836302136828619483048363021368286194830483630213682861948304836302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 115f4be9-9793-4ff2-8832-98aa7c8897d3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b0b05ba-4f4a-4ccc-a3c4-b65d59966321, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b0b05ba-4f4a-4ccc-a3c4-b65d59966321, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14830503155957154710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483050315595715471014830503155957154710148305031559571547101483050315595715471014830503155957154710148305031559571547101483050315595715471014830503155957154710148305031559571547101483050315595715471014830503155957154710148305031559571547101483050315595715471014830503155957154710148305031559571547101483050315595715471014830503155957154710148305031559571547101483050315595715471014830503155957154710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c3c0468-a719-4ef0-8d43-c2c93efad547, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 551deff5-0591-4a93-92e9-92455fa22111, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 551deff5-0591-4a93-92e9-92455fa22111, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17356687328019190156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735668732801919015617356687328019190156173566873280191901561735668732801919015617356687328019190156173566873280191901561735668732801919015617356687328019190156173566873280191901561735668732801919015617356687328019190156173566873280191901561735668732801919015617356687328019190156173566873280191901561735668732801919015617356687328019190156173566873280191901561735668732801919015617356687328019190156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b0b05ba-4f4a-4ccc-a3c4-b65d59966321, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbe1678d-7a9d-4caa-a8b0-429e37cbe7cc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbe1678d-7a9d-4caa-a8b0-429e37cbe7cc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13157563598986455338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315756359898645533813157563598986455338131575635989864553381315756359898645533813157563598986455338131575635989864553381315756359898645533813157563598986455338131575635989864553381315756359898645533813157563598986455338131575635989864553381315756359898645533813157563598986455338131575635989864553381315756359898645533813157563598986455338131575635989864553381315756359898645533813157563598986455338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 551deff5-0591-4a93-92e9-92455fa22111, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 885ff9af-d1f8-405b-83b6-f473ff401a4b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 885ff9af-d1f8-405b-83b6-f473ff401a4b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6155719594592878911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61557195945928789116155719594592878911615571959459287891161557195945928789116155719594592878911615571959459287891161557195945928789116155719594592878911615571959459287891161557195945928789116155719594592878911615571959459287891161557195945928789116155719594592878911615571959459287891161557195945928789116155719594592878911615571959459287891161557195945928789116155719594592878911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbe1678d-7a9d-4caa-a8b0-429e37cbe7cc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48815e38-5cf8-4e6e-b707-3592a8f0d403, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48815e38-5cf8-4e6e-b707-3592a8f0d403, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2699890977090182088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26998909770901820882699890977090182088269989097709018208826998909770901820882699890977090182088269989097709018208826998909770901820882699890977090182088269989097709018208826998909770901820882699890977090182088269989097709018208826998909770901820882699890977090182088269989097709018208826998909770901820882699890977090182088269989097709018208826998909770901820882699890977090182088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 885ff9af-d1f8-405b-83b6-f473ff401a4b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 653ae765-4eec-4e8a-976e-dbd4e86cb7d5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 653ae765-4eec-4e8a-976e-dbd4e86cb7d5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11860304313649284443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186030431364928444311860304313649284443118603043136492844431186030431364928444311860304313649284443118603043136492844431186030431364928444311860304313649284443118603043136492844431186030431364928444311860304313649284443118603043136492844431186030431364928444311860304313649284443118603043136492844431186030431364928444311860304313649284443118603043136492844431186030431364928444311860304313649284443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48815e38-5cf8-4e6e-b707-3592a8f0d403, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75c01f93-9c4e-4781-9678-b239b170ebb0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75c01f93-9c4e-4781-9678-b239b170ebb0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9819525427564792181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98195254275647921819819525427564792181981952542756479218198195254275647921819819525427564792181981952542756479218198195254275647921819819525427564792181981952542756479218198195254275647921819819525427564792181981952542756479218198195254275647921819819525427564792181981952542756479218198195254275647921819819525427564792181981952542756479218198195254275647921819819525427564792181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 653ae765-4eec-4e8a-976e-dbd4e86cb7d5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9cc0ed6-be8b-41b8-b5df-1f175398ef8b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9cc0ed6-be8b-41b8-b5df-1f175398ef8b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16083309727039529319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608330972703952931916083309727039529319160833097270395293191608330972703952931916083309727039529319160833097270395293191608330972703952931916083309727039529319160833097270395293191608330972703952931916083309727039529319160833097270395293191608330972703952931916083309727039529319160833097270395293191608330972703952931916083309727039529319160833097270395293191608330972703952931916083309727039529319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75c01f93-9c4e-4781-9678-b239b170ebb0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9cc0ed6-be8b-41b8-b5df-1f175398ef8b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbd60d82-2478-4e54-bc17-0b9c89f32e31, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4d437ea-6b17-4a07-81b9-c75bf8e8d2d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4d437ea-6b17-4a07-81b9-c75bf8e8d2d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15044638929294773360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504463892929477336015044638929294773360150446389292947733601504463892929477336015044638929294773360150446389292947733601504463892929477336015044638929294773360150446389292947733601504463892929477336015044638929294773360150446389292947733601504463892929477336015044638929294773360150446389292947733601504463892929477336015044638929294773360150446389292947733601504463892929477336015044638929294773360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbd60d82-2478-4e54-bc17-0b9c89f32e31, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18095949659182266451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809594965918226645118095949659182266451180959496591822664511809594965918226645118095949659182266451180959496591822664511809594965918226645118095949659182266451180959496591822664511809594965918226645118095949659182266451180959496591822664511809594965918226645118095949659182266451180959496591822664511809594965918226645118095949659182266451180959496591822664511809594965918226645118095949659182266451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4d437ea-6b17-4a07-81b9-c75bf8e8d2d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d9cecdc-9ef5-4f03-a7d3-166f5c1ae4f0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d9cecdc-9ef5-4f03-a7d3-166f5c1ae4f0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13897240273370460850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389724027337046085013897240273370460850138972402733704608501389724027337046085013897240273370460850138972402733704608501389724027337046085013897240273370460850138972402733704608501389724027337046085013897240273370460850138972402733704608501389724027337046085013897240273370460850138972402733704608501389724027337046085013897240273370460850138972402733704608501389724027337046085013897240273370460850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbd60d82-2478-4e54-bc17-0b9c89f32e31, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd22f01c-ec1c-4dfb-9d21-eb5463cf9f25, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd22f01c-ec1c-4dfb-9d21-eb5463cf9f25, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8863715815428948816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88637158154289488168863715815428948816886371581542894881688637158154289488168863715815428948816886371581542894881688637158154289488168863715815428948816886371581542894881688637158154289488168863715815428948816886371581542894881688637158154289488168863715815428948816886371581542894881688637158154289488168863715815428948816886371581542894881688637158154289488168863715815428948816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d9cecdc-9ef5-4f03-a7d3-166f5c1ae4f0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6610329f-f7a5-440a-a10e-bbea42a0796b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6610329f-f7a5-440a-a10e-bbea42a0796b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13698100307482177939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369810030748217793913698100307482177939136981003074821779391369810030748217793913698100307482177939136981003074821779391369810030748217793913698100307482177939136981003074821779391369810030748217793913698100307482177939136981003074821779391369810030748217793913698100307482177939136981003074821779391369810030748217793913698100307482177939136981003074821779391369810030748217793913698100307482177939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd22f01c-ec1c-4dfb-9d21-eb5463cf9f25, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9021ddf-cdf3-4dcf-b37d-27fb437c11fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9021ddf-cdf3-4dcf-b37d-27fb437c11fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9792964990801562540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97929649908015625409792964990801562540979296499080156254097929649908015625409792964990801562540979296499080156254097929649908015625409792964990801562540979296499080156254097929649908015625409792964990801562540979296499080156254097929649908015625409792964990801562540979296499080156254097929649908015625409792964990801562540979296499080156254097929649908015625409792964990801562540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6610329f-f7a5-440a-a10e-bbea42a0796b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1b059b8-5456-4c14-b949-3e70cc335245, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1b059b8-5456-4c14-b949-3e70cc335245, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10195701224445485677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019570122444548567710195701224445485677101957012244454856771019570122444548567710195701224445485677101957012244454856771019570122444548567710195701224445485677101957012244454856771019570122444548567710195701224445485677101957012244454856771019570122444548567710195701224445485677101957012244454856771019570122444548567710195701224445485677101957012244454856771019570122444548567710195701224445485677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9021ddf-cdf3-4dcf-b37d-27fb437c11fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a350551e-3311-472c-a90c-91a3207e6daf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1b059b8-5456-4c14-b949-3e70cc335245, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cd9d191-50e1-4093-ac25-8ce381c07f99, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a350551e-3311-472c-a90c-91a3207e6daf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8761292462566346383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87612924625663463838761292462566346383876129246256634638387612924625663463838761292462566346383876129246256634638387612924625663463838761292462566346383876129246256634638387612924625663463838761292462566346383876129246256634638387612924625663463838761292462566346383876129246256634638387612924625663463838761292462566346383876129246256634638387612924625663463838761292462566346383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cd9d191-50e1-4093-ac25-8ce381c07f99, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8329888879544273746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83298888795442737468329888879544273746832988887954427374683298888795442737468329888879544273746832988887954427374683298888795442737468329888879544273746832988887954427374683298888795442737468329888879544273746832988887954427374683298888795442737468329888879544273746832988887954427374683298888795442737468329888879544273746832988887954427374683298888795442737468329888879544273746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a350551e-3311-472c-a90c-91a3207e6daf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cd9d191-50e1-4093-ac25-8ce381c07f99, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a641a763-5487-4bcb-9ac4-b25fb8aaa02e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a641a763-5487-4bcb-9ac4-b25fb8aaa02e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13208702627887328883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320870262788732888313208702627887328883132087026278873288831320870262788732888313208702627887328883132087026278873288831320870262788732888313208702627887328883132087026278873288831320870262788732888313208702627887328883132087026278873288831320870262788732888313208702627887328883132087026278873288831320870262788732888313208702627887328883132087026278873288831320870262788732888313208702627887328883" } } } 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, db914255-6186-404f-985c-da59e7882771, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db914255-6186-404f-985c-da59e7882771, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12802834152511900638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280283415251190063812802834152511900638128028341525119006381280283415251190063812802834152511900638128028341525119006381280283415251190063812802834152511900638128028341525119006381280283415251190063812802834152511900638128028341525119006381280283415251190063812802834152511900638128028341525119006381280283415251190063812802834152511900638128028341525119006381280283415251190063812802834152511900638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a641a763-5487-4bcb-9ac4-b25fb8aaa02e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6094326d-f5ca-4124-951e-b5c4e732d6a4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6094326d-f5ca-4124-951e-b5c4e732d6a4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13273397036471879631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327339703647187963113273397036471879631132733970364718796311327339703647187963113273397036471879631132733970364718796311327339703647187963113273397036471879631132733970364718796311327339703647187963113273397036471879631132733970364718796311327339703647187963113273397036471879631132733970364718796311327339703647187963113273397036471879631132733970364718796311327339703647187963113273397036471879631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db914255-6186-404f-985c-da59e7882771, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 631959b5-4d34-4e21-94f1-339e2107c8f1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 631959b5-4d34-4e21-94f1-339e2107c8f1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 62190801418835019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6219080141883501962190801418835019621908014188350196219080141883501962190801418835019621908014188350196219080141883501962190801418835019621908014188350196219080141883501962190801418835019621908014188350196219080141883501962190801418835019621908014188350196219080141883501962190801418835019621908014188350196219080141883501962190801418835019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 631959b5-4d34-4e21-94f1-339e2107c8f1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3abc7392-c157-45ab-8d14-5657ca951363, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3abc7392-c157-45ab-8d14-5657ca951363, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13612456066121851876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361245606612185187613612456066121851876136124560661218518761361245606612185187613612456066121851876136124560661218518761361245606612185187613612456066121851876136124560661218518761361245606612185187613612456066121851876136124560661218518761361245606612185187613612456066121851876136124560661218518761361245606612185187613612456066121851876136124560661218518761361245606612185187613612456066121851876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6094326d-f5ca-4124-951e-b5c4e732d6a4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 607ae449-a7c3-4b50-b01f-a6e74242380b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 607ae449-a7c3-4b50-b01f-a6e74242380b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6005250481894389574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60052504818943895746005250481894389574600525048189438957460052504818943895746005250481894389574600525048189438957460052504818943895746005250481894389574600525048189438957460052504818943895746005250481894389574600525048189438957460052504818943895746005250481894389574600525048189438957460052504818943895746005250481894389574600525048189438957460052504818943895746005250481894389574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3abc7392-c157-45ab-8d14-5657ca951363, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95dd4d4f-8af6-45c0-a996-02381cfdfcfa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95dd4d4f-8af6-45c0-a996-02381cfdfcfa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1159818860390836424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11598188603908364241159818860390836424115981886039083642411598188603908364241159818860390836424115981886039083642411598188603908364241159818860390836424115981886039083642411598188603908364241159818860390836424115981886039083642411598188603908364241159818860390836424115981886039083642411598188603908364241159818860390836424115981886039083642411598188603908364241159818860390836424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 607ae449-a7c3-4b50-b01f-a6e74242380b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39fa88d3-2e06-4095-8f6c-e08ef21dfcdd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39fa88d3-2e06-4095-8f6c-e08ef21dfcdd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7066381717497248496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70663817174972484967066381717497248496706638171749724849670663817174972484967066381717497248496706638171749724849670663817174972484967066381717497248496706638171749724849670663817174972484967066381717497248496706638171749724849670663817174972484967066381717497248496706638171749724849670663817174972484967066381717497248496706638171749724849670663817174972484967066381717497248496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95dd4d4f-8af6-45c0-a996-02381cfdfcfa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf321c6e-9230-4073-8ed0-25fabccdb9a8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf321c6e-9230-4073-8ed0-25fabccdb9a8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14795141481442038468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479514148144203846814795141481442038468147951414814420384681479514148144203846814795141481442038468147951414814420384681479514148144203846814795141481442038468147951414814420384681479514148144203846814795141481442038468147951414814420384681479514148144203846814795141481442038468147951414814420384681479514148144203846814795141481442038468147951414814420384681479514148144203846814795141481442038468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf321c6e-9230-4073-8ed0-25fabccdb9a8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bbb8101-1430-4ef5-a56b-dcb893c5969f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bbb8101-1430-4ef5-a56b-dcb893c5969f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1624388003105930882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16243880031059308821624388003105930882162438800310593088216243880031059308821624388003105930882162438800310593088216243880031059308821624388003105930882162438800310593088216243880031059308821624388003105930882162438800310593088216243880031059308821624388003105930882162438800310593088216243880031059308821624388003105930882162438800310593088216243880031059308821624388003105930882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39fa88d3-2e06-4095-8f6c-e08ef21dfcdd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c64e172-5349-4cb0-9646-082c1542ceae, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c64e172-5349-4cb0-9646-082c1542ceae, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8155659584133934192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81556595841339341928155659584133934192815565958413393419281556595841339341928155659584133934192815565958413393419281556595841339341928155659584133934192815565958413393419281556595841339341928155659584133934192815565958413393419281556595841339341928155659584133934192815565958413393419281556595841339341928155659584133934192815565958413393419281556595841339341928155659584133934192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bbb8101-1430-4ef5-a56b-dcb893c5969f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a80468d3-3d43-4e7a-95af-105afcfb3a25, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a80468d3-3d43-4e7a-95af-105afcfb3a25, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11314541807758380640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131454180775838064011314541807758380640113145418077583806401131454180775838064011314541807758380640113145418077583806401131454180775838064011314541807758380640113145418077583806401131454180775838064011314541807758380640113145418077583806401131454180775838064011314541807758380640113145418077583806401131454180775838064011314541807758380640113145418077583806401131454180775838064011314541807758380640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c64e172-5349-4cb0-9646-082c1542ceae, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca8bc569-ab45-470b-8543-c13d7ba5c697, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca8bc569-ab45-470b-8543-c13d7ba5c697, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13854052203290665678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385405220329066567813854052203290665678138540522032906656781385405220329066567813854052203290665678138540522032906656781385405220329066567813854052203290665678138540522032906656781385405220329066567813854052203290665678138540522032906656781385405220329066567813854052203290665678138540522032906656781385405220329066567813854052203290665678138540522032906656781385405220329066567813854052203290665678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a80468d3-3d43-4e7a-95af-105afcfb3a25, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa3385fa-a186-4d61-a4ac-b41a83ae4f30, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa3385fa-a186-4d61-a4ac-b41a83ae4f30, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13670051263450894670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367005126345089467013670051263450894670136700512634508946701367005126345089467013670051263450894670136700512634508946701367005126345089467013670051263450894670136700512634508946701367005126345089467013670051263450894670136700512634508946701367005126345089467013670051263450894670136700512634508946701367005126345089467013670051263450894670136700512634508946701367005126345089467013670051263450894670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca8bc569-ab45-470b-8543-c13d7ba5c697, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03f4de92-41a6-4014-bc72-7f00c4931f01, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03f4de92-41a6-4014-bc72-7f00c4931f01, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 421023523734432881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa3385fa-a186-4d61-a4ac-b41a83ae4f30, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fadbfc5-f952-4014-bfdd-c53bf265ec39, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fadbfc5-f952-4014-bfdd-c53bf265ec39, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17514911554262313461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751491155426231346117514911554262313461175149115542623134611751491155426231346117514911554262313461175149115542623134611751491155426231346117514911554262313461175149115542623134611751491155426231346117514911554262313461175149115542623134611751491155426231346117514911554262313461175149115542623134611751491155426231346117514911554262313461175149115542623134611751491155426231346117514911554262313461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03f4de92-41a6-4014-bc72-7f00c4931f01, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e563c1b5-ffc8-405c-826a-5fff2b015a7d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e563c1b5-ffc8-405c-826a-5fff2b015a7d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7982560984178946845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79825609841789468457982560984178946845798256098417894684579825609841789468457982560984178946845798256098417894684579825609841789468457982560984178946845798256098417894684579825609841789468457982560984178946845798256098417894684579825609841789468457982560984178946845798256098417894684579825609841789468457982560984178946845798256098417894684579825609841789468457982560984178946845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e563c1b5-ffc8-405c-826a-5fff2b015a7d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fadbfc5-f952-4014-bfdd-c53bf265ec39, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f54372e4-8056-4ab7-a74b-a13f9cd178db, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f54372e4-8056-4ab7-a74b-a13f9cd178db, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11169140873628584261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116914087362858426111169140873628584261111691408736285842611116914087362858426111169140873628584261111691408736285842611116914087362858426111169140873628584261111691408736285842611116914087362858426111169140873628584261111691408736285842611116914087362858426111169140873628584261111691408736285842611116914087362858426111169140873628584261111691408736285842611116914087362858426111169140873628584261" } } } 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, 981e0ffa-97ce-46e0-83c8-0b0b66798e10, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 981e0ffa-97ce-46e0-83c8-0b0b66798e10, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12099418570432804010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209941857043280401012099418570432804010120994185704328040101209941857043280401012099418570432804010120994185704328040101209941857043280401012099418570432804010120994185704328040101209941857043280401012099418570432804010120994185704328040101209941857043280401012099418570432804010120994185704328040101209941857043280401012099418570432804010120994185704328040101209941857043280401012099418570432804010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f54372e4-8056-4ab7-a74b-a13f9cd178db, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a44f3606-7368-4e7a-b3a8-fb7a6d0aac7c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a44f3606-7368-4e7a-b3a8-fb7a6d0aac7c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10199356008135494014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019935600813549401410199356008135494014101993560081354940141019935600813549401410199356008135494014101993560081354940141019935600813549401410199356008135494014101993560081354940141019935600813549401410199356008135494014101993560081354940141019935600813549401410199356008135494014101993560081354940141019935600813549401410199356008135494014101993560081354940141019935600813549401410199356008135494014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 981e0ffa-97ce-46e0-83c8-0b0b66798e10, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb5ab7ad-7bac-4593-a90e-014f76443047, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb5ab7ad-7bac-4593-a90e-014f76443047, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17233088919571035771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723308891957103577117233088919571035771172330889195710357711723308891957103577117233088919571035771172330889195710357711723308891957103577117233088919571035771172330889195710357711723308891957103577117233088919571035771172330889195710357711723308891957103577117233088919571035771172330889195710357711723308891957103577117233088919571035771172330889195710357711723308891957103577117233088919571035771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb5ab7ad-7bac-4593-a90e-014f76443047, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a44f3606-7368-4e7a-b3a8-fb7a6d0aac7c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:13388/3
---------------------------- Captured log teardown -----------------------------
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44a586ff-5b7c-4eb0-82c8-492d3f6948c7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a01e6bf-1db9-4831-862d-92fc08d4410e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 503811ac-41de-420f-801a-05b00819a0c3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 503811ac-41de-420f-801a-05b00819a0c3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7628046588359228599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76280465883592285997628046588359228599762804658835922859976280465883592285997628046588359228599762804658835922859976280465883592285997628046588359228599762804658835922859976280465883592285997628046588359228599762804658835922859976280465883592285997628046588359228599762804658835922859976280465883592285997628046588359228599762804658835922859976280465883592285997628046588359228599" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c97febb2-1d74-4600-965f-8af1cf39ed94, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c97febb2-1d74-4600-965f-8af1cf39ed94, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1783352203009532867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17833522030095328671783352203009532867178335220300953286717833522030095328671783352203009532867178335220300953286717833522030095328671783352203009532867178335220300953286717833522030095328671783352203009532867178335220300953286717833522030095328671783352203009532867178335220300953286717833522030095328671783352203009532867178335220300953286717833522030095328671783352203009532867" } } } 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:276 Stopped node localhost:13388/3
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 503811ac-41de-420f-801a-05b00819a0c3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1becd31a70>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1becd31a70> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, a9583402-0795-423c-bb3e-e0d510cf0b09, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, a9583402-0795-423c-bb3e-e0d510cf0b09, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c97febb2-1d74-4600-965f-8af1cf39ed94, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, a9583402-0795-423c-bb3e-e0d510cf0b09, ghrun-pubjovggeu.auto.internal:3103): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, a9583402-0795-423c-bb3e-e0d510cf0b09, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, a9583402-0795-423c-bb3e-e0d510cf0b09, ghrun-pubjovggeu.auto.internal:3103): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c1becd31a70>
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 0x7c1bee44f970 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 0x7c1bee455330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee455330>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 7c65794f-d243-4ed1-b950-09d49efab225, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 7c65794f-d243-4ed1-b950-09d49efab225, ghrun-pubjovggeu.auto.internal:3103): 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 0x7c1becd0c270>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1becd0c270>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1becd0c270> 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 0x7c1becd0c270> replacement.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c1beda668f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1beda668f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 3e6479c2-d330-40b8-a291-31cdd9f588d3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3e6479c2-d330-40b8-a291-31cdd9f588d3, ghrun-pubjovggeu.auto.internal:3103): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 9e661a4d-0809-439a-8be3-cebb2d0791cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 9e661a4d-0809-439a-8be3-cebb2d0791cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c1becd0c270>
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 0x7c1beda91af0 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 0x7c1bed654370>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bed654370>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 5a263e28-7086-40c5-98ad-c7fdec04c8e3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5a263e28-7086-40c5-98ad-c7fdec04c8e3, ghrun-pubjovggeu.auto.internal:3103): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 7c65794f-d243-4ed1-b950-09d49efab225, ghrun-pubjovggeu.auto.internal:3103): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 7c65794f-d243-4ed1-b950-09d49efab225, ghrun-pubjovggeu.auto.internal:3103): 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-21T17:09:26.563085261+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 7c65794f-d243-4ed1-b950-09d49efab225, ghrun-pubjovggeu.auto.internal:3103): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-pubjovggeu.auto.internal:3103
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-21T17:09:26.563085261+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 3e6479c2-d330-40b8-a291-31cdd9f588d3, ghrun-pubjovggeu.auto.internal:3103): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 3e6479c2-d330-40b8-a291-31cdd9f588d3, ghrun-pubjovggeu.auto.internal:3103): 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-21T17:09:26.563291393+00:00"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 3e6479c2-d330-40b8-a291-31cdd9f588d3, ghrun-pubjovggeu.auto.internal:3103): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-pubjovggeu.auto.internal:3103
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-21T17:09:26.563291393+00:00"}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 9e661a4d-0809-439a-8be3-cebb2d0791cd, ghrun-pubjovggeu.auto.internal:3103): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 9e661a4d-0809-439a-8be3-cebb2d0791cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 9e661a4d-0809-439a-8be3-cebb2d0791cd, ghrun-pubjovggeu.auto.internal:3103): on response callback success
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 5a263e28-7086-40c5-98ad-c7fdec04c8e3, ghrun-pubjovggeu.auto.internal:3103): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 5a263e28-7086-40c5-98ad-c7fdec04c8e3, ghrun-pubjovggeu.auto.internal:3103): 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-21T17:09:26.605449411+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 5a263e28-7086-40c5-98ad-c7fdec04c8e3, ghrun-pubjovggeu.auto.internal:3103): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-pubjovggeu.auto.internal:3103
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-21T17:09:26.605449411+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
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, 73ae8e8e-b05a-433f-b28c-07780fab734d, localhost:24702): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 73ae8e8e-b05a-433f-b28c-07780fab734d, localhost:24702): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 73ae8e8e-b05a-433f-b28c-07780fab734d, localhost:24702): 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:24702". 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:24702
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, ae2f889b-7324-44d4-b9d8-79cf39b5089a, localhost:24702): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, ae2f889b-7324-44d4-b9d8-79cf39b5089a, localhost:24702): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee455330>
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, ae2f889b-7324-44d4-b9d8-79cf39b5089a, localhost:24702): 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-21T17:09:30.285740308+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(ListEndpoints, ae2f889b-7324-44d4-b9d8-79cf39b5089a, localhost:24702): 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:24702". 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-21T17:09:30.285740308+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:24702
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 0x7c1bee44f970 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1beda91af0 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 0x7c1bef555df0 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 0x7c1bef55e7b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bef55e7b0>
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 0x7c1bef5674f0 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 0x7c1bef5f0670>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bef5f0670>
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 0x7c1beda668f0>
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:276 Stopped node localhost:13139/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:31694/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:3103/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:2086/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:16993/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:32515/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:4671/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:22485/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:61957/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:7111/8
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bed654370>
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 0x7c1bef555df0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1bef5674f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee455330>
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 0x7c1bee455330>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bee455330> is no longer active. Current active count 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 0x7c1bef6cc570 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 0x7c1bef6ced30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bef6ced30>
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 0x7c1bef771df0 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 0x7c1bef7127b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bef7127b0>
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:24702
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bef55e7b0>
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 0x7c1bef6cc570 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1bef771df0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bef5f0670>
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 0x7c1bef5f0670>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bef5f0670> is no longer active. Current active count 5.
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 0x7c1bef71b1b0 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 0x7c1bef737370>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bef737370>
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 0x7c1bef6f7030 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 0x7c1bef6be170>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bef6be170>
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 0x7c1beda668f0>
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 0x7c1bed654370>
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 0x7c1bef71b1b0 state=pending>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:24702
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". 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 0x7c1bed480470 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 0x7c1bed474070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bed474070>
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 0x7c1bef6f7030 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 0x7c1bef7ac470 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 0x7c1bee6cc730>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee6cc730>
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 0x7c1bef6ced30>
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 0x7c1bef7127b0>
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 0x7c1bed480470 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 0x7c1bee6c9af0 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 0x7c1bee665b30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee665b30>
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 0x7c1bef7ac470 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bef55e7b0>
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 0x7c1bee656ab0 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 0x7c1bee626ef0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee626ef0>
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:24702
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". 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 0x7c1bef737370>
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 0x7c1bee6c9af0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1bee656ab0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bef6be170>
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 0x7c1bef6be170>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bef6be170> is no longer active. Current active count 10.
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 0x7c1bedc13c30 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 0x7c1bedc1a830>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bedc1a830>
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 0x7c1bedc212b0 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 0x7c1bedc5c770>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bedc5c770>
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 0x7c1beda668f0>
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 0x7c1bedc13c30 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 0x7c1bedc15bf0 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 0x7c1bedc40c30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bedc40c30>
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 0x7c1bed654370>
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 0x7c1bedc212b0 state=pending>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:24702
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:24702
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". Check endpoint correctness.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". 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 0x7c1bedc4fc70 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 0x7c1bedc006b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bedc006b0>
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 0x7c1bed474070>
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 0x7c1bedc15bf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee6cc730>
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 0x7c1bedc1f4f0 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 0x7c1bedc4c9f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bedc4c9f0>
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 0x7c1bedc4fc70 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 0x7c1bee2fbf70 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 0x7c1bee2ef8f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee2ef8f0>
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 0x7c1bef6ced30>
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 0x7c1bedc1f4f0 state=pending>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:24702
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bef7127b0>
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:24702
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1bee2fbf70 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 0x7c1bee3e05b0 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 0x7c1bee3e4af0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee3e4af0>
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 0x7c1bee665b30>
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)]
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 0x7c1bee27e8b0 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 0x7c1bee21d530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee21d530>
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 0x7c1bef55e7b0>
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 0x7c1bee3e05b0 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 0x7c1bee2e4570 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 0x7c1beebe67b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1beebe67b0>
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 0x7c1bee626ef0>
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 0x7c1bee27e8b0 state=pending>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:24702
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". 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 0x7c1beec145f0 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 0x7c1beec17bb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1beec17bb0>
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 0x7c1bef737370>
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 0x7c1bee2e4570 state=pending>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:24702
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". 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 0x7c1beec22bf0 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 0x7c1beec60f30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1beec60f30>
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 0x7c1bedc1a830>
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 0x7c1beec145f0 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 0x7c1beec36eb0 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 0x7c1beeeb75f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1beeeb75f0>
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 0x7c1bedc5c770>
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 0x7c1beec22bf0 state=pending>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:24702
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 0x7c1beec769f0 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 0x7c1beec7d530>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1beec7d530>
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:24702". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1beda668f0>
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 0x7c1beec36eb0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bedc40c30>
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 0x7c1bee45d6f0 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 0x7c1beec78db0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1beec78db0>
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:24702
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1beec769f0 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 0x7c1beec20c30 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 0x7c1bee0e6330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee0e6330>
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 0x7c1bed654370>
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 0x7c1bee45d6f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bedc006b0>
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 0x7c1beec8edf0 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 0x7c1beec90930>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1beec90930>
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:24702
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1beec20c30 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 0x7c1bed474070>
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 0x7c1beec8d770 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 0x7c1bee0fe030>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee0fe030>
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 0x7c1beec8edf0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee6cc730>
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:24702
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". 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 0x7c1bee124030 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 0x7c1bee117d30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee117d30>
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 0x7c1beec8d770 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 0x7c1bedc4c9f0>
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 0x7c1bed10fc30 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 0x7c1bed8150f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bed8150f0>
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 0x7c1bee2ef8f0>
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 0x7c1bee124030 state=pending>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:24702
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". 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 0x7c1becbe4430 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 0x7c1becbf1730>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1becbf1730>
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 0x7c1bef6ced30>
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 0x7c1bed10fc30 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 0x7c1bed817970 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 0x7c1bed8183f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bed8183f0>
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 0x7c1bef7127b0>
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:24702
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1becbe4430 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 0x7c1bed807a30 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 0x7c1bed8301f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bed8301f0>
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 0x7c1bee3e4af0>
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 0x7c1bed817970 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 0x7c1bed85e830 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 0x7c1bed8514f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bed8514f0>
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 0x7c1bee665b30>
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:24702
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". Check endpoint correctness.
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1bed807a30 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 0x7c1bee21d530>
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 0x7c1bed85e830 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 0x7c1bed8474b0 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 0x7c1bed76dcf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bed76dcf0>
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 0x7c1bef55e7b0>
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 0x7c1bed87ec70 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 0x7c1bed87f8b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bed87f8b0>
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:24702
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". 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 0x7c1bed8474b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1beebe67b0>
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 0x7c1bed87ec70 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 0x7c1bed7444b0 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 0x7c1bed720470>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bed720470>
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 0x7c1bee626ef0>
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 0x7c1bed86a870 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 0x7c1bed876330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bed876330>
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:24702
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". 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 0x7c1beec17bb0>
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 0x7c1bed7444b0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1bed86a870 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 0x7c1bed6f1af0 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 0x7c1bed6f1670>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bed6f1670>
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 0x7c1bef737370>
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:24702
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 0x7c1bed6ee830 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 0x7c1bed6e67f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bed6e67f0>
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:24702". 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 0x7c1beec60f30>
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 0x7c1bed6f1af0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1bed6ee830 state=pending>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:24702
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bedc1a830>
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 0x7c1bedc1a830>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bedc1a830> is no longer active. Current active count 38.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:155 Failed to establish connection to YDB discovery endpoint: "localhost:24702". 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 0x7c1bedec5ff0 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 0x7c1bedeb21f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bedeb21f0>
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)]
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.
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:24702/1
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 0x7c1bef743230 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 0x7c1beea79bb0>
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6168
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7037
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13271
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4221
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3103
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12252
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3542
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11356
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23334
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13388
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12984
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21191
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32677
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12323
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13139
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9197
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1beea79bb0>
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/28097
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22584
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/10676
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/31694
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27534
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23460
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27518
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7111
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5737
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25643
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23874
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22485
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5136
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30355
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17811
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4671
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/23163
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24641
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30162
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/32515
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6312
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5254
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26910
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61957
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1629
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5315
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/15283
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16993
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11007
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5980
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19861
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2086
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19000
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64314
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17135
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/24702
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27315
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25688
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9981
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4321
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16288
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28147
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14528
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4106
=================================== 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:274: 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/4ogs/000bb2/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/4ogs/000bb2/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, 1 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.047175 seconds, 2 sessions to shutdown
E   Current KQP shutdown state: spent 6.088788 seconds, 2 sessions to shutdown
E   Current KQP shutdown state: spent 9.108254 seconds, 2 sessions to shutdown
E   GRpc shutdown warning: left infly: 5, spent: 3.478504 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 5, spent: 6.947892 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 5, spent: 10.467769 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 5, spent: 13.924425 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 5, spent: 17.450839 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 5, spent: 20.820589 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 5, spent: 24.143839 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 5, spent: 27.471902 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 5, spent: 30.007385 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1453387==ERROR: LeakSanitizer: detected memory leaks
E   
E   Indirect leak of 31022 byte(s) in 2 object(s) allocated from:
E   #0 0x00001f9450e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
E   #1 0x00003447f070 in gpr_malloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:32:7
E   #2 0x00003447f070 in gpr_malloc_aligned /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:63:13
E   #3 0x00003457a7c7 in ArenaStorage /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:42:10
E   #4 0x00003457a7c7 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 0x0000345869ba 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 0x0000345a5af6 in grpc_call_create(grpc_call_create_args*, grpc_call**) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:3456:10
E   #7 0x000034d0928c 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 0x0000348c76e7 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 0x000034941ebd 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 0x00003493cd4c in init_frame_parser /-S/contrib/libs/cxxsupp/libcxx/include/string_view
E   #11 0x00003493cd4c 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 0x0000348dc88d 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 0x0000344c4fa6 in grpc_combiner_continue_exec_ctx() /-S/contrib/libs/grpc/src/core/lib/iomgr/combiner.cc:231:5
E   #14 0x00003449fe54 in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:75:17
E   #15 0x000034672b54 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
E   #16 0x000034672b54 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 0x00003466e728 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 0x000034692468 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 0x00003464cf18 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
E   #20 0x000034d32b3e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
E   #21 0x000034454caf in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
E   #22 0x000034454caf in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
E   #23 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #24 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #25 0x0000220a624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #26 0x0000220a67ac in Execute /-S/util/thread/factory.h:15:13
E   #27 0x0000220a67ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #28 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001f942aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 2944 byte(s) in 2 object(s) allocated from:
E   #0 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000423c6a6c 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 0x0000423c4e02 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 0x0000423c29e2 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 0x00003b57d18c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #5 0x00003b57d18c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #6 0x00003b57d18c 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 0x00003b57d18c 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 0x00003b57d18c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #9 0x00003b57d18c 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 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #11 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #12 0x0000220a624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #13 0x0000220a67ac in Execute /-S/util/thread/factory.h:15:13
E   #14 0x0000220a67ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #15 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001f942aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 2112 byte(s) in 2 object(s) allocated from:
E   #0 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000423c7e7a 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 0x0000423c6ce1 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 0x0000423c4e02 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 0x0000423c29e2 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 0x00003b57d18c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #6 0x00003b57d18c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #7 0x00003b57d18c 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 0x00003b57d18c 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 0x00003b57d18c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #10 0x00003b57d18c 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 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #12 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #13 0x0000220a624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #14 0x0000220a67ac in Execute /-S/util/thread/factory.h:15:13
E   #15 0x0000220a67ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #16 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #17 0x00001f942aa6 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 0x00001f9454dc in realloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:81:3
E   #1 0x00003447f034 in gpr_realloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:53:7
E   #2 0x00003458bfe8 in grpc_core::FilterStackCall::PublishAppMetadata(grpc_metadata_batch*, bool) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1186:9
E   #3 0x00003459067d in RecvInitialFilter /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1194:3
E   #4 0x00003459067d 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 0x0000345ab52e in operator() /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1726:9
E   #6 0x0000345ab52e 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 0x000034d0c023 in Run /-S/contrib/libs/grpc/src/core/lib/iomgr/closure.h:303:5
E   #8 0x000034d0c023 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 0x00003449fe1e in exec_ctx_run /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:45:3
E   #10 0x00003449fe1e in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:72:9
E   #11 0x000034672b54 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
E   #12 0x000034672b54 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 0x00003466e728 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 0x000034692468 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 0x00003464cf18 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
E   #16 0x000034d32b3e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
E   #17 0x000034454caf in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
E   #18 0x000034454caf in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
E   #19 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #20 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #21 0x0000220a624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #22 0x0000220a67ac in Execute /-S/util/thread/factory.h:15:13
E   #23 0x0000220a67ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #24 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #25 0x00001f942aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 1024 byte(s) in 2 object(s) allocated from:
E   #0 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000200ab8cb in AllocateAtLeast /-S/contrib/libs/protobuf/src/google/protobuf/port.h:113:11
E   #2 0x0000200ab8cb 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 0x0000200a8d82 in AllocateNewBlock /-S/contrib/libs/protobuf/src/google/protobuf/arena.cc:253:14
E   #4 0x0000200a8d82 in google::protobuf::internal::SerialArena::AllocateAlignedFallback(unsigned long) /-S/contrib/libs/protobuf/src/google/protobuf/arena.cc:195:3
E   #5 0x000023076187 in AllocateAligned /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:292:14
E   #6 0x000023076187 in AllocateInternal<google::protobuf::Duration, true> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:567:14
E   #7 0x000023076187 in DoCreateMessage<google::protobuf::Duration> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:603:9
E   #8 0x000023076187 in CreateMessageInternal<google::protobuf::Duration> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:560:21
E   #9 0x000023076187 in google::protobuf::Duration* google::protobuf::Arena::CreateMaybeMessage<google::protobuf::Duration>(google::protobuf::Arena*) /-S/contrib/libs/protobuf/src/google/protobuf/duration.pb.cc:324:10
E   #10 0x000023077afd in CreateMaybeMessage<google::protobuf::Duration> /-S/contrib/libs/protobuf/src/google/protobuf/message_lite.h:471:12
E   #11 0x000023077afd in _internal_mutable_cancel_after /-B/ydb/public/api/protos/ydb_operation.pb.h:2653:15
E   #12 0x000023077afd in Ydb::Operations::OperationParams::_InternalParse(char const*, google::protobuf::internal::ParseContext*) /-B/ydb/public/api/protos/ydb_operation.pb.cc:689:35
E   #13 0x00002041c457 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) /-S/contrib/libs/protobuf/src/google/protobuf/parse_context.cc:338:14
E   #14 0x00002362861b in Ydb::Table::CreateSessionRequest::_InternalParse(char const*, google::protobuf::internal::ParseContext*) /-B/ydb/public/api/protos/ydb_table.pb.cc:5945:22
E   #15 0x0000204082ff in MergeFromImpl<false> /-S/contrib/libs/protobuf/src/google/protobuf/message_lite.cc:156:14
E   #16 0x0000204082ff in ParseFrom<(google::protobuf::MessageLite::ParseFlags)1, google::protobuf::io::ZeroCopyInputStream *> /-S/contrib/libs/protobuf/src/google/protobuf/message_lite.h:596:10
E   #17 0x0000204082ff in google::protobuf::MessageLite::ParseFromZeroCopyStream(google::protobuf::io::ZeroCopyInputStream*) /-S/contrib/libs/protobuf/src/google/protobuf/message_lite.cc:268:10
E   #18 0x0000423b2504 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   #19 0x0000423b1770 in Deserialize /-S/contrib/libs/grpc/include/grpcpp/impl/proto_utils.h:110:12
E   #20 0x0000423b1770 in grpc::ServerInterface::PayloadAsyncRequest<Ydb::Table::CreateSessionRequest>::FinalizeResult(void**, bool*) /-S/contrib/libs/grpc/include/grpcpp/server_interface.h:268:35
E   #21 0x000034d32bb9 in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:177:26
E   #22 0x00003b57d146 in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
E   #23 0x00003b57d146 in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:41:17
E   #24 0x00003b57d146 in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #25 0x00003b57d146 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   #26 0x00003b57d146 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   #27 0x00003b57d146 in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #28 0x00003b57d146 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   #29 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #30 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #31 0x0000220a624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #32 0x0000220a67ac in Execute /-S/util/thread/factory.h:15:13
E   #33 0x0000220a67ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #34 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #35 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00003b626346 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 0x00003b626346 in NKikimr::NGRpcService::TServiceCounterCB::operator()(char const*, char const*, bool) const /-S/ydb/core/grpc_services/counters/counters.cpp:678:18
E   #3 0x00004238f342 in NKikimr::NGRpcService::TGRpcYdbTableService::SetupIncomingRequests(TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>) /-S/ydb/services/ydb/ydb_table.cpp:89:5
E   #4 0x0000423afa29 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 0x0000423b018d 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 0x00003b5750e3 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:257:18
E   #7 0x0000420eb7f9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #8 0x0000420ea850 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #9 0x0000420ea850 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x00002242517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #11 0x0000224dcf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #12 0x0000224e6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #13 0x0000224e611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #14 0x0000224e818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #15 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034d631d0 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034d631d0 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034d631d0 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034d631d0 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator_traits.h:281:16
E   #5 0x000034d631d0 in __construct_node<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1818:21
E   #6 0x000034d631d0 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 0x0000423d0bcb in __insert_multi<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1136:12
E   #8 0x0000423d0bcb in insert<std::__y1::pair<grpc::string_ref, grpc::string_ref>, 0> /-S/contrib/libs/cxxsupp/libcxx/include/map:1857:20
E   #9 0x0000423d0bcb in FillMap /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:94:12
E   #10 0x0000423d0bcb in map /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:68:5
E   #11 0x0000423d0bcb in client_metadata /-S/contrib/libs/grpc/include/grpcpp/server_context.h:230:30
E   #12 0x0000423d0bcb 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 0x0000423c08fd 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 0x0000423c2ca0 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 0x00003b57d18c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #16 0x00003b57d18c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #17 0x00003b57d18c 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 0x00003b57d18c 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 0x00003b57d18c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #20 0x00003b57d18c 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 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #22 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #23 0x0000220a624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #24 0x0000220a67ac in Execute /-S/util/thread/factory.h:15:13
E   #25 0x0000220a67ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #26 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #27 0x00001f942aa6 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 2 object(s) allocated from:
E   #0 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000200ab8cb in AllocateAtLeast /-S/contrib/libs/protobuf/src/google/protobuf/port.h:113:11
E   #2 0x0000200ab8cb 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 0x0000200a8d82 in AllocateNewBlock /-S/contrib/libs/protobuf/src/google/protobuf/arena.cc:253:14
E   #4 0x0000200a8d82 in google::protobuf::internal::SerialArena::AllocateAlignedFallback(unsigned long) /-S/contrib/libs/protobuf/src/google/protobuf/arena.cc:195:3
E   #5 0x00002374c3ab in AllocateAligned /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:292:14
E   #6 0x00002374c3ab in AllocateInternal<Ydb::Table::CreateSessionRequest, true> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:567:14
E   #7 0x00002374c3ab in DoCreateMessage<Ydb::Table::CreateSessionRequest> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:603:9
E   #8 0x00002374c3ab in CreateMessageInternal<Ydb::Table::CreateSessionRequest> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:560:21
E   #9 0x00002374c3ab in Ydb::Table::CreateSessionRequest* google::protobuf::Arena::CreateMaybeMessage<Ydb::Table::CreateSessionRequest>(google::protobuf::Arena*) /-B/ydb/public/api/protos/ydb_table.pb.cc:52359:10
E   #10 0x0000423c8602 in CreateMessage<Ydb::Table::CreateSessionRequest> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:254:12
E   #11 0x0000423c8602 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:77:20
E   #12 0x0000423c6ce1 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   #13 0x0000423c4e02 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   #14 0x0000423c29e2 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   #15 0x00003b57d18c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #16 0x00003b57d18c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #17 0x00003b57d18c 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 0x00003b57d18c 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 0x00003b57d18c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #20 0x00003b57d18c 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 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #22 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #23 0x0000220a624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #24 0x0000220a67ac in Execute /-S/util/thread/factory.h:15:13
E   #25 0x0000220a67ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #26 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #27 0x00001f942aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 496 byte(s) in 2 object(s) allocated from:
------------------------------ 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/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4106
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14528
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28147
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16288
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4321
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9981
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25688
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27315
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:474 Working directory: /home/runner/.ya/build/build_root/4ogs/000bb2/r3tmp/kikimr_cluster_5a0hmwn5
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24702
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17135
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64314
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19000
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_bfmzvboc.log --grpc-port=24702 --mon-port=17135 --ic-port=4106
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2086
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19861
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5980
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11007
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_j9mmxvhm.log --grpc-port=2086 --mon-port=19861 --ic-port=14528
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16993
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/15283
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5315
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1629
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_0v92ueqq.log --grpc-port=16993 --mon-port=15283 --ic-port=28147
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61957
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26910
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5254
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6312
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile__fh3c8ht.log --grpc-port=61957 --mon-port=26910 --ic-port=16288
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32515
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30162
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/24641
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23163
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_ndflpnc2.log --grpc-port=32515 --mon-port=30162 --ic-port=4321
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4671
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17811
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30355
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5136
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_ci828_7u.log --grpc-port=4671 --mon-port=17811 --ic-port=9981
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22485
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23874
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25643
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5737
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_96ggmfmi.log --grpc-port=22485 --mon-port=23874 --ic-port=25688
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7111
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27518
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23460
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27534
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile__7_orolb.log --grpc-port=7111 --mon-port=27518 --ic-port=27315
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:24702/1, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:24702/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_bfmzvboc.log --grpc-port=24702 --mon-port=17135 --ic-port=4106
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_bfmzvboc.log', '--grpc-port=24702', '--mon-port=17135', '--ic-port=4106')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1437239
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:24702/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1437246
DEBUG    ya.test:process.py:259 Command (pid 1437246) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1437246) elapsed time (sec): 1.4681293964385986
DEBUG    ya.test:process.py:263 Command (pid 1437246) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) maxrss: 476244
DEBUG    ya.test:process.py:263 Command (pid 1437246) minflt: 45361
DEBUG    ya.test:process.py:263 Command (pid 1437246) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) nivcsw: 219
DEBUG    ya.test:process.py:263 Command (pid 1437246) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1437246) nvcsw: 16
DEBUG    ya.test:process.py:263 Command (pid 1437246) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1437246) stime: 0.23965499999999998
DEBUG    ya.test:process.py:263 Command (pid 1437246) utime: 0.528251
DEBUG    ya.test:process.py:263 Command (pid 1437246) wtime: 1.502
DEBUG    ya.test:process.py:275 Command (pid 1437246) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:2086/2, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:2086/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_j9mmxvhm.log --grpc-port=2086 --mon-port=19861 --ic-port=14528
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_j9mmxvhm.log', '--grpc-port=2086', '--mon-port=19861', '--ic-port=14528')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1437594
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:2086/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1437595
DEBUG    ya.test:process.py:259 Command (pid 1437595) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1437595) elapsed time (sec): 1.444960355758667
DEBUG    ya.test:process.py:263 Command (pid 1437595) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) maxrss: 476404
DEBUG    ya.test:process.py:263 Command (pid 1437595) minflt: 45336
DEBUG    ya.test:process.py:263 Command (pid 1437595) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) nivcsw: 234
DEBUG    ya.test:process.py:263 Command (pid 1437595) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1437595) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1437595) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1437595) stime: 0.224296
DEBUG    ya.test:process.py:263 Command (pid 1437595) utime: 0.5617289999999999
DEBUG    ya.test:process.py:263 Command (pid 1437595) wtime: 1.459
DEBUG    ya.test:process.py:275 Command (pid 1437595) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 2 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:16993/3, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:16993/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_0v92ueqq.log --grpc-port=16993 --mon-port=15283 --ic-port=28147
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_0v92ueqq.log', '--grpc-port=16993', '--mon-port=15283', '--ic-port=28147')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1438050
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:16993/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1438060
DEBUG    ya.test:process.py:259 Command (pid 1438060) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1438060) elapsed time (sec): 1.7353017330169678
DEBUG    ya.test:process.py:263 Command (pid 1438060) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) maxrss: 476000
DEBUG    ya.test:process.py:263 Command (pid 1438060) minflt: 45240
DEBUG    ya.test:process.py:263 Command (pid 1438060) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) nivcsw: 232
DEBUG    ya.test:process.py:263 Command (pid 1438060) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1438060) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1438060) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1438060) stime: 0.204841
DEBUG    ya.test:process.py:263 Command (pid 1438060) utime: 0.572464
DEBUG    ya.test:process.py:263 Command (pid 1438060) wtime: 1.755
DEBUG    ya.test:process.py:275 Command (pid 1438060) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 3 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:61957/4, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:61957/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile__fh3c8ht.log --grpc-port=61957 --mon-port=26910 --ic-port=16288
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile__fh3c8ht.log', '--grpc-port=61957', '--mon-port=26910', '--ic-port=16288')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1439168
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:61957/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1439179
DEBUG    ya.test:process.py:259 Command (pid 1439179) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1439179) elapsed time (sec): 1.998079538345337
DEBUG    ya.test:process.py:263 Command (pid 1439179) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) maxrss: 476364
DEBUG    ya.test:process.py:263 Command (pid 1439179) minflt: 45355
DEBUG    ya.test:process.py:263 Command (pid 1439179) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) nivcsw: 276
DEBUG    ya.test:process.py:263 Command (pid 1439179) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1439179) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1439179) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1439179) stime: 0.24024199999999998
DEBUG    ya.test:process.py:263 Command (pid 1439179) utime: 0.545933
DEBUG    ya.test:process.py:263 Command (pid 1439179) wtime: 2.01
DEBUG    ya.test:process.py:275 Command (pid 1439179) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 4 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:32515/5, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:32515/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_ndflpnc2.log --grpc-port=32515 --mon-port=30162 --ic-port=4321
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_ndflpnc2.log', '--grpc-port=32515', '--mon-port=30162', '--ic-port=4321')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1439741
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:32515/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1439747
DEBUG    ya.test:process.py:259 Command (pid 1439747) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1439747) elapsed time (sec): 1.4242825508117676
DEBUG    ya.test:process.py:263 Command (pid 1439747) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) maxrss: 476336
DEBUG    ya.test:process.py:263 Command (pid 1439747) minflt: 45354
DEBUG    ya.test:process.py:263 Command (pid 1439747) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) nivcsw: 216
DEBUG    ya.test:process.py:263 Command (pid 1439747) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1439747) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1439747) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1439747) stime: 0.24831099999999998
DEBUG    ya.test:process.py:263 Command (pid 1439747) utime: 0.516134
DEBUG    ya.test:process.py:263 Command (pid 1439747) wtime: 1.455
DEBUG    ya.test:process.py:275 Command (pid 1439747) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 5 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:4671/6, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:4671/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_ci828_7u.log --grpc-port=4671 --mon-port=17811 --ic-port=9981
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_ci828_7u.log', '--grpc-port=4671', '--mon-port=17811', '--ic-port=9981')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1440064
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:4671/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1440088
DEBUG    ya.test:process.py:259 Command (pid 1440088) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1440088) elapsed time (sec): 2.027977705001831
DEBUG    ya.test:process.py:263 Command (pid 1440088) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) maxrss: 476440
DEBUG    ya.test:process.py:263 Command (pid 1440088) minflt: 45368
DEBUG    ya.test:process.py:263 Command (pid 1440088) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) nivcsw: 246
DEBUG    ya.test:process.py:263 Command (pid 1440088) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1440088) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1440088) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1440088) stime: 0.240606
DEBUG    ya.test:process.py:263 Command (pid 1440088) utime: 0.530544
DEBUG    ya.test:process.py:263 Command (pid 1440088) wtime: 2.056
DEBUG    ya.test:process.py:275 Command (pid 1440088) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 6 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:22485/7, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:22485/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_96ggmfmi.log --grpc-port=22485 --mon-port=23874 --ic-port=25688
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_96ggmfmi.log', '--grpc-port=22485', '--mon-port=23874', '--ic-port=25688')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1440518
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:22485/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1440529
DEBUG    ya.test:process.py:259 Command (pid 1440529) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1440529) elapsed time (sec): 2.122758388519287
DEBUG    ya.test:process.py:263 Command (pid 1440529) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) maxrss: 476188
DEBUG    ya.test:process.py:263 Command (pid 1440529) minflt: 45292
DEBUG    ya.test:process.py:263 Command (pid 1440529) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) nivcsw: 214
DEBUG    ya.test:process.py:263 Command (pid 1440529) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1440529) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1440529) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1440529) stime: 0.21911499999999998
DEBUG    ya.test:process.py:263 Command (pid 1440529) utime: 0.576054
DEBUG    ya.test:process.py:263 Command (pid 1440529) wtime: 2.135
DEBUG    ya.test:process.py:275 Command (pid 1440529) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 7 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:1:64 on node localhost:7111/8, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:170 Formatting pdisk SectorMap:2:64 on node localhost:7111/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile__7_orolb.log --grpc-port=7111 --mon-port=27518 --ic-port=27315
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile__7_orolb.log', '--grpc-port=7111', '--mon-port=27518', '--ic-port=27315')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1440847
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:7111/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1440857
DEBUG    ya.test:process.py:259 Command (pid 1440857) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1440857) elapsed time (sec): 1.7646958827972412
DEBUG    ya.test:process.py:263 Command (pid 1440857) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) maxrss: 476836
DEBUG    ya.test:process.py:263 Command (pid 1440857) minflt: 45356
DEBUG    ya.test:process.py:263 Command (pid 1440857) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) nivcsw: 225
DEBUG    ya.test:process.py:263 Command (pid 1440857) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1440857) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1440857) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1440857) stime: 0.20474499999999998
DEBUG    ya.test:process.py:263 Command (pid 1440857) utime: 0.564685
DEBUG    ya.test:process.py:263 Command (pid 1440857) wtime: 1.775
DEBUG    ya.test:process.py:275 Command (pid 1440857) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 8 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:24702', '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: 4106\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 14528\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 28147\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16288\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4321\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 9981\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25688\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27315\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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:24702', '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: 4106\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 14528\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 28147\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 16288\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4321\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 9981\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 25688\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 27315\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1442389
DEBUG    ya.test:process.py:259 Command (pid 1442389) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1442389) elapsed time (sec): 1.4773221015930176
DEBUG    ya.test:process.py:263 Command (pid 1442389) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) maxrss: 744140
DEBUG    ya.test:process.py:263 Command (pid 1442389) minflt: 51691
DEBUG    ya.test:process.py:263 Command (pid 1442389) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) nivcsw: 252
DEBUG    ya.test:process.py:263 Command (pid 1442389) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1442389) nvcsw: 659
DEBUG    ya.test:process.py:263 Command (pid 1442389) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1442389) stime: 0.36587
DEBUG    ya.test:process.py:263 Command (pid 1442389) utime: 0.579217
DEBUG    ya.test:process.py:263 Command (pid 1442389) wtime: 1.484
DEBUG    ya.test:process.py:275 Command (pid 1442389) 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 1442389) errors:

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:421 Executing command = ['/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:24702', '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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '--server', 'grpc://localhost:24702', '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: 1442847
DEBUG    ya.test:process.py:259 Command (pid 1442847) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1442847) elapsed time (sec): 1.5064847469329834
DEBUG    ya.test:process.py:263 Command (pid 1442847) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) maxrss: 744160
DEBUG    ya.test:process.py:263 Command (pid 1442847) minflt: 51697
DEBUG    ya.test:process.py:263 Command (pid 1442847) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) nivcsw: 236
DEBUG    ya.test:process.py:263 Command (pid 1442847) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1442847) nvcsw: 384
DEBUG    ya.test:process.py:263 Command (pid 1442847) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1442847) stime: 0.282294
DEBUG    ya.test:process.py:263 Command (pid 1442847) utime: 0.604927
DEBUG    ya.test:process.py:263 Command (pid 1442847) wtime: 1.509
DEBUG    ya.test:process.py:275 Command (pid 1442847) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:552 Binding storage pools to domain Root: {'dynamic_storage_pool:1': 'hdd'}
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:559 Cluster started and initialized
------------------------------ 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/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/31694
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/10676
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22584
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28097
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9197
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_slm60wxp.log --grpc-port=31694 --mon-port=10676 --ic-port=22584 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13139
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12323
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/32677
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21191
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12984
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_hgbka8pj.log --grpc-port=13139 --mon-port=12323 --ic-port=32677 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_slm60wxp.log --grpc-port=31694 --mon-port=10676 --ic-port=22584 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_slm60wxp.log', '--grpc-port=31694', '--mon-port=10676', '--ic-port=22584', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1444342
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:31694/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1444343
DEBUG    ya.test:process.py:259 Command (pid 1444343) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1444343) elapsed time (sec): 2.5340678691864014
DEBUG    ya.test:process.py:263 Command (pid 1444343) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444343) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1444343) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444343) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444343) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1444343) maxrss: 757024
DEBUG    ya.test:process.py:263 Command (pid 1444343) minflt: 45340
DEBUG    ya.test:process.py:263 Command (pid 1444343) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1444343) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1444343) nivcsw: 446
DEBUG    ya.test:process.py:263 Command (pid 1444343) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1444343) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1444343) nvcsw: 36
DEBUG    ya.test:process.py:263 Command (pid 1444343) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1444343) stime: 0.237278
DEBUG    ya.test:process.py:263 Command (pid 1444343) utime: 0.581872
DEBUG    ya.test:process.py:263 Command (pid 1444343) wtime: 2.536
DEBUG    ya.test:process.py:275 Command (pid 1444343) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_hgbka8pj.log --grpc-port=13139 --mon-port=12323 --ic-port=32677 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_hgbka8pj.log', '--grpc-port=13139', '--mon-port=12323', '--ic-port=32677', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1444488
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:13139/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1444499
DEBUG    ya.test:process.py:259 Command (pid 1444499) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1444499) elapsed time (sec): 0.9962055683135986
DEBUG    ya.test:process.py:263 Command (pid 1444499) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) maxrss: 757512
DEBUG    ya.test:process.py:263 Command (pid 1444499) minflt: 45345
DEBUG    ya.test:process.py:263 Command (pid 1444499) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) nivcsw: 569
DEBUG    ya.test:process.py:263 Command (pid 1444499) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1444499) nvcsw: 98
DEBUG    ya.test:process.py:263 Command (pid 1444499) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1444499) stime: 0.24526599999999998
DEBUG    ya.test:process.py:263 Command (pid 1444499) utime: 0.501694
DEBUG    ya.test:process.py:263 Command (pid 1444499) wtime: 1.026
DEBUG    ya.test:process.py:275 Command (pid 1444499) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 2 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13388
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/23334
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11355
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11356
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3542
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12252
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_5me_jhmr.log --grpc-port=13388 --mon-port=23334 --ic-port=11356 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3103
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4221
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13271
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7037
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6168
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_kracoi73.log --grpc-port=3103 --mon-port=4221 --ic-port=13271 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_5me_jhmr.log --grpc-port=13388 --mon-port=23334 --ic-port=11356 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_5me_jhmr.log', '--grpc-port=13388', '--mon-port=23334', '--ic-port=11356', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1444654
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:13388/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1444657
DEBUG    ya.test:process.py:259 Command (pid 1444657) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1444657) elapsed time (sec): 1.4100780487060547
DEBUG    ya.test:process.py:263 Command (pid 1444657) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444657) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1444657) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444657) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444657) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1444657) maxrss: 758612
DEBUG    ya.test:process.py:263 Command (pid 1444657) minflt: 45383
DEBUG    ya.test:process.py:263 Command (pid 1444657) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1444657) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1444657) nivcsw: 358
DEBUG    ya.test:process.py:263 Command (pid 1444657) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1444657) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1444657) nvcsw: 23
DEBUG    ya.test:process.py:263 Command (pid 1444657) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1444657) stime: 0.19397799999999998
DEBUG    ya.test:process.py:263 Command (pid 1444657) utime: 0.5681849999999999
DEBUG    ya.test:process.py:263 Command (pid 1444657) wtime: 1.447
DEBUG    ya.test:process.py:275 Command (pid 1444657) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 3 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_kracoi73.log --grpc-port=3103 --mon-port=4221 --ic-port=13271 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_kracoi73.log', '--grpc-port=3103', '--mon-port=4221', '--ic-port=13271', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1444968
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:3103/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1444973
DEBUG    ya.test:process.py:259 Command (pid 1444973) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1444973) elapsed time (sec): 1.6106133460998535
DEBUG    ya.test:process.py:263 Command (pid 1444973) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) maxrss: 759188
DEBUG    ya.test:process.py:263 Command (pid 1444973) minflt: 45440
DEBUG    ya.test:process.py:263 Command (pid 1444973) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) nivcsw: 467
DEBUG    ya.test:process.py:263 Command (pid 1444973) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1444973) nvcsw: 22
DEBUG    ya.test:process.py:263 Command (pid 1444973) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1444973) stime: 0.21342
DEBUG    ya.test:process.py:263 Command (pid 1444973) utime: 0.550312
DEBUG    ya.test:process.py:263 Command (pid 1444973) wtime: 1.634
DEBUG    ya.test:process.py:275 Command (pid 1444973) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 4 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
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, 55f05cb5-abb6-427b-a760-cda4972f5988, localhost:24702): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 55f05cb5-abb6-427b-a760-cda4972f5988, localhost:24702): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 55f05cb5-abb6-427b-a760-cda4972f5988, localhost:24702): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pubjovggeu.auto.internal" port: 13139 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-pubjovggeu.auto.internal" port: 31694 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-pubjovggeu.auto.internal:13139, location , ssl: False>, <Endpoint ghrun-pubjovggeu.auto.internal:31694, 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:24702
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, 04615a39-4de0-4563-99cc-ab2270b08290, localhost:24702): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 04615a39-4de0-4563-99cc-ab2270b08290, localhost:24702): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 04615a39-4de0-4563-99cc-ab2270b08290, localhost:24702): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pubjovggeu.auto.internal" port: 3103 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-pubjovggeu.auto.internal" port: 13388 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-pubjovggeu.auto.internal:3103, location , ssl: False>, <Endpoint ghrun-pubjovggeu.auto.internal:13388, 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:24702
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 0x7c1becc2a2f0 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 0x7c1becc2ff30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1becc2ff30>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 77403c76-205f-497e-b910-5ad3160af4b6, ghrun-pubjovggeu.auto.internal:13139): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 77403c76-205f-497e-b910-5ad3160af4b6, ghrun-pubjovggeu.auto.internal:13139): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 77403c76-205f-497e-b910-5ad3160af4b6, ghrun-pubjovggeu.auto.internal:13139): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 77403c76-205f-497e-b910-5ad3160af4b6, ghrun-pubjovggeu.auto.internal:13139): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50001&id=ODhmZjE1NjQtNmJhMGM0ZDItZDU1YmU3NjktYzdkNjRiNmM=" } } } }
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 77403c76-205f-497e-b910-5ad3160af4b6, ghrun-pubjovggeu.auto.internal:13139): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc2ff30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1becc2ff30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteSchemeQuery, 6bd375fb-a961-4d65-ad65-f6f40af2e1ae, ghrun-pubjovggeu.auto.internal:13139): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 6bd375fb-a961-4d65-ad65-f6f40af2e1ae, ghrun-pubjovggeu.auto.internal:13139): request = { session_id: "ydb://session/3?node_id=50001&id=ODhmZjE1NjQtNmJhMGM0ZDItZDU1YmU3NjktYzdkNjRiNmM=" 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, 6bd375fb-a961-4d65-ad65-f6f40af2e1ae, ghrun-pubjovggeu.auto.internal:13139): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc2ff30>
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 0x7c1becc5e630 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 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 2ddb9e19-1115-40f8-8159-dba70e5d1897, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2ddb9e19-1115-40f8-8159-dba70e5d1897, ghrun-pubjovggeu.auto.internal:3103): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 2ddb9e19-1115-40f8-8159-dba70e5d1897, ghrun-pubjovggeu.auto.internal:3103): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2ddb9e19-1115-40f8-8159-dba70e5d1897, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 2ddb9e19-1115-40f8-8159-dba70e5d1897, ghrun-pubjovggeu.auto.internal:3103): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteSchemeQuery, 3260ce88-24bc-40f4-beed-34878c386016, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 3260ce88-24bc-40f4-beed-34878c386016, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" 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, 3260ce88-24bc-40f4-beed-34878c386016, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 7fc8f771-a627-4a9b-82b5-914736c3b102, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 7fc8f771-a627-4a9b-82b5-914736c3b102, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" 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 0x7c1bedd1b470 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 0x7c1bedd19bf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, ae84ff0c-5c98-4a01-8ae3-89a8bc5d66bc, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ae84ff0c-5c98-4a01-8ae3-89a8bc5d66bc, ghrun-pubjovggeu.auto.internal:13388): 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: 4106
      NodeId: 1
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 4106
      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 4106 SectorMap:1:64
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, ae84ff0c-5c98-4a01-8ae3-89a8bc5d66bc, ghrun-pubjovggeu.auto.internal:13388): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, ae84ff0c-5c98-4a01-8ae3-89a8bc5d66bc, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, ae84ff0c-5c98-4a01-8ae3-89a8bc5d66bc, ghrun-pubjovggeu.auto.internal:13388): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 9b5de166-b6f2-40b7-bb7d-bb31aa27edca, ghrun-pubjovggeu.auto.internal:13388): creating call state
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 29
}

DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 9b5de166-b6f2-40b7-bb7d-bb31aa27edca, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" 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
  }
  Success: true
  ConfigTxSeqNo: 30
}

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 4106 SectorMap:2:64
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 7fc8f771-a627-4a9b-82b5-914736c3b102, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=46ff7a5a-d5d0999a-55bfd990-55352bfc" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
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: 0
        VDisk: 0
      }
      From {
        NodeId: 1
        PDiskId: 1000
        VSlotId: 1000
      }
      To {
        NodeId: 1
        PDiskId: 1
        VSlotId: 1000
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038081
        GroupGeneration: 1
        Ring: 0
        Domain: 0
        VDisk: 0
      }
      From {
        NodeId: 1
        PDiskId: 1000
        VSlotId: 1001
      }
      To {
        NodeId: 1
        PDiskId: 1
        VSlotId: 1001
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
  }
  ErrorDescription: "Group may become degraded GroupId# 2181038082"
  ConfigTxSeqNo: 30
}

DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27714187-7baa-4faf-96f1-cc478806f745, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27714187-7baa-4faf-96f1-cc478806f745, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3977042957370745802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39770429573707458023977042957370745802397704295737074580239770429573707458023977042957370745802397704295737074580239770429573707458023977042957370745802397704295737074580239770429573707458023977042957370745802397704295737074580239770429573707458023977042957370745802397704295737074580239770429573707458023977042957370745802397704295737074580239770429573707458023977042957370745802" } } } query_cache_policy { keep_in_cache: true } 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
  }
  Success: true
  ConfigTxSeqNo: 31
}

DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 9b5de166-b6f2-40b7-bb7d-bb31aa27edca, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=937debca-d2bc2916-181e7fb7-b9f0977a" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8719bf5b-2ae2-4c32-9030-d4e18aeef3ab, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8719bf5b-2ae2-4c32-9030-d4e18aeef3ab, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17384807926059989496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738480792605998949617384807926059989496173848079260599894961738480792605998949617384807926059989496173848079260599894961738480792605998949617384807926059989496173848079260599894961738480792605998949617384807926059989496173848079260599894961738480792605998949617384807926059989496173848079260599894961738480792605998949617384807926059989496173848079260599894961738480792605998949617384807926059989496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27714187-7baa-4faf-96f1-cc478806f745, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c17575c-d29d-4d00-ad53-233cddd0a1c0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c17575c-d29d-4d00-ad53-233cddd0a1c0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15665041887243689156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566504188724368915615665041887243689156156650418872436891561566504188724368915615665041887243689156156650418872436891561566504188724368915615665041887243689156156650418872436891561566504188724368915615665041887243689156156650418872436891561566504188724368915615665041887243689156156650418872436891561566504188724368915615665041887243689156156650418872436891561566504188724368915615665041887243689156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c17575c-d29d-4d00-ad53-233cddd0a1c0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e6ce44d-da0b-4747-99bf-18f6d15b5fce, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e6ce44d-da0b-4747-99bf-18f6d15b5fce, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14875468729016369343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487546872901636934314875468729016369343148754687290163693431487546872901636934314875468729016369343148754687290163693431487546872901636934314875468729016369343148754687290163693431487546872901636934314875468729016369343148754687290163693431487546872901636934314875468729016369343148754687290163693431487546872901636934314875468729016369343148754687290163693431487546872901636934314875468729016369343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8719bf5b-2ae2-4c32-9030-d4e18aeef3ab, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 402c8f06-f7ff-4761-8041-833553bcfa08, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e6ce44d-da0b-4747-99bf-18f6d15b5fce, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1bf2996-c276-4170-a763-7c38e6e0a437, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 402c8f06-f7ff-4761-8041-833553bcfa08, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18339839756104603868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833983975610460386818339839756104603868183398397561046038681833983975610460386818339839756104603868183398397561046038681833983975610460386818339839756104603868183398397561046038681833983975610460386818339839756104603868183398397561046038681833983975610460386818339839756104603868183398397561046038681833983975610460386818339839756104603868183398397561046038681833983975610460386818339839756104603868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1bf2996-c276-4170-a763-7c38e6e0a437, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17422145946195004729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742214594619500472917422145946195004729174221459461950047291742214594619500472917422145946195004729174221459461950047291742214594619500472917422145946195004729174221459461950047291742214594619500472917422145946195004729174221459461950047291742214594619500472917422145946195004729174221459461950047291742214594619500472917422145946195004729174221459461950047291742214594619500472917422145946195004729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 402c8f06-f7ff-4761-8041-833553bcfa08, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1bf2996-c276-4170-a763-7c38e6e0a437, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dd652d1-875c-4c73-81ff-c2f45fa04c56, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dd652d1-875c-4c73-81ff-c2f45fa04c56, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12101317623753457020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210131762375345702012101317623753457020121013176237534570201210131762375345702012101317623753457020121013176237534570201210131762375345702012101317623753457020121013176237534570201210131762375345702012101317623753457020121013176237534570201210131762375345702012101317623753457020121013176237534570201210131762375345702012101317623753457020121013176237534570201210131762375345702012101317623753457020" } } } 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, 3921af30-d4ac-4857-a355-f07063088f84, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3921af30-d4ac-4857-a355-f07063088f84, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8754529300452566535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87545293004525665358754529300452566535875452930045256653587545293004525665358754529300452566535875452930045256653587545293004525665358754529300452566535875452930045256653587545293004525665358754529300452566535875452930045256653587545293004525665358754529300452566535875452930045256653587545293004525665358754529300452566535875452930045256653587545293004525665358754529300452566535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dd652d1-875c-4c73-81ff-c2f45fa04c56, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3921af30-d4ac-4857-a355-f07063088f84, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e7334e1-c475-40b0-927f-80c0ede89019, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 498f84c2-e99a-4ff8-8e14-18c91e72a721, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 498f84c2-e99a-4ff8-8e14-18c91e72a721, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16779250022541991772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677925002254199177216779250022541991772167792500225419917721677925002254199177216779250022541991772167792500225419917721677925002254199177216779250022541991772167792500225419917721677925002254199177216779250022541991772167792500225419917721677925002254199177216779250022541991772167792500225419917721677925002254199177216779250022541991772167792500225419917721677925002254199177216779250022541991772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e7334e1-c475-40b0-927f-80c0ede89019, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5880014911065907557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58800149110659075575880014911065907557588001491106590755758800149110659075575880014911065907557588001491106590755758800149110659075575880014911065907557588001491106590755758800149110659075575880014911065907557588001491106590755758800149110659075575880014911065907557588001491106590755758800149110659075575880014911065907557588001491106590755758800149110659075575880014911065907557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 498f84c2-e99a-4ff8-8e14-18c91e72a721, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fd6ab64-b570-451e-a1de-4a8fe060b257, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e7334e1-c475-40b0-927f-80c0ede89019, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4155edca-fac0-4fc1-b392-e1d8a3bc8c56, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4155edca-fac0-4fc1-b392-e1d8a3bc8c56, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8122971967420528594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81229719674205285948122971967420528594812297196742052859481229719674205285948122971967420528594812297196742052859481229719674205285948122971967420528594812297196742052859481229719674205285948122971967420528594812297196742052859481229719674205285948122971967420528594812297196742052859481229719674205285948122971967420528594812297196742052859481229719674205285948122971967420528594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fd6ab64-b570-451e-a1de-4a8fe060b257, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1350045068494524836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13500450684945248361350045068494524836135004506849452483613500450684945248361350045068494524836135004506849452483613500450684945248361350045068494524836135004506849452483613500450684945248361350045068494524836135004506849452483613500450684945248361350045068494524836135004506849452483613500450684945248361350045068494524836135004506849452483613500450684945248361350045068494524836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4155edca-fac0-4fc1-b392-e1d8a3bc8c56, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fd6ab64-b570-451e-a1de-4a8fe060b257, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 004ac6a4-1111-49be-9f3f-20ae555315ef, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18bf67a6-3f44-4be3-ae15-a86061b778ed, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18bf67a6-3f44-4be3-ae15-a86061b778ed, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12240159987076018022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224015998707601802212240159987076018022122401599870760180221224015998707601802212240159987076018022122401599870760180221224015998707601802212240159987076018022122401599870760180221224015998707601802212240159987076018022122401599870760180221224015998707601802212240159987076018022122401599870760180221224015998707601802212240159987076018022122401599870760180221224015998707601802212240159987076018022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004ac6a4-1111-49be-9f3f-20ae555315ef, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17265418547641906440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726541854764190644017265418547641906440172654185476419064401726541854764190644017265418547641906440172654185476419064401726541854764190644017265418547641906440172654185476419064401726541854764190644017265418547641906440172654185476419064401726541854764190644017265418547641906440172654185476419064401726541854764190644017265418547641906440172654185476419064401726541854764190644017265418547641906440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18bf67a6-3f44-4be3-ae15-a86061b778ed, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d455e8d8-f79e-4a9d-a902-89059be6a9b8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004ac6a4-1111-49be-9f3f-20ae555315ef, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7388f64-7e58-4dab-bf4d-472431b900cf, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7388f64-7e58-4dab-bf4d-472431b900cf, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16639023398803711122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663902339880371112216639023398803711122166390233988037111221663902339880371112216639023398803711122166390233988037111221663902339880371112216639023398803711122166390233988037111221663902339880371112216639023398803711122166390233988037111221663902339880371112216639023398803711122166390233988037111221663902339880371112216639023398803711122166390233988037111221663902339880371112216639023398803711122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d455e8d8-f79e-4a9d-a902-89059be6a9b8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6193792803284014557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61937928032840145576193792803284014557619379280328401455761937928032840145576193792803284014557619379280328401455761937928032840145576193792803284014557619379280328401455761937928032840145576193792803284014557619379280328401455761937928032840145576193792803284014557619379280328401455761937928032840145576193792803284014557619379280328401455761937928032840145576193792803284014557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d455e8d8-f79e-4a9d-a902-89059be6a9b8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64c15e36-4f6a-4dc0-860c-2f7188545096, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64c15e36-4f6a-4dc0-860c-2f7188545096, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9948516474072471025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99485164740724710259948516474072471025994851647407247102599485164740724710259948516474072471025994851647407247102599485164740724710259948516474072471025994851647407247102599485164740724710259948516474072471025994851647407247102599485164740724710259948516474072471025994851647407247102599485164740724710259948516474072471025994851647407247102599485164740724710259948516474072471025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7388f64-7e58-4dab-bf4d-472431b900cf, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf2c5ce4-dd0e-4607-8c6e-f6c0a287a7d4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64c15e36-4f6a-4dc0-860c-2f7188545096, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf2c5ce4-dd0e-4607-8c6e-f6c0a287a7d4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2960628912246878903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29606289122468789032960628912246878903296062891224687890329606289122468789032960628912246878903296062891224687890329606289122468789032960628912246878903296062891224687890329606289122468789032960628912246878903296062891224687890329606289122468789032960628912246878903296062891224687890329606289122468789032960628912246878903296062891224687890329606289122468789032960628912246878903" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fe0b484-116b-40cb-981f-a5c5ad42af11, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fe0b484-116b-40cb-981f-a5c5ad42af11, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3673078413644419349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36730784136444193493673078413644419349367307841364441934936730784136444193493673078413644419349367307841364441934936730784136444193493673078413644419349367307841364441934936730784136444193493673078413644419349367307841364441934936730784136444193493673078413644419349367307841364441934936730784136444193493673078413644419349367307841364441934936730784136444193493673078413644419349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf2c5ce4-dd0e-4607-8c6e-f6c0a287a7d4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4f37d19-4dc5-4edd-aca9-bd42908ced7b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4f37d19-4dc5-4edd-aca9-bd42908ced7b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6754683585029566338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67546835850295663386754683585029566338675468358502956633867546835850295663386754683585029566338675468358502956633867546835850295663386754683585029566338675468358502956633867546835850295663386754683585029566338675468358502956633867546835850295663386754683585029566338675468358502956633867546835850295663386754683585029566338675468358502956633867546835850295663386754683585029566338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fe0b484-116b-40cb-981f-a5c5ad42af11, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cefaec2-5bde-4d70-9c09-9c5645e06b1d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cefaec2-5bde-4d70-9c09-9c5645e06b1d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8219670861422275382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82196708614222753828219670861422275382821967086142227538282196708614222753828219670861422275382821967086142227538282196708614222753828219670861422275382821967086142227538282196708614222753828219670861422275382821967086142227538282196708614222753828219670861422275382821967086142227538282196708614222753828219670861422275382821967086142227538282196708614222753828219670861422275382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4f37d19-4dc5-4edd-aca9-bd42908ced7b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16f86fb4-9243-4de2-aa9e-76feeac6b8ed, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16f86fb4-9243-4de2-aa9e-76feeac6b8ed, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 343395686210987524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524343395686210987524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cefaec2-5bde-4d70-9c09-9c5645e06b1d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c75547f-249d-4c30-ae19-4c55135f6ee4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c75547f-249d-4c30-ae19-4c55135f6ee4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5460292591134695461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54602925911346954615460292591134695461546029259113469546154602925911346954615460292591134695461546029259113469546154602925911346954615460292591134695461546029259113469546154602925911346954615460292591134695461546029259113469546154602925911346954615460292591134695461546029259113469546154602925911346954615460292591134695461546029259113469546154602925911346954615460292591134695461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16f86fb4-9243-4de2-aa9e-76feeac6b8ed, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a96911a-6f06-4dbf-840e-8e1e23741338, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a96911a-6f06-4dbf-840e-8e1e23741338, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13207742743927464742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320774274392746474213207742743927464742132077427439274647421320774274392746474213207742743927464742132077427439274647421320774274392746474213207742743927464742132077427439274647421320774274392746474213207742743927464742132077427439274647421320774274392746474213207742743927464742132077427439274647421320774274392746474213207742743927464742132077427439274647421320774274392746474213207742743927464742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c75547f-249d-4c30-ae19-4c55135f6ee4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43da7457-d4ba-4d0a-9dae-00f7434546a5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43da7457-d4ba-4d0a-9dae-00f7434546a5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17803534537960269966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780353453796026996617803534537960269966178035345379602699661780353453796026996617803534537960269966178035345379602699661780353453796026996617803534537960269966178035345379602699661780353453796026996617803534537960269966178035345379602699661780353453796026996617803534537960269966178035345379602699661780353453796026996617803534537960269966178035345379602699661780353453796026996617803534537960269966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a96911a-6f06-4dbf-840e-8e1e23741338, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dc3db0b-ea7b-4abc-80cb-b453550f025b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dc3db0b-ea7b-4abc-80cb-b453550f025b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6715303682748098739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67153036827480987396715303682748098739671530368274809873967153036827480987396715303682748098739671530368274809873967153036827480987396715303682748098739671530368274809873967153036827480987396715303682748098739671530368274809873967153036827480987396715303682748098739671530368274809873967153036827480987396715303682748098739671530368274809873967153036827480987396715303682748098739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43da7457-d4ba-4d0a-9dae-00f7434546a5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fab21eea-6f99-4889-a801-53ea779d1e92, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dc3db0b-ea7b-4abc-80cb-b453550f025b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fab21eea-6f99-4889-a801-53ea779d1e92, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11970797421278065267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197079742127806526711970797421278065267119707974212780652671197079742127806526711970797421278065267119707974212780652671197079742127806526711970797421278065267119707974212780652671197079742127806526711970797421278065267119707974212780652671197079742127806526711970797421278065267119707974212780652671197079742127806526711970797421278065267119707974212780652671197079742127806526711970797421278065267" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dc9ebb1-7545-468f-9ec8-d948c8b51955, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dc9ebb1-7545-468f-9ec8-d948c8b51955, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9458810334856744035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94588103348567440359458810334856744035945881033485674403594588103348567440359458810334856744035945881033485674403594588103348567440359458810334856744035945881033485674403594588103348567440359458810334856744035945881033485674403594588103348567440359458810334856744035945881033485674403594588103348567440359458810334856744035945881033485674403594588103348567440359458810334856744035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fab21eea-6f99-4889-a801-53ea779d1e92, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ded89f3e-6e75-4354-82a1-d31d90e8f8e6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ded89f3e-6e75-4354-82a1-d31d90e8f8e6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1982822406841150388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19828224068411503881982822406841150388198282240684115038819828224068411503881982822406841150388198282240684115038819828224068411503881982822406841150388198282240684115038819828224068411503881982822406841150388198282240684115038819828224068411503881982822406841150388198282240684115038819828224068411503881982822406841150388198282240684115038819828224068411503881982822406841150388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dc9ebb1-7545-468f-9ec8-d948c8b51955, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bf2872b-a4df-4126-91fa-b5d4261b877e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bf2872b-a4df-4126-91fa-b5d4261b877e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11687773107413991853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168777310741399185311687773107413991853116877731074139918531168777310741399185311687773107413991853116877731074139918531168777310741399185311687773107413991853116877731074139918531168777310741399185311687773107413991853116877731074139918531168777310741399185311687773107413991853116877731074139918531168777310741399185311687773107413991853116877731074139918531168777310741399185311687773107413991853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ded89f3e-6e75-4354-82a1-d31d90e8f8e6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fafa23a-784f-4c6c-8c7c-d88308073d3b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fafa23a-784f-4c6c-8c7c-d88308073d3b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 865618571053380615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615865618571053380615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bf2872b-a4df-4126-91fa-b5d4261b877e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fafa23a-784f-4c6c-8c7c-d88308073d3b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d65428a5-05a8-4085-91ca-0ddea1828c22, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d65428a5-05a8-4085-91ca-0ddea1828c22, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9319481262750246394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93194812627502463949319481262750246394931948126275024639493194812627502463949319481262750246394931948126275024639493194812627502463949319481262750246394931948126275024639493194812627502463949319481262750246394931948126275024639493194812627502463949319481262750246394931948126275024639493194812627502463949319481262750246394931948126275024639493194812627502463949319481262750246394" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e8f4649-91cf-4391-9591-1736b0bfa1f4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e8f4649-91cf-4391-9591-1736b0bfa1f4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11077616223281835042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107761622328183504211077616223281835042110776162232818350421107761622328183504211077616223281835042110776162232818350421107761622328183504211077616223281835042110776162232818350421107761622328183504211077616223281835042110776162232818350421107761622328183504211077616223281835042110776162232818350421107761622328183504211077616223281835042110776162232818350421107761622328183504211077616223281835042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d65428a5-05a8-4085-91ca-0ddea1828c22, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e8f4649-91cf-4391-9591-1736b0bfa1f4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90e58d4c-3377-479e-a3b1-444e408e9724, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90e58d4c-3377-479e-a3b1-444e408e9724, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 92785878258864659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9278587825886465992785878258864659927858782588646599278587825886465992785878258864659927858782588646599278587825886465992785878258864659927858782588646599278587825886465992785878258864659927858782588646599278587825886465992785878258864659927858782588646599278587825886465992785878258864659927858782588646599278587825886465992785878258864659" } } } 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, abb0d1dc-e4d2-4003-8cbc-5ce11abc6bf2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abb0d1dc-e4d2-4003-8cbc-5ce11abc6bf2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9053539663741131545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90535396637411315459053539663741131545905353966374113154590535396637411315459053539663741131545905353966374113154590535396637411315459053539663741131545905353966374113154590535396637411315459053539663741131545905353966374113154590535396637411315459053539663741131545905353966374113154590535396637411315459053539663741131545905353966374113154590535396637411315459053539663741131545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90e58d4c-3377-479e-a3b1-444e408e9724, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af17dd23-b39c-474b-be15-12e158274863, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abb0d1dc-e4d2-4003-8cbc-5ce11abc6bf2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af17dd23-b39c-474b-be15-12e158274863, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5052051978409524451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50520519784095244515052051978409524451505205197840952445150520519784095244515052051978409524451505205197840952445150520519784095244515052051978409524451505205197840952445150520519784095244515052051978409524451505205197840952445150520519784095244515052051978409524451505205197840952445150520519784095244515052051978409524451505205197840952445150520519784095244515052051978409524451" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9a65398-553d-4852-8ffa-81909dfd96f1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9a65398-553d-4852-8ffa-81909dfd96f1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15950272452562668733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595027245256266873315950272452562668733159502724525626687331595027245256266873315950272452562668733159502724525626687331595027245256266873315950272452562668733159502724525626687331595027245256266873315950272452562668733159502724525626687331595027245256266873315950272452562668733159502724525626687331595027245256266873315950272452562668733159502724525626687331595027245256266873315950272452562668733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af17dd23-b39c-474b-be15-12e158274863, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e2a65fc-23c5-4fd8-9882-45f51ea4cb96, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e2a65fc-23c5-4fd8-9882-45f51ea4cb96, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18361668682224098362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836166868222409836218361668682224098362183616686822240983621836166868222409836218361668682224098362183616686822240983621836166868222409836218361668682224098362183616686822240983621836166868222409836218361668682224098362183616686822240983621836166868222409836218361668682224098362183616686822240983621836166868222409836218361668682224098362183616686822240983621836166868222409836218361668682224098362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9a65398-553d-4852-8ffa-81909dfd96f1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 517ec9e7-d8fb-4205-a58e-3ba1ca7487d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 517ec9e7-d8fb-4205-a58e-3ba1ca7487d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3891472244696246503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38914722446962465033891472244696246503389147224469624650338914722446962465033891472244696246503389147224469624650338914722446962465033891472244696246503389147224469624650338914722446962465033891472244696246503389147224469624650338914722446962465033891472244696246503389147224469624650338914722446962465033891472244696246503389147224469624650338914722446962465033891472244696246503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e2a65fc-23c5-4fd8-9882-45f51ea4cb96, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 517ec9e7-d8fb-4205-a58e-3ba1ca7487d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0e277bb-7771-46c9-a023-71b2abe7c1bd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0e277bb-7771-46c9-a023-71b2abe7c1bd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3149602943289829525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31496029432898295253149602943289829525314960294328982952531496029432898295253149602943289829525314960294328982952531496029432898295253149602943289829525314960294328982952531496029432898295253149602943289829525314960294328982952531496029432898295253149602943289829525314960294328982952531496029432898295253149602943289829525314960294328982952531496029432898295253149602943289829525" } } } 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, fd3b8f2a-a689-4130-abe6-2b598d0a98f8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd3b8f2a-a689-4130-abe6-2b598d0a98f8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4534443612521782923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45344436125217829234534443612521782923453444361252178292345344436125217829234534443612521782923453444361252178292345344436125217829234534443612521782923453444361252178292345344436125217829234534443612521782923453444361252178292345344436125217829234534443612521782923453444361252178292345344436125217829234534443612521782923453444361252178292345344436125217829234534443612521782923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0e277bb-7771-46c9-a023-71b2abe7c1bd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd3b8f2a-a689-4130-abe6-2b598d0a98f8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f59b851-002c-4a48-baf5-6d83c2e65c0e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f59b851-002c-4a48-baf5-6d83c2e65c0e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 362071719539376317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317362071719539376317" } } } 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, b70d325a-f39d-48e1-b3f4-3563cde6862e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b70d325a-f39d-48e1-b3f4-3563cde6862e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18010894559823050716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801089455982305071618010894559823050716180108945598230507161801089455982305071618010894559823050716180108945598230507161801089455982305071618010894559823050716180108945598230507161801089455982305071618010894559823050716180108945598230507161801089455982305071618010894559823050716180108945598230507161801089455982305071618010894559823050716180108945598230507161801089455982305071618010894559823050716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b70d325a-f39d-48e1-b3f4-3563cde6862e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de4ef6a2-cadc-4521-ae4e-34c951950707, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4ef6a2-cadc-4521-ae4e-34c951950707, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2545653145965954047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25456531459659540472545653145965954047254565314596595404725456531459659540472545653145965954047254565314596595404725456531459659540472545653145965954047254565314596595404725456531459659540472545653145965954047254565314596595404725456531459659540472545653145965954047254565314596595404725456531459659540472545653145965954047254565314596595404725456531459659540472545653145965954047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f59b851-002c-4a48-baf5-6d83c2e65c0e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1aed6cf1-599c-470f-956e-41e7556f0f02, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aed6cf1-599c-470f-956e-41e7556f0f02, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10056264314457373960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005626431445737396010056264314457373960100562643144573739601005626431445737396010056264314457373960100562643144573739601005626431445737396010056264314457373960100562643144573739601005626431445737396010056264314457373960100562643144573739601005626431445737396010056264314457373960100562643144573739601005626431445737396010056264314457373960100562643144573739601005626431445737396010056264314457373960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aed6cf1-599c-470f-956e-41e7556f0f02, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4ef6a2-cadc-4521-ae4e-34c951950707, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d02c0964-a7cd-47e0-abfb-bc0e8909437f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d02c0964-a7cd-47e0-abfb-bc0e8909437f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11948930928710155002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194893092871015500211948930928710155002119489309287101550021194893092871015500211948930928710155002119489309287101550021194893092871015500211948930928710155002119489309287101550021194893092871015500211948930928710155002119489309287101550021194893092871015500211948930928710155002119489309287101550021194893092871015500211948930928710155002119489309287101550021194893092871015500211948930928710155002" } } } 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, faf87d16-bc03-4602-9032-28ad410b5d53, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faf87d16-bc03-4602-9032-28ad410b5d53, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9488286436414868431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94882864364148684319488286436414868431948828643641486843194882864364148684319488286436414868431948828643641486843194882864364148684319488286436414868431948828643641486843194882864364148684319488286436414868431948828643641486843194882864364148684319488286436414868431948828643641486843194882864364148684319488286436414868431948828643641486843194882864364148684319488286436414868431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d02c0964-a7cd-47e0-abfb-bc0e8909437f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be92a38c-072a-4d89-8104-06c51d3cc385, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be92a38c-072a-4d89-8104-06c51d3cc385, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10929793908952040675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092979390895204067510929793908952040675109297939089520406751092979390895204067510929793908952040675109297939089520406751092979390895204067510929793908952040675109297939089520406751092979390895204067510929793908952040675109297939089520406751092979390895204067510929793908952040675109297939089520406751092979390895204067510929793908952040675109297939089520406751092979390895204067510929793908952040675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faf87d16-bc03-4602-9032-28ad410b5d53, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa51d147-9756-492d-a0fd-416ca05035ed, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa51d147-9756-492d-a0fd-416ca05035ed, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9319566194973891766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93195661949738917669319566194973891766931956619497389176693195661949738917669319566194973891766931956619497389176693195661949738917669319566194973891766931956619497389176693195661949738917669319566194973891766931956619497389176693195661949738917669319566194973891766931956619497389176693195661949738917669319566194973891766931956619497389176693195661949738917669319566194973891766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa51d147-9756-492d-a0fd-416ca05035ed, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be92a38c-072a-4d89-8104-06c51d3cc385, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1ef20ab-3c65-42fe-a30d-f833733e17ec, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 801f8ea7-f4d4-45c8-a861-292123f1940f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1ef20ab-3c65-42fe-a30d-f833733e17ec, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4243757780177735116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42437577801777351164243757780177735116424375778017773511642437577801777351164243757780177735116424375778017773511642437577801777351164243757780177735116424375778017773511642437577801777351164243757780177735116424375778017773511642437577801777351164243757780177735116424375778017773511642437577801777351164243757780177735116424375778017773511642437577801777351164243757780177735116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 801f8ea7-f4d4-45c8-a861-292123f1940f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4887448338995654188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48874483389956541884887448338995654188488744833899565418848874483389956541884887448338995654188488744833899565418848874483389956541884887448338995654188488744833899565418848874483389956541884887448338995654188488744833899565418848874483389956541884887448338995654188488744833899565418848874483389956541884887448338995654188488744833899565418848874483389956541884887448338995654188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1ef20ab-3c65-42fe-a30d-f833733e17ec, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b556f35a-7119-4995-90d7-20ce33df9fd1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b556f35a-7119-4995-90d7-20ce33df9fd1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11184836190188400275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118483619018840027511184836190188400275111848361901884002751118483619018840027511184836190188400275111848361901884002751118483619018840027511184836190188400275111848361901884002751118483619018840027511184836190188400275111848361901884002751118483619018840027511184836190188400275111848361901884002751118483619018840027511184836190188400275111848361901884002751118483619018840027511184836190188400275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 801f8ea7-f4d4-45c8-a861-292123f1940f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03246184-18ac-4921-8857-f97a0d9f6b8f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03246184-18ac-4921-8857-f97a0d9f6b8f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1661619918652957791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16616199186529577911661619918652957791166161991865295779116616199186529577911661619918652957791166161991865295779116616199186529577911661619918652957791166161991865295779116616199186529577911661619918652957791166161991865295779116616199186529577911661619918652957791166161991865295779116616199186529577911661619918652957791166161991865295779116616199186529577911661619918652957791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b556f35a-7119-4995-90d7-20ce33df9fd1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4890dca1-e1d4-4a51-80ab-f431def51ab1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4890dca1-e1d4-4a51-80ab-f431def51ab1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7668731802733368385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76687318027333683857668731802733368385766873180273336838576687318027333683857668731802733368385766873180273336838576687318027333683857668731802733368385766873180273336838576687318027333683857668731802733368385766873180273336838576687318027333683857668731802733368385766873180273336838576687318027333683857668731802733368385766873180273336838576687318027333683857668731802733368385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03246184-18ac-4921-8857-f97a0d9f6b8f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4890dca1-e1d4-4a51-80ab-f431def51ab1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee08334d-e9e4-4567-b1d1-135717d79a33, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc4d9058-9553-4289-b92e-f6ea0f49f2a9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee08334d-e9e4-4567-b1d1-135717d79a33, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6164353138851327940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61643531388513279406164353138851327940616435313885132794061643531388513279406164353138851327940616435313885132794061643531388513279406164353138851327940616435313885132794061643531388513279406164353138851327940616435313885132794061643531388513279406164353138851327940616435313885132794061643531388513279406164353138851327940616435313885132794061643531388513279406164353138851327940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc4d9058-9553-4289-b92e-f6ea0f49f2a9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4485904584734379414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44859045847343794144485904584734379414448590458473437941444859045847343794144485904584734379414448590458473437941444859045847343794144485904584734379414448590458473437941444859045847343794144485904584734379414448590458473437941444859045847343794144485904584734379414448590458473437941444859045847343794144485904584734379414448590458473437941444859045847343794144485904584734379414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee08334d-e9e4-4567-b1d1-135717d79a33, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c806163-cba9-4efb-abb4-fab9252c0ece, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c806163-cba9-4efb-abb4-fab9252c0ece, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15260204662147840815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526020466214784081515260204662147840815152602046621478408151526020466214784081515260204662147840815152602046621478408151526020466214784081515260204662147840815152602046621478408151526020466214784081515260204662147840815152602046621478408151526020466214784081515260204662147840815152602046621478408151526020466214784081515260204662147840815152602046621478408151526020466214784081515260204662147840815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc4d9058-9553-4289-b92e-f6ea0f49f2a9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e3ba3f6-789c-44f2-a3ea-2c41e3099af8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e3ba3f6-789c-44f2-a3ea-2c41e3099af8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16075352372884671616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607535237288467161616075352372884671616160753523728846716161607535237288467161616075352372884671616160753523728846716161607535237288467161616075352372884671616160753523728846716161607535237288467161616075352372884671616160753523728846716161607535237288467161616075352372884671616160753523728846716161607535237288467161616075352372884671616160753523728846716161607535237288467161616075352372884671616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c806163-cba9-4efb-abb4-fab9252c0ece, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48c64fd2-8c26-4029-8a14-5cd12faa7b14, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48c64fd2-8c26-4029-8a14-5cd12faa7b14, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10795165633573074573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079516563357307457310795165633573074573107951656335730745731079516563357307457310795165633573074573107951656335730745731079516563357307457310795165633573074573107951656335730745731079516563357307457310795165633573074573107951656335730745731079516563357307457310795165633573074573107951656335730745731079516563357307457310795165633573074573107951656335730745731079516563357307457310795165633573074573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e3ba3f6-789c-44f2-a3ea-2c41e3099af8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28131af6-70c8-4cbd-bda0-09e0d06a00fd, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28131af6-70c8-4cbd-bda0-09e0d06a00fd, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3396982563763449128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33969825637634491283396982563763449128339698256376344912833969825637634491283396982563763449128339698256376344912833969825637634491283396982563763449128339698256376344912833969825637634491283396982563763449128339698256376344912833969825637634491283396982563763449128339698256376344912833969825637634491283396982563763449128339698256376344912833969825637634491283396982563763449128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48c64fd2-8c26-4029-8a14-5cd12faa7b14, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66201ab1-0b35-4500-aedd-99c649cead37, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66201ab1-0b35-4500-aedd-99c649cead37, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17526145318633121364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752614531863312136417526145318633121364175261453186331213641752614531863312136417526145318633121364175261453186331213641752614531863312136417526145318633121364175261453186331213641752614531863312136417526145318633121364175261453186331213641752614531863312136417526145318633121364175261453186331213641752614531863312136417526145318633121364175261453186331213641752614531863312136417526145318633121364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28131af6-70c8-4cbd-bda0-09e0d06a00fd, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66201ab1-0b35-4500-aedd-99c649cead37, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8072fc7c-a1e4-4650-8644-88d1f49c586e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28e1618c-849f-4d95-8e70-42ad7b0b75ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28e1618c-849f-4d95-8e70-42ad7b0b75ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17484206938063139892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748420693806313989217484206938063139892174842069380631398921748420693806313989217484206938063139892174842069380631398921748420693806313989217484206938063139892174842069380631398921748420693806313989217484206938063139892174842069380631398921748420693806313989217484206938063139892174842069380631398921748420693806313989217484206938063139892174842069380631398921748420693806313989217484206938063139892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8072fc7c-a1e4-4650-8644-88d1f49c586e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3078375441172890216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30783754411728902163078375441172890216307837544117289021630783754411728902163078375441172890216307837544117289021630783754411728902163078375441172890216307837544117289021630783754411728902163078375441172890216307837544117289021630783754411728902163078375441172890216307837544117289021630783754411728902163078375441172890216307837544117289021630783754411728902163078375441172890216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28e1618c-849f-4d95-8e70-42ad7b0b75ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6602637d-855f-4ee5-af8f-74963616f5da, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8072fc7c-a1e4-4650-8644-88d1f49c586e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 334de500-11e5-4fce-ac97-61036e7d3516, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6602637d-855f-4ee5-af8f-74963616f5da, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15322573243387725106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532257324338772510615322573243387725106153225732433877251061532257324338772510615322573243387725106153225732433877251061532257324338772510615322573243387725106153225732433877251061532257324338772510615322573243387725106153225732433877251061532257324338772510615322573243387725106153225732433877251061532257324338772510615322573243387725106153225732433877251061532257324338772510615322573243387725106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 334de500-11e5-4fce-ac97-61036e7d3516, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13258480364288602673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325848036428860267313258480364288602673132584803642886026731325848036428860267313258480364288602673132584803642886026731325848036428860267313258480364288602673132584803642886026731325848036428860267313258480364288602673132584803642886026731325848036428860267313258480364288602673132584803642886026731325848036428860267313258480364288602673132584803642886026731325848036428860267313258480364288602673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 334de500-11e5-4fce-ac97-61036e7d3516, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d443921-5526-4e93-b389-a8ca90c3dcfb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d443921-5526-4e93-b389-a8ca90c3dcfb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16190272611002362885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619027261100236288516190272611002362885161902726110023628851619027261100236288516190272611002362885161902726110023628851619027261100236288516190272611002362885161902726110023628851619027261100236288516190272611002362885161902726110023628851619027261100236288516190272611002362885161902726110023628851619027261100236288516190272611002362885161902726110023628851619027261100236288516190272611002362885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6602637d-855f-4ee5-af8f-74963616f5da, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ca002c7-7355-4301-aa91-6853aa24eaef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca002c7-7355-4301-aa91-6853aa24eaef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10783257568949389887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078325756894938988710783257568949389887107832575689493898871078325756894938988710783257568949389887107832575689493898871078325756894938988710783257568949389887107832575689493898871078325756894938988710783257568949389887107832575689493898871078325756894938988710783257568949389887107832575689493898871078325756894938988710783257568949389887107832575689493898871078325756894938988710783257568949389887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d443921-5526-4e93-b389-a8ca90c3dcfb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c74eff9-f16d-476a-b476-a5db6fe46998, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c74eff9-f16d-476a-b476-a5db6fe46998, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9042082825526709439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90420828255267094399042082825526709439904208282552670943990420828255267094399042082825526709439904208282552670943990420828255267094399042082825526709439904208282552670943990420828255267094399042082825526709439904208282552670943990420828255267094399042082825526709439904208282552670943990420828255267094399042082825526709439904208282552670943990420828255267094399042082825526709439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca002c7-7355-4301-aa91-6853aa24eaef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 547613a0-050e-4a36-9fcf-54912add95a6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 547613a0-050e-4a36-9fcf-54912add95a6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15791509707048299015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579150970704829901515791509707048299015157915097070482990151579150970704829901515791509707048299015157915097070482990151579150970704829901515791509707048299015157915097070482990151579150970704829901515791509707048299015157915097070482990151579150970704829901515791509707048299015157915097070482990151579150970704829901515791509707048299015157915097070482990151579150970704829901515791509707048299015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 547613a0-050e-4a36-9fcf-54912add95a6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ff57136-9323-4e77-92fe-1e5fa1594b88, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ff57136-9323-4e77-92fe-1e5fa1594b88, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17611256684111727264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761125668411172726417611256684111727264176112566841117272641761125668411172726417611256684111727264176112566841117272641761125668411172726417611256684111727264176112566841117272641761125668411172726417611256684111727264176112566841117272641761125668411172726417611256684111727264176112566841117272641761125668411172726417611256684111727264176112566841117272641761125668411172726417611256684111727264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c74eff9-f16d-476a-b476-a5db6fe46998, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a40ced7-7598-441b-9c0d-2f29aec9ac5a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a40ced7-7598-441b-9c0d-2f29aec9ac5a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18365272790239148643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836527279023914864318365272790239148643183652727902391486431836527279023914864318365272790239148643183652727902391486431836527279023914864318365272790239148643183652727902391486431836527279023914864318365272790239148643183652727902391486431836527279023914864318365272790239148643183652727902391486431836527279023914864318365272790239148643183652727902391486431836527279023914864318365272790239148643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ff57136-9323-4e77-92fe-1e5fa1594b88, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a40ced7-7598-441b-9c0d-2f29aec9ac5a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d07ebca8-0eb4-49ad-8cc7-28d7068a9448, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07ebca8-0eb4-49ad-8cc7-28d7068a9448, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7552680390532079242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75526803905320792427552680390532079242755268039053207924275526803905320792427552680390532079242755268039053207924275526803905320792427552680390532079242755268039053207924275526803905320792427552680390532079242755268039053207924275526803905320792427552680390532079242755268039053207924275526803905320792427552680390532079242755268039053207924275526803905320792427552680390532079242" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0750e6af-d26d-4a6c-bb31-687cf1cf5c29, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0750e6af-d26d-4a6c-bb31-687cf1cf5c29, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15037941204128847813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503794120412884781315037941204128847813150379412041288478131503794120412884781315037941204128847813150379412041288478131503794120412884781315037941204128847813150379412041288478131503794120412884781315037941204128847813150379412041288478131503794120412884781315037941204128847813150379412041288478131503794120412884781315037941204128847813150379412041288478131503794120412884781315037941204128847813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07ebca8-0eb4-49ad-8cc7-28d7068a9448, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10ad1219-118d-4048-86ce-76e05fd192bd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10ad1219-118d-4048-86ce-76e05fd192bd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11659582409155594427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165958240915559442711659582409155594427116595824091555944271165958240915559442711659582409155594427116595824091555944271165958240915559442711659582409155594427116595824091555944271165958240915559442711659582409155594427116595824091555944271165958240915559442711659582409155594427116595824091555944271165958240915559442711659582409155594427116595824091555944271165958240915559442711659582409155594427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0750e6af-d26d-4a6c-bb31-687cf1cf5c29, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32cbdfbd-f09a-43df-bfc6-f7d5f7762fcf, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32cbdfbd-f09a-43df-bfc6-f7d5f7762fcf, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13116085400929438979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311608540092943897913116085400929438979131160854009294389791311608540092943897913116085400929438979131160854009294389791311608540092943897913116085400929438979131160854009294389791311608540092943897913116085400929438979131160854009294389791311608540092943897913116085400929438979131160854009294389791311608540092943897913116085400929438979131160854009294389791311608540092943897913116085400929438979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10ad1219-118d-4048-86ce-76e05fd192bd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b734fb1-fbdd-4781-b49c-833de92d6eba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32cbdfbd-f09a-43df-bfc6-f7d5f7762fcf, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b734fb1-fbdd-4781-b49c-833de92d6eba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5007841288207131602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50078412882071316025007841288207131602500784128820713160250078412882071316025007841288207131602500784128820713160250078412882071316025007841288207131602500784128820713160250078412882071316025007841288207131602500784128820713160250078412882071316025007841288207131602500784128820713160250078412882071316025007841288207131602500784128820713160250078412882071316025007841288207131602" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e29838c-1fd2-421b-af52-2f557fe4ccbc, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b734fb1-fbdd-4781-b49c-833de92d6eba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e29838c-1fd2-421b-af52-2f557fe4ccbc, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8110437917378951175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81104379173789511758110437917378951175811043791737895117581104379173789511758110437917378951175811043791737895117581104379173789511758110437917378951175811043791737895117581104379173789511758110437917378951175811043791737895117581104379173789511758110437917378951175811043791737895117581104379173789511758110437917378951175811043791737895117581104379173789511758110437917378951175" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 557c795a-0548-4148-a341-d04ee33e48f8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 557c795a-0548-4148-a341-d04ee33e48f8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14334514493605517707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433451449360551770714334514493605517707143345144936055177071433451449360551770714334514493605517707143345144936055177071433451449360551770714334514493605517707143345144936055177071433451449360551770714334514493605517707143345144936055177071433451449360551770714334514493605517707143345144936055177071433451449360551770714334514493605517707143345144936055177071433451449360551770714334514493605517707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e29838c-1fd2-421b-af52-2f557fe4ccbc, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbe5088f-b65a-4bc3-bb7e-2d6ed2ecfa8f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 557c795a-0548-4148-a341-d04ee33e48f8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbe5088f-b65a-4bc3-bb7e-2d6ed2ecfa8f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12332106562933005675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233210656293300567512332106562933005675123321065629330056751233210656293300567512332106562933005675123321065629330056751233210656293300567512332106562933005675123321065629330056751233210656293300567512332106562933005675123321065629330056751233210656293300567512332106562933005675123321065629330056751233210656293300567512332106562933005675123321065629330056751233210656293300567512332106562933005675" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29003c12-82c5-4e0b-a36a-610eb9c0cadd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29003c12-82c5-4e0b-a36a-610eb9c0cadd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15597696730782756058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559769673078275605815597696730782756058155976967307827560581559769673078275605815597696730782756058155976967307827560581559769673078275605815597696730782756058155976967307827560581559769673078275605815597696730782756058155976967307827560581559769673078275605815597696730782756058155976967307827560581559769673078275605815597696730782756058155976967307827560581559769673078275605815597696730782756058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbe5088f-b65a-4bc3-bb7e-2d6ed2ecfa8f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26d91825-a263-4b1e-a839-6259999eacdb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26d91825-a263-4b1e-a839-6259999eacdb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6727778697266430548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67277786972664305486727778697266430548672777869726643054867277786972664305486727778697266430548672777869726643054867277786972664305486727778697266430548672777869726643054867277786972664305486727778697266430548672777869726643054867277786972664305486727778697266430548672777869726643054867277786972664305486727778697266430548672777869726643054867277786972664305486727778697266430548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29003c12-82c5-4e0b-a36a-610eb9c0cadd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddcbf43b-60c3-4e06-8940-c1a9ccc04d21, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26d91825-a263-4b1e-a839-6259999eacdb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72b5a12a-7074-466b-a980-ee609902e47d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72b5a12a-7074-466b-a980-ee609902e47d, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2243799584869818523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22437995848698185232243799584869818523224379958486981852322437995848698185232243799584869818523224379958486981852322437995848698185232243799584869818523224379958486981852322437995848698185232243799584869818523224379958486981852322437995848698185232243799584869818523224379958486981852322437995848698185232243799584869818523224379958486981852322437995848698185232243799584869818523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddcbf43b-60c3-4e06-8940-c1a9ccc04d21, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3839059805482818853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38390598054828188533839059805482818853383905980548281885338390598054828188533839059805482818853383905980548281885338390598054828188533839059805482818853383905980548281885338390598054828188533839059805482818853383905980548281885338390598054828188533839059805482818853383905980548281885338390598054828188533839059805482818853383905980548281885338390598054828188533839059805482818853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72b5a12a-7074-466b-a980-ee609902e47d, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abaa0fce-7a43-48cf-81c4-455c8909b15b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abaa0fce-7a43-48cf-81c4-455c8909b15b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9418070802529704272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94180708025297042729418070802529704272941807080252970427294180708025297042729418070802529704272941807080252970427294180708025297042729418070802529704272941807080252970427294180708025297042729418070802529704272941807080252970427294180708025297042729418070802529704272941807080252970427294180708025297042729418070802529704272941807080252970427294180708025297042729418070802529704272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddcbf43b-60c3-4e06-8940-c1a9ccc04d21, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c15f8c3-4507-4986-b58b-f1b0cf98b409, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c15f8c3-4507-4986-b58b-f1b0cf98b409, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5394148439541401348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53941484395414013485394148439541401348539414843954140134853941484395414013485394148439541401348539414843954140134853941484395414013485394148439541401348539414843954140134853941484395414013485394148439541401348539414843954140134853941484395414013485394148439541401348539414843954140134853941484395414013485394148439541401348539414843954140134853941484395414013485394148439541401348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abaa0fce-7a43-48cf-81c4-455c8909b15b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3769ebb0-4885-42dd-968e-463e6d6a3349, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3769ebb0-4885-42dd-968e-463e6d6a3349, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16875895517766856041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687589551776685604116875895517766856041168758955177668560411687589551776685604116875895517766856041168758955177668560411687589551776685604116875895517766856041168758955177668560411687589551776685604116875895517766856041168758955177668560411687589551776685604116875895517766856041168758955177668560411687589551776685604116875895517766856041168758955177668560411687589551776685604116875895517766856041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c15f8c3-4507-4986-b58b-f1b0cf98b409, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60b49b29-1b99-48d1-913d-900508914959, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60b49b29-1b99-48d1-913d-900508914959, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4495678680747931119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44956786807479311194495678680747931119449567868074793111944956786807479311194495678680747931119449567868074793111944956786807479311194495678680747931119449567868074793111944956786807479311194495678680747931119449567868074793111944956786807479311194495678680747931119449567868074793111944956786807479311194495678680747931119449567868074793111944956786807479311194495678680747931119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3769ebb0-4885-42dd-968e-463e6d6a3349, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6c7482f-4e94-440f-82be-03d6d866564f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6c7482f-4e94-440f-82be-03d6d866564f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18305818893686493357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830581889368649335718305818893686493357183058188936864933571830581889368649335718305818893686493357183058188936864933571830581889368649335718305818893686493357183058188936864933571830581889368649335718305818893686493357183058188936864933571830581889368649335718305818893686493357183058188936864933571830581889368649335718305818893686493357183058188936864933571830581889368649335718305818893686493357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60b49b29-1b99-48d1-913d-900508914959, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5ebb327-db2a-442a-840c-9482209c75b1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5ebb327-db2a-442a-840c-9482209c75b1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3733354581019328440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37333545810193284403733354581019328440373335458101932844037333545810193284403733354581019328440373335458101932844037333545810193284403733354581019328440373335458101932844037333545810193284403733354581019328440373335458101932844037333545810193284403733354581019328440373335458101932844037333545810193284403733354581019328440373335458101932844037333545810193284403733354581019328440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5ebb327-db2a-442a-840c-9482209c75b1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfa6f71f-dcb6-4fc2-b50e-66f12eb20fd6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa6f71f-dcb6-4fc2-b50e-66f12eb20fd6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3976110736832155669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39761107368321556693976110736832155669397611073683215566939761107368321556693976110736832155669397611073683215566939761107368321556693976110736832155669397611073683215566939761107368321556693976110736832155669397611073683215566939761107368321556693976110736832155669397611073683215566939761107368321556693976110736832155669397611073683215566939761107368321556693976110736832155669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6c7482f-4e94-440f-82be-03d6d866564f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa6f71f-dcb6-4fc2-b50e-66f12eb20fd6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2d3e973-7d8a-498d-bc98-233ee0627405, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06b9033b-0156-40b0-818d-66a01107360e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d3e973-7d8a-498d-bc98-233ee0627405, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12734185877592115947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273418587759211594712734185877592115947127341858775921159471273418587759211594712734185877592115947127341858775921159471273418587759211594712734185877592115947127341858775921159471273418587759211594712734185877592115947127341858775921159471273418587759211594712734185877592115947127341858775921159471273418587759211594712734185877592115947127341858775921159471273418587759211594712734185877592115947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b9033b-0156-40b0-818d-66a01107360e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5751524477583828120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57515244775838281205751524477583828120575152447758382812057515244775838281205751524477583828120575152447758382812057515244775838281205751524477583828120575152447758382812057515244775838281205751524477583828120575152447758382812057515244775838281205751524477583828120575152447758382812057515244775838281205751524477583828120575152447758382812057515244775838281205751524477583828120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d3e973-7d8a-498d-bc98-233ee0627405, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d78b302c-e5b0-4927-a8c0-294d765c1aa3, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d78b302c-e5b0-4927-a8c0-294d765c1aa3, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10015913472068982472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001591347206898247210015913472068982472100159134720689824721001591347206898247210015913472068982472100159134720689824721001591347206898247210015913472068982472100159134720689824721001591347206898247210015913472068982472100159134720689824721001591347206898247210015913472068982472100159134720689824721001591347206898247210015913472068982472100159134720689824721001591347206898247210015913472068982472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b9033b-0156-40b0-818d-66a01107360e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d27d8918-fbc2-4eea-98b9-19d1bb74746d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d78b302c-e5b0-4927-a8c0-294d765c1aa3, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d27d8918-fbc2-4eea-98b9-19d1bb74746d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4738669118790757504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47386691187907575044738669118790757504473866911879075750447386691187907575044738669118790757504473866911879075750447386691187907575044738669118790757504473866911879075750447386691187907575044738669118790757504473866911879075750447386691187907575044738669118790757504473866911879075750447386691187907575044738669118790757504473866911879075750447386691187907575044738669118790757504" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcbb56c9-b5fe-4c9d-928f-b68cd1335f77, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcbb56c9-b5fe-4c9d-928f-b68cd1335f77, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5729913322570189433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57299133225701894335729913322570189433572991332257018943357299133225701894335729913322570189433572991332257018943357299133225701894335729913322570189433572991332257018943357299133225701894335729913322570189433572991332257018943357299133225701894335729913322570189433572991332257018943357299133225701894335729913322570189433572991332257018943357299133225701894335729913322570189433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d27d8918-fbc2-4eea-98b9-19d1bb74746d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c5b470e-5516-45e0-943c-634101aee03f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c5b470e-5516-45e0-943c-634101aee03f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11731875998505841430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173187599850584143011731875998505841430117318759985058414301173187599850584143011731875998505841430117318759985058414301173187599850584143011731875998505841430117318759985058414301173187599850584143011731875998505841430117318759985058414301173187599850584143011731875998505841430117318759985058414301173187599850584143011731875998505841430117318759985058414301173187599850584143011731875998505841430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcbb56c9-b5fe-4c9d-928f-b68cd1335f77, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f04c05b0-7242-46ea-b2a0-b8f13f8067f9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f04c05b0-7242-46ea-b2a0-b8f13f8067f9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7933670209390464299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79336702093904642997933670209390464299793367020939046429979336702093904642997933670209390464299793367020939046429979336702093904642997933670209390464299793367020939046429979336702093904642997933670209390464299793367020939046429979336702093904642997933670209390464299793367020939046429979336702093904642997933670209390464299793367020939046429979336702093904642997933670209390464299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c5b470e-5516-45e0-943c-634101aee03f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac907fec-cb1b-4de7-a3cc-2b86c121be8b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac907fec-cb1b-4de7-a3cc-2b86c121be8b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18370764611673815553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837076461167381555318370764611673815553183707646116738155531837076461167381555318370764611673815553183707646116738155531837076461167381555318370764611673815553183707646116738155531837076461167381555318370764611673815553183707646116738155531837076461167381555318370764611673815553183707646116738155531837076461167381555318370764611673815553183707646116738155531837076461167381555318370764611673815553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f04c05b0-7242-46ea-b2a0-b8f13f8067f9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00e9f0e3-f9c5-460a-b882-838de0cefe79, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00e9f0e3-f9c5-460a-b882-838de0cefe79, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13635123193993118798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363512319399311879813635123193993118798136351231939931187981363512319399311879813635123193993118798136351231939931187981363512319399311879813635123193993118798136351231939931187981363512319399311879813635123193993118798136351231939931187981363512319399311879813635123193993118798136351231939931187981363512319399311879813635123193993118798136351231939931187981363512319399311879813635123193993118798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac907fec-cb1b-4de7-a3cc-2b86c121be8b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04fdba3d-eb76-446e-bf8b-04aa4c0295c3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04fdba3d-eb76-446e-bf8b-04aa4c0295c3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13480198558751481770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348019855875148177013480198558751481770134801985587514817701348019855875148177013480198558751481770134801985587514817701348019855875148177013480198558751481770134801985587514817701348019855875148177013480198558751481770134801985587514817701348019855875148177013480198558751481770134801985587514817701348019855875148177013480198558751481770134801985587514817701348019855875148177013480198558751481770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00e9f0e3-f9c5-460a-b882-838de0cefe79, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7df6d54c-0d9d-4bec-a93b-1c86a6418da1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7df6d54c-0d9d-4bec-a93b-1c86a6418da1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7606420967053732144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76064209670537321447606420967053732144760642096705373214476064209670537321447606420967053732144760642096705373214476064209670537321447606420967053732144760642096705373214476064209670537321447606420967053732144760642096705373214476064209670537321447606420967053732144760642096705373214476064209670537321447606420967053732144760642096705373214476064209670537321447606420967053732144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04fdba3d-eb76-446e-bf8b-04aa4c0295c3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 577e8ee8-6fc7-4a48-8e6b-c9aa947ef5fc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 577e8ee8-6fc7-4a48-8e6b-c9aa947ef5fc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1326469902740297441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13264699027402974411326469902740297441132646990274029744113264699027402974411326469902740297441132646990274029744113264699027402974411326469902740297441132646990274029744113264699027402974411326469902740297441132646990274029744113264699027402974411326469902740297441132646990274029744113264699027402974411326469902740297441132646990274029744113264699027402974411326469902740297441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 577e8ee8-6fc7-4a48-8e6b-c9aa947ef5fc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7df6d54c-0d9d-4bec-a93b-1c86a6418da1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d1860ab-9f6f-43c2-8f5c-fe3e0172e462, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d1860ab-9f6f-43c2-8f5c-fe3e0172e462, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8996672507568060415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89966725075680604158996672507568060415899667250756806041589966725075680604158996672507568060415899667250756806041589966725075680604158996672507568060415899667250756806041589966725075680604158996672507568060415899667250756806041589966725075680604158996672507568060415899667250756806041589966725075680604158996672507568060415899667250756806041589966725075680604158996672507568060415" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 591881f5-acce-42d2-b086-2d71e96e41d3, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 591881f5-acce-42d2-b086-2d71e96e41d3, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2852406490401563747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28524064904015637472852406490401563747285240649040156374728524064904015637472852406490401563747285240649040156374728524064904015637472852406490401563747285240649040156374728524064904015637472852406490401563747285240649040156374728524064904015637472852406490401563747285240649040156374728524064904015637472852406490401563747285240649040156374728524064904015637472852406490401563747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d1860ab-9f6f-43c2-8f5c-fe3e0172e462, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3aeaa7e-6420-43ec-a4f8-de3b5779f178, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 591881f5-acce-42d2-b086-2d71e96e41d3, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87ecf631-2d43-44eb-8140-1db4e8985b1c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3aeaa7e-6420-43ec-a4f8-de3b5779f178, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12215340785821731188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221534078582173118812215340785821731188122153407858217311881221534078582173118812215340785821731188122153407858217311881221534078582173118812215340785821731188122153407858217311881221534078582173118812215340785821731188122153407858217311881221534078582173118812215340785821731188122153407858217311881221534078582173118812215340785821731188122153407858217311881221534078582173118812215340785821731188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87ecf631-2d43-44eb-8140-1db4e8985b1c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9467556343671629230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94675563436716292309467556343671629230946755634367162923094675563436716292309467556343671629230946755634367162923094675563436716292309467556343671629230946755634367162923094675563436716292309467556343671629230946755634367162923094675563436716292309467556343671629230946755634367162923094675563436716292309467556343671629230946755634367162923094675563436716292309467556343671629230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3aeaa7e-6420-43ec-a4f8-de3b5779f178, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47e344ec-f7ab-4902-9553-9f8f449b97f8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47e344ec-f7ab-4902-9553-9f8f449b97f8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2633731002417879671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26337310024178796712633731002417879671263373100241787967126337310024178796712633731002417879671263373100241787967126337310024178796712633731002417879671263373100241787967126337310024178796712633731002417879671263373100241787967126337310024178796712633731002417879671263373100241787967126337310024178796712633731002417879671263373100241787967126337310024178796712633731002417879671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87ecf631-2d43-44eb-8140-1db4e8985b1c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9723ae82-405e-43f0-b8c2-61e0a0f6d866, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9723ae82-405e-43f0-b8c2-61e0a0f6d866, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8308789477849768800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83087894778497688008308789477849768800830878947784976880083087894778497688008308789477849768800830878947784976880083087894778497688008308789477849768800830878947784976880083087894778497688008308789477849768800830878947784976880083087894778497688008308789477849768800830878947784976880083087894778497688008308789477849768800830878947784976880083087894778497688008308789477849768800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9723ae82-405e-43f0-b8c2-61e0a0f6d866, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47e344ec-f7ab-4902-9553-9f8f449b97f8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73671480-7278-47aa-9a61-91dea58d50c1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73671480-7278-47aa-9a61-91dea58d50c1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17398182147010937918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739818214701093791817398182147010937918173981821470109379181739818214701093791817398182147010937918173981821470109379181739818214701093791817398182147010937918173981821470109379181739818214701093791817398182147010937918173981821470109379181739818214701093791817398182147010937918173981821470109379181739818214701093791817398182147010937918173981821470109379181739818214701093791817398182147010937918" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c8bced8-d4fa-45bb-ad62-998b57ed40d1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c8bced8-d4fa-45bb-ad62-998b57ed40d1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2584455894369610970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25844558943696109702584455894369610970258445589436961097025844558943696109702584455894369610970258445589436961097025844558943696109702584455894369610970258445589436961097025844558943696109702584455894369610970258445589436961097025844558943696109702584455894369610970258445589436961097025844558943696109702584455894369610970258445589436961097025844558943696109702584455894369610970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73671480-7278-47aa-9a61-91dea58d50c1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c8bced8-d4fa-45bb-ad62-998b57ed40d1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65236539-a27c-4b3a-aebf-a33699975ed6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a30e1d7-b7ac-4952-b7ad-50a115b65604, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65236539-a27c-4b3a-aebf-a33699975ed6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11109753183104686584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110975318310468658411109753183104686584111097531831046865841110975318310468658411109753183104686584111097531831046865841110975318310468658411109753183104686584111097531831046865841110975318310468658411109753183104686584111097531831046865841110975318310468658411109753183104686584111097531831046865841110975318310468658411109753183104686584111097531831046865841110975318310468658411109753183104686584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a30e1d7-b7ac-4952-b7ad-50a115b65604, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3320458960784172704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33204589607841727043320458960784172704332045896078417270433204589607841727043320458960784172704332045896078417270433204589607841727043320458960784172704332045896078417270433204589607841727043320458960784172704332045896078417270433204589607841727043320458960784172704332045896078417270433204589607841727043320458960784172704332045896078417270433204589607841727043320458960784172704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65236539-a27c-4b3a-aebf-a33699975ed6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a30e1d7-b7ac-4952-b7ad-50a115b65604, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7992eac7-c5ad-4c88-8e6b-4073c7010857, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7992eac7-c5ad-4c88-8e6b-4073c7010857, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5939047816105879538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59390478161058795385939047816105879538593904781610587953859390478161058795385939047816105879538593904781610587953859390478161058795385939047816105879538593904781610587953859390478161058795385939047816105879538593904781610587953859390478161058795385939047816105879538593904781610587953859390478161058795385939047816105879538593904781610587953859390478161058795385939047816105879538" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7992eac7-c5ad-4c88-8e6b-4073c7010857, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 693b6690-d78e-4e69-a335-51ecde57d0b2, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 693b6690-d78e-4e69-a335-51ecde57d0b2, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17207668670582824600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720766867058282460017207668670582824600172076686705828246001720766867058282460017207668670582824600172076686705828246001720766867058282460017207668670582824600172076686705828246001720766867058282460017207668670582824600172076686705828246001720766867058282460017207668670582824600172076686705828246001720766867058282460017207668670582824600172076686705828246001720766867058282460017207668670582824600" } } } 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, 6612c327-ec0b-4d39-9203-23b78d8411a9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6612c327-ec0b-4d39-9203-23b78d8411a9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5102861381041270990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51028613810412709905102861381041270990510286138104127099051028613810412709905102861381041270990510286138104127099051028613810412709905102861381041270990510286138104127099051028613810412709905102861381041270990510286138104127099051028613810412709905102861381041270990510286138104127099051028613810412709905102861381041270990510286138104127099051028613810412709905102861381041270990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 693b6690-d78e-4e69-a335-51ecde57d0b2, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42b13dc7-0ec3-4d5e-9fc4-ae916963ef8a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6612c327-ec0b-4d39-9203-23b78d8411a9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42b13dc7-0ec3-4d5e-9fc4-ae916963ef8a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3807461292396680916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38074612923966809163807461292396680916380746129239668091638074612923966809163807461292396680916380746129239668091638074612923966809163807461292396680916380746129239668091638074612923966809163807461292396680916380746129239668091638074612923966809163807461292396680916380746129239668091638074612923966809163807461292396680916380746129239668091638074612923966809163807461292396680916" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3897e405-17d3-43de-8247-ebbf979b3f08, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3897e405-17d3-43de-8247-ebbf979b3f08, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5943077461255077120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59430774612550771205943077461255077120594307746125507712059430774612550771205943077461255077120594307746125507712059430774612550771205943077461255077120594307746125507712059430774612550771205943077461255077120594307746125507712059430774612550771205943077461255077120594307746125507712059430774612550771205943077461255077120594307746125507712059430774612550771205943077461255077120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42b13dc7-0ec3-4d5e-9fc4-ae916963ef8a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e59ce7b-f28e-46f8-84d4-f0c5c4aca91e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e59ce7b-f28e-46f8-84d4-f0c5c4aca91e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3490252675895398747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34902526758953987473490252675895398747349025267589539874734902526758953987473490252675895398747349025267589539874734902526758953987473490252675895398747349025267589539874734902526758953987473490252675895398747349025267589539874734902526758953987473490252675895398747349025267589539874734902526758953987473490252675895398747349025267589539874734902526758953987473490252675895398747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3897e405-17d3-43de-8247-ebbf979b3f08, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9632d24-8663-450e-9eca-08510fc71ea7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9632d24-8663-450e-9eca-08510fc71ea7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12091388475983366448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209138847598336644812091388475983366448120913884759833664481209138847598336644812091388475983366448120913884759833664481209138847598336644812091388475983366448120913884759833664481209138847598336644812091388475983366448120913884759833664481209138847598336644812091388475983366448120913884759833664481209138847598336644812091388475983366448120913884759833664481209138847598336644812091388475983366448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e59ce7b-f28e-46f8-84d4-f0c5c4aca91e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9632d24-8663-450e-9eca-08510fc71ea7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74a43733-6ef9-4f5a-94af-8a6d61354ae9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74a43733-6ef9-4f5a-94af-8a6d61354ae9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7319613932925561992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73196139329255619927319613932925561992731961393292556199273196139329255619927319613932925561992731961393292556199273196139329255619927319613932925561992731961393292556199273196139329255619927319613932925561992731961393292556199273196139329255619927319613932925561992731961393292556199273196139329255619927319613932925561992731961393292556199273196139329255619927319613932925561992" } } } 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, 81defdc1-2278-4eee-8fce-a646d930d7fe, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81defdc1-2278-4eee-8fce-a646d930d7fe, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7438401529111471845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74384015291114718457438401529111471845743840152911147184574384015291114718457438401529111471845743840152911147184574384015291114718457438401529111471845743840152911147184574384015291114718457438401529111471845743840152911147184574384015291114718457438401529111471845743840152911147184574384015291114718457438401529111471845743840152911147184574384015291114718457438401529111471845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74a43733-6ef9-4f5a-94af-8a6d61354ae9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb3ef5c2-a37d-4d33-8e8a-371ee8516dd3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb3ef5c2-a37d-4d33-8e8a-371ee8516dd3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4832263937740999828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48322639377409998284832263937740999828483226393774099982848322639377409998284832263937740999828483226393774099982848322639377409998284832263937740999828483226393774099982848322639377409998284832263937740999828483226393774099982848322639377409998284832263937740999828483226393774099982848322639377409998284832263937740999828483226393774099982848322639377409998284832263937740999828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81defdc1-2278-4eee-8fce-a646d930d7fe, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62a4fa58-9bf6-4080-aab5-87de19d7707b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62a4fa58-9bf6-4080-aab5-87de19d7707b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11158875937656796597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115887593765679659711158875937656796597111588759376567965971115887593765679659711158875937656796597111588759376567965971115887593765679659711158875937656796597111588759376567965971115887593765679659711158875937656796597111588759376567965971115887593765679659711158875937656796597111588759376567965971115887593765679659711158875937656796597111588759376567965971115887593765679659711158875937656796597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb3ef5c2-a37d-4d33-8e8a-371ee8516dd3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 755e60f4-b221-4d6d-bc41-4662a6768eda, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 755e60f4-b221-4d6d-bc41-4662a6768eda, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1075875231134948340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10758752311349483401075875231134948340107587523113494834010758752311349483401075875231134948340107587523113494834010758752311349483401075875231134948340107587523113494834010758752311349483401075875231134948340107587523113494834010758752311349483401075875231134948340107587523113494834010758752311349483401075875231134948340107587523113494834010758752311349483401075875231134948340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62a4fa58-9bf6-4080-aab5-87de19d7707b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a6ee954-7a46-43ae-84a2-3728cb5d72a8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a6ee954-7a46-43ae-84a2-3728cb5d72a8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6236341310690807852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62363413106908078526236341310690807852623634131069080785262363413106908078526236341310690807852623634131069080785262363413106908078526236341310690807852623634131069080785262363413106908078526236341310690807852623634131069080785262363413106908078526236341310690807852623634131069080785262363413106908078526236341310690807852623634131069080785262363413106908078526236341310690807852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 755e60f4-b221-4d6d-bc41-4662a6768eda, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15681bea-e1e9-4b25-bcba-bce2aca5aa69, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15681bea-e1e9-4b25-bcba-bce2aca5aa69, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4129600753629566630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41296007536295666304129600753629566630412960075362956663041296007536295666304129600753629566630412960075362956663041296007536295666304129600753629566630412960075362956663041296007536295666304129600753629566630412960075362956663041296007536295666304129600753629566630412960075362956663041296007536295666304129600753629566630412960075362956663041296007536295666304129600753629566630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a6ee954-7a46-43ae-84a2-3728cb5d72a8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d2ddde6-39a3-4cd5-8b9b-d8ed6543eddf, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d2ddde6-39a3-4cd5-8b9b-d8ed6543eddf, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5025572978007827351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50255729780078273515025572978007827351502557297800782735150255729780078273515025572978007827351502557297800782735150255729780078273515025572978007827351502557297800782735150255729780078273515025572978007827351502557297800782735150255729780078273515025572978007827351502557297800782735150255729780078273515025572978007827351502557297800782735150255729780078273515025572978007827351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15681bea-e1e9-4b25-bcba-bce2aca5aa69, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cceacdb-280e-4d16-970b-718774d3e732, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cceacdb-280e-4d16-970b-718774d3e732, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1920396767144613667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19203967671446136671920396767144613667192039676714461366719203967671446136671920396767144613667192039676714461366719203967671446136671920396767144613667192039676714461366719203967671446136671920396767144613667192039676714461366719203967671446136671920396767144613667192039676714461366719203967671446136671920396767144613667192039676714461366719203967671446136671920396767144613667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d2ddde6-39a3-4cd5-8b9b-d8ed6543eddf, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d1d9cb3-775c-433f-88a7-3fbc9a64259b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d1d9cb3-775c-433f-88a7-3fbc9a64259b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8154900947010408230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81549009470104082308154900947010408230815490094701040823081549009470104082308154900947010408230815490094701040823081549009470104082308154900947010408230815490094701040823081549009470104082308154900947010408230815490094701040823081549009470104082308154900947010408230815490094701040823081549009470104082308154900947010408230815490094701040823081549009470104082308154900947010408230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cceacdb-280e-4d16-970b-718774d3e732, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df8bea95-52ec-4f6f-a5aa-552b5c67facb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df8bea95-52ec-4f6f-a5aa-552b5c67facb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11452078440220564903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145207844022056490311452078440220564903114520784402205649031145207844022056490311452078440220564903114520784402205649031145207844022056490311452078440220564903114520784402205649031145207844022056490311452078440220564903114520784402205649031145207844022056490311452078440220564903114520784402205649031145207844022056490311452078440220564903114520784402205649031145207844022056490311452078440220564903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d1d9cb3-775c-433f-88a7-3fbc9a64259b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e95fdfa-8e87-4869-8d50-28a3763af96e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e95fdfa-8e87-4869-8d50-28a3763af96e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17859683920400684694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785968392040068469417859683920400684694178596839204006846941785968392040068469417859683920400684694178596839204006846941785968392040068469417859683920400684694178596839204006846941785968392040068469417859683920400684694178596839204006846941785968392040068469417859683920400684694178596839204006846941785968392040068469417859683920400684694178596839204006846941785968392040068469417859683920400684694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e95fdfa-8e87-4869-8d50-28a3763af96e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 032d6364-c1cb-49c8-850a-4e5f0f64695e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df8bea95-52ec-4f6f-a5aa-552b5c67facb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abf457bc-8911-4a9b-8288-f288ef00b0fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abf457bc-8911-4a9b-8288-f288ef00b0fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2419234795576723308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24192347955767233082419234795576723308241923479557672330824192347955767233082419234795576723308241923479557672330824192347955767233082419234795576723308241923479557672330824192347955767233082419234795576723308241923479557672330824192347955767233082419234795576723308241923479557672330824192347955767233082419234795576723308241923479557672330824192347955767233082419234795576723308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 032d6364-c1cb-49c8-850a-4e5f0f64695e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16513860652743223546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651386065274322354616513860652743223546165138606527432235461651386065274322354616513860652743223546165138606527432235461651386065274322354616513860652743223546165138606527432235461651386065274322354616513860652743223546165138606527432235461651386065274322354616513860652743223546165138606527432235461651386065274322354616513860652743223546165138606527432235461651386065274322354616513860652743223546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 032d6364-c1cb-49c8-850a-4e5f0f64695e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5e7d8c9-6634-41b4-8fde-553f769ce920, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5e7d8c9-6634-41b4-8fde-553f769ce920, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3035037121554885413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30350371215548854133035037121554885413303503712155488541330350371215548854133035037121554885413303503712155488541330350371215548854133035037121554885413303503712155488541330350371215548854133035037121554885413303503712155488541330350371215548854133035037121554885413303503712155488541330350371215548854133035037121554885413303503712155488541330350371215548854133035037121554885413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5e7d8c9-6634-41b4-8fde-553f769ce920, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7749932d-510e-44b6-a6d3-ea0c60831ab6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7749932d-510e-44b6-a6d3-ea0c60831ab6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15763449078773856376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576344907877385637615763449078773856376157634490787738563761576344907877385637615763449078773856376157634490787738563761576344907877385637615763449078773856376157634490787738563761576344907877385637615763449078773856376157634490787738563761576344907877385637615763449078773856376157634490787738563761576344907877385637615763449078773856376157634490787738563761576344907877385637615763449078773856376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abf457bc-8911-4a9b-8288-f288ef00b0fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cc47d07-a2f1-4a5d-b201-04f2f60dea80, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cc47d07-a2f1-4a5d-b201-04f2f60dea80, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12919118870615434021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291911887061543402112919118870615434021129191188706154340211291911887061543402112919118870615434021129191188706154340211291911887061543402112919118870615434021129191188706154340211291911887061543402112919118870615434021129191188706154340211291911887061543402112919118870615434021129191188706154340211291911887061543402112919118870615434021129191188706154340211291911887061543402112919118870615434021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7749932d-510e-44b6-a6d3-ea0c60831ab6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cc47d07-a2f1-4a5d-b201-04f2f60dea80, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e77ca12a-5222-4ffe-8d5a-5496622c94d4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e77ca12a-5222-4ffe-8d5a-5496622c94d4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17969998528948193299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796999852894819329917969998528948193299179699985289481932991796999852894819329917969998528948193299179699985289481932991796999852894819329917969998528948193299179699985289481932991796999852894819329917969998528948193299179699985289481932991796999852894819329917969998528948193299179699985289481932991796999852894819329917969998528948193299179699985289481932991796999852894819329917969998528948193299" } } } 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, 337b2660-3ed1-492b-af28-5c7ec92feec0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 337b2660-3ed1-492b-af28-5c7ec92feec0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2760458797299458732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27604587972994587322760458797299458732276045879729945873227604587972994587322760458797299458732276045879729945873227604587972994587322760458797299458732276045879729945873227604587972994587322760458797299458732276045879729945873227604587972994587322760458797299458732276045879729945873227604587972994587322760458797299458732276045879729945873227604587972994587322760458797299458732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e77ca12a-5222-4ffe-8d5a-5496622c94d4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 337b2660-3ed1-492b-af28-5c7ec92feec0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6bff411-82bc-41bb-837b-38f1108f8677, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f0ed044-ac16-4437-9459-6b19b44eb828, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6bff411-82bc-41bb-837b-38f1108f8677, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8959900874842634240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89599008748426342408959900874842634240895990087484263424089599008748426342408959900874842634240895990087484263424089599008748426342408959900874842634240895990087484263424089599008748426342408959900874842634240895990087484263424089599008748426342408959900874842634240895990087484263424089599008748426342408959900874842634240895990087484263424089599008748426342408959900874842634240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f0ed044-ac16-4437-9459-6b19b44eb828, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11387654109744681753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138765410974468175311387654109744681753113876541097446817531138765410974468175311387654109744681753113876541097446817531138765410974468175311387654109744681753113876541097446817531138765410974468175311387654109744681753113876541097446817531138765410974468175311387654109744681753113876541097446817531138765410974468175311387654109744681753113876541097446817531138765410974468175311387654109744681753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6bff411-82bc-41bb-837b-38f1108f8677, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2c6f34e-e6c6-40e8-a686-8f325434cb49, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2c6f34e-e6c6-40e8-a686-8f325434cb49, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3547374390736452667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35473743907364526673547374390736452667354737439073645266735473743907364526673547374390736452667354737439073645266735473743907364526673547374390736452667354737439073645266735473743907364526673547374390736452667354737439073645266735473743907364526673547374390736452667354737439073645266735473743907364526673547374390736452667354737439073645266735473743907364526673547374390736452667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f0ed044-ac16-4437-9459-6b19b44eb828, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7dcb669-e3e0-41bf-a677-49add8033159, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7dcb669-e3e0-41bf-a677-49add8033159, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9765139329782306488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97651393297823064889765139329782306488976513932978230648897651393297823064889765139329782306488976513932978230648897651393297823064889765139329782306488976513932978230648897651393297823064889765139329782306488976513932978230648897651393297823064889765139329782306488976513932978230648897651393297823064889765139329782306488976513932978230648897651393297823064889765139329782306488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2c6f34e-e6c6-40e8-a686-8f325434cb49, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7dcb669-e3e0-41bf-a677-49add8033159, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c33085e-35bf-4f63-b012-5f62c74f7ad6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c33085e-35bf-4f63-b012-5f62c74f7ad6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5759708975627675191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57597089756276751915759708975627675191575970897562767519157597089756276751915759708975627675191575970897562767519157597089756276751915759708975627675191575970897562767519157597089756276751915759708975627675191575970897562767519157597089756276751915759708975627675191575970897562767519157597089756276751915759708975627675191575970897562767519157597089756276751915759708975627675191" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 946c38f9-9642-4fc4-8cc0-052f31a63364, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 946c38f9-9642-4fc4-8cc0-052f31a63364, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15256023814768504442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525602381476850444215256023814768504442152560238147685044421525602381476850444215256023814768504442152560238147685044421525602381476850444215256023814768504442152560238147685044421525602381476850444215256023814768504442152560238147685044421525602381476850444215256023814768504442152560238147685044421525602381476850444215256023814768504442152560238147685044421525602381476850444215256023814768504442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c33085e-35bf-4f63-b012-5f62c74f7ad6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d92a1f8-b6cd-462d-b7ed-e3d6f3f25cba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d92a1f8-b6cd-462d-b7ed-e3d6f3f25cba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11913046443180967227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191304644318096722711913046443180967227119130464431809672271191304644318096722711913046443180967227119130464431809672271191304644318096722711913046443180967227119130464431809672271191304644318096722711913046443180967227119130464431809672271191304644318096722711913046443180967227119130464431809672271191304644318096722711913046443180967227119130464431809672271191304644318096722711913046443180967227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 946c38f9-9642-4fc4-8cc0-052f31a63364, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2689acd-8df9-4bba-9407-643f8b0fea9b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2689acd-8df9-4bba-9407-643f8b0fea9b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5136175234938810448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51361752349388104485136175234938810448513617523493881044851361752349388104485136175234938810448513617523493881044851361752349388104485136175234938810448513617523493881044851361752349388104485136175234938810448513617523493881044851361752349388104485136175234938810448513617523493881044851361752349388104485136175234938810448513617523493881044851361752349388104485136175234938810448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d92a1f8-b6cd-462d-b7ed-e3d6f3f25cba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b701d2f-f714-4f22-b75c-1f8e5ba38c55, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b701d2f-f714-4f22-b75c-1f8e5ba38c55, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 140245853727513907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907140245853727513907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2689acd-8df9-4bba-9407-643f8b0fea9b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13d0dee1-5f96-4d3f-9fb6-8c317260e6b8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b701d2f-f714-4f22-b75c-1f8e5ba38c55, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 883acd81-e040-4e7a-a560-7a7d2a869cad, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 883acd81-e040-4e7a-a560-7a7d2a869cad, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5325820135923649848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53258201359236498485325820135923649848532582013592364984853258201359236498485325820135923649848532582013592364984853258201359236498485325820135923649848532582013592364984853258201359236498485325820135923649848532582013592364984853258201359236498485325820135923649848532582013592364984853258201359236498485325820135923649848532582013592364984853258201359236498485325820135923649848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13d0dee1-5f96-4d3f-9fb6-8c317260e6b8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3345675790322918470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33456757903229184703345675790322918470334567579032291847033456757903229184703345675790322918470334567579032291847033456757903229184703345675790322918470334567579032291847033456757903229184703345675790322918470334567579032291847033456757903229184703345675790322918470334567579032291847033456757903229184703345675790322918470334567579032291847033456757903229184703345675790322918470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 883acd81-e040-4e7a-a560-7a7d2a869cad, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d6ee51d-27e7-4cf3-9568-cc552a01d7e0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13d0dee1-5f96-4d3f-9fb6-8c317260e6b8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d6ee51d-27e7-4cf3-9568-cc552a01d7e0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4141949005899332055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41419490058993320554141949005899332055414194900589933205541419490058993320554141949005899332055414194900589933205541419490058993320554141949005899332055414194900589933205541419490058993320554141949005899332055414194900589933205541419490058993320554141949005899332055414194900589933205541419490058993320554141949005899332055414194900589933205541419490058993320554141949005899332055" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27c011e8-e1b3-4506-a4ef-849f287989b6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27c011e8-e1b3-4506-a4ef-849f287989b6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16695890266017287999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669589026601728799916695890266017287999166958902660172879991669589026601728799916695890266017287999166958902660172879991669589026601728799916695890266017287999166958902660172879991669589026601728799916695890266017287999166958902660172879991669589026601728799916695890266017287999166958902660172879991669589026601728799916695890266017287999166958902660172879991669589026601728799916695890266017287999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d6ee51d-27e7-4cf3-9568-cc552a01d7e0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:31694/1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27c011e8-e1b3-4506-a4ef-849f287989b6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b08f3a42-ed22-4741-8b7a-bf343b971783, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b08f3a42-ed22-4741-8b7a-bf343b971783, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 782030505226187171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171782030505226187171" } } } 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, 0e82a6d1-5db2-4f6c-9c84-faae3d1c2c20, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e82a6d1-5db2-4f6c-9c84-faae3d1c2c20, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9100741925009797173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91007419250097971739100741925009797173910074192500979717391007419250097971739100741925009797173910074192500979717391007419250097971739100741925009797173910074192500979717391007419250097971739100741925009797173910074192500979717391007419250097971739100741925009797173910074192500979717391007419250097971739100741925009797173910074192500979717391007419250097971739100741925009797173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e82a6d1-5db2-4f6c-9c84-faae3d1c2c20, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0b0fb2f-da20-4ba3-bbf1-0bc3f11cb32c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0b0fb2f-da20-4ba3-bbf1-0bc3f11cb32c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1336890611398628482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13368906113986284821336890611398628482133689061139862848213368906113986284821336890611398628482133689061139862848213368906113986284821336890611398628482133689061139862848213368906113986284821336890611398628482133689061139862848213368906113986284821336890611398628482133689061139862848213368906113986284821336890611398628482133689061139862848213368906113986284821336890611398628482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b08f3a42-ed22-4741-8b7a-bf343b971783, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5f92367-eb0a-44fe-b290-cb85a1f03301, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5f92367-eb0a-44fe-b290-cb85a1f03301, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 181006327569014009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009181006327569014009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0b0fb2f-da20-4ba3-bbf1-0bc3f11cb32c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0b701c0-41e8-4b0c-a0a9-0322847f9ebc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0b701c0-41e8-4b0c-a0a9-0322847f9ebc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4901555118779281041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49015551187792810414901555118779281041490155511877928104149015551187792810414901555118779281041490155511877928104149015551187792810414901555118779281041490155511877928104149015551187792810414901555118779281041490155511877928104149015551187792810414901555118779281041490155511877928104149015551187792810414901555118779281041490155511877928104149015551187792810414901555118779281041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5f92367-eb0a-44fe-b290-cb85a1f03301, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 001a5831-81be-4409-abe3-c4cda9034ecb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 001a5831-81be-4409-abe3-c4cda9034ecb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13167283309742279720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316728330974227972013167283309742279720131672833097422797201316728330974227972013167283309742279720131672833097422797201316728330974227972013167283309742279720131672833097422797201316728330974227972013167283309742279720131672833097422797201316728330974227972013167283309742279720131672833097422797201316728330974227972013167283309742279720131672833097422797201316728330974227972013167283309742279720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 001a5831-81be-4409-abe3-c4cda9034ecb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 932673f0-85cd-4165-8b9d-b67c276777d1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932673f0-85cd-4165-8b9d-b67c276777d1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17717257023154067096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771725702315406709617717257023154067096177172570231540670961771725702315406709617717257023154067096177172570231540670961771725702315406709617717257023154067096177172570231540670961771725702315406709617717257023154067096177172570231540670961771725702315406709617717257023154067096177172570231540670961771725702315406709617717257023154067096177172570231540670961771725702315406709617717257023154067096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0b701c0-41e8-4b0c-a0a9-0322847f9ebc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932673f0-85cd-4165-8b9d-b67c276777d1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5ad58ef-008e-4c7d-8849-02d95c3eab8c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5ad58ef-008e-4c7d-8849-02d95c3eab8c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13304078739306324148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330407873930632414813304078739306324148133040787393063241481330407873930632414813304078739306324148133040787393063241481330407873930632414813304078739306324148133040787393063241481330407873930632414813304078739306324148133040787393063241481330407873930632414813304078739306324148133040787393063241481330407873930632414813304078739306324148133040787393063241481330407873930632414813304078739306324148" } } } 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, 06f364a2-6a6c-4d87-ab5c-f742ae89c8ea, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06f364a2-6a6c-4d87-ab5c-f742ae89c8ea, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 603098889933707244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244603098889933707244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5ad58ef-008e-4c7d-8849-02d95c3eab8c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85573201-75c6-4096-b055-6c86f2f2ba57, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85573201-75c6-4096-b055-6c86f2f2ba57, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4686428009099740955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46864280090997409554686428009099740955468642800909974095546864280090997409554686428009099740955468642800909974095546864280090997409554686428009099740955468642800909974095546864280090997409554686428009099740955468642800909974095546864280090997409554686428009099740955468642800909974095546864280090997409554686428009099740955468642800909974095546864280090997409554686428009099740955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06f364a2-6a6c-4d87-ab5c-f742ae89c8ea, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d07fbc59-8bc7-49a8-b120-39ad90113e74, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07fbc59-8bc7-49a8-b120-39ad90113e74, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16733260285639091022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673326028563909102216733260285639091022167332602856390910221673326028563909102216733260285639091022167332602856390910221673326028563909102216733260285639091022167332602856390910221673326028563909102216733260285639091022167332602856390910221673326028563909102216733260285639091022167332602856390910221673326028563909102216733260285639091022167332602856390910221673326028563909102216733260285639091022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85573201-75c6-4096-b055-6c86f2f2ba57, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ac067e3-e108-4e1d-b1e6-ea187839080c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07fbc59-8bc7-49a8-b120-39ad90113e74, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ac067e3-e108-4e1d-b1e6-ea187839080c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 404140006440174188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188404140006440174188" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d3b495b-8bc0-4d61-89b9-4dce2528c49e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d3b495b-8bc0-4d61-89b9-4dce2528c49e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10516171818297423357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051617181829742335710516171818297423357105161718182974233571051617181829742335710516171818297423357105161718182974233571051617181829742335710516171818297423357105161718182974233571051617181829742335710516171818297423357105161718182974233571051617181829742335710516171818297423357105161718182974233571051617181829742335710516171818297423357105161718182974233571051617181829742335710516171818297423357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ac067e3-e108-4e1d-b1e6-ea187839080c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d3b495b-8bc0-4d61-89b9-4dce2528c49e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df9be947-96ba-4f8a-8488-f97d622cdd6f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df9be947-96ba-4f8a-8488-f97d622cdd6f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14847671739008477925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484767173900847792514847671739008477925148476717390084779251484767173900847792514847671739008477925148476717390084779251484767173900847792514847671739008477925148476717390084779251484767173900847792514847671739008477925148476717390084779251484767173900847792514847671739008477925148476717390084779251484767173900847792514847671739008477925148476717390084779251484767173900847792514847671739008477925" } } } 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, eb3bafaf-c6ee-43d6-adb4-fba17ab9f263, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb3bafaf-c6ee-43d6-adb4-fba17ab9f263, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15512925743495577103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551292574349557710315512925743495577103155129257434955771031551292574349557710315512925743495577103155129257434955771031551292574349557710315512925743495577103155129257434955771031551292574349557710315512925743495577103155129257434955771031551292574349557710315512925743495577103155129257434955771031551292574349557710315512925743495577103155129257434955771031551292574349557710315512925743495577103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df9be947-96ba-4f8a-8488-f97d622cdd6f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b50f4d6a-a806-49f9-bc46-a82b989a6877, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50f4d6a-a806-49f9-bc46-a82b989a6877, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12895692528684046652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289569252868404665212895692528684046652128956925286840466521289569252868404665212895692528684046652128956925286840466521289569252868404665212895692528684046652128956925286840466521289569252868404665212895692528684046652128956925286840466521289569252868404665212895692528684046652128956925286840466521289569252868404665212895692528684046652128956925286840466521289569252868404665212895692528684046652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb3bafaf-c6ee-43d6-adb4-fba17ab9f263, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5aba60c8-c322-470f-9e53-a3b8a5d1ef0d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50f4d6a-a806-49f9-bc46-a82b989a6877, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cf6644d-0090-4077-86a7-d02a69036e4d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5aba60c8-c322-470f-9e53-a3b8a5d1ef0d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17246728139749254588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724672813974925458817246728139749254588172467281397492545881724672813974925458817246728139749254588172467281397492545881724672813974925458817246728139749254588172467281397492545881724672813974925458817246728139749254588172467281397492545881724672813974925458817246728139749254588172467281397492545881724672813974925458817246728139749254588172467281397492545881724672813974925458817246728139749254588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cf6644d-0090-4077-86a7-d02a69036e4d, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12419325364939772651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241932536493977265112419325364939772651124193253649397726511241932536493977265112419325364939772651124193253649397726511241932536493977265112419325364939772651124193253649397726511241932536493977265112419325364939772651124193253649397726511241932536493977265112419325364939772651124193253649397726511241932536493977265112419325364939772651124193253649397726511241932536493977265112419325364939772651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5aba60c8-c322-470f-9e53-a3b8a5d1ef0d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a39280f-f8de-4fb3-a309-7bce83731c5f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a39280f-f8de-4fb3-a309-7bce83731c5f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5413044147240163466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54130441472401634665413044147240163466541304414724016346654130441472401634665413044147240163466541304414724016346654130441472401634665413044147240163466541304414724016346654130441472401634665413044147240163466541304414724016346654130441472401634665413044147240163466541304414724016346654130441472401634665413044147240163466541304414724016346654130441472401634665413044147240163466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cf6644d-0090-4077-86a7-d02a69036e4d, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a39280f-f8de-4fb3-a309-7bce83731c5f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c2274ee-26b6-43dd-8259-6d80202abccd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c2274ee-26b6-43dd-8259-6d80202abccd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12223050498036971089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222305049803697108912223050498036971089122230504980369710891222305049803697108912223050498036971089122230504980369710891222305049803697108912223050498036971089122230504980369710891222305049803697108912223050498036971089122230504980369710891222305049803697108912223050498036971089122230504980369710891222305049803697108912223050498036971089122230504980369710891222305049803697108912223050498036971089" } } } 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, 68568b36-dbe6-460c-863f-91895936e3cb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68568b36-dbe6-460c-863f-91895936e3cb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 482350509595420362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362482350509595420362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c2274ee-26b6-43dd-8259-6d80202abccd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b2d3cf3-33b4-4df0-b29b-d9312978aef5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b2d3cf3-33b4-4df0-b29b-d9312978aef5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1193957194563110091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11939571945631100911193957194563110091119395719456311009111939571945631100911193957194563110091119395719456311009111939571945631100911193957194563110091119395719456311009111939571945631100911193957194563110091119395719456311009111939571945631100911193957194563110091119395719456311009111939571945631100911193957194563110091119395719456311009111939571945631100911193957194563110091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68568b36-dbe6-460c-863f-91895936e3cb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82f9395a-2045-4ccb-91c5-0d4d01f11169, ghrun-pubjovggeu.auto.internal:13388): creating call state
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_slm60wxp.log --grpc-port=31694 --mon-port=10676 --ic-port=22584 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b2d3cf3-33b4-4df0-b29b-d9312978aef5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82f9395a-2045-4ccb-91c5-0d4d01f11169, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5816311970703106577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58163119707031065775816311970703106577581631197070310657758163119707031065775816311970703106577581631197070310657758163119707031065775816311970703106577581631197070310657758163119707031065775816311970703106577581631197070310657758163119707031065775816311970703106577581631197070310657758163119707031065775816311970703106577581631197070310657758163119707031065775816311970703106577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_slm60wxp.log', '--grpc-port=31694', '--mon-port=10676', '--ic-port=22584', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1' (no wait)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c36bb4f-39fb-4bc1-8e87-ba054f70ce36, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c36bb4f-39fb-4bc1-8e87-ba054f70ce36, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13204707529690109738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320470752969010973813204707529690109738132047075296901097381320470752969010973813204707529690109738132047075296901097381320470752969010973813204707529690109738132047075296901097381320470752969010973813204707529690109738132047075296901097381320470752969010973813204707529690109738132047075296901097381320470752969010973813204707529690109738132047075296901097381320470752969010973813204707529690109738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82f9395a-2045-4ccb-91c5-0d4d01f11169, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6f581d9-4a3d-4daf-b3f1-5342b57966b2, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6f581d9-4a3d-4daf-b3f1-5342b57966b2, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17350635417637806519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735063541763780651917350635417637806519173506354176378065191735063541763780651917350635417637806519173506354176378065191735063541763780651917350635417637806519173506354176378065191735063541763780651917350635417637806519173506354176378065191735063541763780651917350635417637806519173506354176378065191735063541763780651917350635417637806519173506354176378065191735063541763780651917350635417637806519" } } } 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: 1449256
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:31694/1
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.13
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c36bb4f-39fb-4bc1-8e87-ba054f70ce36, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06ad1b5a-1fc8-4421-826b-df699edc7c20, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ad1b5a-1fc8-4421-826b-df699edc7c20, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5658693791475053174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56586937914750531745658693791475053174565869379147505317456586937914750531745658693791475053174565869379147505317456586937914750531745658693791475053174565869379147505317456586937914750531745658693791475053174565869379147505317456586937914750531745658693791475053174565869379147505317456586937914750531745658693791475053174565869379147505317456586937914750531745658693791475053174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6f581d9-4a3d-4daf-b3f1-5342b57966b2, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a57a28c6-5c52-4c1d-a00e-e66c33e5d701, ghrun-pubjovggeu.auto.internal:13388): creating call state
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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ad1b5a-1fc8-4421-826b-df699edc7c20, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a57a28c6-5c52-4c1d-a00e-e66c33e5d701, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18354617039552254365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835461703955225436518354617039552254365183546170395522543651835461703955225436518354617039552254365183546170395522543651835461703955225436518354617039552254365183546170395522543651835461703955225436518354617039552254365183546170395522543651835461703955225436518354617039552254365183546170395522543651835461703955225436518354617039552254365183546170395522543651835461703955225436518354617039552254365" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71a125e5-59a1-4293-99a4-7d8bb7693fe2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a125e5-59a1-4293-99a4-7d8bb7693fe2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3210947539998914871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32109475399989148713210947539998914871321094753999891487132109475399989148713210947539998914871321094753999891487132109475399989148713210947539998914871321094753999891487132109475399989148713210947539998914871321094753999891487132109475399989148713210947539998914871321094753999891487132109475399989148713210947539998914871321094753999891487132109475399989148713210947539998914871" } } } 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: 1449276
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a57a28c6-5c52-4c1d-a00e-e66c33e5d701, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5e41577-1fb1-4bae-95ac-12426a1ca8c1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5e41577-1fb1-4bae-95ac-12426a1ca8c1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4151701150293698809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41517011502936988094151701150293698809415170115029369880941517011502936988094151701150293698809415170115029369880941517011502936988094151701150293698809415170115029369880941517011502936988094151701150293698809415170115029369880941517011502936988094151701150293698809415170115029369880941517011502936988094151701150293698809415170115029369880941517011502936988094151701150293698809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a125e5-59a1-4293-99a4-7d8bb7693fe2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 120681e6-c091-4217-8043-9d1a9424372e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 120681e6-c091-4217-8043-9d1a9424372e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9245872929645078270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92458729296450782709245872929645078270924587292964507827092458729296450782709245872929645078270924587292964507827092458729296450782709245872929645078270924587292964507827092458729296450782709245872929645078270924587292964507827092458729296450782709245872929645078270924587292964507827092458729296450782709245872929645078270924587292964507827092458729296450782709245872929645078270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5e41577-1fb1-4bae-95ac-12426a1ca8c1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 167b9d3d-9c65-4e54-b8dc-9030fef3522c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 167b9d3d-9c65-4e54-b8dc-9030fef3522c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13279132344542099864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327913234454209986413279132344542099864132791323445420998641327913234454209986413279132344542099864132791323445420998641327913234454209986413279132344542099864132791323445420998641327913234454209986413279132344542099864132791323445420998641327913234454209986413279132344542099864132791323445420998641327913234454209986413279132344542099864132791323445420998641327913234454209986413279132344542099864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 120681e6-c091-4217-8043-9d1a9424372e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d0c1a51-d374-477e-8c6a-1e4393a1f831, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d0c1a51-d374-477e-8c6a-1e4393a1f831, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9871499497313274779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98714994973132747799871499497313274779987149949731327477998714994973132747799871499497313274779987149949731327477998714994973132747799871499497313274779987149949731327477998714994973132747799871499497313274779987149949731327477998714994973132747799871499497313274779987149949731327477998714994973132747799871499497313274779987149949731327477998714994973132747799871499497313274779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 167b9d3d-9c65-4e54-b8dc-9030fef3522c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b98cab56-69c6-4e80-9dd7-907d786be485, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b98cab56-69c6-4e80-9dd7-907d786be485, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9735913563037687768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97359135630376877689735913563037687768973591356303768776897359135630376877689735913563037687768973591356303768776897359135630376877689735913563037687768973591356303768776897359135630376877689735913563037687768973591356303768776897359135630376877689735913563037687768973591356303768776897359135630376877689735913563037687768973591356303768776897359135630376877689735913563037687768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d0c1a51-d374-477e-8c6a-1e4393a1f831, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77fae59d-cfb3-40ed-ba37-c940c7fc5cdc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77fae59d-cfb3-40ed-ba37-c940c7fc5cdc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 285999063482294826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826285999063482294826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b98cab56-69c6-4e80-9dd7-907d786be485, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b10b3bb1-b73b-4139-83ad-616e0aa218d5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b10b3bb1-b73b-4139-83ad-616e0aa218d5, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9428469847672741015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94284698476727410159428469847672741015942846984767274101594284698476727410159428469847672741015942846984767274101594284698476727410159428469847672741015942846984767274101594284698476727410159428469847672741015942846984767274101594284698476727410159428469847672741015942846984767274101594284698476727410159428469847672741015942846984767274101594284698476727410159428469847672741015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77fae59d-cfb3-40ed-ba37-c940c7fc5cdc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c2e9f6a-3cd6-4284-8bdf-c865cd809bf6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c2e9f6a-3cd6-4284-8bdf-c865cd809bf6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18442763112592338535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844276311259233853518442763112592338535184427631125923385351844276311259233853518442763112592338535184427631125923385351844276311259233853518442763112592338535184427631125923385351844276311259233853518442763112592338535184427631125923385351844276311259233853518442763112592338535184427631125923385351844276311259233853518442763112592338535184427631125923385351844276311259233853518442763112592338535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b10b3bb1-b73b-4139-83ad-616e0aa218d5, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9afb453-b2d2-4aca-9573-1569e36e6ee0, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9afb453-b2d2-4aca-9573-1569e36e6ee0, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18247388051025773302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824738805102577330218247388051025773302182473880510257733021824738805102577330218247388051025773302182473880510257733021824738805102577330218247388051025773302182473880510257733021824738805102577330218247388051025773302182473880510257733021824738805102577330218247388051025773302182473880510257733021824738805102577330218247388051025773302182473880510257733021824738805102577330218247388051025773302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9afb453-b2d2-4aca-9573-1569e36e6ee0, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c2e9f6a-3cd6-4284-8bdf-c865cd809bf6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ad82fb4-b289-4ab3-8690-a91b0f695318, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ad82fb4-b289-4ab3-8690-a91b0f695318, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2023976991998341540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20239769919983415402023976991998341540202397699199834154020239769919983415402023976991998341540202397699199834154020239769919983415402023976991998341540202397699199834154020239769919983415402023976991998341540202397699199834154020239769919983415402023976991998341540202397699199834154020239769919983415402023976991998341540202397699199834154020239769919983415402023976991998341540" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c87b440c-cc93-45cc-a7ab-529ac4f7b195, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ad82fb4-b289-4ab3-8690-a91b0f695318, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f2bb320-da90-42d2-af82-36044e26171a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f2bb320-da90-42d2-af82-36044e26171a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13041417943127545763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304141794312754576313041417943127545763130414179431275457631304141794312754576313041417943127545763130414179431275457631304141794312754576313041417943127545763130414179431275457631304141794312754576313041417943127545763130414179431275457631304141794312754576313041417943127545763130414179431275457631304141794312754576313041417943127545763130414179431275457631304141794312754576313041417943127545763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c87b440c-cc93-45cc-a7ab-529ac4f7b195, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12301497318947318464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230149731894731846412301497318947318464123014973189473184641230149731894731846412301497318947318464123014973189473184641230149731894731846412301497318947318464123014973189473184641230149731894731846412301497318947318464123014973189473184641230149731894731846412301497318947318464123014973189473184641230149731894731846412301497318947318464123014973189473184641230149731894731846412301497318947318464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f2bb320-da90-42d2-af82-36044e26171a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6024846d-d5ec-442b-89b8-2aad4a28fbae, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6024846d-d5ec-442b-89b8-2aad4a28fbae, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15931999901889463790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593199990188946379015931999901889463790159319999018894637901593199990188946379015931999901889463790159319999018894637901593199990188946379015931999901889463790159319999018894637901593199990188946379015931999901889463790159319999018894637901593199990188946379015931999901889463790159319999018894637901593199990188946379015931999901889463790159319999018894637901593199990188946379015931999901889463790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c87b440c-cc93-45cc-a7ab-529ac4f7b195, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6024846d-d5ec-442b-89b8-2aad4a28fbae, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d136d78-82b1-43dd-ada8-dcdf8532734b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d136d78-82b1-43dd-ada8-dcdf8532734b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3163663246296189317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31636632462961893173163663246296189317316366324629618931731636632462961893173163663246296189317316366324629618931731636632462961893173163663246296189317316366324629618931731636632462961893173163663246296189317316366324629618931731636632462961893173163663246296189317316366324629618931731636632462961893173163663246296189317316366324629618931731636632462961893173163663246296189317" } } } 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, dc5f4add-2b51-4630-8f54-caf26a0bef52, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc5f4add-2b51-4630-8f54-caf26a0bef52, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8660585852617963205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86605858526179632058660585852617963205866058585261796320586605858526179632058660585852617963205866058585261796320586605858526179632058660585852617963205866058585261796320586605858526179632058660585852617963205866058585261796320586605858526179632058660585852617963205866058585261796320586605858526179632058660585852617963205866058585261796320586605858526179632058660585852617963205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d136d78-82b1-43dd-ada8-dcdf8532734b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abd63316-6e50-4bcf-afdf-3d54b8a3f253, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abd63316-6e50-4bcf-afdf-3d54b8a3f253, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10585825826522318095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058582582652231809510585825826522318095105858258265223180951058582582652231809510585825826522318095105858258265223180951058582582652231809510585825826522318095105858258265223180951058582582652231809510585825826522318095105858258265223180951058582582652231809510585825826522318095105858258265223180951058582582652231809510585825826522318095105858258265223180951058582582652231809510585825826522318095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc5f4add-2b51-4630-8f54-caf26a0bef52, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc1e8691-1946-4e2b-8888-c5e1f480f28a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc1e8691-1946-4e2b-8888-c5e1f480f28a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3989614309473763492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39896143094737634923989614309473763492398961430947376349239896143094737634923989614309473763492398961430947376349239896143094737634923989614309473763492398961430947376349239896143094737634923989614309473763492398961430947376349239896143094737634923989614309473763492398961430947376349239896143094737634923989614309473763492398961430947376349239896143094737634923989614309473763492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abd63316-6e50-4bcf-afdf-3d54b8a3f253, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b190d53-3387-4b14-8301-53afc9dac74e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b190d53-3387-4b14-8301-53afc9dac74e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4093868562360692204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40938685623606922044093868562360692204409386856236069220440938685623606922044093868562360692204409386856236069220440938685623606922044093868562360692204409386856236069220440938685623606922044093868562360692204409386856236069220440938685623606922044093868562360692204409386856236069220440938685623606922044093868562360692204409386856236069220440938685623606922044093868562360692204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc1e8691-1946-4e2b-8888-c5e1f480f28a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e32eba6-6b39-4825-83f7-6eefcdc4141d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e32eba6-6b39-4825-83f7-6eefcdc4141d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9491386510422874399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94913865104228743999491386510422874399949138651042287439994913865104228743999491386510422874399949138651042287439994913865104228743999491386510422874399949138651042287439994913865104228743999491386510422874399949138651042287439994913865104228743999491386510422874399949138651042287439994913865104228743999491386510422874399949138651042287439994913865104228743999491386510422874399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b190d53-3387-4b14-8301-53afc9dac74e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e32eba6-6b39-4825-83f7-6eefcdc4141d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0801819b-6cbd-4fff-bfeb-fa04f0949dc4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67246a22-d383-4975-8185-ea5f027329e3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0801819b-6cbd-4fff-bfeb-fa04f0949dc4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1218780116455355965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12187801164553559651218780116455355965121878011645535596512187801164553559651218780116455355965121878011645535596512187801164553559651218780116455355965121878011645535596512187801164553559651218780116455355965121878011645535596512187801164553559651218780116455355965121878011645535596512187801164553559651218780116455355965121878011645535596512187801164553559651218780116455355965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67246a22-d383-4975-8185-ea5f027329e3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7044152306292022375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70441523062920223757044152306292022375704415230629202237570441523062920223757044152306292022375704415230629202237570441523062920223757044152306292022375704415230629202237570441523062920223757044152306292022375704415230629202237570441523062920223757044152306292022375704415230629202237570441523062920223757044152306292022375704415230629202237570441523062920223757044152306292022375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0801819b-6cbd-4fff-bfeb-fa04f0949dc4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cdd1713-d005-4c36-8518-5df864b53faa, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cdd1713-d005-4c36-8518-5df864b53faa, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16358832049495506237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635883204949550623716358832049495506237163588320494955062371635883204949550623716358832049495506237163588320494955062371635883204949550623716358832049495506237163588320494955062371635883204949550623716358832049495506237163588320494955062371635883204949550623716358832049495506237163588320494955062371635883204949550623716358832049495506237163588320494955062371635883204949550623716358832049495506237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67246a22-d383-4975-8185-ea5f027329e3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cdd1713-d005-4c36-8518-5df864b53faa, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3323c136-1ad6-42c8-8617-86308d3b6961, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3323c136-1ad6-42c8-8617-86308d3b6961, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8359102045725955728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83591020457259557288359102045725955728835910204572595572883591020457259557288359102045725955728835910204572595572883591020457259557288359102045725955728835910204572595572883591020457259557288359102045725955728835910204572595572883591020457259557288359102045725955728835910204572595572883591020457259557288359102045725955728835910204572595572883591020457259557288359102045725955728" } } } 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, 72662bde-3e63-4982-80bd-9aaffec10cb9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3323c136-1ad6-42c8-8617-86308d3b6961, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72662bde-3e63-4982-80bd-9aaffec10cb9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9172221430088890196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91722214300888901969172221430088890196917222143008889019691722214300888901969172221430088890196917222143008889019691722214300888901969172221430088890196917222143008889019691722214300888901969172221430088890196917222143008889019691722214300888901969172221430088890196917222143008889019691722214300888901969172221430088890196917222143008889019691722214300888901969172221430088890196" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a3d1b1f-c04e-460a-9bdb-2f52a4688681, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a3d1b1f-c04e-460a-9bdb-2f52a4688681, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10031317695406661716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003131769540666171610031317695406661716100313176954066617161003131769540666171610031317695406661716100313176954066617161003131769540666171610031317695406661716100313176954066617161003131769540666171610031317695406661716100313176954066617161003131769540666171610031317695406661716100313176954066617161003131769540666171610031317695406661716100313176954066617161003131769540666171610031317695406661716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72662bde-3e63-4982-80bd-9aaffec10cb9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e4c27f4-cdb3-4974-8d3f-0d00c4a30bca, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a3d1b1f-c04e-460a-9bdb-2f52a4688681, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 203a7678-dd8d-4cca-8c0b-79a0c716e554, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 203a7678-dd8d-4cca-8c0b-79a0c716e554, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17718606737353159675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771860673735315967517718606737353159675177186067373531596751771860673735315967517718606737353159675177186067373531596751771860673735315967517718606737353159675177186067373531596751771860673735315967517718606737353159675177186067373531596751771860673735315967517718606737353159675177186067373531596751771860673735315967517718606737353159675177186067373531596751771860673735315967517718606737353159675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e4c27f4-cdb3-4974-8d3f-0d00c4a30bca, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4255300931322034986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42553009313220349864255300931322034986425530093132203498642553009313220349864255300931322034986425530093132203498642553009313220349864255300931322034986425530093132203498642553009313220349864255300931322034986425530093132203498642553009313220349864255300931322034986425530093132203498642553009313220349864255300931322034986425530093132203498642553009313220349864255300931322034986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e4c27f4-cdb3-4974-8d3f-0d00c4a30bca, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 203a7678-dd8d-4cca-8c0b-79a0c716e554, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c63fb684-acba-44e2-8dbc-b293457efad2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 680761b6-3363-46d9-8f03-d209863348aa, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 680761b6-3363-46d9-8f03-d209863348aa, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7355412164856744712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73554121648567447127355412164856744712735541216485674471273554121648567447127355412164856744712735541216485674471273554121648567447127355412164856744712735541216485674471273554121648567447127355412164856744712735541216485674471273554121648567447127355412164856744712735541216485674471273554121648567447127355412164856744712735541216485674471273554121648567447127355412164856744712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c63fb684-acba-44e2-8dbc-b293457efad2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3485077163215513803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34850771632155138033485077163215513803348507716321551380334850771632155138033485077163215513803348507716321551380334850771632155138033485077163215513803348507716321551380334850771632155138033485077163215513803348507716321551380334850771632155138033485077163215513803348507716321551380334850771632155138033485077163215513803348507716321551380334850771632155138033485077163215513803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c63fb684-acba-44e2-8dbc-b293457efad2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39784761-ec4e-4bea-b8df-e8877f2270ae, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 680761b6-3363-46d9-8f03-d209863348aa, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39784761-ec4e-4bea-b8df-e8877f2270ae, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12331776396951047738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233177639695104773812331776396951047738123317763969510477381233177639695104773812331776396951047738123317763969510477381233177639695104773812331776396951047738123317763969510477381233177639695104773812331776396951047738123317763969510477381233177639695104773812331776396951047738123317763969510477381233177639695104773812331776396951047738123317763969510477381233177639695104773812331776396951047738" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a436ebda-9bf0-4fc9-b549-3094a3ad9e6e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a436ebda-9bf0-4fc9-b549-3094a3ad9e6e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13608558172663077771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360855817266307777113608558172663077771136085581726630777711360855817266307777113608558172663077771136085581726630777711360855817266307777113608558172663077771136085581726630777711360855817266307777113608558172663077771136085581726630777711360855817266307777113608558172663077771136085581726630777711360855817266307777113608558172663077771136085581726630777711360855817266307777113608558172663077771" } } } 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 1449276) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1449276) elapsed time (sec): 1.8496956825256348
DEBUG    ya.test:process.py:263 Command (pid 1449276) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1449276) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1449276) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1449276) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1449276) majflt: 0
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39784761-ec4e-4bea-b8df-e8877f2270ae, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 1449276) maxrss: 761976
DEBUG    ya.test:process.py:263 Command (pid 1449276) minflt: 45348
DEBUG    ya.test:process.py:263 Command (pid 1449276) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1449276) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1449276) nivcsw: 258
DEBUG    ya.test:process.py:263 Command (pid 1449276) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1449276) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1449276) nvcsw: 14
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a436ebda-9bf0-4fc9-b549-3094a3ad9e6e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ya.test:process.py:263 Command (pid 1449276) oublock: 8
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05f1d0ff-eb54-4006-b119-a81bc90f3ed6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ya.test:process.py:263 Command (pid 1449276) stime: 0.249498
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05f1d0ff-eb54-4006-b119-a81bc90f3ed6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8823484372757538731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88234843727575387318823484372757538731882348437275753873188234843727575387318823484372757538731882348437275753873188234843727575387318823484372757538731882348437275753873188234843727575387318823484372757538731882348437275753873188234843727575387318823484372757538731882348437275753873188234843727575387318823484372757538731882348437275753873188234843727575387318823484372757538731" } } } 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, 84a8af1d-c7ea-49d7-a1ed-9ba0feafe985, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ya.test:process.py:263 Command (pid 1449276) utime: 0.541156
DEBUG    ya.test:process.py:263 Command (pid 1449276) wtime: 1.906
DEBUG    ya.test:process.py:275 Command (pid 1449276) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a8af1d-c7ea-49d7-a1ed-9ba0feafe985, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13109617065568261321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310961706556826132113109617065568261321131096170655682613211310961706556826132113109617065568261321131096170655682613211310961706556826132113109617065568261321131096170655682613211310961706556826132113109617065568261321131096170655682613211310961706556826132113109617065568261321131096170655682613211310961706556826132113109617065568261321131096170655682613211310961706556826132113109617065568261321" } } } 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:310 Node 1 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05f1d0ff-eb54-4006-b119-a81bc90f3ed6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efbc5c4a-a850-4b0e-bf60-8566692155f9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efbc5c4a-a850-4b0e-bf60-8566692155f9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17858538476413735210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785853847641373521017858538476413735210178585384764137352101785853847641373521017858538476413735210178585384764137352101785853847641373521017858538476413735210178585384764137352101785853847641373521017858538476413735210178585384764137352101785853847641373521017858538476413735210178585384764137352101785853847641373521017858538476413735210178585384764137352101785853847641373521017858538476413735210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a8af1d-c7ea-49d7-a1ed-9ba0feafe985, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efbc5c4a-a850-4b0e-bf60-8566692155f9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10382edd-0414-4c8f-870e-e853a582a811, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 443e016d-5e83-4c68-a59a-e2838be7dfb3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10382edd-0414-4c8f-870e-e853a582a811, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 522873682447237973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973522873682447237973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 443e016d-5e83-4c68-a59a-e2838be7dfb3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5260001504905275467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52600015049052754675260001504905275467526000150490527546752600015049052754675260001504905275467526000150490527546752600015049052754675260001504905275467526000150490527546752600015049052754675260001504905275467526000150490527546752600015049052754675260001504905275467526000150490527546752600015049052754675260001504905275467526000150490527546752600015049052754675260001504905275467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10382edd-0414-4c8f-870e-e853a582a811, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1234d7d1-b2a8-4a23-bcad-e277357c8aa1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1234d7d1-b2a8-4a23-bcad-e277357c8aa1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14717209356828562030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471720935682856203014717209356828562030147172093568285620301471720935682856203014717209356828562030147172093568285620301471720935682856203014717209356828562030147172093568285620301471720935682856203014717209356828562030147172093568285620301471720935682856203014717209356828562030147172093568285620301471720935682856203014717209356828562030147172093568285620301471720935682856203014717209356828562030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 443e016d-5e83-4c68-a59a-e2838be7dfb3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1234d7d1-b2a8-4a23-bcad-e277357c8aa1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d05c4f28-db7d-4a7c-88f6-77b13b302fe3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d46c9c0-ee79-4229-8b92-d93eae6c03fa, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d05c4f28-db7d-4a7c-88f6-77b13b302fe3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1208315548630557091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12083155486305570911208315548630557091120831554863055709112083155486305570911208315548630557091120831554863055709112083155486305570911208315548630557091120831554863055709112083155486305570911208315548630557091120831554863055709112083155486305570911208315548630557091120831554863055709112083155486305570911208315548630557091120831554863055709112083155486305570911208315548630557091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d46c9c0-ee79-4229-8b92-d93eae6c03fa, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 400661294908368803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803400661294908368803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d05c4f28-db7d-4a7c-88f6-77b13b302fe3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9cfc502-31ee-41a8-bd1a-3c5a864c9d28, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9cfc502-31ee-41a8-bd1a-3c5a864c9d28, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6263040869846324230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62630408698463242306263040869846324230626304086984632423062630408698463242306263040869846324230626304086984632423062630408698463242306263040869846324230626304086984632423062630408698463242306263040869846324230626304086984632423062630408698463242306263040869846324230626304086984632423062630408698463242306263040869846324230626304086984632423062630408698463242306263040869846324230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d46c9c0-ee79-4229-8b92-d93eae6c03fa, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 183e0736-9046-4167-be9f-50bf75b11208, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 183e0736-9046-4167-be9f-50bf75b11208, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8599140604017282525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85991406040172825258599140604017282525859914060401728252585991406040172825258599140604017282525859914060401728252585991406040172825258599140604017282525859914060401728252585991406040172825258599140604017282525859914060401728252585991406040172825258599140604017282525859914060401728252585991406040172825258599140604017282525859914060401728252585991406040172825258599140604017282525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9cfc502-31ee-41a8-bd1a-3c5a864c9d28, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c5dbecb-f001-4b22-99d3-6350c1ba5739, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c5dbecb-f001-4b22-99d3-6350c1ba5739, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4730134533424097306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47301345334240973064730134533424097306473013453342409730647301345334240973064730134533424097306473013453342409730647301345334240973064730134533424097306473013453342409730647301345334240973064730134533424097306473013453342409730647301345334240973064730134533424097306473013453342409730647301345334240973064730134533424097306473013453342409730647301345334240973064730134533424097306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c5dbecb-f001-4b22-99d3-6350c1ba5739, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 183e0736-9046-4167-be9f-50bf75b11208, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1368b48f-5153-4e77-91ae-a188c5114108, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1368b48f-5153-4e77-91ae-a188c5114108, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2816827141836801862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28168271418368018622816827141836801862281682714183680186228168271418368018622816827141836801862281682714183680186228168271418368018622816827141836801862281682714183680186228168271418368018622816827141836801862281682714183680186228168271418368018622816827141836801862281682714183680186228168271418368018622816827141836801862281682714183680186228168271418368018622816827141836801862" } } } 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, 4c9a7fe6-b7d9-42d2-9030-aa8ca3056213, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c9a7fe6-b7d9-42d2-9030-aa8ca3056213, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5969681762105809261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59696817621058092615969681762105809261596968176210580926159696817621058092615969681762105809261596968176210580926159696817621058092615969681762105809261596968176210580926159696817621058092615969681762105809261596968176210580926159696817621058092615969681762105809261596968176210580926159696817621058092615969681762105809261596968176210580926159696817621058092615969681762105809261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1368b48f-5153-4e77-91ae-a188c5114108, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c9a7fe6-b7d9-42d2-9030-aa8ca3056213, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40ba7e96-df1c-47ee-84f4-350b6f194c32, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40ba7e96-df1c-47ee-84f4-350b6f194c32, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10861455946472401583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086145594647240158310861455946472401583108614559464724015831086145594647240158310861455946472401583108614559464724015831086145594647240158310861455946472401583108614559464724015831086145594647240158310861455946472401583108614559464724015831086145594647240158310861455946472401583108614559464724015831086145594647240158310861455946472401583108614559464724015831086145594647240158310861455946472401583" } } } 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, fd8b4b9e-ea0c-43fa-9f05-2669833184ca, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd8b4b9e-ea0c-43fa-9f05-2669833184ca, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2271934390605822793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22719343906058227932271934390605822793227193439060582279322719343906058227932271934390605822793227193439060582279322719343906058227932271934390605822793227193439060582279322719343906058227932271934390605822793227193439060582279322719343906058227932271934390605822793227193439060582279322719343906058227932271934390605822793227193439060582279322719343906058227932271934390605822793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40ba7e96-df1c-47ee-84f4-350b6f194c32, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccfd9cf2-65c3-40c0-b1a7-cf1865c642c4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccfd9cf2-65c3-40c0-b1a7-cf1865c642c4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1613970950113071789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16139709501130717891613970950113071789161397095011307178916139709501130717891613970950113071789161397095011307178916139709501130717891613970950113071789161397095011307178916139709501130717891613970950113071789161397095011307178916139709501130717891613970950113071789161397095011307178916139709501130717891613970950113071789161397095011307178916139709501130717891613970950113071789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd8b4b9e-ea0c-43fa-9f05-2669833184ca, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd057d2a-f2d4-490d-83a9-2fd4a8cc9908, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd057d2a-f2d4-490d-83a9-2fd4a8cc9908, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13093095941737772512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309309594173777251213093095941737772512130930959417377725121309309594173777251213093095941737772512130930959417377725121309309594173777251213093095941737772512130930959417377725121309309594173777251213093095941737772512130930959417377725121309309594173777251213093095941737772512130930959417377725121309309594173777251213093095941737772512130930959417377725121309309594173777251213093095941737772512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd057d2a-f2d4-490d-83a9-2fd4a8cc9908, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a30de0f-530a-4d1a-8054-d3e3377f6248, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a30de0f-530a-4d1a-8054-d3e3377f6248, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8967075656153558383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89670756561535583838967075656153558383896707565615355838389670756561535583838967075656153558383896707565615355838389670756561535583838967075656153558383896707565615355838389670756561535583838967075656153558383896707565615355838389670756561535583838967075656153558383896707565615355838389670756561535583838967075656153558383896707565615355838389670756561535583838967075656153558383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccfd9cf2-65c3-40c0-b1a7-cf1865c642c4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7ff3378-b135-44a6-ae95-bf584bbfa2dd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7ff3378-b135-44a6-ae95-bf584bbfa2dd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3741546919227968291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37415469192279682913741546919227968291374154691922796829137415469192279682913741546919227968291374154691922796829137415469192279682913741546919227968291374154691922796829137415469192279682913741546919227968291374154691922796829137415469192279682913741546919227968291374154691922796829137415469192279682913741546919227968291374154691922796829137415469192279682913741546919227968291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a30de0f-530a-4d1a-8054-d3e3377f6248, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9909bad4-7adb-4a68-b7fa-0e149e133b7b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9909bad4-7adb-4a68-b7fa-0e149e133b7b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3920738964671885832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39207389646718858323920738964671885832392073896467188583239207389646718858323920738964671885832392073896467188583239207389646718858323920738964671885832392073896467188583239207389646718858323920738964671885832392073896467188583239207389646718858323920738964671885832392073896467188583239207389646718858323920738964671885832392073896467188583239207389646718858323920738964671885832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9909bad4-7adb-4a68-b7fa-0e149e133b7b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a951f8c-8338-49e7-9fea-e298ba67c1a6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a951f8c-8338-49e7-9fea-e298ba67c1a6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12783299575623314261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278329957562331426112783299575623314261127832995756233142611278329957562331426112783299575623314261127832995756233142611278329957562331426112783299575623314261127832995756233142611278329957562331426112783299575623314261127832995756233142611278329957562331426112783299575623314261127832995756233142611278329957562331426112783299575623314261127832995756233142611278329957562331426112783299575623314261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7ff3378-b135-44a6-ae95-bf584bbfa2dd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a951f8c-8338-49e7-9fea-e298ba67c1a6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2213d36f-603d-4478-81c3-3f521a8e9778, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5763dcb2-5b40-4f44-9c32-7c7cbb71159d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5763dcb2-5b40-4f44-9c32-7c7cbb71159d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13502043793868998946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350204379386899894613502043793868998946135020437938689989461350204379386899894613502043793868998946135020437938689989461350204379386899894613502043793868998946135020437938689989461350204379386899894613502043793868998946135020437938689989461350204379386899894613502043793868998946135020437938689989461350204379386899894613502043793868998946135020437938689989461350204379386899894613502043793868998946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2213d36f-603d-4478-81c3-3f521a8e9778, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6730029177776770200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67300291777767702006730029177776770200673002917777677020067300291777767702006730029177776770200673002917777677020067300291777767702006730029177776770200673002917777677020067300291777767702006730029177776770200673002917777677020067300291777767702006730029177776770200673002917777677020067300291777767702006730029177776770200673002917777677020067300291777767702006730029177776770200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5763dcb2-5b40-4f44-9c32-7c7cbb71159d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc8629c1-be80-4cff-a753-97397ea0cc3d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc8629c1-be80-4cff-a753-97397ea0cc3d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14790420212947200722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479042021294720072214790420212947200722147904202129472007221479042021294720072214790420212947200722147904202129472007221479042021294720072214790420212947200722147904202129472007221479042021294720072214790420212947200722147904202129472007221479042021294720072214790420212947200722147904202129472007221479042021294720072214790420212947200722147904202129472007221479042021294720072214790420212947200722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2213d36f-603d-4478-81c3-3f521a8e9778, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ebaa750-f374-4138-a700-6229a48946e4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ebaa750-f374-4138-a700-6229a48946e4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16379319944158791126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637931994415879112616379319944158791126163793199441587911261637931994415879112616379319944158791126163793199441587911261637931994415879112616379319944158791126163793199441587911261637931994415879112616379319944158791126163793199441587911261637931994415879112616379319944158791126163793199441587911261637931994415879112616379319944158791126163793199441587911261637931994415879112616379319944158791126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc8629c1-be80-4cff-a753-97397ea0cc3d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8d15c72-0b64-44f6-b260-fcb8f1f60ff8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ebaa750-f374-4138-a700-6229a48946e4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8d15c72-0b64-44f6-b260-fcb8f1f60ff8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2719600181915409506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27196001819154095062719600181915409506271960018191540950627196001819154095062719600181915409506271960018191540950627196001819154095062719600181915409506271960018191540950627196001819154095062719600181915409506271960018191540950627196001819154095062719600181915409506271960018191540950627196001819154095062719600181915409506271960018191540950627196001819154095062719600181915409506" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8d15c72-0b64-44f6-b260-fcb8f1f60ff8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 946f1f60-30d8-42ad-a46e-8826b4e9a9d4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 946f1f60-30d8-42ad-a46e-8826b4e9a9d4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13991362738648059994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399136273864805999413991362738648059994139913627386480599941399136273864805999413991362738648059994139913627386480599941399136273864805999413991362738648059994139913627386480599941399136273864805999413991362738648059994139913627386480599941399136273864805999413991362738648059994139913627386480599941399136273864805999413991362738648059994139913627386480599941399136273864805999413991362738648059994" } } } 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, c137b055-4bca-4931-8c2d-3886c9f576e3, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c137b055-4bca-4931-8c2d-3886c9f576e3, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4903172127981540568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49031721279815405684903172127981540568490317212798154056849031721279815405684903172127981540568490317212798154056849031721279815405684903172127981540568490317212798154056849031721279815405684903172127981540568490317212798154056849031721279815405684903172127981540568490317212798154056849031721279815405684903172127981540568490317212798154056849031721279815405684903172127981540568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c137b055-4bca-4931-8c2d-3886c9f576e3, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 613a9173-0eee-4007-a076-4a95aade237f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 613a9173-0eee-4007-a076-4a95aade237f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8349752120453819504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83497521204538195048349752120453819504834975212045381950483497521204538195048349752120453819504834975212045381950483497521204538195048349752120453819504834975212045381950483497521204538195048349752120453819504834975212045381950483497521204538195048349752120453819504834975212045381950483497521204538195048349752120453819504834975212045381950483497521204538195048349752120453819504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 946f1f60-30d8-42ad-a46e-8826b4e9a9d4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec559d0e-578f-49ad-bed6-5b278503e375, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec559d0e-578f-49ad-bed6-5b278503e375, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9205390495047482488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92053904950474824889205390495047482488920539049504748248892053904950474824889205390495047482488920539049504748248892053904950474824889205390495047482488920539049504748248892053904950474824889205390495047482488920539049504748248892053904950474824889205390495047482488920539049504748248892053904950474824889205390495047482488920539049504748248892053904950474824889205390495047482488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 613a9173-0eee-4007-a076-4a95aade237f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b32dd892-622b-4207-8ba1-e98a6495bf32, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b32dd892-622b-4207-8ba1-e98a6495bf32, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17497315682938902569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749731568293890256917497315682938902569174973156829389025691749731568293890256917497315682938902569174973156829389025691749731568293890256917497315682938902569174973156829389025691749731568293890256917497315682938902569174973156829389025691749731568293890256917497315682938902569174973156829389025691749731568293890256917497315682938902569174973156829389025691749731568293890256917497315682938902569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec559d0e-578f-49ad-bed6-5b278503e375, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a99c773-1019-4c04-b5e5-5ad38cb0196c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a99c773-1019-4c04-b5e5-5ad38cb0196c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13077213275292626738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307721327529262673813077213275292626738130772132752926267381307721327529262673813077213275292626738130772132752926267381307721327529262673813077213275292626738130772132752926267381307721327529262673813077213275292626738130772132752926267381307721327529262673813077213275292626738130772132752926267381307721327529262673813077213275292626738130772132752926267381307721327529262673813077213275292626738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b32dd892-622b-4207-8ba1-e98a6495bf32, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e3c0953-7d1c-4d1b-b144-7aa31eec2782, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e3c0953-7d1c-4d1b-b144-7aa31eec2782, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5792619920286217204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57926199202862172045792619920286217204579261992028621720457926199202862172045792619920286217204579261992028621720457926199202862172045792619920286217204579261992028621720457926199202862172045792619920286217204579261992028621720457926199202862172045792619920286217204579261992028621720457926199202862172045792619920286217204579261992028621720457926199202862172045792619920286217204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a99c773-1019-4c04-b5e5-5ad38cb0196c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73d364ce-a951-417b-a588-c2c4f7fa164a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73d364ce-a951-417b-a588-c2c4f7fa164a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13407727152128822637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340772715212882263713407727152128822637134077271521288226371340772715212882263713407727152128822637134077271521288226371340772715212882263713407727152128822637134077271521288226371340772715212882263713407727152128822637134077271521288226371340772715212882263713407727152128822637134077271521288226371340772715212882263713407727152128822637134077271521288226371340772715212882263713407727152128822637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e3c0953-7d1c-4d1b-b144-7aa31eec2782, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8812ed06-8790-47df-b69a-0e822a61898a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73d364ce-a951-417b-a588-c2c4f7fa164a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8812ed06-8790-47df-b69a-0e822a61898a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15624251775103487415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562425177510348741515624251775103487415156242517751034874151562425177510348741515624251775103487415156242517751034874151562425177510348741515624251775103487415156242517751034874151562425177510348741515624251775103487415156242517751034874151562425177510348741515624251775103487415156242517751034874151562425177510348741515624251775103487415156242517751034874151562425177510348741515624251775103487415" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bab788a1-d097-4635-9398-644986a500f2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bab788a1-d097-4635-9398-644986a500f2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16441680896479762382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644168089647976238216441680896479762382164416808964797623821644168089647976238216441680896479762382164416808964797623821644168089647976238216441680896479762382164416808964797623821644168089647976238216441680896479762382164416808964797623821644168089647976238216441680896479762382164416808964797623821644168089647976238216441680896479762382164416808964797623821644168089647976238216441680896479762382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8812ed06-8790-47df-b69a-0e822a61898a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1442c6a3-3c62-40df-b225-a914d135eb11, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1442c6a3-3c62-40df-b225-a914d135eb11, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14838361056267354882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483836105626735488214838361056267354882148383610562673548821483836105626735488214838361056267354882148383610562673548821483836105626735488214838361056267354882148383610562673548821483836105626735488214838361056267354882148383610562673548821483836105626735488214838361056267354882148383610562673548821483836105626735488214838361056267354882148383610562673548821483836105626735488214838361056267354882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bab788a1-d097-4635-9398-644986a500f2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3a3db91-cd26-44da-866a-1493033e48d8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1442c6a3-3c62-40df-b225-a914d135eb11, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0712498a-8e31-4de3-a07b-cb0a81bdd186, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0712498a-8e31-4de3-a07b-cb0a81bdd186, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6778360170558278637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67783601705582786376778360170558278637677836017055827863767783601705582786376778360170558278637677836017055827863767783601705582786376778360170558278637677836017055827863767783601705582786376778360170558278637677836017055827863767783601705582786376778360170558278637677836017055827863767783601705582786376778360170558278637677836017055827863767783601705582786376778360170558278637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3a3db91-cd26-44da-866a-1493033e48d8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2562705168365276499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25627051683652764992562705168365276499256270516836527649925627051683652764992562705168365276499256270516836527649925627051683652764992562705168365276499256270516836527649925627051683652764992562705168365276499256270516836527649925627051683652764992562705168365276499256270516836527649925627051683652764992562705168365276499256270516836527649925627051683652764992562705168365276499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0712498a-8e31-4de3-a07b-cb0a81bdd186, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3a3db91-cd26-44da-866a-1493033e48d8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f35865c3-a8d5-4f3b-a87d-6ac3b371162e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b6a7548-2bf2-454b-a6eb-01a27e46fd6a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f35865c3-a8d5-4f3b-a87d-6ac3b371162e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9926822484223017826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99268224842230178269926822484223017826992682248422301782699268224842230178269926822484223017826992682248422301782699268224842230178269926822484223017826992682248422301782699268224842230178269926822484223017826992682248422301782699268224842230178269926822484223017826992682248422301782699268224842230178269926822484223017826992682248422301782699268224842230178269926822484223017826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b6a7548-2bf2-454b-a6eb-01a27e46fd6a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17907368899377973981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790736889937797398117907368899377973981179073688993779739811790736889937797398117907368899377973981179073688993779739811790736889937797398117907368899377973981179073688993779739811790736889937797398117907368899377973981179073688993779739811790736889937797398117907368899377973981179073688993779739811790736889937797398117907368899377973981179073688993779739811790736889937797398117907368899377973981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b6a7548-2bf2-454b-a6eb-01a27e46fd6a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4de753c3-0f67-47d1-b928-0fc556febe6c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4de753c3-0f67-47d1-b928-0fc556febe6c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6926352311165947001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69263523111659470016926352311165947001692635231116594700169263523111659470016926352311165947001692635231116594700169263523111659470016926352311165947001692635231116594700169263523111659470016926352311165947001692635231116594700169263523111659470016926352311165947001692635231116594700169263523111659470016926352311165947001692635231116594700169263523111659470016926352311165947001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f35865c3-a8d5-4f3b-a87d-6ac3b371162e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dba46171-1ef7-4dab-86ae-f86ca6739a39, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dba46171-1ef7-4dab-86ae-f86ca6739a39, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11788064245422185897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178806424542218589711788064245422185897117880642454221858971178806424542218589711788064245422185897117880642454221858971178806424542218589711788064245422185897117880642454221858971178806424542218589711788064245422185897117880642454221858971178806424542218589711788064245422185897117880642454221858971178806424542218589711788064245422185897117880642454221858971178806424542218589711788064245422185897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4de753c3-0f67-47d1-b928-0fc556febe6c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abdd2639-b394-4782-a9e1-0b46ae447fcf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abdd2639-b394-4782-a9e1-0b46ae447fcf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3522897611742535705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35228976117425357053522897611742535705352289761174253570535228976117425357053522897611742535705352289761174253570535228976117425357053522897611742535705352289761174253570535228976117425357053522897611742535705352289761174253570535228976117425357053522897611742535705352289761174253570535228976117425357053522897611742535705352289761174253570535228976117425357053522897611742535705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dba46171-1ef7-4dab-86ae-f86ca6739a39, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ccdcd24-8ccf-4eb4-b559-7529d80a39ec, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ccdcd24-8ccf-4eb4-b559-7529d80a39ec, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11275014937421409220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127501493742140922011275014937421409220112750149374214092201127501493742140922011275014937421409220112750149374214092201127501493742140922011275014937421409220112750149374214092201127501493742140922011275014937421409220112750149374214092201127501493742140922011275014937421409220112750149374214092201127501493742140922011275014937421409220112750149374214092201127501493742140922011275014937421409220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abdd2639-b394-4782-a9e1-0b46ae447fcf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c5ca934-f66a-4c6f-8688-44ab5d3af21a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c5ca934-f66a-4c6f-8688-44ab5d3af21a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7102284955084860818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71022849550848608187102284955084860818710228495508486081871022849550848608187102284955084860818710228495508486081871022849550848608187102284955084860818710228495508486081871022849550848608187102284955084860818710228495508486081871022849550848608187102284955084860818710228495508486081871022849550848608187102284955084860818710228495508486081871022849550848608187102284955084860818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ccdcd24-8ccf-4eb4-b559-7529d80a39ec, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c5ca934-f66a-4c6f-8688-44ab5d3af21a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58a0c9c2-a07d-4676-a0a8-a150c325bdcb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05bba4d1-65f8-4d63-ac3d-1e1836d38ec3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05bba4d1-65f8-4d63-ac3d-1e1836d38ec3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 240948958513951145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145240948958513951145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a0c9c2-a07d-4676-a0a8-a150c325bdcb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9675169374834859916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96751693748348599169675169374834859916967516937483485991696751693748348599169675169374834859916967516937483485991696751693748348599169675169374834859916967516937483485991696751693748348599169675169374834859916967516937483485991696751693748348599169675169374834859916967516937483485991696751693748348599169675169374834859916967516937483485991696751693748348599169675169374834859916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05bba4d1-65f8-4d63-ac3d-1e1836d38ec3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2797db3d-9cf4-467c-9c4e-461c8f0e2cfd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2797db3d-9cf4-467c-9c4e-461c8f0e2cfd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2965780850009158232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29657808500091582322965780850009158232296578085000915823229657808500091582322965780850009158232296578085000915823229657808500091582322965780850009158232296578085000915823229657808500091582322965780850009158232296578085000915823229657808500091582322965780850009158232296578085000915823229657808500091582322965780850009158232296578085000915823229657808500091582322965780850009158232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a0c9c2-a07d-4676-a0a8-a150c325bdcb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed14bd72-ca9f-40b2-b029-0d71d7cf369c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed14bd72-ca9f-40b2-b029-0d71d7cf369c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13708696399007009445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370869639900700944513708696399007009445137086963990070094451370869639900700944513708696399007009445137086963990070094451370869639900700944513708696399007009445137086963990070094451370869639900700944513708696399007009445137086963990070094451370869639900700944513708696399007009445137086963990070094451370869639900700944513708696399007009445137086963990070094451370869639900700944513708696399007009445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2797db3d-9cf4-467c-9c4e-461c8f0e2cfd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53f5310a-7abe-4a63-9b7f-96a17966db84, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed14bd72-ca9f-40b2-b029-0d71d7cf369c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4fc9f7d-3516-4a5f-946d-997583f2c673, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53f5310a-7abe-4a63-9b7f-96a17966db84, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12905885720838530393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290588572083853039312905885720838530393129058857208385303931290588572083853039312905885720838530393129058857208385303931290588572083853039312905885720838530393129058857208385303931290588572083853039312905885720838530393129058857208385303931290588572083853039312905885720838530393129058857208385303931290588572083853039312905885720838530393129058857208385303931290588572083853039312905885720838530393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4fc9f7d-3516-4a5f-946d-997583f2c673, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15535019353060372652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553501935306037265215535019353060372652155350193530603726521553501935306037265215535019353060372652155350193530603726521553501935306037265215535019353060372652155350193530603726521553501935306037265215535019353060372652155350193530603726521553501935306037265215535019353060372652155350193530603726521553501935306037265215535019353060372652155350193530603726521553501935306037265215535019353060372652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53f5310a-7abe-4a63-9b7f-96a17966db84, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc3de624-6e89-4f85-bb0a-599cb80d236d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc3de624-6e89-4f85-bb0a-599cb80d236d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11681395442848122379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168139544284812237911681395442848122379116813954428481223791168139544284812237911681395442848122379116813954428481223791168139544284812237911681395442848122379116813954428481223791168139544284812237911681395442848122379116813954428481223791168139544284812237911681395442848122379116813954428481223791168139544284812237911681395442848122379116813954428481223791168139544284812237911681395442848122379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4fc9f7d-3516-4a5f-946d-997583f2c673, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 499a5d46-ef5e-4114-97c4-bd851b5241db, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 499a5d46-ef5e-4114-97c4-bd851b5241db, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7133389293629051966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71333892936290519667133389293629051966713338929362905196671333892936290519667133389293629051966713338929362905196671333892936290519667133389293629051966713338929362905196671333892936290519667133389293629051966713338929362905196671333892936290519667133389293629051966713338929362905196671333892936290519667133389293629051966713338929362905196671333892936290519667133389293629051966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc3de624-6e89-4f85-bb0a-599cb80d236d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70362452-9277-4222-a466-53a5f8980dc2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70362452-9277-4222-a466-53a5f8980dc2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4101281348230741820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41012813482307418204101281348230741820410128134823074182041012813482307418204101281348230741820410128134823074182041012813482307418204101281348230741820410128134823074182041012813482307418204101281348230741820410128134823074182041012813482307418204101281348230741820410128134823074182041012813482307418204101281348230741820410128134823074182041012813482307418204101281348230741820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 499a5d46-ef5e-4114-97c4-bd851b5241db, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d129ec0-0f01-48c5-b2f0-935a6e13df97, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d129ec0-0f01-48c5-b2f0-935a6e13df97, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7146953767416752306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71469537674167523067146953767416752306714695376741675230671469537674167523067146953767416752306714695376741675230671469537674167523067146953767416752306714695376741675230671469537674167523067146953767416752306714695376741675230671469537674167523067146953767416752306714695376741675230671469537674167523067146953767416752306714695376741675230671469537674167523067146953767416752306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d129ec0-0f01-48c5-b2f0-935a6e13df97, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 931130f5-b748-4f8b-89cf-8d568ee8cc91, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 931130f5-b748-4f8b-89cf-8d568ee8cc91, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4478914357279613967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44789143572796139674478914357279613967447891435727961396744789143572796139674478914357279613967447891435727961396744789143572796139674478914357279613967447891435727961396744789143572796139674478914357279613967447891435727961396744789143572796139674478914357279613967447891435727961396744789143572796139674478914357279613967447891435727961396744789143572796139674478914357279613967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70362452-9277-4222-a466-53a5f8980dc2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95dd66b2-3b6c-4c10-a7d9-697a8a777418, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95dd66b2-3b6c-4c10-a7d9-697a8a777418, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11717794018145255677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171779401814525567711717794018145255677117177940181452556771171779401814525567711717794018145255677117177940181452556771171779401814525567711717794018145255677117177940181452556771171779401814525567711717794018145255677117177940181452556771171779401814525567711717794018145255677117177940181452556771171779401814525567711717794018145255677117177940181452556771171779401814525567711717794018145255677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 931130f5-b748-4f8b-89cf-8d568ee8cc91, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caaa0281-83fc-4cf5-87da-4ba4c8d5296f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caaa0281-83fc-4cf5-87da-4ba4c8d5296f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8944965694445123809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89449656944451238098944965694445123809894496569444512380989449656944451238098944965694445123809894496569444512380989449656944451238098944965694445123809894496569444512380989449656944451238098944965694445123809894496569444512380989449656944451238098944965694445123809894496569444512380989449656944451238098944965694445123809894496569444512380989449656944451238098944965694445123809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95dd66b2-3b6c-4c10-a7d9-697a8a777418, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caaa0281-83fc-4cf5-87da-4ba4c8d5296f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34c71060-eb00-4bbd-8d2b-d2e84d6a843d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f74bda8-ff14-4447-99dd-12af0ba509d6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34c71060-eb00-4bbd-8d2b-d2e84d6a843d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17180731473268513401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718073147326851340117180731473268513401171807314732685134011718073147326851340117180731473268513401171807314732685134011718073147326851340117180731473268513401171807314732685134011718073147326851340117180731473268513401171807314732685134011718073147326851340117180731473268513401171807314732685134011718073147326851340117180731473268513401171807314732685134011718073147326851340117180731473268513401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f74bda8-ff14-4447-99dd-12af0ba509d6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16852549191822071242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685254919182207124216852549191822071242168525491918220712421685254919182207124216852549191822071242168525491918220712421685254919182207124216852549191822071242168525491918220712421685254919182207124216852549191822071242168525491918220712421685254919182207124216852549191822071242168525491918220712421685254919182207124216852549191822071242168525491918220712421685254919182207124216852549191822071242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f74bda8-ff14-4447-99dd-12af0ba509d6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34c71060-eb00-4bbd-8d2b-d2e84d6a843d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d097e5e8-2c15-46a0-9faf-02ed4a1b1290, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d097e5e8-2c15-46a0-9faf-02ed4a1b1290, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12993750240435895400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299375024043589540012993750240435895400129937502404358954001299375024043589540012993750240435895400129937502404358954001299375024043589540012993750240435895400129937502404358954001299375024043589540012993750240435895400129937502404358954001299375024043589540012993750240435895400129937502404358954001299375024043589540012993750240435895400129937502404358954001299375024043589540012993750240435895400" } } } 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, 351db815-4878-4ded-ab31-57231c888eb5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d097e5e8-2c15-46a0-9faf-02ed4a1b1290, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c61d1555-06c6-4849-b612-2614ece7fbb8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c61d1555-06c6-4849-b612-2614ece7fbb8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 531795763341824481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481531795763341824481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 351db815-4878-4ded-ab31-57231c888eb5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16007020486129004223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600702048612900422316007020486129004223160070204861290042231600702048612900422316007020486129004223160070204861290042231600702048612900422316007020486129004223160070204861290042231600702048612900422316007020486129004223160070204861290042231600702048612900422316007020486129004223160070204861290042231600702048612900422316007020486129004223160070204861290042231600702048612900422316007020486129004223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 351db815-4878-4ded-ab31-57231c888eb5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6174f31f-4d93-4950-90a0-ed9d05569c59, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6174f31f-4d93-4950-90a0-ed9d05569c59, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4218833798964557375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42188337989645573754218833798964557375421883379896455737542188337989645573754218833798964557375421883379896455737542188337989645573754218833798964557375421883379896455737542188337989645573754218833798964557375421883379896455737542188337989645573754218833798964557375421883379896455737542188337989645573754218833798964557375421883379896455737542188337989645573754218833798964557375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6174f31f-4d93-4950-90a0-ed9d05569c59, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfcd807f-d2d3-4d27-939e-e02a020e385e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c61d1555-06c6-4849-b612-2614ece7fbb8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6c2c905-b366-446e-a7b7-b3d94a937768, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfcd807f-d2d3-4d27-939e-e02a020e385e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17176334117111434941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717633411711143494117176334117111434941171763341171114349411717633411711143494117176334117111434941171763341171114349411717633411711143494117176334117111434941171763341171114349411717633411711143494117176334117111434941171763341171114349411717633411711143494117176334117111434941171763341171114349411717633411711143494117176334117111434941171763341171114349411717633411711143494117176334117111434941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6c2c905-b366-446e-a7b7-b3d94a937768, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4724244352896270699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47242443528962706994724244352896270699472424435289627069947242443528962706994724244352896270699472424435289627069947242443528962706994724244352896270699472424435289627069947242443528962706994724244352896270699472424435289627069947242443528962706994724244352896270699472424435289627069947242443528962706994724244352896270699472424435289627069947242443528962706994724244352896270699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6c2c905-b366-446e-a7b7-b3d94a937768, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfcd807f-d2d3-4d27-939e-e02a020e385e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35563ea4-e82b-434d-8408-853e781658f1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35563ea4-e82b-434d-8408-853e781658f1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5576748595739523238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55767485957395232385576748595739523238557674859573952323855767485957395232385576748595739523238557674859573952323855767485957395232385576748595739523238557674859573952323855767485957395232385576748595739523238557674859573952323855767485957395232385576748595739523238557674859573952323855767485957395232385576748595739523238557674859573952323855767485957395232385576748595739523238" } } } 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, d6130f3c-d6de-4c93-9376-f18d91b5fc85, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6130f3c-d6de-4c93-9376-f18d91b5fc85, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2166807300401575605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21668073004015756052166807300401575605216680730040157560521668073004015756052166807300401575605216680730040157560521668073004015756052166807300401575605216680730040157560521668073004015756052166807300401575605216680730040157560521668073004015756052166807300401575605216680730040157560521668073004015756052166807300401575605216680730040157560521668073004015756052166807300401575605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35563ea4-e82b-434d-8408-853e781658f1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03bb52d5-594b-4fcf-bd2a-c1da78b4bc20, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6130f3c-d6de-4c93-9376-f18d91b5fc85, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03bb52d5-594b-4fcf-bd2a-c1da78b4bc20, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2527524751522244109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25275247515222441092527524751522244109252752475152224410925275247515222441092527524751522244109252752475152224410925275247515222441092527524751522244109252752475152224410925275247515222441092527524751522244109252752475152224410925275247515222441092527524751522244109252752475152224410925275247515222441092527524751522244109252752475152224410925275247515222441092527524751522244109" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca5c9c2d-b7f2-469a-8dbc-03e6b0eaf49c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca5c9c2d-b7f2-469a-8dbc-03e6b0eaf49c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6621302782562180133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66213027825621801336621302782562180133662130278256218013366213027825621801336621302782562180133662130278256218013366213027825621801336621302782562180133662130278256218013366213027825621801336621302782562180133662130278256218013366213027825621801336621302782562180133662130278256218013366213027825621801336621302782562180133662130278256218013366213027825621801336621302782562180133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03bb52d5-594b-4fcf-bd2a-c1da78b4bc20, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e9ec7ee-b40b-4c04-8838-db302bd70a73, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9ec7ee-b40b-4c04-8838-db302bd70a73, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7731325279955339449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77313252799553394497731325279955339449773132527995533944977313252799553394497731325279955339449773132527995533944977313252799553394497731325279955339449773132527995533944977313252799553394497731325279955339449773132527995533944977313252799553394497731325279955339449773132527995533944977313252799553394497731325279955339449773132527995533944977313252799553394497731325279955339449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca5c9c2d-b7f2-469a-8dbc-03e6b0eaf49c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb7e0df3-8d74-496b-97d8-98ef23e73993, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb7e0df3-8d74-496b-97d8-98ef23e73993, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3910972266387772707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39109722663877727073910972266387772707391097226638777270739109722663877727073910972266387772707391097226638777270739109722663877727073910972266387772707391097226638777270739109722663877727073910972266387772707391097226638777270739109722663877727073910972266387772707391097226638777270739109722663877727073910972266387772707391097226638777270739109722663877727073910972266387772707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9ec7ee-b40b-4c04-8838-db302bd70a73, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33115e05-673d-4115-a950-991834f8bfd6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33115e05-673d-4115-a950-991834f8bfd6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4975462453847327582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49754624538473275824975462453847327582497546245384732758249754624538473275824975462453847327582497546245384732758249754624538473275824975462453847327582497546245384732758249754624538473275824975462453847327582497546245384732758249754624538473275824975462453847327582497546245384732758249754624538473275824975462453847327582497546245384732758249754624538473275824975462453847327582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb7e0df3-8d74-496b-97d8-98ef23e73993, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0f91bd8-463e-4386-9b33-6c11b5b73ab9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0f91bd8-463e-4386-9b33-6c11b5b73ab9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6638554771380246588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66385547713802465886638554771380246588663855477138024658866385547713802465886638554771380246588663855477138024658866385547713802465886638554771380246588663855477138024658866385547713802465886638554771380246588663855477138024658866385547713802465886638554771380246588663855477138024658866385547713802465886638554771380246588663855477138024658866385547713802465886638554771380246588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33115e05-673d-4115-a950-991834f8bfd6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b35ebc64-be9a-4f97-9297-524aeb0da0d8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b35ebc64-be9a-4f97-9297-524aeb0da0d8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7594425183701070795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75944251837010707957594425183701070795759442518370107079575944251837010707957594425183701070795759442518370107079575944251837010707957594425183701070795759442518370107079575944251837010707957594425183701070795759442518370107079575944251837010707957594425183701070795759442518370107079575944251837010707957594425183701070795759442518370107079575944251837010707957594425183701070795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0f91bd8-463e-4386-9b33-6c11b5b73ab9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2da24462-26d8-4f31-8f6d-485e9243d798, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2da24462-26d8-4f31-8f6d-485e9243d798, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2517666220282325736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25176662202823257362517666220282325736251766622028232573625176662202823257362517666220282325736251766622028232573625176662202823257362517666220282325736251766622028232573625176662202823257362517666220282325736251766622028232573625176662202823257362517666220282325736251766622028232573625176662202823257362517666220282325736251766622028232573625176662202823257362517666220282325736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2da24462-26d8-4f31-8f6d-485e9243d798, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b35ebc64-be9a-4f97-9297-524aeb0da0d8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99422bdb-6989-47eb-b13d-dc23254548cb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5ffecad-e503-410b-9c8f-f6c5b77f97b5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5ffecad-e503-410b-9c8f-f6c5b77f97b5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9148312883313994578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91483128833139945789148312883313994578914831288331399457891483128833139945789148312883313994578914831288331399457891483128833139945789148312883313994578914831288331399457891483128833139945789148312883313994578914831288331399457891483128833139945789148312883313994578914831288331399457891483128833139945789148312883313994578914831288331399457891483128833139945789148312883313994578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99422bdb-6989-47eb-b13d-dc23254548cb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13203496445117152710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320349644511715271013203496445117152710132034964451171527101320349644511715271013203496445117152710132034964451171527101320349644511715271013203496445117152710132034964451171527101320349644511715271013203496445117152710132034964451171527101320349644511715271013203496445117152710132034964451171527101320349644511715271013203496445117152710132034964451171527101320349644511715271013203496445117152710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5ffecad-e503-410b-9c8f-f6c5b77f97b5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bb40098-d825-4ff7-91cb-b017589b9e27, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99422bdb-6989-47eb-b13d-dc23254548cb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bb40098-d825-4ff7-91cb-b017589b9e27, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13953503143306725689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395350314330672568913953503143306725689139535031433067256891395350314330672568913953503143306725689139535031433067256891395350314330672568913953503143306725689139535031433067256891395350314330672568913953503143306725689139535031433067256891395350314330672568913953503143306725689139535031433067256891395350314330672568913953503143306725689139535031433067256891395350314330672568913953503143306725689" } } } 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, 8b61a1e8-b05c-4663-a64e-79c114c0cff5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b61a1e8-b05c-4663-a64e-79c114c0cff5, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15674778023007558298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567477802300755829815674778023007558298156747780230075582981567477802300755829815674778023007558298156747780230075582981567477802300755829815674778023007558298156747780230075582981567477802300755829815674778023007558298156747780230075582981567477802300755829815674778023007558298156747780230075582981567477802300755829815674778023007558298156747780230075582981567477802300755829815674778023007558298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bb40098-d825-4ff7-91cb-b017589b9e27, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50019af0-d539-43bd-a819-81973253be10, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b61a1e8-b05c-4663-a64e-79c114c0cff5, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50019af0-d539-43bd-a819-81973253be10, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8454355188613747293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84543551886137472938454355188613747293845435518861374729384543551886137472938454355188613747293845435518861374729384543551886137472938454355188613747293845435518861374729384543551886137472938454355188613747293845435518861374729384543551886137472938454355188613747293845435518861374729384543551886137472938454355188613747293845435518861374729384543551886137472938454355188613747293" } } } 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, 35a85816-40f3-4240-a72c-828189c6cf57, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35a85816-40f3-4240-a72c-828189c6cf57, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6821566639518192345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68215666395181923456821566639518192345682156663951819234568215666395181923456821566639518192345682156663951819234568215666395181923456821566639518192345682156663951819234568215666395181923456821566639518192345682156663951819234568215666395181923456821566639518192345682156663951819234568215666395181923456821566639518192345682156663951819234568215666395181923456821566639518192345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50019af0-d539-43bd-a819-81973253be10, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45eead14-e82f-4fde-b9f8-942873851ee2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35a85816-40f3-4240-a72c-828189c6cf57, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d4aefa1-af91-449f-9094-eb0aa247e480, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45eead14-e82f-4fde-b9f8-942873851ee2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18138956292815301347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813895629281530134718138956292815301347181389562928153013471813895629281530134718138956292815301347181389562928153013471813895629281530134718138956292815301347181389562928153013471813895629281530134718138956292815301347181389562928153013471813895629281530134718138956292815301347181389562928153013471813895629281530134718138956292815301347181389562928153013471813895629281530134718138956292815301347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d4aefa1-af91-449f-9094-eb0aa247e480, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16188683016184170885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618868301618417088516188683016184170885161886830161841708851618868301618417088516188683016184170885161886830161841708851618868301618417088516188683016184170885161886830161841708851618868301618417088516188683016184170885161886830161841708851618868301618417088516188683016184170885161886830161841708851618868301618417088516188683016184170885161886830161841708851618868301618417088516188683016184170885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45eead14-e82f-4fde-b9f8-942873851ee2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8b8f84f-8e37-42e8-9858-9aab319cb970, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8b8f84f-8e37-42e8-9858-9aab319cb970, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6839900316420793509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68399003164207935096839900316420793509683990031642079350968399003164207935096839900316420793509683990031642079350968399003164207935096839900316420793509683990031642079350968399003164207935096839900316420793509683990031642079350968399003164207935096839900316420793509683990031642079350968399003164207935096839900316420793509683990031642079350968399003164207935096839900316420793509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d4aefa1-af91-449f-9094-eb0aa247e480, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 283e2508-c8d2-4864-a280-8c4532ee5fe1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8b8f84f-8e37-42e8-9858-9aab319cb970, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50a6dad8-84d1-45a0-95ae-83f5e47c898a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50a6dad8-84d1-45a0-95ae-83f5e47c898a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11261778005120818795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126177800512081879511261778005120818795112617780051208187951126177800512081879511261778005120818795112617780051208187951126177800512081879511261778005120818795112617780051208187951126177800512081879511261778005120818795112617780051208187951126177800512081879511261778005120818795112617780051208187951126177800512081879511261778005120818795112617780051208187951126177800512081879511261778005120818795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 283e2508-c8d2-4864-a280-8c4532ee5fe1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11663508394021114883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166350839402111488311663508394021114883116635083940211148831166350839402111488311663508394021114883116635083940211148831166350839402111488311663508394021114883116635083940211148831166350839402111488311663508394021114883116635083940211148831166350839402111488311663508394021114883116635083940211148831166350839402111488311663508394021114883116635083940211148831166350839402111488311663508394021114883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 283e2508-c8d2-4864-a280-8c4532ee5fe1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50a6dad8-84d1-45a0-95ae-83f5e47c898a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 232f3093-c226-45a2-ae05-da8d1ddca5af, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 232f3093-c226-45a2-ae05-da8d1ddca5af, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11150665775776499660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115066577577649966011150665775776499660111506657757764996601115066577577649966011150665775776499660111506657757764996601115066577577649966011150665775776499660111506657757764996601115066577577649966011150665775776499660111506657757764996601115066577577649966011150665775776499660111506657757764996601115066577577649966011150665775776499660111506657757764996601115066577577649966011150665775776499660" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96de4dd3-27a4-40eb-a11f-2be30268ade2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96de4dd3-27a4-40eb-a11f-2be30268ade2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15219288522631136605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521928852263113660515219288522631136605152192885226311366051521928852263113660515219288522631136605152192885226311366051521928852263113660515219288522631136605152192885226311366051521928852263113660515219288522631136605152192885226311366051521928852263113660515219288522631136605152192885226311366051521928852263113660515219288522631136605152192885226311366051521928852263113660515219288522631136605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 232f3093-c226-45a2-ae05-da8d1ddca5af, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc58ba53-28e7-4e38-b167-4d0ed9d516f8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc58ba53-28e7-4e38-b167-4d0ed9d516f8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17389444990857496130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738944499085749613017389444990857496130173894449908574961301738944499085749613017389444990857496130173894449908574961301738944499085749613017389444990857496130173894449908574961301738944499085749613017389444990857496130173894449908574961301738944499085749613017389444990857496130173894449908574961301738944499085749613017389444990857496130173894449908574961301738944499085749613017389444990857496130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96de4dd3-27a4-40eb-a11f-2be30268ade2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc58ba53-28e7-4e38-b167-4d0ed9d516f8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eff4f93e-f285-4f94-aa04-f1e22d1a87b2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eff4f93e-f285-4f94-aa04-f1e22d1a87b2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15107134958095267598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510713495809526759815107134958095267598151071349580952675981510713495809526759815107134958095267598151071349580952675981510713495809526759815107134958095267598151071349580952675981510713495809526759815107134958095267598151071349580952675981510713495809526759815107134958095267598151071349580952675981510713495809526759815107134958095267598151071349580952675981510713495809526759815107134958095267598" } } } 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, 0291fccc-6d0d-47fc-a1fb-11c064467c9d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0291fccc-6d0d-47fc-a1fb-11c064467c9d, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7675209847117173568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76752098471171735687675209847117173568767520984711717356876752098471171735687675209847117173568767520984711717356876752098471171735687675209847117173568767520984711717356876752098471171735687675209847117173568767520984711717356876752098471171735687675209847117173568767520984711717356876752098471171735687675209847117173568767520984711717356876752098471171735687675209847117173568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eff4f93e-f285-4f94-aa04-f1e22d1a87b2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbb308c1-671d-44b7-98a1-0f77b3d26c1f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbb308c1-671d-44b7-98a1-0f77b3d26c1f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12343259053460001887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234325905346000188712343259053460001887123432590534600018871234325905346000188712343259053460001887123432590534600018871234325905346000188712343259053460001887123432590534600018871234325905346000188712343259053460001887123432590534600018871234325905346000188712343259053460001887123432590534600018871234325905346000188712343259053460001887123432590534600018871234325905346000188712343259053460001887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0291fccc-6d0d-47fc-a1fb-11c064467c9d, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75a23b73-80c8-4a81-93c5-c499281115d4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75a23b73-80c8-4a81-93c5-c499281115d4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17858627979390088482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785862797939008848217858627979390088482178586279793900884821785862797939008848217858627979390088482178586279793900884821785862797939008848217858627979390088482178586279793900884821785862797939008848217858627979390088482178586279793900884821785862797939008848217858627979390088482178586279793900884821785862797939008848217858627979390088482178586279793900884821785862797939008848217858627979390088482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbb308c1-671d-44b7-98a1-0f77b3d26c1f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c266d6d-0baa-4d80-9cb3-4b8639da3fc7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c266d6d-0baa-4d80-9cb3-4b8639da3fc7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18303528165377494139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830352816537749413918303528165377494139183035281653774941391830352816537749413918303528165377494139183035281653774941391830352816537749413918303528165377494139183035281653774941391830352816537749413918303528165377494139183035281653774941391830352816537749413918303528165377494139183035281653774941391830352816537749413918303528165377494139183035281653774941391830352816537749413918303528165377494139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c266d6d-0baa-4d80-9cb3-4b8639da3fc7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37277a10-0112-4ac4-9ffe-0b7cf947b16a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75a23b73-80c8-4a81-93c5-c499281115d4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37277a10-0112-4ac4-9ffe-0b7cf947b16a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 848252185179918601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601848252185179918601" } } } 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, 0c1f7bae-568d-4c77-8465-6ec86a0731f4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c1f7bae-568d-4c77-8465-6ec86a0731f4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8060320587210769061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80603205872107690618060320587210769061806032058721076906180603205872107690618060320587210769061806032058721076906180603205872107690618060320587210769061806032058721076906180603205872107690618060320587210769061806032058721076906180603205872107690618060320587210769061806032058721076906180603205872107690618060320587210769061806032058721076906180603205872107690618060320587210769061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37277a10-0112-4ac4-9ffe-0b7cf947b16a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4b8d21b-26a7-4e07-a831-ce8522f3a0cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c1f7bae-568d-4c77-8465-6ec86a0731f4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 304f2398-9739-4725-ab8f-5424bce2ba0c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 304f2398-9739-4725-ab8f-5424bce2ba0c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16194705026463704339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619470502646370433916194705026463704339161947050264637043391619470502646370433916194705026463704339161947050264637043391619470502646370433916194705026463704339161947050264637043391619470502646370433916194705026463704339161947050264637043391619470502646370433916194705026463704339161947050264637043391619470502646370433916194705026463704339161947050264637043391619470502646370433916194705026463704339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4b8d21b-26a7-4e07-a831-ce8522f3a0cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8611282265132826731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86112822651328267318611282265132826731861128226513282673186112822651328267318611282265132826731861128226513282673186112822651328267318611282265132826731861128226513282673186112822651328267318611282265132826731861128226513282673186112822651328267318611282265132826731861128226513282673186112822651328267318611282265132826731861128226513282673186112822651328267318611282265132826731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 304f2398-9739-4725-ab8f-5424bce2ba0c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5200c1b-f562-4762-83d3-7999f589860a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5200c1b-f562-4762-83d3-7999f589860a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9952398709428258153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99523987094282581539952398709428258153995239870942825815399523987094282581539952398709428258153995239870942825815399523987094282581539952398709428258153995239870942825815399523987094282581539952398709428258153995239870942825815399523987094282581539952398709428258153995239870942825815399523987094282581539952398709428258153995239870942825815399523987094282581539952398709428258153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4b8d21b-26a7-4e07-a831-ce8522f3a0cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5200c1b-f562-4762-83d3-7999f589860a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a19fb69-c5f2-4ada-8348-69eee1e9ade0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a19fb69-c5f2-4ada-8348-69eee1e9ade0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8350349953903605133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83503499539036051338350349953903605133835034995390360513383503499539036051338350349953903605133835034995390360513383503499539036051338350349953903605133835034995390360513383503499539036051338350349953903605133835034995390360513383503499539036051338350349953903605133835034995390360513383503499539036051338350349953903605133835034995390360513383503499539036051338350349953903605133" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea6f9628-78d4-4ccc-8844-227cd85d44f6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea6f9628-78d4-4ccc-8844-227cd85d44f6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 630053121324825126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126630053121324825126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a19fb69-c5f2-4ada-8348-69eee1e9ade0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea6f9628-78d4-4ccc-8844-227cd85d44f6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b146a99-3371-413c-815b-f81645528330, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b146a99-3371-413c-815b-f81645528330, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9852306537582740130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98523065375827401309852306537582740130985230653758274013098523065375827401309852306537582740130985230653758274013098523065375827401309852306537582740130985230653758274013098523065375827401309852306537582740130985230653758274013098523065375827401309852306537582740130985230653758274013098523065375827401309852306537582740130985230653758274013098523065375827401309852306537582740130" } } } 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, f8ace19d-772c-41e4-9f3d-28730c90a262, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8ace19d-772c-41e4-9f3d-28730c90a262, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7256162061275276760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72561620612752767607256162061275276760725616206127527676072561620612752767607256162061275276760725616206127527676072561620612752767607256162061275276760725616206127527676072561620612752767607256162061275276760725616206127527676072561620612752767607256162061275276760725616206127527676072561620612752767607256162061275276760725616206127527676072561620612752767607256162061275276760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b146a99-3371-413c-815b-f81645528330, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58571227-6ab7-4915-9a56-edd3fd9d34b1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58571227-6ab7-4915-9a56-edd3fd9d34b1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9074457323908336137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90744573239083361379074457323908336137907445732390833613790744573239083361379074457323908336137907445732390833613790744573239083361379074457323908336137907445732390833613790744573239083361379074457323908336137907445732390833613790744573239083361379074457323908336137907445732390833613790744573239083361379074457323908336137907445732390833613790744573239083361379074457323908336137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8ace19d-772c-41e4-9f3d-28730c90a262, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ca10fc8-ef7f-4d9e-b67b-6afbb331f578, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca10fc8-ef7f-4d9e-b67b-6afbb331f578, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3560840229297433973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35608402292974339733560840229297433973356084022929743397335608402292974339733560840229297433973356084022929743397335608402292974339733560840229297433973356084022929743397335608402292974339733560840229297433973356084022929743397335608402292974339733560840229297433973356084022929743397335608402292974339733560840229297433973356084022929743397335608402292974339733560840229297433973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58571227-6ab7-4915-9a56-edd3fd9d34b1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26172505-7f92-4f96-8755-caf8defd8cf5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26172505-7f92-4f96-8755-caf8defd8cf5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9671822953269465553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96718229532694655539671822953269465553967182295326946555396718229532694655539671822953269465553967182295326946555396718229532694655539671822953269465553967182295326946555396718229532694655539671822953269465553967182295326946555396718229532694655539671822953269465553967182295326946555396718229532694655539671822953269465553967182295326946555396718229532694655539671822953269465553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca10fc8-ef7f-4d9e-b67b-6afbb331f578, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c481ca98-3d20-4f40-903e-b1426b2b6137, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c481ca98-3d20-4f40-903e-b1426b2b6137, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4611798504937087678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46117985049370876784611798504937087678461179850493708767846117985049370876784611798504937087678461179850493708767846117985049370876784611798504937087678461179850493708767846117985049370876784611798504937087678461179850493708767846117985049370876784611798504937087678461179850493708767846117985049370876784611798504937087678461179850493708767846117985049370876784611798504937087678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26172505-7f92-4f96-8755-caf8defd8cf5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 023cbb58-0d56-48b3-abe1-6631037d5d38, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 023cbb58-0d56-48b3-abe1-6631037d5d38, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3830269986294572257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38302699862945722573830269986294572257383026998629457225738302699862945722573830269986294572257383026998629457225738302699862945722573830269986294572257383026998629457225738302699862945722573830269986294572257383026998629457225738302699862945722573830269986294572257383026998629457225738302699862945722573830269986294572257383026998629457225738302699862945722573830269986294572257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c481ca98-3d20-4f40-903e-b1426b2b6137, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 911858fb-9f5f-461e-a828-0097a6fd2fe5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 911858fb-9f5f-461e-a828-0097a6fd2fe5, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17205316248350236492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720531624835023649217205316248350236492172053162483502364921720531624835023649217205316248350236492172053162483502364921720531624835023649217205316248350236492172053162483502364921720531624835023649217205316248350236492172053162483502364921720531624835023649217205316248350236492172053162483502364921720531624835023649217205316248350236492172053162483502364921720531624835023649217205316248350236492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 023cbb58-0d56-48b3-abe1-6631037d5d38, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54b96832-a650-43eb-8125-adc6d9c6a46f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54b96832-a650-43eb-8125-adc6d9c6a46f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16743891978914561762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674389197891456176216743891978914561762167438919789145617621674389197891456176216743891978914561762167438919789145617621674389197891456176216743891978914561762167438919789145617621674389197891456176216743891978914561762167438919789145617621674389197891456176216743891978914561762167438919789145617621674389197891456176216743891978914561762167438919789145617621674389197891456176216743891978914561762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 911858fb-9f5f-461e-a828-0097a6fd2fe5, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a123508-addb-469a-942b-c2786791d2cd, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a123508-addb-469a-942b-c2786791d2cd, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17081748039536799451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708174803953679945117081748039536799451170817480395367994511708174803953679945117081748039536799451170817480395367994511708174803953679945117081748039536799451170817480395367994511708174803953679945117081748039536799451170817480395367994511708174803953679945117081748039536799451170817480395367994511708174803953679945117081748039536799451170817480395367994511708174803953679945117081748039536799451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54b96832-a650-43eb-8125-adc6d9c6a46f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96047a55-fd20-4c10-b438-f64af7b7b6e2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96047a55-fd20-4c10-b438-f64af7b7b6e2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7519580193007485884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75195801930074858847519580193007485884751958019300748588475195801930074858847519580193007485884751958019300748588475195801930074858847519580193007485884751958019300748588475195801930074858847519580193007485884751958019300748588475195801930074858847519580193007485884751958019300748588475195801930074858847519580193007485884751958019300748588475195801930074858847519580193007485884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a123508-addb-469a-942b-c2786791d2cd, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 890ef005-53f6-41ad-9cc1-6e0d4583a594, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96047a55-fd20-4c10-b438-f64af7b7b6e2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 890ef005-53f6-41ad-9cc1-6e0d4583a594, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11618373614935639432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161837361493563943211618373614935639432116183736149356394321161837361493563943211618373614935639432116183736149356394321161837361493563943211618373614935639432116183736149356394321161837361493563943211618373614935639432116183736149356394321161837361493563943211618373614935639432116183736149356394321161837361493563943211618373614935639432116183736149356394321161837361493563943211618373614935639432" } } } 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, da01efc7-534b-4f22-8994-aa98fceed255, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da01efc7-534b-4f22-8994-aa98fceed255, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14726331899496061386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472633189949606138614726331899496061386147263318994960613861472633189949606138614726331899496061386147263318994960613861472633189949606138614726331899496061386147263318994960613861472633189949606138614726331899496061386147263318994960613861472633189949606138614726331899496061386147263318994960613861472633189949606138614726331899496061386147263318994960613861472633189949606138614726331899496061386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da01efc7-534b-4f22-8994-aa98fceed255, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 890ef005-53f6-41ad-9cc1-6e0d4583a594, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf286a0a-421b-49d1-bcb1-c1fd0e2b95db, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf286a0a-421b-49d1-bcb1-c1fd0e2b95db, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15786325485597870161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578632548559787016115786325485597870161157863254855978701611578632548559787016115786325485597870161157863254855978701611578632548559787016115786325485597870161157863254855978701611578632548559787016115786325485597870161157863254855978701611578632548559787016115786325485597870161157863254855978701611578632548559787016115786325485597870161157863254855978701611578632548559787016115786325485597870161" } } } 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, 97184266-339d-4ee7-bb60-bddf12188a0e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97184266-339d-4ee7-bb60-bddf12188a0e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6684276394045277595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66842763940452775956684276394045277595668427639404527759566842763940452775956684276394045277595668427639404527759566842763940452775956684276394045277595668427639404527759566842763940452775956684276394045277595668427639404527759566842763940452775956684276394045277595668427639404527759566842763940452775956684276394045277595668427639404527759566842763940452775956684276394045277595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf286a0a-421b-49d1-bcb1-c1fd0e2b95db, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97184266-339d-4ee7-bb60-bddf12188a0e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 704a0139-4f72-499d-8ad4-db9e33a26d55, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 704a0139-4f72-499d-8ad4-db9e33a26d55, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17487861432451281190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748786143245128119017487861432451281190174878614324512811901748786143245128119017487861432451281190174878614324512811901748786143245128119017487861432451281190174878614324512811901748786143245128119017487861432451281190174878614324512811901748786143245128119017487861432451281190174878614324512811901748786143245128119017487861432451281190174878614324512811901748786143245128119017487861432451281190" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0a9c0c3-4c01-4a96-a9a8-2a3dc108481e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a9c0c3-4c01-4a96-a9a8-2a3dc108481e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 591903063466936141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141591903063466936141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 704a0139-4f72-499d-8ad4-db9e33a26d55, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96b2e756-33a4-40cf-a393-e9b0d4791d2b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96b2e756-33a4-40cf-a393-e9b0d4791d2b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5490360093126789057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54903600931267890575490360093126789057549036009312678905754903600931267890575490360093126789057549036009312678905754903600931267890575490360093126789057549036009312678905754903600931267890575490360093126789057549036009312678905754903600931267890575490360093126789057549036009312678905754903600931267890575490360093126789057549036009312678905754903600931267890575490360093126789057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a9c0c3-4c01-4a96-a9a8-2a3dc108481e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1a5821d-1fa6-4bc4-aa97-5aa4b21be9fd, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1a5821d-1fa6-4bc4-aa97-5aa4b21be9fd, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11890272734964395384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189027273496439538411890272734964395384118902727349643953841189027273496439538411890272734964395384118902727349643953841189027273496439538411890272734964395384118902727349643953841189027273496439538411890272734964395384118902727349643953841189027273496439538411890272734964395384118902727349643953841189027273496439538411890272734964395384118902727349643953841189027273496439538411890272734964395384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96b2e756-33a4-40cf-a393-e9b0d4791d2b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2596bdc-49d5-4c05-a28a-72f7bf332988, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2596bdc-49d5-4c05-a28a-72f7bf332988, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14655324174495248156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465532417449524815614655324174495248156146553241744952481561465532417449524815614655324174495248156146553241744952481561465532417449524815614655324174495248156146553241744952481561465532417449524815614655324174495248156146553241744952481561465532417449524815614655324174495248156146553241744952481561465532417449524815614655324174495248156146553241744952481561465532417449524815614655324174495248156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1a5821d-1fa6-4bc4-aa97-5aa4b21be9fd, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf791b21-a452-45b7-bcb0-2d4edba9a560, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf791b21-a452-45b7-bcb0-2d4edba9a560, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7924661411210043373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79246614112100433737924661411210043373792466141121004337379246614112100433737924661411210043373792466141121004337379246614112100433737924661411210043373792466141121004337379246614112100433737924661411210043373792466141121004337379246614112100433737924661411210043373792466141121004337379246614112100433737924661411210043373792466141121004337379246614112100433737924661411210043373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2596bdc-49d5-4c05-a28a-72f7bf332988, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fbdf334-be12-4036-b87e-31a6ff797dd0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fbdf334-be12-4036-b87e-31a6ff797dd0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18257803250888164488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825780325088816448818257803250888164488182578032508881644881825780325088816448818257803250888164488182578032508881644881825780325088816448818257803250888164488182578032508881644881825780325088816448818257803250888164488182578032508881644881825780325088816448818257803250888164488182578032508881644881825780325088816448818257803250888164488182578032508881644881825780325088816448818257803250888164488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf791b21-a452-45b7-bcb0-2d4edba9a560, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8af8924-de46-4cfb-9183-68fbd08819eb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8af8924-de46-4cfb-9183-68fbd08819eb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12656316764238816853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265631676423881685312656316764238816853126563167642388168531265631676423881685312656316764238816853126563167642388168531265631676423881685312656316764238816853126563167642388168531265631676423881685312656316764238816853126563167642388168531265631676423881685312656316764238816853126563167642388168531265631676423881685312656316764238816853126563167642388168531265631676423881685312656316764238816853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fbdf334-be12-4036-b87e-31a6ff797dd0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60995b41-c487-4431-841c-0d5954a98c7d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60995b41-c487-4431-841c-0d5954a98c7d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13390266173068143733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339026617306814373313390266173068143733133902661730681437331339026617306814373313390266173068143733133902661730681437331339026617306814373313390266173068143733133902661730681437331339026617306814373313390266173068143733133902661730681437331339026617306814373313390266173068143733133902661730681437331339026617306814373313390266173068143733133902661730681437331339026617306814373313390266173068143733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8af8924-de46-4cfb-9183-68fbd08819eb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 530bddec-ab70-4ebb-bdee-6511a0a2dad1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 530bddec-ab70-4ebb-bdee-6511a0a2dad1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9740222486964687735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97402224869646877359740222486964687735974022248696468773597402224869646877359740222486964687735974022248696468773597402224869646877359740222486964687735974022248696468773597402224869646877359740222486964687735974022248696468773597402224869646877359740222486964687735974022248696468773597402224869646877359740222486964687735974022248696468773597402224869646877359740222486964687735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60995b41-c487-4431-841c-0d5954a98c7d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50a54fef-66ba-44a8-ae28-9befff6a2af0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50a54fef-66ba-44a8-ae28-9befff6a2af0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1512692809850645231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15126928098506452311512692809850645231151269280985064523115126928098506452311512692809850645231151269280985064523115126928098506452311512692809850645231151269280985064523115126928098506452311512692809850645231151269280985064523115126928098506452311512692809850645231151269280985064523115126928098506452311512692809850645231151269280985064523115126928098506452311512692809850645231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 530bddec-ab70-4ebb-bdee-6511a0a2dad1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ab861fb-75b5-41cd-8f46-75042194bc08, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ab861fb-75b5-41cd-8f46-75042194bc08, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14233332269739926329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423333226973992632914233332269739926329142333322697399263291423333226973992632914233332269739926329142333322697399263291423333226973992632914233332269739926329142333322697399263291423333226973992632914233332269739926329142333322697399263291423333226973992632914233332269739926329142333322697399263291423333226973992632914233332269739926329142333322697399263291423333226973992632914233332269739926329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50a54fef-66ba-44a8-ae28-9befff6a2af0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 675a9a51-79bb-4d6f-b794-a624b1b50d63, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 675a9a51-79bb-4d6f-b794-a624b1b50d63, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9877042034010219044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98770420340102190449877042034010219044987704203401021904498770420340102190449877042034010219044987704203401021904498770420340102190449877042034010219044987704203401021904498770420340102190449877042034010219044987704203401021904498770420340102190449877042034010219044987704203401021904498770420340102190449877042034010219044987704203401021904498770420340102190449877042034010219044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 675a9a51-79bb-4d6f-b794-a624b1b50d63, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 397efc9e-8cc9-4a82-8650-ba8c6e68a121, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 397efc9e-8cc9-4a82-8650-ba8c6e68a121, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5365867817495208270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53658678174952082705365867817495208270536586781749520827053658678174952082705365867817495208270536586781749520827053658678174952082705365867817495208270536586781749520827053658678174952082705365867817495208270536586781749520827053658678174952082705365867817495208270536586781749520827053658678174952082705365867817495208270536586781749520827053658678174952082705365867817495208270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ab861fb-75b5-41cd-8f46-75042194bc08, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d79c1488-39af-4592-8275-64ed0e01f334, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d79c1488-39af-4592-8275-64ed0e01f334, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13784283015975708696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378428301597570869613784283015975708696137842830159757086961378428301597570869613784283015975708696137842830159757086961378428301597570869613784283015975708696137842830159757086961378428301597570869613784283015975708696137842830159757086961378428301597570869613784283015975708696137842830159757086961378428301597570869613784283015975708696137842830159757086961378428301597570869613784283015975708696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 397efc9e-8cc9-4a82-8650-ba8c6e68a121, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57dbfd80-c27b-422e-9bb5-f9876d114d41, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57dbfd80-c27b-422e-9bb5-f9876d114d41, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11538228868570705371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153822886857070537111538228868570705371115382288685707053711153822886857070537111538228868570705371115382288685707053711153822886857070537111538228868570705371115382288685707053711153822886857070537111538228868570705371115382288685707053711153822886857070537111538228868570705371115382288685707053711153822886857070537111538228868570705371115382288685707053711153822886857070537111538228868570705371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d79c1488-39af-4592-8275-64ed0e01f334, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c44ccb71-4d3c-438b-b0d6-46584d662c2e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c44ccb71-4d3c-438b-b0d6-46584d662c2e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5374324622124353961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53743246221243539615374324622124353961537432462212435396153743246221243539615374324622124353961537432462212435396153743246221243539615374324622124353961537432462212435396153743246221243539615374324622124353961537432462212435396153743246221243539615374324622124353961537432462212435396153743246221243539615374324622124353961537432462212435396153743246221243539615374324622124353961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57dbfd80-c27b-422e-9bb5-f9876d114d41, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e6d9bcd-3596-4c5b-adab-c953bdcd44ed, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e6d9bcd-3596-4c5b-adab-c953bdcd44ed, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16265937717863254771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626593771786325477116265937717863254771162659377178632547711626593771786325477116265937717863254771162659377178632547711626593771786325477116265937717863254771162659377178632547711626593771786325477116265937717863254771162659377178632547711626593771786325477116265937717863254771162659377178632547711626593771786325477116265937717863254771162659377178632547711626593771786325477116265937717863254771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e6d9bcd-3596-4c5b-adab-c953bdcd44ed, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b0e6e29-9566-433a-a101-015575eb52bf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b0e6e29-9566-433a-a101-015575eb52bf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8041850688629299011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80418506886292990118041850688629299011804185068862929901180418506886292990118041850688629299011804185068862929901180418506886292990118041850688629299011804185068862929901180418506886292990118041850688629299011804185068862929901180418506886292990118041850688629299011804185068862929901180418506886292990118041850688629299011804185068862929901180418506886292990118041850688629299011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c44ccb71-4d3c-438b-b0d6-46584d662c2e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b0e6e29-9566-433a-a101-015575eb52bf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd5dc353-c677-497b-9432-db27744359ab, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd5dc353-c677-497b-9432-db27744359ab, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18167527308845952213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816752730884595221318167527308845952213181675273088459522131816752730884595221318167527308845952213181675273088459522131816752730884595221318167527308845952213181675273088459522131816752730884595221318167527308845952213181675273088459522131816752730884595221318167527308845952213181675273088459522131816752730884595221318167527308845952213181675273088459522131816752730884595221318167527308845952213" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5253fd5-ca59-423b-aedf-990c3eaf717a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5253fd5-ca59-423b-aedf-990c3eaf717a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9816859409099184398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98168594090991843989816859409099184398981685940909918439898168594090991843989816859409099184398981685940909918439898168594090991843989816859409099184398981685940909918439898168594090991843989816859409099184398981685940909918439898168594090991843989816859409099184398981685940909918439898168594090991843989816859409099184398981685940909918439898168594090991843989816859409099184398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd5dc353-c677-497b-9432-db27744359ab, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44f34801-4db5-45b3-9297-e2dbe9ac07fa, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5253fd5-ca59-423b-aedf-990c3eaf717a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db73ace5-570a-4cc6-8de5-be0b8de8d1bc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44f34801-4db5-45b3-9297-e2dbe9ac07fa, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18246624502291575484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824662450229157548418246624502291575484182466245022915754841824662450229157548418246624502291575484182466245022915754841824662450229157548418246624502291575484182466245022915754841824662450229157548418246624502291575484182466245022915754841824662450229157548418246624502291575484182466245022915754841824662450229157548418246624502291575484182466245022915754841824662450229157548418246624502291575484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db73ace5-570a-4cc6-8de5-be0b8de8d1bc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1856325707417911747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18563257074179117471856325707417911747185632570741791174718563257074179117471856325707417911747185632570741791174718563257074179117471856325707417911747185632570741791174718563257074179117471856325707417911747185632570741791174718563257074179117471856325707417911747185632570741791174718563257074179117471856325707417911747185632570741791174718563257074179117471856325707417911747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44f34801-4db5-45b3-9297-e2dbe9ac07fa, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d8de865-2e8f-4a57-bf0f-5dd6d8d4d821, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d8de865-2e8f-4a57-bf0f-5dd6d8d4d821, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2109536519518616498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21095365195186164982109536519518616498210953651951861649821095365195186164982109536519518616498210953651951861649821095365195186164982109536519518616498210953651951861649821095365195186164982109536519518616498210953651951861649821095365195186164982109536519518616498210953651951861649821095365195186164982109536519518616498210953651951861649821095365195186164982109536519518616498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db73ace5-570a-4cc6-8de5-be0b8de8d1bc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68355327-5360-47e1-8ea4-40b6f8631405, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68355327-5360-47e1-8ea4-40b6f8631405, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7335010191581679761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73350101915816797617335010191581679761733501019158167976173350101915816797617335010191581679761733501019158167976173350101915816797617335010191581679761733501019158167976173350101915816797617335010191581679761733501019158167976173350101915816797617335010191581679761733501019158167976173350101915816797617335010191581679761733501019158167976173350101915816797617335010191581679761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d8de865-2e8f-4a57-bf0f-5dd6d8d4d821, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c5379ae-91bd-4eb4-9a18-c2b0298cb1f7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c5379ae-91bd-4eb4-9a18-c2b0298cb1f7, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 206715719056518323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323206715719056518323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68355327-5360-47e1-8ea4-40b6f8631405, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3498eec6-64da-459b-9bdc-7e9092fbc21c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3498eec6-64da-459b-9bdc-7e9092fbc21c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14967988786575786851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496798878657578685114967988786575786851149679887865757868511496798878657578685114967988786575786851149679887865757868511496798878657578685114967988786575786851149679887865757868511496798878657578685114967988786575786851149679887865757868511496798878657578685114967988786575786851149679887865757868511496798878657578685114967988786575786851149679887865757868511496798878657578685114967988786575786851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c5379ae-91bd-4eb4-9a18-c2b0298cb1f7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5103fad-fb45-4dab-bb1f-4929491af05a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5103fad-fb45-4dab-bb1f-4929491af05a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2071011026304928793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20710110263049287932071011026304928793207101102630492879320710110263049287932071011026304928793207101102630492879320710110263049287932071011026304928793207101102630492879320710110263049287932071011026304928793207101102630492879320710110263049287932071011026304928793207101102630492879320710110263049287932071011026304928793207101102630492879320710110263049287932071011026304928793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3498eec6-64da-459b-9bdc-7e9092fbc21c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f7ab73d-7590-475c-b211-bbe71c1fb89b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f7ab73d-7590-475c-b211-bbe71c1fb89b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16984462760126573061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698446276012657306116984462760126573061169844627601265730611698446276012657306116984462760126573061169844627601265730611698446276012657306116984462760126573061169844627601265730611698446276012657306116984462760126573061169844627601265730611698446276012657306116984462760126573061169844627601265730611698446276012657306116984462760126573061169844627601265730611698446276012657306116984462760126573061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5103fad-fb45-4dab-bb1f-4929491af05a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e94fbf9-49f0-4c6a-845f-507ddf95f067, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f7ab73d-7590-475c-b211-bbe71c1fb89b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e82a81a1-97f9-4ed8-8756-f88a184a878e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e82a81a1-97f9-4ed8-8756-f88a184a878e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3763031963075662451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37630319630756624513763031963075662451376303196307566245137630319630756624513763031963075662451376303196307566245137630319630756624513763031963075662451376303196307566245137630319630756624513763031963075662451376303196307566245137630319630756624513763031963075662451376303196307566245137630319630756624513763031963075662451376303196307566245137630319630756624513763031963075662451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e94fbf9-49f0-4c6a-845f-507ddf95f067, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5377174140172420420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53771741401724204205377174140172420420537717414017242042053771741401724204205377174140172420420537717414017242042053771741401724204205377174140172420420537717414017242042053771741401724204205377174140172420420537717414017242042053771741401724204205377174140172420420537717414017242042053771741401724204205377174140172420420537717414017242042053771741401724204205377174140172420420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e82a81a1-97f9-4ed8-8756-f88a184a878e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf591bab-fe8f-4b3e-936d-eb96c989cadf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf591bab-fe8f-4b3e-936d-eb96c989cadf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13570667748742607297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357066774874260729713570667748742607297135706677487426072971357066774874260729713570667748742607297135706677487426072971357066774874260729713570667748742607297135706677487426072971357066774874260729713570667748742607297135706677487426072971357066774874260729713570667748742607297135706677487426072971357066774874260729713570667748742607297135706677487426072971357066774874260729713570667748742607297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e94fbf9-49f0-4c6a-845f-507ddf95f067, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ab518b6-7269-4f5f-82ec-d48389191dee, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab518b6-7269-4f5f-82ec-d48389191dee, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10855103638793742490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085510363879374249010855103638793742490108551036387937424901085510363879374249010855103638793742490108551036387937424901085510363879374249010855103638793742490108551036387937424901085510363879374249010855103638793742490108551036387937424901085510363879374249010855103638793742490108551036387937424901085510363879374249010855103638793742490108551036387937424901085510363879374249010855103638793742490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf591bab-fe8f-4b3e-936d-eb96c989cadf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95479767-c5e4-45e9-bf0c-6a3812b4f940, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95479767-c5e4-45e9-bf0c-6a3812b4f940, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1840088677132641738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18400886771326417381840088677132641738184008867713264173818400886771326417381840088677132641738184008867713264173818400886771326417381840088677132641738184008867713264173818400886771326417381840088677132641738184008867713264173818400886771326417381840088677132641738184008867713264173818400886771326417381840088677132641738184008867713264173818400886771326417381840088677132641738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab518b6-7269-4f5f-82ec-d48389191dee, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 262187ab-faee-4e6d-ae25-1e50bbabcbbd, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 262187ab-faee-4e6d-ae25-1e50bbabcbbd, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13638208387690964438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363820838769096443813638208387690964438136382083876909644381363820838769096443813638208387690964438136382083876909644381363820838769096443813638208387690964438136382083876909644381363820838769096443813638208387690964438136382083876909644381363820838769096443813638208387690964438136382083876909644381363820838769096443813638208387690964438136382083876909644381363820838769096443813638208387690964438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95479767-c5e4-45e9-bf0c-6a3812b4f940, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6763f83-486d-4dce-bb4a-65ed6ace323d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6763f83-486d-4dce-bb4a-65ed6ace323d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4545179557278982512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45451795572789825124545179557278982512454517955727898251245451795572789825124545179557278982512454517955727898251245451795572789825124545179557278982512454517955727898251245451795572789825124545179557278982512454517955727898251245451795572789825124545179557278982512454517955727898251245451795572789825124545179557278982512454517955727898251245451795572789825124545179557278982512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 262187ab-faee-4e6d-ae25-1e50bbabcbbd, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88f60ced-a402-4ac4-a7b1-2354ade199c4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f60ced-a402-4ac4-a7b1-2354ade199c4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4375349685629206264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43753496856292062644375349685629206264437534968562920626443753496856292062644375349685629206264437534968562920626443753496856292062644375349685629206264437534968562920626443753496856292062644375349685629206264437534968562920626443753496856292062644375349685629206264437534968562920626443753496856292062644375349685629206264437534968562920626443753496856292062644375349685629206264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f60ced-a402-4ac4-a7b1-2354ade199c4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5fbe82e-d3c1-442a-bbb1-a535a5aecd1e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5fbe82e-d3c1-442a-bbb1-a535a5aecd1e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4894208851530466788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48942088515304667884894208851530466788489420885153046678848942088515304667884894208851530466788489420885153046678848942088515304667884894208851530466788489420885153046678848942088515304667884894208851530466788489420885153046678848942088515304667884894208851530466788489420885153046678848942088515304667884894208851530466788489420885153046678848942088515304667884894208851530466788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6763f83-486d-4dce-bb4a-65ed6ace323d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a3b58a0-7629-4ef8-b94c-a5e02009dee1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a3b58a0-7629-4ef8-b94c-a5e02009dee1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8621554297788515888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86215542977885158888621554297788515888862155429778851588886215542977885158888621554297788515888862155429778851588886215542977885158888621554297788515888862155429778851588886215542977885158888621554297788515888862155429778851588886215542977885158888621554297788515888862155429778851588886215542977885158888621554297788515888862155429778851588886215542977885158888621554297788515888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a3b58a0-7629-4ef8-b94c-a5e02009dee1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba4d5179-dcb3-45d9-bb59-5c4add387f53, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5fbe82e-d3c1-442a-bbb1-a535a5aecd1e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 420f2d43-8115-4019-9dec-b8068cfb5d58, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 420f2d43-8115-4019-9dec-b8068cfb5d58, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10127649024011121592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012764902401112159210127649024011121592101276490240111215921012764902401112159210127649024011121592101276490240111215921012764902401112159210127649024011121592101276490240111215921012764902401112159210127649024011121592101276490240111215921012764902401112159210127649024011121592101276490240111215921012764902401112159210127649024011121592101276490240111215921012764902401112159210127649024011121592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba4d5179-dcb3-45d9-bb59-5c4add387f53, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14500761454472199628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450076145447219962814500761454472199628145007614544721996281450076145447219962814500761454472199628145007614544721996281450076145447219962814500761454472199628145007614544721996281450076145447219962814500761454472199628145007614544721996281450076145447219962814500761454472199628145007614544721996281450076145447219962814500761454472199628145007614544721996281450076145447219962814500761454472199628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba4d5179-dcb3-45d9-bb59-5c4add387f53, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c668952-e091-4059-99fd-beb020d2f25c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c668952-e091-4059-99fd-beb020d2f25c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9609888331135732634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96098883311357326349609888331135732634960988833113573263496098883311357326349609888331135732634960988833113573263496098883311357326349609888331135732634960988833113573263496098883311357326349609888331135732634960988833113573263496098883311357326349609888331135732634960988833113573263496098883311357326349609888331135732634960988833113573263496098883311357326349609888331135732634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 420f2d43-8115-4019-9dec-b8068cfb5d58, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22fea2ca-50a8-416d-a376-8e214f41dee6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22fea2ca-50a8-416d-a376-8e214f41dee6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2413212940333146659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24132129403331466592413212940333146659241321294033314665924132129403331466592413212940333146659241321294033314665924132129403331466592413212940333146659241321294033314665924132129403331466592413212940333146659241321294033314665924132129403331466592413212940333146659241321294033314665924132129403331466592413212940333146659241321294033314665924132129403331466592413212940333146659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c668952-e091-4059-99fd-beb020d2f25c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfe27871-58c2-4bdf-ad4f-0f34579db319, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfe27871-58c2-4bdf-ad4f-0f34579db319, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8119996722108884993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81199967221088849938119996722108884993811999672210888499381199967221088849938119996722108884993811999672210888499381199967221088849938119996722108884993811999672210888499381199967221088849938119996722108884993811999672210888499381199967221088849938119996722108884993811999672210888499381199967221088849938119996722108884993811999672210888499381199967221088849938119996722108884993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22fea2ca-50a8-416d-a376-8e214f41dee6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61e295cc-e983-44d8-b8f9-f71f91cd54b6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61e295cc-e983-44d8-b8f9-f71f91cd54b6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2983886208135805553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29838862081358055532983886208135805553298388620813580555329838862081358055532983886208135805553298388620813580555329838862081358055532983886208135805553298388620813580555329838862081358055532983886208135805553298388620813580555329838862081358055532983886208135805553298388620813580555329838862081358055532983886208135805553298388620813580555329838862081358055532983886208135805553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfe27871-58c2-4bdf-ad4f-0f34579db319, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0517375-0beb-44f3-afa3-585481d433bb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0517375-0beb-44f3-afa3-585481d433bb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13088656359310742043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308865635931074204313088656359310742043130886563593107420431308865635931074204313088656359310742043130886563593107420431308865635931074204313088656359310742043130886563593107420431308865635931074204313088656359310742043130886563593107420431308865635931074204313088656359310742043130886563593107420431308865635931074204313088656359310742043130886563593107420431308865635931074204313088656359310742043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61e295cc-e983-44d8-b8f9-f71f91cd54b6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0748e3fb-9357-4e9a-b8aa-609bb3d86c6f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0748e3fb-9357-4e9a-b8aa-609bb3d86c6f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6686839866036255963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66868398660362559636686839866036255963668683986603625596366868398660362559636686839866036255963668683986603625596366868398660362559636686839866036255963668683986603625596366868398660362559636686839866036255963668683986603625596366868398660362559636686839866036255963668683986603625596366868398660362559636686839866036255963668683986603625596366868398660362559636686839866036255963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0517375-0beb-44f3-afa3-585481d433bb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd0e8b7e-fdf3-44d8-8456-7534011653bb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd0e8b7e-fdf3-44d8-8456-7534011653bb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14410440941282230630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441044094128223063014410440941282230630144104409412822306301441044094128223063014410440941282230630144104409412822306301441044094128223063014410440941282230630144104409412822306301441044094128223063014410440941282230630144104409412822306301441044094128223063014410440941282230630144104409412822306301441044094128223063014410440941282230630144104409412822306301441044094128223063014410440941282230630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0748e3fb-9357-4e9a-b8aa-609bb3d86c6f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73e0c111-d82f-4692-992c-e692c42ef102, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd0e8b7e-fdf3-44d8-8456-7534011653bb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f2bd45a-d19e-480d-9a05-1347602a47ed, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73e0c111-d82f-4692-992c-e692c42ef102, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14432064940792438387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443206494079243838714432064940792438387144320649407924383871443206494079243838714432064940792438387144320649407924383871443206494079243838714432064940792438387144320649407924383871443206494079243838714432064940792438387144320649407924383871443206494079243838714432064940792438387144320649407924383871443206494079243838714432064940792438387144320649407924383871443206494079243838714432064940792438387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f2bd45a-d19e-480d-9a05-1347602a47ed, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9745549996228347889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97455499962283478899745549996228347889974554999622834788997455499962283478899745549996228347889974554999622834788997455499962283478899745549996228347889974554999622834788997455499962283478899745549996228347889974554999622834788997455499962283478899745549996228347889974554999622834788997455499962283478899745549996228347889974554999622834788997455499962283478899745549996228347889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73e0c111-d82f-4692-992c-e692c42ef102, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da77ef1c-5a4e-4aba-bdf3-b2388e1a10c2, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da77ef1c-5a4e-4aba-bdf3-b2388e1a10c2, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18164803981210380310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816480398121038031018164803981210380310181648039812103803101816480398121038031018164803981210380310181648039812103803101816480398121038031018164803981210380310181648039812103803101816480398121038031018164803981210380310181648039812103803101816480398121038031018164803981210380310181648039812103803101816480398121038031018164803981210380310181648039812103803101816480398121038031018164803981210380310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f2bd45a-d19e-480d-9a05-1347602a47ed, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0877ae7-890b-40bf-9617-a364ba726dd9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0877ae7-890b-40bf-9617-a364ba726dd9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5783286112071525817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57832861120715258175783286112071525817578328611207152581757832861120715258175783286112071525817578328611207152581757832861120715258175783286112071525817578328611207152581757832861120715258175783286112071525817578328611207152581757832861120715258175783286112071525817578328611207152581757832861120715258175783286112071525817578328611207152581757832861120715258175783286112071525817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da77ef1c-5a4e-4aba-bdf3-b2388e1a10c2, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d59ba2df-5255-48ab-8acb-870ccbf9e0a0, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d59ba2df-5255-48ab-8acb-870ccbf9e0a0, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5609221761999790743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56092217619997907435609221761999790743560922176199979074356092217619997907435609221761999790743560922176199979074356092217619997907435609221761999790743560922176199979074356092217619997907435609221761999790743560922176199979074356092217619997907435609221761999790743560922176199979074356092217619997907435609221761999790743560922176199979074356092217619997907435609221761999790743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0877ae7-890b-40bf-9617-a364ba726dd9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c92216b-31ea-435e-b8ac-20b30c17af9d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c92216b-31ea-435e-b8ac-20b30c17af9d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6799501613817440189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67995016138174401896799501613817440189679950161381744018967995016138174401896799501613817440189679950161381744018967995016138174401896799501613817440189679950161381744018967995016138174401896799501613817440189679950161381744018967995016138174401896799501613817440189679950161381744018967995016138174401896799501613817440189679950161381744018967995016138174401896799501613817440189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d59ba2df-5255-48ab-8acb-870ccbf9e0a0, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c78eb1d4-278c-4f4e-8b9b-0b4dd021888e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c92216b-31ea-435e-b8ac-20b30c17af9d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d410e58-5a01-4aae-9a4c-f9ee0959a5cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c78eb1d4-278c-4f4e-8b9b-0b4dd021888e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15444500972877577489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544450097287757748915444500972877577489154445009728775774891544450097287757748915444500972877577489154445009728775774891544450097287757748915444500972877577489154445009728775774891544450097287757748915444500972877577489154445009728775774891544450097287757748915444500972877577489154445009728775774891544450097287757748915444500972877577489154445009728775774891544450097287757748915444500972877577489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d410e58-5a01-4aae-9a4c-f9ee0959a5cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4691911886082393604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46919118860823936044691911886082393604469191188608239360446919118860823936044691911886082393604469191188608239360446919118860823936044691911886082393604469191188608239360446919118860823936044691911886082393604469191188608239360446919118860823936044691911886082393604469191188608239360446919118860823936044691911886082393604469191188608239360446919118860823936044691911886082393604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c78eb1d4-278c-4f4e-8b9b-0b4dd021888e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a272c59-82e3-4310-a871-bd8a5ec9bdd9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a272c59-82e3-4310-a871-bd8a5ec9bdd9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8812605835104034136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88126058351040341368812605835104034136881260583510403413688126058351040341368812605835104034136881260583510403413688126058351040341368812605835104034136881260583510403413688126058351040341368812605835104034136881260583510403413688126058351040341368812605835104034136881260583510403413688126058351040341368812605835104034136881260583510403413688126058351040341368812605835104034136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d410e58-5a01-4aae-9a4c-f9ee0959a5cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2741ca3-86a0-48ab-adf3-017ac1cb590e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2741ca3-86a0-48ab-adf3-017ac1cb590e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3269767531678776972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32697675316787769723269767531678776972326976753167877697232697675316787769723269767531678776972326976753167877697232697675316787769723269767531678776972326976753167877697232697675316787769723269767531678776972326976753167877697232697675316787769723269767531678776972326976753167877697232697675316787769723269767531678776972326976753167877697232697675316787769723269767531678776972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a272c59-82e3-4310-a871-bd8a5ec9bdd9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bf98ca1-776f-40d3-bec7-02acfd928218, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bf98ca1-776f-40d3-bec7-02acfd928218, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7953442784694061282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79534427846940612827953442784694061282795344278469406128279534427846940612827953442784694061282795344278469406128279534427846940612827953442784694061282795344278469406128279534427846940612827953442784694061282795344278469406128279534427846940612827953442784694061282795344278469406128279534427846940612827953442784694061282795344278469406128279534427846940612827953442784694061282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2741ca3-86a0-48ab-adf3-017ac1cb590e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bf98ca1-776f-40d3-bec7-02acfd928218, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 127b4d3a-3175-4d0a-9c5c-abeab11133a6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1c00cd5-5fca-41a7-a6be-6666bef612b7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1c00cd5-5fca-41a7-a6be-6666bef612b7, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9772661350805364867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97726613508053648679772661350805364867977266135080536486797726613508053648679772661350805364867977266135080536486797726613508053648679772661350805364867977266135080536486797726613508053648679772661350805364867977266135080536486797726613508053648679772661350805364867977266135080536486797726613508053648679772661350805364867977266135080536486797726613508053648679772661350805364867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 127b4d3a-3175-4d0a-9c5c-abeab11133a6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9769616858171380080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97696168581713800809769616858171380080976961685817138008097696168581713800809769616858171380080976961685817138008097696168581713800809769616858171380080976961685817138008097696168581713800809769616858171380080976961685817138008097696168581713800809769616858171380080976961685817138008097696168581713800809769616858171380080976961685817138008097696168581713800809769616858171380080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1c00cd5-5fca-41a7-a6be-6666bef612b7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 127b4d3a-3175-4d0a-9c5c-abeab11133a6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 465e949b-fa61-4d9b-8f7c-19407e0d4f06, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef22693a-3c69-4751-bfa1-0d6970b564fd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef22693a-3c69-4751-bfa1-0d6970b564fd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13532710988898179493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353271098889817949313532710988898179493135327109888981794931353271098889817949313532710988898179493135327109888981794931353271098889817949313532710988898179493135327109888981794931353271098889817949313532710988898179493135327109888981794931353271098889817949313532710988898179493135327109888981794931353271098889817949313532710988898179493135327109888981794931353271098889817949313532710988898179493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 465e949b-fa61-4d9b-8f7c-19407e0d4f06, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17987874381872510656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798787438187251065617987874381872510656179878743818725106561798787438187251065617987874381872510656179878743818725106561798787438187251065617987874381872510656179878743818725106561798787438187251065617987874381872510656179878743818725106561798787438187251065617987874381872510656179878743818725106561798787438187251065617987874381872510656179878743818725106561798787438187251065617987874381872510656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef22693a-3c69-4751-bfa1-0d6970b564fd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 338050c6-ebad-4117-87bc-45fa42a86060, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 338050c6-ebad-4117-87bc-45fa42a86060, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2430479880675082347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24304798806750823472430479880675082347243047988067508234724304798806750823472430479880675082347243047988067508234724304798806750823472430479880675082347243047988067508234724304798806750823472430479880675082347243047988067508234724304798806750823472430479880675082347243047988067508234724304798806750823472430479880675082347243047988067508234724304798806750823472430479880675082347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 465e949b-fa61-4d9b-8f7c-19407e0d4f06, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25d89a15-c1e2-4dfe-a182-82c57a2adf3a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25d89a15-c1e2-4dfe-a182-82c57a2adf3a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10082471397658306315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008247139765830631510082471397658306315100824713976583063151008247139765830631510082471397658306315100824713976583063151008247139765830631510082471397658306315100824713976583063151008247139765830631510082471397658306315100824713976583063151008247139765830631510082471397658306315100824713976583063151008247139765830631510082471397658306315100824713976583063151008247139765830631510082471397658306315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 338050c6-ebad-4117-87bc-45fa42a86060, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff6f7c34-359f-4430-8e2f-210d5b69333b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff6f7c34-359f-4430-8e2f-210d5b69333b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3867243355798858733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38672433557988587333867243355798858733386724335579885873338672433557988587333867243355798858733386724335579885873338672433557988587333867243355798858733386724335579885873338672433557988587333867243355798858733386724335579885873338672433557988587333867243355798858733386724335579885873338672433557988587333867243355798858733386724335579885873338672433557988587333867243355798858733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25d89a15-c1e2-4dfe-a182-82c57a2adf3a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d388f48d-043e-4776-ade8-53ddf0d5b071, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d388f48d-043e-4776-ade8-53ddf0d5b071, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5657804867532084898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56578048675320848985657804867532084898565780486753208489856578048675320848985657804867532084898565780486753208489856578048675320848985657804867532084898565780486753208489856578048675320848985657804867532084898565780486753208489856578048675320848985657804867532084898565780486753208489856578048675320848985657804867532084898565780486753208489856578048675320848985657804867532084898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff6f7c34-359f-4430-8e2f-210d5b69333b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77d2a758-6924-4858-a810-b6aa89313b7f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d2a758-6924-4858-a810-b6aa89313b7f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16135833064185532357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613583306418553235716135833064185532357161358330641855323571613583306418553235716135833064185532357161358330641855323571613583306418553235716135833064185532357161358330641855323571613583306418553235716135833064185532357161358330641855323571613583306418553235716135833064185532357161358330641855323571613583306418553235716135833064185532357161358330641855323571613583306418553235716135833064185532357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d388f48d-043e-4776-ade8-53ddf0d5b071, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c582eca6-e7ad-4dcc-9a64-773343f2b1ce, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c582eca6-e7ad-4dcc-9a64-773343f2b1ce, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14008985133769394235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400898513376939423514008985133769394235140089851337693942351400898513376939423514008985133769394235140089851337693942351400898513376939423514008985133769394235140089851337693942351400898513376939423514008985133769394235140089851337693942351400898513376939423514008985133769394235140089851337693942351400898513376939423514008985133769394235140089851337693942351400898513376939423514008985133769394235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d2a758-6924-4858-a810-b6aa89313b7f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1466543b-b74a-40d4-9de0-01d631856448, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c582eca6-e7ad-4dcc-9a64-773343f2b1ce, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1466543b-b74a-40d4-9de0-01d631856448, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14843126905825486152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484312690582548615214843126905825486152148431269058254861521484312690582548615214843126905825486152148431269058254861521484312690582548615214843126905825486152148431269058254861521484312690582548615214843126905825486152148431269058254861521484312690582548615214843126905825486152148431269058254861521484312690582548615214843126905825486152148431269058254861521484312690582548615214843126905825486152" } } } 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, 059b8c7d-254e-46f2-a6d0-9021c6ec0963, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 059b8c7d-254e-46f2-a6d0-9021c6ec0963, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8372734497122050589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83727344971220505898372734497122050589837273449712205058983727344971220505898372734497122050589837273449712205058983727344971220505898372734497122050589837273449712205058983727344971220505898372734497122050589837273449712205058983727344971220505898372734497122050589837273449712205058983727344971220505898372734497122050589837273449712205058983727344971220505898372734497122050589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1466543b-b74a-40d4-9de0-01d631856448, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 113ab871-c138-4a49-92cc-4220cd9c35cc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 113ab871-c138-4a49-92cc-4220cd9c35cc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17966666444514707536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796666644451470753617966666444514707536179666664445147075361796666644451470753617966666444514707536179666664445147075361796666644451470753617966666444514707536179666664445147075361796666644451470753617966666444514707536179666664445147075361796666644451470753617966666444514707536179666664445147075361796666644451470753617966666444514707536179666664445147075361796666644451470753617966666444514707536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 059b8c7d-254e-46f2-a6d0-9021c6ec0963, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b75a3b73-9b7b-46e3-afe1-d348e233805e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75a3b73-9b7b-46e3-afe1-d348e233805e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11836189362573019562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183618936257301956211836189362573019562118361893625730195621183618936257301956211836189362573019562118361893625730195621183618936257301956211836189362573019562118361893625730195621183618936257301956211836189362573019562118361893625730195621183618936257301956211836189362573019562118361893625730195621183618936257301956211836189362573019562118361893625730195621183618936257301956211836189362573019562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 113ab871-c138-4a49-92cc-4220cd9c35cc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d15750c-b676-4278-8af9-7aaf86d99f43, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d15750c-b676-4278-8af9-7aaf86d99f43, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1352545130369370392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13525451303693703921352545130369370392135254513036937039213525451303693703921352545130369370392135254513036937039213525451303693703921352545130369370392135254513036937039213525451303693703921352545130369370392135254513036937039213525451303693703921352545130369370392135254513036937039213525451303693703921352545130369370392135254513036937039213525451303693703921352545130369370392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75a3b73-9b7b-46e3-afe1-d348e233805e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91787925-02a1-45a1-8420-7deeef574e18, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91787925-02a1-45a1-8420-7deeef574e18, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13854577077119303023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385457707711930302313854577077119303023138545770771193030231385457707711930302313854577077119303023138545770771193030231385457707711930302313854577077119303023138545770771193030231385457707711930302313854577077119303023138545770771193030231385457707711930302313854577077119303023138545770771193030231385457707711930302313854577077119303023138545770771193030231385457707711930302313854577077119303023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d15750c-b676-4278-8af9-7aaf86d99f43, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b09166d0-c1e0-41ff-b364-5a367a418dc1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91787925-02a1-45a1-8420-7deeef574e18, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 670764dd-251c-4cd0-85c4-fa55396b1cff, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b09166d0-c1e0-41ff-b364-5a367a418dc1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3310371741262309428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33103717412623094283310371741262309428331037174126230942833103717412623094283310371741262309428331037174126230942833103717412623094283310371741262309428331037174126230942833103717412623094283310371741262309428331037174126230942833103717412623094283310371741262309428331037174126230942833103717412623094283310371741262309428331037174126230942833103717412623094283310371741262309428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 670764dd-251c-4cd0-85c4-fa55396b1cff, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6766183728267120540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67661837282671205406766183728267120540676618372826712054067661837282671205406766183728267120540676618372826712054067661837282671205406766183728267120540676618372826712054067661837282671205406766183728267120540676618372826712054067661837282671205406766183728267120540676618372826712054067661837282671205406766183728267120540676618372826712054067661837282671205406766183728267120540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 670764dd-251c-4cd0-85c4-fa55396b1cff, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35238da5-9248-4cca-893b-7b386e1567bc, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b09166d0-c1e0-41ff-b364-5a367a418dc1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dac371e5-e6ba-4025-8273-ab3f6fa3272b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35238da5-9248-4cca-893b-7b386e1567bc, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6755696056167345236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67556960561673452366755696056167345236675569605616734523667556960561673452366755696056167345236675569605616734523667556960561673452366755696056167345236675569605616734523667556960561673452366755696056167345236675569605616734523667556960561673452366755696056167345236675569605616734523667556960561673452366755696056167345236675569605616734523667556960561673452366755696056167345236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dac371e5-e6ba-4025-8273-ab3f6fa3272b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13132071461760270322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313207146176027032213132071461760270322131320714617602703221313207146176027032213132071461760270322131320714617602703221313207146176027032213132071461760270322131320714617602703221313207146176027032213132071461760270322131320714617602703221313207146176027032213132071461760270322131320714617602703221313207146176027032213132071461760270322131320714617602703221313207146176027032213132071461760270322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35238da5-9248-4cca-893b-7b386e1567bc, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a359e60c-ec7c-4add-a4a7-7f551e055c01, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a359e60c-ec7c-4add-a4a7-7f551e055c01, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6302036849101420897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63020368491014208976302036849101420897630203684910142089763020368491014208976302036849101420897630203684910142089763020368491014208976302036849101420897630203684910142089763020368491014208976302036849101420897630203684910142089763020368491014208976302036849101420897630203684910142089763020368491014208976302036849101420897630203684910142089763020368491014208976302036849101420897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dac371e5-e6ba-4025-8273-ab3f6fa3272b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f77393c-e0d7-446a-a580-fba4181e2bfc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f77393c-e0d7-446a-a580-fba4181e2bfc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12950458014412417438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295045801441241743812950458014412417438129504580144124174381295045801441241743812950458014412417438129504580144124174381295045801441241743812950458014412417438129504580144124174381295045801441241743812950458014412417438129504580144124174381295045801441241743812950458014412417438129504580144124174381295045801441241743812950458014412417438129504580144124174381295045801441241743812950458014412417438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a359e60c-ec7c-4add-a4a7-7f551e055c01, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7070a104-80d4-47f5-9859-e0dc454e6a49, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f77393c-e0d7-446a-a580-fba4181e2bfc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e0d0d25-46d9-42a0-bb41-f562880013f8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e0d0d25-46d9-42a0-bb41-f562880013f8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2672763243564584092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26727632435645840922672763243564584092267276324356458409226727632435645840922672763243564584092267276324356458409226727632435645840922672763243564584092267276324356458409226727632435645840922672763243564584092267276324356458409226727632435645840922672763243564584092267276324356458409226727632435645840922672763243564584092267276324356458409226727632435645840922672763243564584092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7070a104-80d4-47f5-9859-e0dc454e6a49, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 846991354236868615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615846991354236868615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e0d0d25-46d9-42a0-bb41-f562880013f8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f1f2557-2684-4bcb-878f-72a385995d18, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f1f2557-2684-4bcb-878f-72a385995d18, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11913944758025172178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191394475802517217811913944758025172178119139447580251721781191394475802517217811913944758025172178119139447580251721781191394475802517217811913944758025172178119139447580251721781191394475802517217811913944758025172178119139447580251721781191394475802517217811913944758025172178119139447580251721781191394475802517217811913944758025172178119139447580251721781191394475802517217811913944758025172178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7070a104-80d4-47f5-9859-e0dc454e6a49, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ffa1565-d85c-42a5-aad9-daaf3d3f7701, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ffa1565-d85c-42a5-aad9-daaf3d3f7701, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7376344416272072166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73763444162720721667376344416272072166737634441627207216673763444162720721667376344416272072166737634441627207216673763444162720721667376344416272072166737634441627207216673763444162720721667376344416272072166737634441627207216673763444162720721667376344416272072166737634441627207216673763444162720721667376344416272072166737634441627207216673763444162720721667376344416272072166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f1f2557-2684-4bcb-878f-72a385995d18, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 564be692-d53f-441a-8f96-7136c37512e9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 564be692-d53f-441a-8f96-7136c37512e9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3758141061092841097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37581410610928410973758141061092841097375814106109284109737581410610928410973758141061092841097375814106109284109737581410610928410973758141061092841097375814106109284109737581410610928410973758141061092841097375814106109284109737581410610928410973758141061092841097375814106109284109737581410610928410973758141061092841097375814106109284109737581410610928410973758141061092841097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 564be692-d53f-441a-8f96-7136c37512e9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63171a42-e079-40b3-b194-138cbc7b6000, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63171a42-e079-40b3-b194-138cbc7b6000, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1824068286513913348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18240682865139133481824068286513913348182406828651391334818240682865139133481824068286513913348182406828651391334818240682865139133481824068286513913348182406828651391334818240682865139133481824068286513913348182406828651391334818240682865139133481824068286513913348182406828651391334818240682865139133481824068286513913348182406828651391334818240682865139133481824068286513913348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ffa1565-d85c-42a5-aad9-daaf3d3f7701, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad7d24be-b24c-4d2d-a19e-482d09091cfa, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad7d24be-b24c-4d2d-a19e-482d09091cfa, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4296212961611250330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42962129616112503304296212961611250330429621296161125033042962129616112503304296212961611250330429621296161125033042962129616112503304296212961611250330429621296161125033042962129616112503304296212961611250330429621296161125033042962129616112503304296212961611250330429621296161125033042962129616112503304296212961611250330429621296161125033042962129616112503304296212961611250330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63171a42-e079-40b3-b194-138cbc7b6000, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2b546d1-fff8-45e0-b2de-45945faea1a0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2b546d1-fff8-45e0-b2de-45945faea1a0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7257164977817586821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72571649778175868217257164977817586821725716497781758682172571649778175868217257164977817586821725716497781758682172571649778175868217257164977817586821725716497781758682172571649778175868217257164977817586821725716497781758682172571649778175868217257164977817586821725716497781758682172571649778175868217257164977817586821725716497781758682172571649778175868217257164977817586821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad7d24be-b24c-4d2d-a19e-482d09091cfa, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee482b8d-c788-408c-a9cc-80ae2a890731, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee482b8d-c788-408c-a9cc-80ae2a890731, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5470482329771271831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54704823297712718315470482329771271831547048232977127183154704823297712718315470482329771271831547048232977127183154704823297712718315470482329771271831547048232977127183154704823297712718315470482329771271831547048232977127183154704823297712718315470482329771271831547048232977127183154704823297712718315470482329771271831547048232977127183154704823297712718315470482329771271831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2b546d1-fff8-45e0-b2de-45945faea1a0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14a5587b-a3d1-4d00-8138-39b28b4a886d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14a5587b-a3d1-4d00-8138-39b28b4a886d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13846459056913236718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384645905691323671813846459056913236718138464590569132367181384645905691323671813846459056913236718138464590569132367181384645905691323671813846459056913236718138464590569132367181384645905691323671813846459056913236718138464590569132367181384645905691323671813846459056913236718138464590569132367181384645905691323671813846459056913236718138464590569132367181384645905691323671813846459056913236718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee482b8d-c788-408c-a9cc-80ae2a890731, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb649f07-ab82-45aa-8d29-9c3a88efccad, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14a5587b-a3d1-4d00-8138-39b28b4a886d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb649f07-ab82-45aa-8d29-9c3a88efccad, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8066462283940393130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80664622839403931308066462283940393130806646228394039313080664622839403931308066462283940393130806646228394039313080664622839403931308066462283940393130806646228394039313080664622839403931308066462283940393130806646228394039313080664622839403931308066462283940393130806646228394039313080664622839403931308066462283940393130806646228394039313080664622839403931308066462283940393130" } } } 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, 8f2e2254-4d0a-446f-943e-b3627939e341, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f2e2254-4d0a-446f-943e-b3627939e341, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15124702585122999011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512470258512299901115124702585122999011151247025851229990111512470258512299901115124702585122999011151247025851229990111512470258512299901115124702585122999011151247025851229990111512470258512299901115124702585122999011151247025851229990111512470258512299901115124702585122999011151247025851229990111512470258512299901115124702585122999011151247025851229990111512470258512299901115124702585122999011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb649f07-ab82-45aa-8d29-9c3a88efccad, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff9071f9-4aef-41b2-8eee-cc86c02cfee1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff9071f9-4aef-41b2-8eee-cc86c02cfee1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10591437506466352516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059143750646635251610591437506466352516105914375064663525161059143750646635251610591437506466352516105914375064663525161059143750646635251610591437506466352516105914375064663525161059143750646635251610591437506466352516105914375064663525161059143750646635251610591437506466352516105914375064663525161059143750646635251610591437506466352516105914375064663525161059143750646635251610591437506466352516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f2e2254-4d0a-446f-943e-b3627939e341, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87388302-2c90-4e9e-a626-53c9c2b4b5f7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87388302-2c90-4e9e-a626-53c9c2b4b5f7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2059263012004909589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20592630120049095892059263012004909589205926301200490958920592630120049095892059263012004909589205926301200490958920592630120049095892059263012004909589205926301200490958920592630120049095892059263012004909589205926301200490958920592630120049095892059263012004909589205926301200490958920592630120049095892059263012004909589205926301200490958920592630120049095892059263012004909589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff9071f9-4aef-41b2-8eee-cc86c02cfee1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87388302-2c90-4e9e-a626-53c9c2b4b5f7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df1ae5b9-f5e7-4270-b29f-73dad5acf384, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9469e05f-4ccb-4a87-abc3-397d1e25169f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9469e05f-4ccb-4a87-abc3-397d1e25169f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11889271610902311331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188927161090231133111889271610902311331118892716109023113311188927161090231133111889271610902311331118892716109023113311188927161090231133111889271610902311331118892716109023113311188927161090231133111889271610902311331118892716109023113311188927161090231133111889271610902311331118892716109023113311188927161090231133111889271610902311331118892716109023113311188927161090231133111889271610902311331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df1ae5b9-f5e7-4270-b29f-73dad5acf384, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5856401160466054042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58564011604660540425856401160466054042585640116046605404258564011604660540425856401160466054042585640116046605404258564011604660540425856401160466054042585640116046605404258564011604660540425856401160466054042585640116046605404258564011604660540425856401160466054042585640116046605404258564011604660540425856401160466054042585640116046605404258564011604660540425856401160466054042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9469e05f-4ccb-4a87-abc3-397d1e25169f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d9733ad-9c6b-4f52-b9ab-558ae9fae473, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d9733ad-9c6b-4f52-b9ab-558ae9fae473, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12240586080515838879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224058608051583887912240586080515838879122405860805158388791224058608051583887912240586080515838879122405860805158388791224058608051583887912240586080515838879122405860805158388791224058608051583887912240586080515838879122405860805158388791224058608051583887912240586080515838879122405860805158388791224058608051583887912240586080515838879122405860805158388791224058608051583887912240586080515838879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df1ae5b9-f5e7-4270-b29f-73dad5acf384, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c59930bd-3b92-4c85-bcd1-b441e94077c3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c59930bd-3b92-4c85-bcd1-b441e94077c3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17652760404879962998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765276040487996299817652760404879962998176527604048799629981765276040487996299817652760404879962998176527604048799629981765276040487996299817652760404879962998176527604048799629981765276040487996299817652760404879962998176527604048799629981765276040487996299817652760404879962998176527604048799629981765276040487996299817652760404879962998176527604048799629981765276040487996299817652760404879962998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d9733ad-9c6b-4f52-b9ab-558ae9fae473, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b73288c6-8836-4bcc-970c-b29efa39df54, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b73288c6-8836-4bcc-970c-b29efa39df54, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5992553876438232118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59925538764382321185992553876438232118599255387643823211859925538764382321185992553876438232118599255387643823211859925538764382321185992553876438232118599255387643823211859925538764382321185992553876438232118599255387643823211859925538764382321185992553876438232118599255387643823211859925538764382321185992553876438232118599255387643823211859925538764382321185992553876438232118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c59930bd-3b92-4c85-bcd1-b441e94077c3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7c1ff5d-14e7-4f68-b6a9-952d3407ff79, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7c1ff5d-14e7-4f68-b6a9-952d3407ff79, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 213388613990101862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862213388613990101862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b73288c6-8836-4bcc-970c-b29efa39df54, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7c1ff5d-14e7-4f68-b6a9-952d3407ff79, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6778d638-70c4-4f4e-8ef1-9a49d8061790, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6778d638-70c4-4f4e-8ef1-9a49d8061790, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10375657007138174279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037565700713817427910375657007138174279103756570071381742791037565700713817427910375657007138174279103756570071381742791037565700713817427910375657007138174279103756570071381742791037565700713817427910375657007138174279103756570071381742791037565700713817427910375657007138174279103756570071381742791037565700713817427910375657007138174279103756570071381742791037565700713817427910375657007138174279" } } } 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, 2002b184-451e-46f0-8981-a57b265af8e3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2002b184-451e-46f0-8981-a57b265af8e3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12490443944074464182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249044394407446418212490443944074464182124904439440744641821249044394407446418212490443944074464182124904439440744641821249044394407446418212490443944074464182124904439440744641821249044394407446418212490443944074464182124904439440744641821249044394407446418212490443944074464182124904439440744641821249044394407446418212490443944074464182124904439440744641821249044394407446418212490443944074464182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6778d638-70c4-4f4e-8ef1-9a49d8061790, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64d923d1-22d8-43f3-b518-ddaef47c1a87, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64d923d1-22d8-43f3-b518-ddaef47c1a87, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2392469582293659131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23924695822936591312392469582293659131239246958229365913123924695822936591312392469582293659131239246958229365913123924695822936591312392469582293659131239246958229365913123924695822936591312392469582293659131239246958229365913123924695822936591312392469582293659131239246958229365913123924695822936591312392469582293659131239246958229365913123924695822936591312392469582293659131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2002b184-451e-46f0-8981-a57b265af8e3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df813ebf-d55c-4339-952b-1ae84151da4c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64d923d1-22d8-43f3-b518-ddaef47c1a87, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df813ebf-d55c-4339-952b-1ae84151da4c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8957960356770061813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89579603567700618138957960356770061813895796035677006181389579603567700618138957960356770061813895796035677006181389579603567700618138957960356770061813895796035677006181389579603567700618138957960356770061813895796035677006181389579603567700618138957960356770061813895796035677006181389579603567700618138957960356770061813895796035677006181389579603567700618138957960356770061813" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1615a0c-7907-40f5-a312-20554b001d15, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1615a0c-7907-40f5-a312-20554b001d15, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8962682964958082266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89626829649580822668962682964958082266896268296495808226689626829649580822668962682964958082266896268296495808226689626829649580822668962682964958082266896268296495808226689626829649580822668962682964958082266896268296495808226689626829649580822668962682964958082266896268296495808226689626829649580822668962682964958082266896268296495808226689626829649580822668962682964958082266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df813ebf-d55c-4339-952b-1ae84151da4c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 643ffe75-20ad-4858-91bd-fdc120dc016b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 643ffe75-20ad-4858-91bd-fdc120dc016b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4479467019412321985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44794670194123219854479467019412321985447946701941232198544794670194123219854479467019412321985447946701941232198544794670194123219854479467019412321985447946701941232198544794670194123219854479467019412321985447946701941232198544794670194123219854479467019412321985447946701941232198544794670194123219854479467019412321985447946701941232198544794670194123219854479467019412321985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1615a0c-7907-40f5-a312-20554b001d15, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 972ac177-cc71-4548-91d4-d482d1ed6258, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 643ffe75-20ad-4858-91bd-fdc120dc016b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 972ac177-cc71-4548-91d4-d482d1ed6258, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7886605813032233228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78866058130322332287886605813032233228788660581303223322878866058130322332287886605813032233228788660581303223322878866058130322332287886605813032233228788660581303223322878866058130322332287886605813032233228788660581303223322878866058130322332287886605813032233228788660581303223322878866058130322332287886605813032233228788660581303223322878866058130322332287886605813032233228" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9eb78b7f-28de-4d1a-a667-201e5109cb9b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eb78b7f-28de-4d1a-a667-201e5109cb9b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1258728555181917054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12587285551819170541258728555181917054125872855518191705412587285551819170541258728555181917054125872855518191705412587285551819170541258728555181917054125872855518191705412587285551819170541258728555181917054125872855518191705412587285551819170541258728555181917054125872855518191705412587285551819170541258728555181917054125872855518191705412587285551819170541258728555181917054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 972ac177-cc71-4548-91d4-d482d1ed6258, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eb78b7f-28de-4d1a-a667-201e5109cb9b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c34743bb-9827-4783-b6e3-7cd1cee77d27, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66303c4e-994f-44c1-912a-61947955139c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66303c4e-994f-44c1-912a-61947955139c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16606910760762977433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660691076076297743316606910760762977433166069107607629774331660691076076297743316606910760762977433166069107607629774331660691076076297743316606910760762977433166069107607629774331660691076076297743316606910760762977433166069107607629774331660691076076297743316606910760762977433166069107607629774331660691076076297743316606910760762977433166069107607629774331660691076076297743316606910760762977433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c34743bb-9827-4783-b6e3-7cd1cee77d27, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10762210953898130255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076221095389813025510762210953898130255107622109538981302551076221095389813025510762210953898130255107622109538981302551076221095389813025510762210953898130255107622109538981302551076221095389813025510762210953898130255107622109538981302551076221095389813025510762210953898130255107622109538981302551076221095389813025510762210953898130255107622109538981302551076221095389813025510762210953898130255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66303c4e-994f-44c1-912a-61947955139c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c34743bb-9827-4783-b6e3-7cd1cee77d27, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86043640-5e45-45a5-8bd7-69e4e9309c99, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd549f81-c0a0-4a17-b1a2-d0feb0c44891, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86043640-5e45-45a5-8bd7-69e4e9309c99, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12033299367465425897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203329936746542589712033299367465425897120332993674654258971203329936746542589712033299367465425897120332993674654258971203329936746542589712033299367465425897120332993674654258971203329936746542589712033299367465425897120332993674654258971203329936746542589712033299367465425897120332993674654258971203329936746542589712033299367465425897120332993674654258971203329936746542589712033299367465425897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd549f81-c0a0-4a17-b1a2-d0feb0c44891, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9751722008760290073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97517220087602900739751722008760290073975172200876029007397517220087602900739751722008760290073975172200876029007397517220087602900739751722008760290073975172200876029007397517220087602900739751722008760290073975172200876029007397517220087602900739751722008760290073975172200876029007397517220087602900739751722008760290073975172200876029007397517220087602900739751722008760290073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86043640-5e45-45a5-8bd7-69e4e9309c99, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28eb1f6d-8a35-4375-8a17-c6c7b93021d1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28eb1f6d-8a35-4375-8a17-c6c7b93021d1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17547906961836329170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754790696183632917017547906961836329170175479069618363291701754790696183632917017547906961836329170175479069618363291701754790696183632917017547906961836329170175479069618363291701754790696183632917017547906961836329170175479069618363291701754790696183632917017547906961836329170175479069618363291701754790696183632917017547906961836329170175479069618363291701754790696183632917017547906961836329170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd549f81-c0a0-4a17-b1a2-d0feb0c44891, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c187f6bd-1026-415e-a3b5-ea44b6ea366b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28eb1f6d-8a35-4375-8a17-c6c7b93021d1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c187f6bd-1026-415e-a3b5-ea44b6ea366b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2216404971077112674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22164049710771126742216404971077112674221640497107711267422164049710771126742216404971077112674221640497107711267422164049710771126742216404971077112674221640497107711267422164049710771126742216404971077112674221640497107711267422164049710771126742216404971077112674221640497107711267422164049710771126742216404971077112674221640497107711267422164049710771126742216404971077112674" } } } 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, 8fd47081-aef6-4580-986c-c3f6411106fc, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fd47081-aef6-4580-986c-c3f6411106fc, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12159233142609902762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215923314260990276212159233142609902762121592331426099027621215923314260990276212159233142609902762121592331426099027621215923314260990276212159233142609902762121592331426099027621215923314260990276212159233142609902762121592331426099027621215923314260990276212159233142609902762121592331426099027621215923314260990276212159233142609902762121592331426099027621215923314260990276212159233142609902762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c187f6bd-1026-415e-a3b5-ea44b6ea366b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0278a57a-500f-4c4d-80cd-9a05ce4b0ff0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fd47081-aef6-4580-986c-c3f6411106fc, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0278a57a-500f-4c4d-80cd-9a05ce4b0ff0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15824741925891564208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582474192589156420815824741925891564208158247419258915642081582474192589156420815824741925891564208158247419258915642081582474192589156420815824741925891564208158247419258915642081582474192589156420815824741925891564208158247419258915642081582474192589156420815824741925891564208158247419258915642081582474192589156420815824741925891564208158247419258915642081582474192589156420815824741925891564208" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e407ba8-c0be-4cce-b6ee-6d0350d98529, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e407ba8-c0be-4cce-b6ee-6d0350d98529, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1875083504960348021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18750835049603480211875083504960348021187508350496034802118750835049603480211875083504960348021187508350496034802118750835049603480211875083504960348021187508350496034802118750835049603480211875083504960348021187508350496034802118750835049603480211875083504960348021187508350496034802118750835049603480211875083504960348021187508350496034802118750835049603480211875083504960348021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0278a57a-500f-4c4d-80cd-9a05ce4b0ff0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9afcbbc8-162b-4677-85a0-a683772cded4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9afcbbc8-162b-4677-85a0-a683772cded4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8885614325846925183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88856143258469251838885614325846925183888561432584692518388856143258469251838885614325846925183888561432584692518388856143258469251838885614325846925183888561432584692518388856143258469251838885614325846925183888561432584692518388856143258469251838885614325846925183888561432584692518388856143258469251838885614325846925183888561432584692518388856143258469251838885614325846925183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e407ba8-c0be-4cce-b6ee-6d0350d98529, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5de2f037-ab8f-4c1f-b08c-a8f5292fb3e4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5de2f037-ab8f-4c1f-b08c-a8f5292fb3e4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6709378638743567723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67093786387435677236709378638743567723670937863874356772367093786387435677236709378638743567723670937863874356772367093786387435677236709378638743567723670937863874356772367093786387435677236709378638743567723670937863874356772367093786387435677236709378638743567723670937863874356772367093786387435677236709378638743567723670937863874356772367093786387435677236709378638743567723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9afcbbc8-162b-4677-85a0-a683772cded4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5de2f037-ab8f-4c1f-b08c-a8f5292fb3e4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dddd265-30e7-46bd-8cc3-ddcc898ff453, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4e25433-5459-4fd8-90de-8ddb1056f2da, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4e25433-5459-4fd8-90de-8ddb1056f2da, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13483729821778421653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348372982177842165313483729821778421653134837298217784216531348372982177842165313483729821778421653134837298217784216531348372982177842165313483729821778421653134837298217784216531348372982177842165313483729821778421653134837298217784216531348372982177842165313483729821778421653134837298217784216531348372982177842165313483729821778421653134837298217784216531348372982177842165313483729821778421653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dddd265-30e7-46bd-8cc3-ddcc898ff453, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17622666935530813922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762266693553081392217622666935530813922176226669355308139221762266693553081392217622666935530813922176226669355308139221762266693553081392217622666935530813922176226669355308139221762266693553081392217622666935530813922176226669355308139221762266693553081392217622666935530813922176226669355308139221762266693553081392217622666935530813922176226669355308139221762266693553081392217622666935530813922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4e25433-5459-4fd8-90de-8ddb1056f2da, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dddd265-30e7-46bd-8cc3-ddcc898ff453, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31151899-fe5c-4e14-9495-9e71527075ba, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31151899-fe5c-4e14-9495-9e71527075ba, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1386347272496797500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13863472724967975001386347272496797500138634727249679750013863472724967975001386347272496797500138634727249679750013863472724967975001386347272496797500138634727249679750013863472724967975001386347272496797500138634727249679750013863472724967975001386347272496797500138634727249679750013863472724967975001386347272496797500138634727249679750013863472724967975001386347272496797500" } } } 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, a029027e-bd0f-499e-9c2c-9b61649a442a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a029027e-bd0f-499e-9c2c-9b61649a442a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5962630453901171920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59626304539011719205962630453901171920596263045390117192059626304539011719205962630453901171920596263045390117192059626304539011719205962630453901171920596263045390117192059626304539011719205962630453901171920596263045390117192059626304539011719205962630453901171920596263045390117192059626304539011719205962630453901171920596263045390117192059626304539011719205962630453901171920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31151899-fe5c-4e14-9495-9e71527075ba, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a029027e-bd0f-499e-9c2c-9b61649a442a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae2f7c38-0586-4845-ac78-359241a56464, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae2f7c38-0586-4845-ac78-359241a56464, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7842226524852014033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78422265248520140337842226524852014033784222652485201403378422265248520140337842226524852014033784222652485201403378422265248520140337842226524852014033784222652485201403378422265248520140337842226524852014033784222652485201403378422265248520140337842226524852014033784222652485201403378422265248520140337842226524852014033784222652485201403378422265248520140337842226524852014033" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4644185-f415-49c8-a9df-c12711b2fef2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4644185-f415-49c8-a9df-c12711b2fef2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11605065348249254311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160506534824925431111605065348249254311116050653482492543111160506534824925431111605065348249254311116050653482492543111160506534824925431111605065348249254311116050653482492543111160506534824925431111605065348249254311116050653482492543111160506534824925431111605065348249254311116050653482492543111160506534824925431111605065348249254311116050653482492543111160506534824925431111605065348249254311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4644185-f415-49c8-a9df-c12711b2fef2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0525f6f5-cb04-41c3-a4b6-8165d66d2304, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae2f7c38-0586-4845-ac78-359241a56464, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0525f6f5-cb04-41c3-a4b6-8165d66d2304, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18311257375949014790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831125737594901479018311257375949014790183112573759490147901831125737594901479018311257375949014790183112573759490147901831125737594901479018311257375949014790183112573759490147901831125737594901479018311257375949014790183112573759490147901831125737594901479018311257375949014790183112573759490147901831125737594901479018311257375949014790183112573759490147901831125737594901479018311257375949014790" } } } 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, 63a619b1-265e-4eb0-9a29-e3d7cec21458, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63a619b1-265e-4eb0-9a29-e3d7cec21458, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 583248387921491398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398583248387921491398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0525f6f5-cb04-41c3-a4b6-8165d66d2304, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5b5088f-d54d-4630-8569-cf8886df37c8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5b5088f-d54d-4630-8569-cf8886df37c8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12678266535755059669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267826653575505966912678266535755059669126782665357550596691267826653575505966912678266535755059669126782665357550596691267826653575505966912678266535755059669126782665357550596691267826653575505966912678266535755059669126782665357550596691267826653575505966912678266535755059669126782665357550596691267826653575505966912678266535755059669126782665357550596691267826653575505966912678266535755059669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63a619b1-265e-4eb0-9a29-e3d7cec21458, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abb8def1-66b6-46d7-bdb9-ac0480aeb914, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abb8def1-66b6-46d7-bdb9-ac0480aeb914, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11859852191286178446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185985219128617844611859852191286178446118598521912861784461185985219128617844611859852191286178446118598521912861784461185985219128617844611859852191286178446118598521912861784461185985219128617844611859852191286178446118598521912861784461185985219128617844611859852191286178446118598521912861784461185985219128617844611859852191286178446118598521912861784461185985219128617844611859852191286178446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5b5088f-d54d-4630-8569-cf8886df37c8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5298ac61-d02a-475c-832b-4646a291b1fd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5298ac61-d02a-475c-832b-4646a291b1fd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13390649418882420814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339064941888242081413390649418882420814133906494188824208141339064941888242081413390649418882420814133906494188824208141339064941888242081413390649418882420814133906494188824208141339064941888242081413390649418882420814133906494188824208141339064941888242081413390649418882420814133906494188824208141339064941888242081413390649418882420814133906494188824208141339064941888242081413390649418882420814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abb8def1-66b6-46d7-bdb9-ac0480aeb914, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20cfd420-cb21-4acd-8ce2-7d480917a10c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20cfd420-cb21-4acd-8ce2-7d480917a10c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16273722586180779538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627372258618077953816273722586180779538162737225861807795381627372258618077953816273722586180779538162737225861807795381627372258618077953816273722586180779538162737225861807795381627372258618077953816273722586180779538162737225861807795381627372258618077953816273722586180779538162737225861807795381627372258618077953816273722586180779538162737225861807795381627372258618077953816273722586180779538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5298ac61-d02a-475c-832b-4646a291b1fd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5caa0ed7-b55e-4c9a-8f65-df9f1d85162d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5caa0ed7-b55e-4c9a-8f65-df9f1d85162d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18071994205764805421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807199420576480542118071994205764805421180719942057648054211807199420576480542118071994205764805421180719942057648054211807199420576480542118071994205764805421180719942057648054211807199420576480542118071994205764805421180719942057648054211807199420576480542118071994205764805421180719942057648054211807199420576480542118071994205764805421180719942057648054211807199420576480542118071994205764805421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20cfd420-cb21-4acd-8ce2-7d480917a10c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c431b64-8c2c-4ed7-9976-46b9b925f6ce, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c431b64-8c2c-4ed7-9976-46b9b925f6ce, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5391860216536275146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53918602165362751465391860216536275146539186021653627514653918602165362751465391860216536275146539186021653627514653918602165362751465391860216536275146539186021653627514653918602165362751465391860216536275146539186021653627514653918602165362751465391860216536275146539186021653627514653918602165362751465391860216536275146539186021653627514653918602165362751465391860216536275146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5caa0ed7-b55e-4c9a-8f65-df9f1d85162d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfa8eed4-1fd5-48b3-922f-afa69595726c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfa8eed4-1fd5-48b3-922f-afa69595726c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6994066776548180834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69940667765481808346994066776548180834699406677654818083469940667765481808346994066776548180834699406677654818083469940667765481808346994066776548180834699406677654818083469940667765481808346994066776548180834699406677654818083469940667765481808346994066776548180834699406677654818083469940667765481808346994066776548180834699406677654818083469940667765481808346994066776548180834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfa8eed4-1fd5-48b3-922f-afa69595726c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbc70262-a00a-43bc-acf4-e6d7121c1b1f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbc70262-a00a-43bc-acf4-e6d7121c1b1f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13156360336370870475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315636033637087047513156360336370870475131563603363708704751315636033637087047513156360336370870475131563603363708704751315636033637087047513156360336370870475131563603363708704751315636033637087047513156360336370870475131563603363708704751315636033637087047513156360336370870475131563603363708704751315636033637087047513156360336370870475131563603363708704751315636033637087047513156360336370870475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c431b64-8c2c-4ed7-9976-46b9b925f6ce, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a617c20a-ce5a-406e-a2e8-ddd35fec01a9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a617c20a-ce5a-406e-a2e8-ddd35fec01a9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13566655049839485907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356665504983948590713566655049839485907135666550498394859071356665504983948590713566655049839485907135666550498394859071356665504983948590713566655049839485907135666550498394859071356665504983948590713566655049839485907135666550498394859071356665504983948590713566655049839485907135666550498394859071356665504983948590713566655049839485907135666550498394859071356665504983948590713566655049839485907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbc70262-a00a-43bc-acf4-e6d7121c1b1f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a617c20a-ce5a-406e-a2e8-ddd35fec01a9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93f33720-09a6-4050-9589-8334ba9360a7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93f33720-09a6-4050-9589-8334ba9360a7, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8530421755639961181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85304217556399611818530421755639961181853042175563996118185304217556399611818530421755639961181853042175563996118185304217556399611818530421755639961181853042175563996118185304217556399611818530421755639961181853042175563996118185304217556399611818530421755639961181853042175563996118185304217556399611818530421755639961181853042175563996118185304217556399611818530421755639961181" } } } 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, 531c7d43-46ef-44d5-84b1-57a2d0b23227, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 531c7d43-46ef-44d5-84b1-57a2d0b23227, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3593319929817181526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35933199298171815263593319929817181526359331992981718152635933199298171815263593319929817181526359331992981718152635933199298171815263593319929817181526359331992981718152635933199298171815263593319929817181526359331992981718152635933199298171815263593319929817181526359331992981718152635933199298171815263593319929817181526359331992981718152635933199298171815263593319929817181526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93f33720-09a6-4050-9589-8334ba9360a7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04726269-17bb-4c4f-a80e-50f39ac54881, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04726269-17bb-4c4f-a80e-50f39ac54881, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7998147807086142572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79981478070861425727998147807086142572799814780708614257279981478070861425727998147807086142572799814780708614257279981478070861425727998147807086142572799814780708614257279981478070861425727998147807086142572799814780708614257279981478070861425727998147807086142572799814780708614257279981478070861425727998147807086142572799814780708614257279981478070861425727998147807086142572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 531c7d43-46ef-44d5-84b1-57a2d0b23227, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24386eb4-f754-4b87-a6bb-9db20ef26366, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24386eb4-f754-4b87-a6bb-9db20ef26366, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17636618226942497736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763661822694249773617636618226942497736176366182269424977361763661822694249773617636618226942497736176366182269424977361763661822694249773617636618226942497736176366182269424977361763661822694249773617636618226942497736176366182269424977361763661822694249773617636618226942497736176366182269424977361763661822694249773617636618226942497736176366182269424977361763661822694249773617636618226942497736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04726269-17bb-4c4f-a80e-50f39ac54881, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7aa5bfff-e7c6-48d1-9f75-8fdbf40e9698, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aa5bfff-e7c6-48d1-9f75-8fdbf40e9698, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7403182776520721419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74031827765207214197403182776520721419740318277652072141974031827765207214197403182776520721419740318277652072141974031827765207214197403182776520721419740318277652072141974031827765207214197403182776520721419740318277652072141974031827765207214197403182776520721419740318277652072141974031827765207214197403182776520721419740318277652072141974031827765207214197403182776520721419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24386eb4-f754-4b87-a6bb-9db20ef26366, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aa5bfff-e7c6-48d1-9f75-8fdbf40e9698, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab12c65a-1730-434c-b01f-186ec8fe753b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d68ca3b-e319-4532-868b-2bb7a27b340f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab12c65a-1730-434c-b01f-186ec8fe753b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12700065190821847344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270006519082184734412700065190821847344127000651908218473441270006519082184734412700065190821847344127000651908218473441270006519082184734412700065190821847344127000651908218473441270006519082184734412700065190821847344127000651908218473441270006519082184734412700065190821847344127000651908218473441270006519082184734412700065190821847344127000651908218473441270006519082184734412700065190821847344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d68ca3b-e319-4532-868b-2bb7a27b340f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12256723339881145657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225672333988114565712256723339881145657122567233398811456571225672333988114565712256723339881145657122567233398811456571225672333988114565712256723339881145657122567233398811456571225672333988114565712256723339881145657122567233398811456571225672333988114565712256723339881145657122567233398811456571225672333988114565712256723339881145657122567233398811456571225672333988114565712256723339881145657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab12c65a-1730-434c-b01f-186ec8fe753b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d68ca3b-e319-4532-868b-2bb7a27b340f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c063974-1af3-45b3-ad48-00fe896f6427, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c063974-1af3-45b3-ad48-00fe896f6427, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16559987776959746373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655998777695974637316559987776959746373165599877769597463731655998777695974637316559987776959746373165599877769597463731655998777695974637316559987776959746373165599877769597463731655998777695974637316559987776959746373165599877769597463731655998777695974637316559987776959746373165599877769597463731655998777695974637316559987776959746373165599877769597463731655998777695974637316559987776959746373" } } } 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, 14bbb1f7-9657-407a-86df-7380f7352eaf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14bbb1f7-9657-407a-86df-7380f7352eaf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16875751589893520197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687575158989352019716875751589893520197168757515898935201971687575158989352019716875751589893520197168757515898935201971687575158989352019716875751589893520197168757515898935201971687575158989352019716875751589893520197168757515898935201971687575158989352019716875751589893520197168757515898935201971687575158989352019716875751589893520197168757515898935201971687575158989352019716875751589893520197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c063974-1af3-45b3-ad48-00fe896f6427, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8986789-3e78-4275-8c9e-6ca3563a4e84, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8986789-3e78-4275-8c9e-6ca3563a4e84, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7452020599466584402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74520205994665844027452020599466584402745202059946658440274520205994665844027452020599466584402745202059946658440274520205994665844027452020599466584402745202059946658440274520205994665844027452020599466584402745202059946658440274520205994665844027452020599466584402745202059946658440274520205994665844027452020599466584402745202059946658440274520205994665844027452020599466584402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14bbb1f7-9657-407a-86df-7380f7352eaf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd48c5c6-e79b-49e6-8011-8ae42603dd90, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd48c5c6-e79b-49e6-8011-8ae42603dd90, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9295828269734564933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92958282697345649339295828269734564933929582826973456493392958282697345649339295828269734564933929582826973456493392958282697345649339295828269734564933929582826973456493392958282697345649339295828269734564933929582826973456493392958282697345649339295828269734564933929582826973456493392958282697345649339295828269734564933929582826973456493392958282697345649339295828269734564933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8986789-3e78-4275-8c9e-6ca3563a4e84, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18553e65-7952-42fd-907a-8a96b71bd7e9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18553e65-7952-42fd-907a-8a96b71bd7e9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3725976527064459743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37259765270644597433725976527064459743372597652706445974337259765270644597433725976527064459743372597652706445974337259765270644597433725976527064459743372597652706445974337259765270644597433725976527064459743372597652706445974337259765270644597433725976527064459743372597652706445974337259765270644597433725976527064459743372597652706445974337259765270644597433725976527064459743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd48c5c6-e79b-49e6-8011-8ae42603dd90, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18553e65-7952-42fd-907a-8a96b71bd7e9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ab4ab92-c8d9-4c2e-836d-35f7e2070e6b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ab4ab92-c8d9-4c2e-836d-35f7e2070e6b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 781627162542285407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407781627162542285407" } } } 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, 819c2de2-2481-4388-921c-741f8ba6453e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 819c2de2-2481-4388-921c-741f8ba6453e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9304055539137703071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93040555391377030719304055539137703071930405553913770307193040555391377030719304055539137703071930405553913770307193040555391377030719304055539137703071930405553913770307193040555391377030719304055539137703071930405553913770307193040555391377030719304055539137703071930405553913770307193040555391377030719304055539137703071930405553913770307193040555391377030719304055539137703071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ab4ab92-c8d9-4c2e-836d-35f7e2070e6b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f846b47b-5dba-4b48-b159-9ce0f3999893, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f846b47b-5dba-4b48-b159-9ce0f3999893, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 372698045336943118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118372698045336943118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 819c2de2-2481-4388-921c-741f8ba6453e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ca79562-713e-4663-8a02-88d4f0f0057c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ca79562-713e-4663-8a02-88d4f0f0057c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2597008051528308837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25970080515283088372597008051528308837259700805152830883725970080515283088372597008051528308837259700805152830883725970080515283088372597008051528308837259700805152830883725970080515283088372597008051528308837259700805152830883725970080515283088372597008051528308837259700805152830883725970080515283088372597008051528308837259700805152830883725970080515283088372597008051528308837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f846b47b-5dba-4b48-b159-9ce0f3999893, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4a4d59c-6f5b-4ea0-b082-f464e11189c1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4a4d59c-6f5b-4ea0-b082-f464e11189c1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 165839543916649888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888165839543916649888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ca79562-713e-4663-8a02-88d4f0f0057c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 562cb4a9-6652-424d-8a88-f7465ffe9d21, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 562cb4a9-6652-424d-8a88-f7465ffe9d21, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10257083508588114391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025708350858811439110257083508588114391102570835085881143911025708350858811439110257083508588114391102570835085881143911025708350858811439110257083508588114391102570835085881143911025708350858811439110257083508588114391102570835085881143911025708350858811439110257083508588114391102570835085881143911025708350858811439110257083508588114391102570835085881143911025708350858811439110257083508588114391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4a4d59c-6f5b-4ea0-b082-f464e11189c1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e4d87e5-6627-42cf-ad44-8ca4050309a1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e4d87e5-6627-42cf-ad44-8ca4050309a1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1997323208885940118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19973232088859401181997323208885940118199732320888594011819973232088859401181997323208885940118199732320888594011819973232088859401181997323208885940118199732320888594011819973232088859401181997323208885940118199732320888594011819973232088859401181997323208885940118199732320888594011819973232088859401181997323208885940118199732320888594011819973232088859401181997323208885940118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 562cb4a9-6652-424d-8a88-f7465ffe9d21, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e4d87e5-6627-42cf-ad44-8ca4050309a1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7581dc6-b67c-405d-a552-20d225382411, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7076a162-c655-441f-ac54-1b2cb052639b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7076a162-c655-441f-ac54-1b2cb052639b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8113129739199812264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81131297391998122648113129739199812264811312973919981226481131297391998122648113129739199812264811312973919981226481131297391998122648113129739199812264811312973919981226481131297391998122648113129739199812264811312973919981226481131297391998122648113129739199812264811312973919981226481131297391998122648113129739199812264811312973919981226481131297391998122648113129739199812264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7581dc6-b67c-405d-a552-20d225382411, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5603935612255714390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56039356122557143905603935612255714390560393561225571439056039356122557143905603935612255714390560393561225571439056039356122557143905603935612255714390560393561225571439056039356122557143905603935612255714390560393561225571439056039356122557143905603935612255714390560393561225571439056039356122557143905603935612255714390560393561225571439056039356122557143905603935612255714390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7076a162-c655-441f-ac54-1b2cb052639b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cba0cd86-3124-4954-ace4-891a833d5936, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cba0cd86-3124-4954-ace4-891a833d5936, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17874469874490511237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787446987449051123717874469874490511237178744698744905112371787446987449051123717874469874490511237178744698744905112371787446987449051123717874469874490511237178744698744905112371787446987449051123717874469874490511237178744698744905112371787446987449051123717874469874490511237178744698744905112371787446987449051123717874469874490511237178744698744905112371787446987449051123717874469874490511237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7581dc6-b67c-405d-a552-20d225382411, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64f8bcab-a3a8-49d7-a51c-d9f19037853a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64f8bcab-a3a8-49d7-a51c-d9f19037853a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8528662315838053728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85286623158380537288528662315838053728852866231583805372885286623158380537288528662315838053728852866231583805372885286623158380537288528662315838053728852866231583805372885286623158380537288528662315838053728852866231583805372885286623158380537288528662315838053728852866231583805372885286623158380537288528662315838053728852866231583805372885286623158380537288528662315838053728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cba0cd86-3124-4954-ace4-891a833d5936, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d48882c2-acb6-431b-b7f2-854229a9534e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d48882c2-acb6-431b-b7f2-854229a9534e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16752951081842157868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675295108184215786816752951081842157868167529510818421578681675295108184215786816752951081842157868167529510818421578681675295108184215786816752951081842157868167529510818421578681675295108184215786816752951081842157868167529510818421578681675295108184215786816752951081842157868167529510818421578681675295108184215786816752951081842157868167529510818421578681675295108184215786816752951081842157868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64f8bcab-a3a8-49d7-a51c-d9f19037853a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 117793fd-3665-4709-b679-7fb27f963c37, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d48882c2-acb6-431b-b7f2-854229a9534e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 117793fd-3665-4709-b679-7fb27f963c37, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15721879454266965194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572187945426696519415721879454266965194157218794542669651941572187945426696519415721879454266965194157218794542669651941572187945426696519415721879454266965194157218794542669651941572187945426696519415721879454266965194157218794542669651941572187945426696519415721879454266965194157218794542669651941572187945426696519415721879454266965194157218794542669651941572187945426696519415721879454266965194" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 522dc021-a36a-46bf-8664-a29e1645c8cd, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 522dc021-a36a-46bf-8664-a29e1645c8cd, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1858881409824077366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18588814098240773661858881409824077366185888140982407736618588814098240773661858881409824077366185888140982407736618588814098240773661858881409824077366185888140982407736618588814098240773661858881409824077366185888140982407736618588814098240773661858881409824077366185888140982407736618588814098240773661858881409824077366185888140982407736618588814098240773661858881409824077366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 117793fd-3665-4709-b679-7fb27f963c37, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b47d511f-efce-4800-aa10-047c06714f18, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 522dc021-a36a-46bf-8664-a29e1645c8cd, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b47d511f-efce-4800-aa10-047c06714f18, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13317347082561338977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331734708256133897713317347082561338977133173470825613389771331734708256133897713317347082561338977133173470825613389771331734708256133897713317347082561338977133173470825613389771331734708256133897713317347082561338977133173470825613389771331734708256133897713317347082561338977133173470825613389771331734708256133897713317347082561338977133173470825613389771331734708256133897713317347082561338977" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37111a06-7ba7-477c-9d43-9c58ea76f2c8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37111a06-7ba7-477c-9d43-9c58ea76f2c8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5911647145390770314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59116471453907703145911647145390770314591164714539077031459116471453907703145911647145390770314591164714539077031459116471453907703145911647145390770314591164714539077031459116471453907703145911647145390770314591164714539077031459116471453907703145911647145390770314591164714539077031459116471453907703145911647145390770314591164714539077031459116471453907703145911647145390770314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b47d511f-efce-4800-aa10-047c06714f18, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37111a06-7ba7-477c-9d43-9c58ea76f2c8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fba74fa-a835-4585-b58f-e5baf28b3948, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fba74fa-a835-4585-b58f-e5baf28b3948, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8153619838497064466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81536198384970644668153619838497064466815361983849706446681536198384970644668153619838497064466815361983849706446681536198384970644668153619838497064466815361983849706446681536198384970644668153619838497064466815361983849706446681536198384970644668153619838497064466815361983849706446681536198384970644668153619838497064466815361983849706446681536198384970644668153619838497064466" } } } 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, 421f1395-18a1-4994-aa65-ad4a76997bc3, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 421f1395-18a1-4994-aa65-ad4a76997bc3, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1571127705043683074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15711277050436830741571127705043683074157112770504368307415711277050436830741571127705043683074157112770504368307415711277050436830741571127705043683074157112770504368307415711277050436830741571127705043683074157112770504368307415711277050436830741571127705043683074157112770504368307415711277050436830741571127705043683074157112770504368307415711277050436830741571127705043683074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fba74fa-a835-4585-b58f-e5baf28b3948, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c2c17ae-1a43-4f11-b3bc-406c17ab4a7f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c2c17ae-1a43-4f11-b3bc-406c17ab4a7f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6824086986938844309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68240869869388443096824086986938844309682408698693884430968240869869388443096824086986938844309682408698693884430968240869869388443096824086986938844309682408698693884430968240869869388443096824086986938844309682408698693884430968240869869388443096824086986938844309682408698693884430968240869869388443096824086986938844309682408698693884430968240869869388443096824086986938844309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 421f1395-18a1-4994-aa65-ad4a76997bc3, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9af1156-2317-4622-81df-4182b5310596, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9af1156-2317-4622-81df-4182b5310596, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 804546503454091822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822804546503454091822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c2c17ae-1a43-4f11-b3bc-406c17ab4a7f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08739df4-5e95-4099-b0ab-53a36c22213f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9af1156-2317-4622-81df-4182b5310596, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c3182ca-63e8-41a1-bac7-79f8cf4bd711, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08739df4-5e95-4099-b0ab-53a36c22213f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16305770746962963950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630577074696296395016305770746962963950163057707469629639501630577074696296395016305770746962963950163057707469629639501630577074696296395016305770746962963950163057707469629639501630577074696296395016305770746962963950163057707469629639501630577074696296395016305770746962963950163057707469629639501630577074696296395016305770746962963950163057707469629639501630577074696296395016305770746962963950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c3182ca-63e8-41a1-bac7-79f8cf4bd711, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13769207094994936007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376920709499493600713769207094994936007137692070949949360071376920709499493600713769207094994936007137692070949949360071376920709499493600713769207094994936007137692070949949360071376920709499493600713769207094994936007137692070949949360071376920709499493600713769207094994936007137692070949949360071376920709499493600713769207094994936007137692070949949360071376920709499493600713769207094994936007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08739df4-5e95-4099-b0ab-53a36c22213f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f4974a4-16d2-4c6b-8c90-dcda059f8508, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c3182ca-63e8-41a1-bac7-79f8cf4bd711, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f4974a4-16d2-4c6b-8c90-dcda059f8508, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12677363039217320299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267736303921732029912677363039217320299126773630392173202991267736303921732029912677363039217320299126773630392173202991267736303921732029912677363039217320299126773630392173202991267736303921732029912677363039217320299126773630392173202991267736303921732029912677363039217320299126773630392173202991267736303921732029912677363039217320299126773630392173202991267736303921732029912677363039217320299" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b17ce57-cce6-44fd-bcf1-8bdd6a15d74e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f4974a4-16d2-4c6b-8c90-dcda059f8508, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b17ce57-cce6-44fd-bcf1-8bdd6a15d74e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8499223547700759151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84992235477007591518499223547700759151849922354770075915184992235477007591518499223547700759151849922354770075915184992235477007591518499223547700759151849922354770075915184992235477007591518499223547700759151849922354770075915184992235477007591518499223547700759151849922354770075915184992235477007591518499223547700759151849922354770075915184992235477007591518499223547700759151" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99781135-ac33-4878-ad1a-74ec957ad4b4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b17ce57-cce6-44fd-bcf1-8bdd6a15d74e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99781135-ac33-4878-ad1a-74ec957ad4b4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12541166357096868417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254116635709686841712541166357096868417125411663570968684171254116635709686841712541166357096868417125411663570968684171254116635709686841712541166357096868417125411663570968684171254116635709686841712541166357096868417125411663570968684171254116635709686841712541166357096868417125411663570968684171254116635709686841712541166357096868417125411663570968684171254116635709686841712541166357096868417" } } } 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, 28ff89c2-1f07-4e93-addd-69b39076e8a3, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28ff89c2-1f07-4e93-addd-69b39076e8a3, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4256979915506174850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42569799155061748504256979915506174850425697991550617485042569799155061748504256979915506174850425697991550617485042569799155061748504256979915506174850425697991550617485042569799155061748504256979915506174850425697991550617485042569799155061748504256979915506174850425697991550617485042569799155061748504256979915506174850425697991550617485042569799155061748504256979915506174850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99781135-ac33-4878-ad1a-74ec957ad4b4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28ff89c2-1f07-4e93-addd-69b39076e8a3, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0b5f4d7-e2ca-4017-a61a-926852505ee6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0b5f4d7-e2ca-4017-a61a-926852505ee6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6367451981323475687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63674519813234756876367451981323475687636745198132347568763674519813234756876367451981323475687636745198132347568763674519813234756876367451981323475687636745198132347568763674519813234756876367451981323475687636745198132347568763674519813234756876367451981323475687636745198132347568763674519813234756876367451981323475687636745198132347568763674519813234756876367451981323475687" } } } 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, eba61059-3f9d-480b-b1bc-596d3b2909e7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eba61059-3f9d-480b-b1bc-596d3b2909e7, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11606575762786814611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160657576278681461111606575762786814611116065757627868146111160657576278681461111606575762786814611116065757627868146111160657576278681461111606575762786814611116065757627868146111160657576278681461111606575762786814611116065757627868146111160657576278681461111606575762786814611116065757627868146111160657576278681461111606575762786814611116065757627868146111160657576278681461111606575762786814611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0b5f4d7-e2ca-4017-a61a-926852505ee6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eba61059-3f9d-480b-b1bc-596d3b2909e7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ba81b02-733c-414f-8717-fe048bcb3024, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ba81b02-733c-414f-8717-fe048bcb3024, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2983235016306180163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29832350163061801632983235016306180163298323501630618016329832350163061801632983235016306180163298323501630618016329832350163061801632983235016306180163298323501630618016329832350163061801632983235016306180163298323501630618016329832350163061801632983235016306180163298323501630618016329832350163061801632983235016306180163298323501630618016329832350163061801632983235016306180163" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa7b1a4a-32f9-49a4-8ab1-e187feb82f57, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa7b1a4a-32f9-49a4-8ab1-e187feb82f57, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4423936953645475030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44239369536454750304423936953645475030442393695364547503044239369536454750304423936953645475030442393695364547503044239369536454750304423936953645475030442393695364547503044239369536454750304423936953645475030442393695364547503044239369536454750304423936953645475030442393695364547503044239369536454750304423936953645475030442393695364547503044239369536454750304423936953645475030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ba81b02-733c-414f-8717-fe048bcb3024, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 297b8ebc-22fc-4882-95e5-fb4a4e8b4452, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 297b8ebc-22fc-4882-95e5-fb4a4e8b4452, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5305129092641978141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53051290926419781415305129092641978141530512909264197814153051290926419781415305129092641978141530512909264197814153051290926419781415305129092641978141530512909264197814153051290926419781415305129092641978141530512909264197814153051290926419781415305129092641978141530512909264197814153051290926419781415305129092641978141530512909264197814153051290926419781415305129092641978141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa7b1a4a-32f9-49a4-8ab1-e187feb82f57, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ed3c698-1bfa-4bfc-8cec-cca11b769275, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 297b8ebc-22fc-4882-95e5-fb4a4e8b4452, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ed3c698-1bfa-4bfc-8cec-cca11b769275, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10909644692092753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090964469209275310909644692092753109096446920927531090964469209275310909644692092753109096446920927531090964469209275310909644692092753109096446920927531090964469209275310909644692092753109096446920927531090964469209275310909644692092753109096446920927531090964469209275310909644692092753109096446920927531090964469209275310909644692092753" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61241ee1-4403-4adb-8a8f-cf8d1ca1667b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61241ee1-4403-4adb-8a8f-cf8d1ca1667b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15093452112165277123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509345211216527712315093452112165277123150934521121652771231509345211216527712315093452112165277123150934521121652771231509345211216527712315093452112165277123150934521121652771231509345211216527712315093452112165277123150934521121652771231509345211216527712315093452112165277123150934521121652771231509345211216527712315093452112165277123150934521121652771231509345211216527712315093452112165277123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ed3c698-1bfa-4bfc-8cec-cca11b769275, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8adf549-318b-44cb-957f-34c1645f1608, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8adf549-318b-44cb-957f-34c1645f1608, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4930979837192971980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49309798371929719804930979837192971980493097983719297198049309798371929719804930979837192971980493097983719297198049309798371929719804930979837192971980493097983719297198049309798371929719804930979837192971980493097983719297198049309798371929719804930979837192971980493097983719297198049309798371929719804930979837192971980493097983719297198049309798371929719804930979837192971980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61241ee1-4403-4adb-8a8f-cf8d1ca1667b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e3e71eb-43a5-4508-9f2e-c1bb50d36f55, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e3e71eb-43a5-4508-9f2e-c1bb50d36f55, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17801386522949821570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780138652294982157017801386522949821570178013865229498215701780138652294982157017801386522949821570178013865229498215701780138652294982157017801386522949821570178013865229498215701780138652294982157017801386522949821570178013865229498215701780138652294982157017801386522949821570178013865229498215701780138652294982157017801386522949821570178013865229498215701780138652294982157017801386522949821570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8adf549-318b-44cb-957f-34c1645f1608, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7db967d-c9d0-4607-9be5-6a34b39f4e77, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7db967d-c9d0-4607-9be5-6a34b39f4e77, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7966032781843861031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79660327818438610317966032781843861031796603278184386103179660327818438610317966032781843861031796603278184386103179660327818438610317966032781843861031796603278184386103179660327818438610317966032781843861031796603278184386103179660327818438610317966032781843861031796603278184386103179660327818438610317966032781843861031796603278184386103179660327818438610317966032781843861031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7db967d-c9d0-4607-9be5-6a34b39f4e77, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18006d90-4ab2-49e1-a192-7ff5a4620ba8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18006d90-4ab2-49e1-a192-7ff5a4620ba8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 434133933223890845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845434133933223890845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e3e71eb-43a5-4508-9f2e-c1bb50d36f55, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49c82fd2-9f98-4524-a969-af8a1264d0bf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18006d90-4ab2-49e1-a192-7ff5a4620ba8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 093f87f9-1e89-4b96-906b-597bb6682453, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49c82fd2-9f98-4524-a969-af8a1264d0bf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5036523317343050328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50365233173430503285036523317343050328503652331734305032850365233173430503285036523317343050328503652331734305032850365233173430503285036523317343050328503652331734305032850365233173430503285036523317343050328503652331734305032850365233173430503285036523317343050328503652331734305032850365233173430503285036523317343050328503652331734305032850365233173430503285036523317343050328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 093f87f9-1e89-4b96-906b-597bb6682453, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3485944520222576126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34859445202225761263485944520222576126348594452022257612634859445202225761263485944520222576126348594452022257612634859445202225761263485944520222576126348594452022257612634859445202225761263485944520222576126348594452022257612634859445202225761263485944520222576126348594452022257612634859445202225761263485944520222576126348594452022257612634859445202225761263485944520222576126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49c82fd2-9f98-4524-a969-af8a1264d0bf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 093f87f9-1e89-4b96-906b-597bb6682453, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 168a6196-c4a5-4ae3-bbac-e87f726e177f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 168a6196-c4a5-4ae3-bbac-e87f726e177f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14110872136115644349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411087213611564434914110872136115644349141108721361156443491411087213611564434914110872136115644349141108721361156443491411087213611564434914110872136115644349141108721361156443491411087213611564434914110872136115644349141108721361156443491411087213611564434914110872136115644349141108721361156443491411087213611564434914110872136115644349141108721361156443491411087213611564434914110872136115644349" } } } 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, a11a5954-5c04-45ec-a4d2-8650ef7fd306, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a11a5954-5c04-45ec-a4d2-8650ef7fd306, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5507997311438717309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55079973114387173095507997311438717309550799731143871730955079973114387173095507997311438717309550799731143871730955079973114387173095507997311438717309550799731143871730955079973114387173095507997311438717309550799731143871730955079973114387173095507997311438717309550799731143871730955079973114387173095507997311438717309550799731143871730955079973114387173095507997311438717309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a11a5954-5c04-45ec-a4d2-8650ef7fd306, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb27cb2c-9bd9-4673-ad21-ae59e0a43e16, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 168a6196-c4a5-4ae3-bbac-e87f726e177f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14621062-816c-4be9-9f74-87e132a7ae03, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb27cb2c-9bd9-4673-ad21-ae59e0a43e16, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2638963585959327840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26389635859593278402638963585959327840263896358595932784026389635859593278402638963585959327840263896358595932784026389635859593278402638963585959327840263896358595932784026389635859593278402638963585959327840263896358595932784026389635859593278402638963585959327840263896358595932784026389635859593278402638963585959327840263896358595932784026389635859593278402638963585959327840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14621062-816c-4be9-9f74-87e132a7ae03, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14903338460311454331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490333846031145433114903338460311454331149033384603114543311490333846031145433114903338460311454331149033384603114543311490333846031145433114903338460311454331149033384603114543311490333846031145433114903338460311454331149033384603114543311490333846031145433114903338460311454331149033384603114543311490333846031145433114903338460311454331149033384603114543311490333846031145433114903338460311454331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14621062-816c-4be9-9f74-87e132a7ae03, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54778ab4-26fa-4461-8d6b-172329b639c3, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb27cb2c-9bd9-4673-ad21-ae59e0a43e16, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4324ab05-db04-414a-9136-ad0bcae917f8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54778ab4-26fa-4461-8d6b-172329b639c3, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3253291466396791421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32532914663967914213253291466396791421325329146639679142132532914663967914213253291466396791421325329146639679142132532914663967914213253291466396791421325329146639679142132532914663967914213253291466396791421325329146639679142132532914663967914213253291466396791421325329146639679142132532914663967914213253291466396791421325329146639679142132532914663967914213253291466396791421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4324ab05-db04-414a-9136-ad0bcae917f8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4311984677026294290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43119846770262942904311984677026294290431198467702629429043119846770262942904311984677026294290431198467702629429043119846770262942904311984677026294290431198467702629429043119846770262942904311984677026294290431198467702629429043119846770262942904311984677026294290431198467702629429043119846770262942904311984677026294290431198467702629429043119846770262942904311984677026294290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4324ab05-db04-414a-9136-ad0bcae917f8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15db9d5e-a4c8-4740-8cd4-7da6501c1008, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15db9d5e-a4c8-4740-8cd4-7da6501c1008, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4517289764587603223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45172897645876032234517289764587603223451728976458760322345172897645876032234517289764587603223451728976458760322345172897645876032234517289764587603223451728976458760322345172897645876032234517289764587603223451728976458760322345172897645876032234517289764587603223451728976458760322345172897645876032234517289764587603223451728976458760322345172897645876032234517289764587603223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54778ab4-26fa-4461-8d6b-172329b639c3, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98a9ff6d-54a1-4860-8aa1-fe375d9418a9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98a9ff6d-54a1-4860-8aa1-fe375d9418a9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13441174206934020943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344117420693402094313441174206934020943134411742069340209431344117420693402094313441174206934020943134411742069340209431344117420693402094313441174206934020943134411742069340209431344117420693402094313441174206934020943134411742069340209431344117420693402094313441174206934020943134411742069340209431344117420693402094313441174206934020943134411742069340209431344117420693402094313441174206934020943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98a9ff6d-54a1-4860-8aa1-fe375d9418a9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40f631fb-a9e0-4bf3-b99e-061a528b9d86, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40f631fb-a9e0-4bf3-b99e-061a528b9d86, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12103044535589498618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210304453558949861812103044535589498618121030445355894986181210304453558949861812103044535589498618121030445355894986181210304453558949861812103044535589498618121030445355894986181210304453558949861812103044535589498618121030445355894986181210304453558949861812103044535589498618121030445355894986181210304453558949861812103044535589498618121030445355894986181210304453558949861812103044535589498618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15db9d5e-a4c8-4740-8cd4-7da6501c1008, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd24c3bc-4edd-40bd-a9a8-d84a535dfd41, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd24c3bc-4edd-40bd-a9a8-d84a535dfd41, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4066072430281065007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40660724302810650074066072430281065007406607243028106500740660724302810650074066072430281065007406607243028106500740660724302810650074066072430281065007406607243028106500740660724302810650074066072430281065007406607243028106500740660724302810650074066072430281065007406607243028106500740660724302810650074066072430281065007406607243028106500740660724302810650074066072430281065007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd24c3bc-4edd-40bd-a9a8-d84a535dfd41, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9ada1ed-efb9-4382-8cff-9a46dfb2d862, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9ada1ed-efb9-4382-8cff-9a46dfb2d862, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 914488797329809594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594914488797329809594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40f631fb-a9e0-4bf3-b99e-061a528b9d86, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ab640fa-b05e-40e3-8c47-973a28170aa7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ab640fa-b05e-40e3-8c47-973a28170aa7, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11575854219869373305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157585421986937330511575854219869373305115758542198693733051157585421986937330511575854219869373305115758542198693733051157585421986937330511575854219869373305115758542198693733051157585421986937330511575854219869373305115758542198693733051157585421986937330511575854219869373305115758542198693733051157585421986937330511575854219869373305115758542198693733051157585421986937330511575854219869373305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9ada1ed-efb9-4382-8cff-9a46dfb2d862, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb5ca6e0-c188-4759-aac5-319064550597, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb5ca6e0-c188-4759-aac5-319064550597, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16204201474092203360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620420147409220336016204201474092203360162042014740922033601620420147409220336016204201474092203360162042014740922033601620420147409220336016204201474092203360162042014740922033601620420147409220336016204201474092203360162042014740922033601620420147409220336016204201474092203360162042014740922033601620420147409220336016204201474092203360162042014740922033601620420147409220336016204201474092203360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ab640fa-b05e-40e3-8c47-973a28170aa7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53c16966-ef3b-48be-9eba-85b3af9a70c5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c16966-ef3b-48be-9eba-85b3af9a70c5, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17941535204015084032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794153520401508403217941535204015084032179415352040150840321794153520401508403217941535204015084032179415352040150840321794153520401508403217941535204015084032179415352040150840321794153520401508403217941535204015084032179415352040150840321794153520401508403217941535204015084032179415352040150840321794153520401508403217941535204015084032179415352040150840321794153520401508403217941535204015084032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb5ca6e0-c188-4759-aac5-319064550597, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0358bf2-aa52-4615-8f94-7bfdcb925e34, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0358bf2-aa52-4615-8f94-7bfdcb925e34, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7107751404704693175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71077514047046931757107751404704693175710775140470469317571077514047046931757107751404704693175710775140470469317571077514047046931757107751404704693175710775140470469317571077514047046931757107751404704693175710775140470469317571077514047046931757107751404704693175710775140470469317571077514047046931757107751404704693175710775140470469317571077514047046931757107751404704693175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c16966-ef3b-48be-9eba-85b3af9a70c5, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eb89388-80e9-4bc7-8c31-bd8721cc3ca2, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eb89388-80e9-4bc7-8c31-bd8721cc3ca2, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12960814358728564969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296081435872856496912960814358728564969129608143587285649691296081435872856496912960814358728564969129608143587285649691296081435872856496912960814358728564969129608143587285649691296081435872856496912960814358728564969129608143587285649691296081435872856496912960814358728564969129608143587285649691296081435872856496912960814358728564969129608143587285649691296081435872856496912960814358728564969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eb89388-80e9-4bc7-8c31-bd8721cc3ca2, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0358bf2-aa52-4615-8f94-7bfdcb925e34, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42a86bb7-7b44-4006-99ae-4f72a0e18973, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42a86bb7-7b44-4006-99ae-4f72a0e18973, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1348067074964462561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13480670749644625611348067074964462561134806707496446256113480670749644625611348067074964462561134806707496446256113480670749644625611348067074964462561134806707496446256113480670749644625611348067074964462561134806707496446256113480670749644625611348067074964462561134806707496446256113480670749644625611348067074964462561134806707496446256113480670749644625611348067074964462561" } } } 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, 18b562d0-0de4-4bdf-904c-dc1fd45b1d0b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42a86bb7-7b44-4006-99ae-4f72a0e18973, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18b562d0-0de4-4bdf-904c-dc1fd45b1d0b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8779310612896162151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87793106128961621518779310612896162151877931061289616215187793106128961621518779310612896162151877931061289616215187793106128961621518779310612896162151877931061289616215187793106128961621518779310612896162151877931061289616215187793106128961621518779310612896162151877931061289616215187793106128961621518779310612896162151877931061289616215187793106128961621518779310612896162151" } } } 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, 19ca29c1-8672-4ca7-b4a6-70a47d3b452e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19ca29c1-8672-4ca7-b4a6-70a47d3b452e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17041990224280473836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704199022428047383617041990224280473836170419902242804738361704199022428047383617041990224280473836170419902242804738361704199022428047383617041990224280473836170419902242804738361704199022428047383617041990224280473836170419902242804738361704199022428047383617041990224280473836170419902242804738361704199022428047383617041990224280473836170419902242804738361704199022428047383617041990224280473836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18b562d0-0de4-4bdf-904c-dc1fd45b1d0b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41b83516-ca3d-4a1a-bb47-6cf1c24f00cc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19ca29c1-8672-4ca7-b4a6-70a47d3b452e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 778ef472-4e1f-4b42-af8b-ca587827ecef, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 778ef472-4e1f-4b42-af8b-ca587827ecef, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1106806997681879754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11068069976818797541106806997681879754110680699768187975411068069976818797541106806997681879754110680699768187975411068069976818797541106806997681879754110680699768187975411068069976818797541106806997681879754110680699768187975411068069976818797541106806997681879754110680699768187975411068069976818797541106806997681879754110680699768187975411068069976818797541106806997681879754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41b83516-ca3d-4a1a-bb47-6cf1c24f00cc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1198031992564022494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11980319925640224941198031992564022494119803199256402249411980319925640224941198031992564022494119803199256402249411980319925640224941198031992564022494119803199256402249411980319925640224941198031992564022494119803199256402249411980319925640224941198031992564022494119803199256402249411980319925640224941198031992564022494119803199256402249411980319925640224941198031992564022494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41b83516-ca3d-4a1a-bb47-6cf1c24f00cc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 085fde15-5492-43a3-8420-e85cdf478572, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 085fde15-5492-43a3-8420-e85cdf478572, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15049191735290790097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504919173529079009715049191735290790097150491917352907900971504919173529079009715049191735290790097150491917352907900971504919173529079009715049191735290790097150491917352907900971504919173529079009715049191735290790097150491917352907900971504919173529079009715049191735290790097150491917352907900971504919173529079009715049191735290790097150491917352907900971504919173529079009715049191735290790097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 778ef472-4e1f-4b42-af8b-ca587827ecef, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e1bf4ee-bf4a-4665-b8a5-a032466f41fd, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e1bf4ee-bf4a-4665-b8a5-a032466f41fd, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9759290254732015040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97592902547320150409759290254732015040975929025473201504097592902547320150409759290254732015040975929025473201504097592902547320150409759290254732015040975929025473201504097592902547320150409759290254732015040975929025473201504097592902547320150409759290254732015040975929025473201504097592902547320150409759290254732015040975929025473201504097592902547320150409759290254732015040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 085fde15-5492-43a3-8420-e85cdf478572, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9db4e5ce-fe17-4fae-aef8-c44200051558, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9db4e5ce-fe17-4fae-aef8-c44200051558, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15802595333660793652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580259533366079365215802595333660793652158025953336607936521580259533366079365215802595333660793652158025953336607936521580259533366079365215802595333660793652158025953336607936521580259533366079365215802595333660793652158025953336607936521580259533366079365215802595333660793652158025953336607936521580259533366079365215802595333660793652158025953336607936521580259533366079365215802595333660793652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e1bf4ee-bf4a-4665-b8a5-a032466f41fd, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d36a188-60bb-490a-8879-72151a70c6e3, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d36a188-60bb-490a-8879-72151a70c6e3, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8073992010225734438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80739920102257344388073992010225734438807399201022573443880739920102257344388073992010225734438807399201022573443880739920102257344388073992010225734438807399201022573443880739920102257344388073992010225734438807399201022573443880739920102257344388073992010225734438807399201022573443880739920102257344388073992010225734438807399201022573443880739920102257344388073992010225734438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9db4e5ce-fe17-4fae-aef8-c44200051558, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ec1c8b0-ebf0-4bcc-8895-b31727872e12, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ec1c8b0-ebf0-4bcc-8895-b31727872e12, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 418231311605930428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428418231311605930428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d36a188-60bb-490a-8879-72151a70c6e3, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72c2e85f-f603-4380-8828-55b9e458ea8e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72c2e85f-f603-4380-8828-55b9e458ea8e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14851717223369783010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485171722336978301014851717223369783010148517172233697830101485171722336978301014851717223369783010148517172233697830101485171722336978301014851717223369783010148517172233697830101485171722336978301014851717223369783010148517172233697830101485171722336978301014851717223369783010148517172233697830101485171722336978301014851717223369783010148517172233697830101485171722336978301014851717223369783010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ec1c8b0-ebf0-4bcc-8895-b31727872e12, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72c2e85f-f603-4380-8828-55b9e458ea8e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d7d72de-a688-4941-9931-c0ea822ae9ff, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d7d72de-a688-4941-9931-c0ea822ae9ff, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5496452801504929637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54964528015049296375496452801504929637549645280150492963754964528015049296375496452801504929637549645280150492963754964528015049296375496452801504929637549645280150492963754964528015049296375496452801504929637549645280150492963754964528015049296375496452801504929637549645280150492963754964528015049296375496452801504929637549645280150492963754964528015049296375496452801504929637" } } } 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, aca0cca4-367c-49dd-a6fa-477f0f80197a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aca0cca4-367c-49dd-a6fa-477f0f80197a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1376540958158845972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13765409581588459721376540958158845972137654095815884597213765409581588459721376540958158845972137654095815884597213765409581588459721376540958158845972137654095815884597213765409581588459721376540958158845972137654095815884597213765409581588459721376540958158845972137654095815884597213765409581588459721376540958158845972137654095815884597213765409581588459721376540958158845972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d7d72de-a688-4941-9931-c0ea822ae9ff, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aca0cca4-367c-49dd-a6fa-477f0f80197a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cf52266-540d-4d00-92f2-479d7a16e557, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cf52266-540d-4d00-92f2-479d7a16e557, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7737818896415586692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77378188964155866927737818896415586692773781889641558669277378188964155866927737818896415586692773781889641558669277378188964155866927737818896415586692773781889641558669277378188964155866927737818896415586692773781889641558669277378188964155866927737818896415586692773781889641558669277378188964155866927737818896415586692773781889641558669277378188964155866927737818896415586692" } } } 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, 692b9f05-033f-4f39-becc-1b5a5773ebf9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 692b9f05-033f-4f39-becc-1b5a5773ebf9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8872616351041435211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88726163510414352118872616351041435211887261635104143521188726163510414352118872616351041435211887261635104143521188726163510414352118872616351041435211887261635104143521188726163510414352118872616351041435211887261635104143521188726163510414352118872616351041435211887261635104143521188726163510414352118872616351041435211887261635104143521188726163510414352118872616351041435211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 692b9f05-033f-4f39-becc-1b5a5773ebf9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fd7b771-9d4e-4f2b-8aa6-41b15447a39c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fd7b771-9d4e-4f2b-8aa6-41b15447a39c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9865219989214542507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98652199892145425079865219989214542507986521998921454250798652199892145425079865219989214542507986521998921454250798652199892145425079865219989214542507986521998921454250798652199892145425079865219989214542507986521998921454250798652199892145425079865219989214542507986521998921454250798652199892145425079865219989214542507986521998921454250798652199892145425079865219989214542507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cf52266-540d-4d00-92f2-479d7a16e557, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4db27a6-af0f-4ea9-8309-d9a962309143, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4db27a6-af0f-4ea9-8309-d9a962309143, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16321335905023939279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632133590502393927916321335905023939279163213359050239392791632133590502393927916321335905023939279163213359050239392791632133590502393927916321335905023939279163213359050239392791632133590502393927916321335905023939279163213359050239392791632133590502393927916321335905023939279163213359050239392791632133590502393927916321335905023939279163213359050239392791632133590502393927916321335905023939279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fd7b771-9d4e-4f2b-8aa6-41b15447a39c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a61bf6d-d4d7-448d-b76f-b117fb6eeef2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a61bf6d-d4d7-448d-b76f-b117fb6eeef2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15327216578017318903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532721657801731890315327216578017318903153272165780173189031532721657801731890315327216578017318903153272165780173189031532721657801731890315327216578017318903153272165780173189031532721657801731890315327216578017318903153272165780173189031532721657801731890315327216578017318903153272165780173189031532721657801731890315327216578017318903153272165780173189031532721657801731890315327216578017318903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4db27a6-af0f-4ea9-8309-d9a962309143, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8ce80a2-eb9f-4155-8f13-d5293b9d3731, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a61bf6d-d4d7-448d-b76f-b117fb6eeef2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab5260bf-ca68-4c9a-b2b4-52688740ec91, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5260bf-ca68-4c9a-b2b4-52688740ec91, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 916365652026743476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476916365652026743476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8ce80a2-eb9f-4155-8f13-d5293b9d3731, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16569888283305913710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656988828330591371016569888283305913710165698882833059137101656988828330591371016569888283305913710165698882833059137101656988828330591371016569888283305913710165698882833059137101656988828330591371016569888283305913710165698882833059137101656988828330591371016569888283305913710165698882833059137101656988828330591371016569888283305913710165698882833059137101656988828330591371016569888283305913710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5260bf-ca68-4c9a-b2b4-52688740ec91, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77b62382-bac8-4409-bf01-8196748b5122, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77b62382-bac8-4409-bf01-8196748b5122, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2795580178721926950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27955801787219269502795580178721926950279558017872192695027955801787219269502795580178721926950279558017872192695027955801787219269502795580178721926950279558017872192695027955801787219269502795580178721926950279558017872192695027955801787219269502795580178721926950279558017872192695027955801787219269502795580178721926950279558017872192695027955801787219269502795580178721926950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8ce80a2-eb9f-4155-8f13-d5293b9d3731, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 181323ab-6b29-418d-84b2-a3fe87ec5968, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 181323ab-6b29-418d-84b2-a3fe87ec5968, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4641613066407370150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46416130664073701504641613066407370150464161306640737015046416130664073701504641613066407370150464161306640737015046416130664073701504641613066407370150464161306640737015046416130664073701504641613066407370150464161306640737015046416130664073701504641613066407370150464161306640737015046416130664073701504641613066407370150464161306640737015046416130664073701504641613066407370150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77b62382-bac8-4409-bf01-8196748b5122, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59723aba-ab3c-475b-90db-e1b057911d63, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59723aba-ab3c-475b-90db-e1b057911d63, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4922599368982774468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49225993689827744684922599368982774468492259936898277446849225993689827744684922599368982774468492259936898277446849225993689827744684922599368982774468492259936898277446849225993689827744684922599368982774468492259936898277446849225993689827744684922599368982774468492259936898277446849225993689827744684922599368982774468492259936898277446849225993689827744684922599368982774468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 181323ab-6b29-418d-84b2-a3fe87ec5968, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9905bdf5-b7cc-4121-9564-da39e7c2dd6a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9905bdf5-b7cc-4121-9564-da39e7c2dd6a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7784161594932729228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77841615949327292287784161594932729228778416159493272922877841615949327292287784161594932729228778416159493272922877841615949327292287784161594932729228778416159493272922877841615949327292287784161594932729228778416159493272922877841615949327292287784161594932729228778416159493272922877841615949327292287784161594932729228778416159493272922877841615949327292287784161594932729228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59723aba-ab3c-475b-90db-e1b057911d63, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fca962fc-a440-429c-b7ef-bf3987cb1e4b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fca962fc-a440-429c-b7ef-bf3987cb1e4b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10628763449424336609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062876344942433660910628763449424336609106287634494243366091062876344942433660910628763449424336609106287634494243366091062876344942433660910628763449424336609106287634494243366091062876344942433660910628763449424336609106287634494243366091062876344942433660910628763449424336609106287634494243366091062876344942433660910628763449424336609106287634494243366091062876344942433660910628763449424336609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9905bdf5-b7cc-4121-9564-da39e7c2dd6a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb35cc1b-f242-48c6-a48b-4e87a6458621, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb35cc1b-f242-48c6-a48b-4e87a6458621, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7936881386739236976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79368813867392369767936881386739236976793688138673923697679368813867392369767936881386739236976793688138673923697679368813867392369767936881386739236976793688138673923697679368813867392369767936881386739236976793688138673923697679368813867392369767936881386739236976793688138673923697679368813867392369767936881386739236976793688138673923697679368813867392369767936881386739236976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fca962fc-a440-429c-b7ef-bf3987cb1e4b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6ef5076-8b71-4f99-a7c4-8495b2965181, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6ef5076-8b71-4f99-a7c4-8495b2965181, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11289140304105993718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128914030410599371811289140304105993718112891403041059937181128914030410599371811289140304105993718112891403041059937181128914030410599371811289140304105993718112891403041059937181128914030410599371811289140304105993718112891403041059937181128914030410599371811289140304105993718112891403041059937181128914030410599371811289140304105993718112891403041059937181128914030410599371811289140304105993718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb35cc1b-f242-48c6-a48b-4e87a6458621, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6ef5076-8b71-4f99-a7c4-8495b2965181, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c7e6d19-930b-462f-b0a1-d12dc7281f7c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f683ec23-1847-4aa3-9271-69ce5f78e4fc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c7e6d19-930b-462f-b0a1-d12dc7281f7c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10341491335724561394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034149133572456139410341491335724561394103414913357245613941034149133572456139410341491335724561394103414913357245613941034149133572456139410341491335724561394103414913357245613941034149133572456139410341491335724561394103414913357245613941034149133572456139410341491335724561394103414913357245613941034149133572456139410341491335724561394103414913357245613941034149133572456139410341491335724561394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f683ec23-1847-4aa3-9271-69ce5f78e4fc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17611396274591449984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761139627459144998417611396274591449984176113962745914499841761139627459144998417611396274591449984176113962745914499841761139627459144998417611396274591449984176113962745914499841761139627459144998417611396274591449984176113962745914499841761139627459144998417611396274591449984176113962745914499841761139627459144998417611396274591449984176113962745914499841761139627459144998417611396274591449984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c7e6d19-930b-462f-b0a1-d12dc7281f7c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77f437fa-f3a4-4212-8f4b-af6d5a189b1a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77f437fa-f3a4-4212-8f4b-af6d5a189b1a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8608532188282599691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86085321882825996918608532188282599691860853218828259969186085321882825996918608532188282599691860853218828259969186085321882825996918608532188282599691860853218828259969186085321882825996918608532188282599691860853218828259969186085321882825996918608532188282599691860853218828259969186085321882825996918608532188282599691860853218828259969186085321882825996918608532188282599691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f683ec23-1847-4aa3-9271-69ce5f78e4fc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67d64cb4-97a8-4c65-bd2e-93c7c57c6cda, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77f437fa-f3a4-4212-8f4b-af6d5a189b1a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ac2ea22-e1ee-458a-a5b5-4eb2c30576c8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ac2ea22-e1ee-458a-a5b5-4eb2c30576c8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4528156691380139392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45281566913801393924528156691380139392452815669138013939245281566913801393924528156691380139392452815669138013939245281566913801393924528156691380139392452815669138013939245281566913801393924528156691380139392452815669138013939245281566913801393924528156691380139392452815669138013939245281566913801393924528156691380139392452815669138013939245281566913801393924528156691380139392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67d64cb4-97a8-4c65-bd2e-93c7c57c6cda, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1294519102727568029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12945191027275680291294519102727568029129451910272756802912945191027275680291294519102727568029129451910272756802912945191027275680291294519102727568029129451910272756802912945191027275680291294519102727568029129451910272756802912945191027275680291294519102727568029129451910272756802912945191027275680291294519102727568029129451910272756802912945191027275680291294519102727568029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ac2ea22-e1ee-458a-a5b5-4eb2c30576c8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67d64cb4-97a8-4c65-bd2e-93c7c57c6cda, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3bf9e12-75e4-4b7b-a9cf-80149d08f9ae, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d07eb034-f4e6-46ae-8fd4-a07cd73c53e3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d07eb034-f4e6-46ae-8fd4-a07cd73c53e3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13555289234631281019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355528923463128101913555289234631281019135552892346312810191355528923463128101913555289234631281019135552892346312810191355528923463128101913555289234631281019135552892346312810191355528923463128101913555289234631281019135552892346312810191355528923463128101913555289234631281019135552892346312810191355528923463128101913555289234631281019135552892346312810191355528923463128101913555289234631281019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3bf9e12-75e4-4b7b-a9cf-80149d08f9ae, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8455603293335364110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84556032933353641108455603293335364110845560329333536411084556032933353641108455603293335364110845560329333536411084556032933353641108455603293335364110845560329333536411084556032933353641108455603293335364110845560329333536411084556032933353641108455603293335364110845560329333536411084556032933353641108455603293335364110845560329333536411084556032933353641108455603293335364110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d07eb034-f4e6-46ae-8fd4-a07cd73c53e3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf2e5e6f-422e-48fe-9202-9106b1b6937b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf2e5e6f-422e-48fe-9202-9106b1b6937b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5906801618893382070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59068016188933820705906801618893382070590680161889338207059068016188933820705906801618893382070590680161889338207059068016188933820705906801618893382070590680161889338207059068016188933820705906801618893382070590680161889338207059068016188933820705906801618893382070590680161889338207059068016188933820705906801618893382070590680161889338207059068016188933820705906801618893382070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3bf9e12-75e4-4b7b-a9cf-80149d08f9ae, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86029519-721e-4f86-a4d4-ddf95a43c793, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86029519-721e-4f86-a4d4-ddf95a43c793, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11113203308498774183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111320330849877418311113203308498774183111132033084987741831111320330849877418311113203308498774183111132033084987741831111320330849877418311113203308498774183111132033084987741831111320330849877418311113203308498774183111132033084987741831111320330849877418311113203308498774183111132033084987741831111320330849877418311113203308498774183111132033084987741831111320330849877418311113203308498774183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf2e5e6f-422e-48fe-9202-9106b1b6937b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58d9bb3b-8333-478c-9fff-d0944ce58f1a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58d9bb3b-8333-478c-9fff-d0944ce58f1a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 796405579669098440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440796405579669098440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86029519-721e-4f86-a4d4-ddf95a43c793, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7122bfc2-1860-4ab2-b6c0-ef6ca8d44261, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58d9bb3b-8333-478c-9fff-d0944ce58f1a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29edab9e-642e-41ab-a908-735ce7ed4ed5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29edab9e-642e-41ab-a908-735ce7ed4ed5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9135817890977541449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91358178909775414499135817890977541449913581789097754144991358178909775414499135817890977541449913581789097754144991358178909775414499135817890977541449913581789097754144991358178909775414499135817890977541449913581789097754144991358178909775414499135817890977541449913581789097754144991358178909775414499135817890977541449913581789097754144991358178909775414499135817890977541449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7122bfc2-1860-4ab2-b6c0-ef6ca8d44261, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8880222353793068875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88802223537930688758880222353793068875888022235379306887588802223537930688758880222353793068875888022235379306887588802223537930688758880222353793068875888022235379306887588802223537930688758880222353793068875888022235379306887588802223537930688758880222353793068875888022235379306887588802223537930688758880222353793068875888022235379306887588802223537930688758880222353793068875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29edab9e-642e-41ab-a908-735ce7ed4ed5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f487e2e4-7060-4948-a8ab-06b8381a06cb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f487e2e4-7060-4948-a8ab-06b8381a06cb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16797310284188591630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679731028418859163016797310284188591630167973102841885916301679731028418859163016797310284188591630167973102841885916301679731028418859163016797310284188591630167973102841885916301679731028418859163016797310284188591630167973102841885916301679731028418859163016797310284188591630167973102841885916301679731028418859163016797310284188591630167973102841885916301679731028418859163016797310284188591630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7122bfc2-1860-4ab2-b6c0-ef6ca8d44261, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3acfe77a-d91c-4d99-ae7b-86b52292a26c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f487e2e4-7060-4948-a8ab-06b8381a06cb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb038ba9-ce33-499f-af56-6cb66861a873, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3acfe77a-d91c-4d99-ae7b-86b52292a26c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12527603128379640201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252760312837964020112527603128379640201125276031283796402011252760312837964020112527603128379640201125276031283796402011252760312837964020112527603128379640201125276031283796402011252760312837964020112527603128379640201125276031283796402011252760312837964020112527603128379640201125276031283796402011252760312837964020112527603128379640201125276031283796402011252760312837964020112527603128379640201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb038ba9-ce33-499f-af56-6cb66861a873, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3704507682611263451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37045076826112634513704507682611263451370450768261126345137045076826112634513704507682611263451370450768261126345137045076826112634513704507682611263451370450768261126345137045076826112634513704507682611263451370450768261126345137045076826112634513704507682611263451370450768261126345137045076826112634513704507682611263451370450768261126345137045076826112634513704507682611263451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3acfe77a-d91c-4d99-ae7b-86b52292a26c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb038ba9-ce33-499f-af56-6cb66861a873, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee8b3498-b72f-43a0-b25f-d8d2f55c94eb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee8b3498-b72f-43a0-b25f-d8d2f55c94eb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3091599831441074044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30915998314410740443091599831441074044309159983144107404430915998314410740443091599831441074044309159983144107404430915998314410740443091599831441074044309159983144107404430915998314410740443091599831441074044309159983144107404430915998314410740443091599831441074044309159983144107404430915998314410740443091599831441074044309159983144107404430915998314410740443091599831441074044" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83b42047-3e8d-4b0a-a1e7-5ec1830f9379, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83b42047-3e8d-4b0a-a1e7-5ec1830f9379, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8225552216943410883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82255522169434108838225552216943410883822555221694341088382255522169434108838225552216943410883822555221694341088382255522169434108838225552216943410883822555221694341088382255522169434108838225552216943410883822555221694341088382255522169434108838225552216943410883822555221694341088382255522169434108838225552216943410883822555221694341088382255522169434108838225552216943410883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee8b3498-b72f-43a0-b25f-d8d2f55c94eb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6dfe4da-a564-4e9c-bece-cececcb02601, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83b42047-3e8d-4b0a-a1e7-5ec1830f9379, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43a4366d-3b2e-4fa2-b741-3f7bac6c6254, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6dfe4da-a564-4e9c-bece-cececcb02601, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9225633488235650877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92256334882356508779225633488235650877922563348823565087792256334882356508779225633488235650877922563348823565087792256334882356508779225633488235650877922563348823565087792256334882356508779225633488235650877922563348823565087792256334882356508779225633488235650877922563348823565087792256334882356508779225633488235650877922563348823565087792256334882356508779225633488235650877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43a4366d-3b2e-4fa2-b741-3f7bac6c6254, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9447449272111598437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94474492721115984379447449272111598437944744927211159843794474492721115984379447449272111598437944744927211159843794474492721115984379447449272111598437944744927211159843794474492721115984379447449272111598437944744927211159843794474492721115984379447449272111598437944744927211159843794474492721115984379447449272111598437944744927211159843794474492721115984379447449272111598437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6dfe4da-a564-4e9c-bece-cececcb02601, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a12d2d4b-ca7d-4bc1-9db4-692f2e519b29, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a12d2d4b-ca7d-4bc1-9db4-692f2e519b29, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13532167100923418173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353216710092341817313532167100923418173135321671009234181731353216710092341817313532167100923418173135321671009234181731353216710092341817313532167100923418173135321671009234181731353216710092341817313532167100923418173135321671009234181731353216710092341817313532167100923418173135321671009234181731353216710092341817313532167100923418173135321671009234181731353216710092341817313532167100923418173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43a4366d-3b2e-4fa2-b741-3f7bac6c6254, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a12d2d4b-ca7d-4bc1-9db4-692f2e519b29, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6eca0300-c032-4d5b-8f76-2f1b1caed4c1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eca0300-c032-4d5b-8f76-2f1b1caed4c1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3162657840982150172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31626578409821501723162657840982150172316265784098215017231626578409821501723162657840982150172316265784098215017231626578409821501723162657840982150172316265784098215017231626578409821501723162657840982150172316265784098215017231626578409821501723162657840982150172316265784098215017231626578409821501723162657840982150172316265784098215017231626578409821501723162657840982150172" } } } 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, 048be577-edb8-4e70-8cf8-5e2e29287934, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 048be577-edb8-4e70-8cf8-5e2e29287934, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12993937357439809392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299393735743980939212993937357439809392129939373574398093921299393735743980939212993937357439809392129939373574398093921299393735743980939212993937357439809392129939373574398093921299393735743980939212993937357439809392129939373574398093921299393735743980939212993937357439809392129939373574398093921299393735743980939212993937357439809392129939373574398093921299393735743980939212993937357439809392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eca0300-c032-4d5b-8f76-2f1b1caed4c1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f7ed0ec-ffcb-4345-96b0-a71b4e2072d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7ed0ec-ffcb-4345-96b0-a71b4e2072d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10155528006035236829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015552800603523682910155528006035236829101555280060352368291015552800603523682910155528006035236829101555280060352368291015552800603523682910155528006035236829101555280060352368291015552800603523682910155528006035236829101555280060352368291015552800603523682910155528006035236829101555280060352368291015552800603523682910155528006035236829101555280060352368291015552800603523682910155528006035236829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 048be577-edb8-4e70-8cf8-5e2e29287934, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ef14a15-8dfb-4108-8443-afea9822fce5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ef14a15-8dfb-4108-8443-afea9822fce5, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4020710495429313829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40207104954293138294020710495429313829402071049542931382940207104954293138294020710495429313829402071049542931382940207104954293138294020710495429313829402071049542931382940207104954293138294020710495429313829402071049542931382940207104954293138294020710495429313829402071049542931382940207104954293138294020710495429313829402071049542931382940207104954293138294020710495429313829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7ed0ec-ffcb-4345-96b0-a71b4e2072d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f87bb8c6-092d-4d8b-bbef-f13ab6659976, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f87bb8c6-092d-4d8b-bbef-f13ab6659976, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5978302552690590112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59783025526905901125978302552690590112597830255269059011259783025526905901125978302552690590112597830255269059011259783025526905901125978302552690590112597830255269059011259783025526905901125978302552690590112597830255269059011259783025526905901125978302552690590112597830255269059011259783025526905901125978302552690590112597830255269059011259783025526905901125978302552690590112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ef14a15-8dfb-4108-8443-afea9822fce5, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca6f8453-da9c-4ba1-b426-e6e7c82add69, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca6f8453-da9c-4ba1-b426-e6e7c82add69, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2192445678670911300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21924456786709113002192445678670911300219244567867091130021924456786709113002192445678670911300219244567867091130021924456786709113002192445678670911300219244567867091130021924456786709113002192445678670911300219244567867091130021924456786709113002192445678670911300219244567867091130021924456786709113002192445678670911300219244567867091130021924456786709113002192445678670911300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f87bb8c6-092d-4d8b-bbef-f13ab6659976, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05ccf6d2-9840-4639-b96f-374119d6138a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05ccf6d2-9840-4639-b96f-374119d6138a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6206370940438877814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62063709404388778146206370940438877814620637094043887781462063709404388778146206370940438877814620637094043887781462063709404388778146206370940438877814620637094043887781462063709404388778146206370940438877814620637094043887781462063709404388778146206370940438877814620637094043887781462063709404388778146206370940438877814620637094043887781462063709404388778146206370940438877814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca6f8453-da9c-4ba1-b426-e6e7c82add69, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85f2a89a-2005-42f2-a5b1-5a9b6951490f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85f2a89a-2005-42f2-a5b1-5a9b6951490f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15760313935516699892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576031393551669989215760313935516699892157603139355166998921576031393551669989215760313935516699892157603139355166998921576031393551669989215760313935516699892157603139355166998921576031393551669989215760313935516699892157603139355166998921576031393551669989215760313935516699892157603139355166998921576031393551669989215760313935516699892157603139355166998921576031393551669989215760313935516699892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05ccf6d2-9840-4639-b96f-374119d6138a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9ab1a3d-c5a0-4682-b32b-46f8ccbf53d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9ab1a3d-c5a0-4682-b32b-46f8ccbf53d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6901481027754266384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69014810277542663846901481027754266384690148102775426638469014810277542663846901481027754266384690148102775426638469014810277542663846901481027754266384690148102775426638469014810277542663846901481027754266384690148102775426638469014810277542663846901481027754266384690148102775426638469014810277542663846901481027754266384690148102775426638469014810277542663846901481027754266384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85f2a89a-2005-42f2-a5b1-5a9b6951490f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb27a873-e795-46ea-b0dc-f0e0b7acd0e9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb27a873-e795-46ea-b0dc-f0e0b7acd0e9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2411913590774239901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24119135907742399012411913590774239901241191359077423990124119135907742399012411913590774239901241191359077423990124119135907742399012411913590774239901241191359077423990124119135907742399012411913590774239901241191359077423990124119135907742399012411913590774239901241191359077423990124119135907742399012411913590774239901241191359077423990124119135907742399012411913590774239901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9ab1a3d-c5a0-4682-b32b-46f8ccbf53d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e38a825-1dd1-437c-a2d9-6a1b7d467498, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e38a825-1dd1-437c-a2d9-6a1b7d467498, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12707470327919494515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270747032791949451512707470327919494515127074703279194945151270747032791949451512707470327919494515127074703279194945151270747032791949451512707470327919494515127074703279194945151270747032791949451512707470327919494515127074703279194945151270747032791949451512707470327919494515127074703279194945151270747032791949451512707470327919494515127074703279194945151270747032791949451512707470327919494515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb27a873-e795-46ea-b0dc-f0e0b7acd0e9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02eb831c-9031-4332-ba6c-6ce6dea444f9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02eb831c-9031-4332-ba6c-6ce6dea444f9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12995798671934819142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299579867193481914212995798671934819142129957986719348191421299579867193481914212995798671934819142129957986719348191421299579867193481914212995798671934819142129957986719348191421299579867193481914212995798671934819142129957986719348191421299579867193481914212995798671934819142129957986719348191421299579867193481914212995798671934819142129957986719348191421299579867193481914212995798671934819142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e38a825-1dd1-437c-a2d9-6a1b7d467498, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4664806c-a0a7-4740-9d64-a9ff5d121102, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4664806c-a0a7-4740-9d64-a9ff5d121102, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10471250317707228318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047125031770722831810471250317707228318104712503177072283181047125031770722831810471250317707228318104712503177072283181047125031770722831810471250317707228318104712503177072283181047125031770722831810471250317707228318104712503177072283181047125031770722831810471250317707228318104712503177072283181047125031770722831810471250317707228318104712503177072283181047125031770722831810471250317707228318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02eb831c-9031-4332-ba6c-6ce6dea444f9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 706a1699-a0cd-46e6-9662-0c6b60c11d21, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 706a1699-a0cd-46e6-9662-0c6b60c11d21, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17870868548280746935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787086854828074693517870868548280746935178708685482807469351787086854828074693517870868548280746935178708685482807469351787086854828074693517870868548280746935178708685482807469351787086854828074693517870868548280746935178708685482807469351787086854828074693517870868548280746935178708685482807469351787086854828074693517870868548280746935178708685482807469351787086854828074693517870868548280746935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4664806c-a0a7-4740-9d64-a9ff5d121102, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21644745-a84f-4ec0-ab0d-e9a0b7bcfe95, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21644745-a84f-4ec0-ab0d-e9a0b7bcfe95, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5912921379923674332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59129213799236743325912921379923674332591292137992367433259129213799236743325912921379923674332591292137992367433259129213799236743325912921379923674332591292137992367433259129213799236743325912921379923674332591292137992367433259129213799236743325912921379923674332591292137992367433259129213799236743325912921379923674332591292137992367433259129213799236743325912921379923674332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 706a1699-a0cd-46e6-9662-0c6b60c11d21, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef449076-d18b-4e62-a970-9ac6456ccc28, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef449076-d18b-4e62-a970-9ac6456ccc28, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2376206838490438595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23762068384904385952376206838490438595237620683849043859523762068384904385952376206838490438595237620683849043859523762068384904385952376206838490438595237620683849043859523762068384904385952376206838490438595237620683849043859523762068384904385952376206838490438595237620683849043859523762068384904385952376206838490438595237620683849043859523762068384904385952376206838490438595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21644745-a84f-4ec0-ab0d-e9a0b7bcfe95, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33b6d7e2-41ee-4fba-8de6-7dbd231fbdc4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33b6d7e2-41ee-4fba-8de6-7dbd231fbdc4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17290544250746783177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729054425074678317717290544250746783177172905442507467831771729054425074678317717290544250746783177172905442507467831771729054425074678317717290544250746783177172905442507467831771729054425074678317717290544250746783177172905442507467831771729054425074678317717290544250746783177172905442507467831771729054425074678317717290544250746783177172905442507467831771729054425074678317717290544250746783177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef449076-d18b-4e62-a970-9ac6456ccc28, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33b6d7e2-41ee-4fba-8de6-7dbd231fbdc4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70e1a194-bbfd-4ccc-9013-2a00ac13dc66, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f72a7137-d1b8-412d-afa8-3b3d0d7023c4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f72a7137-d1b8-412d-afa8-3b3d0d7023c4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14641209816184343816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464120981618434381614641209816184343816146412098161843438161464120981618434381614641209816184343816146412098161843438161464120981618434381614641209816184343816146412098161843438161464120981618434381614641209816184343816146412098161843438161464120981618434381614641209816184343816146412098161843438161464120981618434381614641209816184343816146412098161843438161464120981618434381614641209816184343816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70e1a194-bbfd-4ccc-9013-2a00ac13dc66, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3375227357195272333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33752273571952723333375227357195272333337522735719527233333752273571952723333375227357195272333337522735719527233333752273571952723333375227357195272333337522735719527233333752273571952723333375227357195272333337522735719527233333752273571952723333375227357195272333337522735719527233333752273571952723333375227357195272333337522735719527233333752273571952723333375227357195272333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f72a7137-d1b8-412d-afa8-3b3d0d7023c4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e31490c-490b-4d7d-afae-994657a6c540, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e31490c-490b-4d7d-afae-994657a6c540, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3749185057646615224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37491850576466152243749185057646615224374918505764661522437491850576466152243749185057646615224374918505764661522437491850576466152243749185057646615224374918505764661522437491850576466152243749185057646615224374918505764661522437491850576466152243749185057646615224374918505764661522437491850576466152243749185057646615224374918505764661522437491850576466152243749185057646615224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70e1a194-bbfd-4ccc-9013-2a00ac13dc66, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b685853-ff8a-4681-a850-b7e0ef916e68, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b685853-ff8a-4681-a850-b7e0ef916e68, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1434497006744657867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14344970067446578671434497006744657867143449700674465786714344970067446578671434497006744657867143449700674465786714344970067446578671434497006744657867143449700674465786714344970067446578671434497006744657867143449700674465786714344970067446578671434497006744657867143449700674465786714344970067446578671434497006744657867143449700674465786714344970067446578671434497006744657867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e31490c-490b-4d7d-afae-994657a6c540, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70ae36e0-a036-4f91-ad0e-ea31469631be, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70ae36e0-a036-4f91-ad0e-ea31469631be, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6945501849970713214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69455018499707132146945501849970713214694550184997071321469455018499707132146945501849970713214694550184997071321469455018499707132146945501849970713214694550184997071321469455018499707132146945501849970713214694550184997071321469455018499707132146945501849970713214694550184997071321469455018499707132146945501849970713214694550184997071321469455018499707132146945501849970713214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70ae36e0-a036-4f91-ad0e-ea31469631be, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cf08d30-ba57-4ae8-a9f4-81156160a663, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cf08d30-ba57-4ae8-a9f4-81156160a663, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14680901220579377384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468090122057937738414680901220579377384146809012205793773841468090122057937738414680901220579377384146809012205793773841468090122057937738414680901220579377384146809012205793773841468090122057937738414680901220579377384146809012205793773841468090122057937738414680901220579377384146809012205793773841468090122057937738414680901220579377384146809012205793773841468090122057937738414680901220579377384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b685853-ff8a-4681-a850-b7e0ef916e68, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0f60ef9-a9df-4179-8ebb-80c88260fd54, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0f60ef9-a9df-4179-8ebb-80c88260fd54, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15423069791009605447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542306979100960544715423069791009605447154230697910096054471542306979100960544715423069791009605447154230697910096054471542306979100960544715423069791009605447154230697910096054471542306979100960544715423069791009605447154230697910096054471542306979100960544715423069791009605447154230697910096054471542306979100960544715423069791009605447154230697910096054471542306979100960544715423069791009605447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cf08d30-ba57-4ae8-a9f4-81156160a663, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5601cf7d-034b-45e9-add9-581c6b203284, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5601cf7d-034b-45e9-add9-581c6b203284, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10528936543110816697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052893654311081669710528936543110816697105289365431108166971052893654311081669710528936543110816697105289365431108166971052893654311081669710528936543110816697105289365431108166971052893654311081669710528936543110816697105289365431108166971052893654311081669710528936543110816697105289365431108166971052893654311081669710528936543110816697105289365431108166971052893654311081669710528936543110816697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0f60ef9-a9df-4179-8ebb-80c88260fd54, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d388a3b-4f5a-4c57-8bb5-74a2f0341255, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d388a3b-4f5a-4c57-8bb5-74a2f0341255, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 490338903342206680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680490338903342206680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5601cf7d-034b-45e9-add9-581c6b203284, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17f00401-bca0-4127-b505-78282c05bbb3, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17f00401-bca0-4127-b505-78282c05bbb3, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14598561223358554357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459856122335855435714598561223358554357145985612233585543571459856122335855435714598561223358554357145985612233585543571459856122335855435714598561223358554357145985612233585543571459856122335855435714598561223358554357145985612233585543571459856122335855435714598561223358554357145985612233585543571459856122335855435714598561223358554357145985612233585543571459856122335855435714598561223358554357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d388a3b-4f5a-4c57-8bb5-74a2f0341255, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03fdf8de-ccb3-4e47-b069-cbc5ed85d725, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03fdf8de-ccb3-4e47-b069-cbc5ed85d725, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16025986371878557297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602598637187855729716025986371878557297160259863718785572971602598637187855729716025986371878557297160259863718785572971602598637187855729716025986371878557297160259863718785572971602598637187855729716025986371878557297160259863718785572971602598637187855729716025986371878557297160259863718785572971602598637187855729716025986371878557297160259863718785572971602598637187855729716025986371878557297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17f00401-bca0-4127-b505-78282c05bbb3, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1303a77-d316-4fc5-85bf-ea757c5d8b17, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03fdf8de-ccb3-4e47-b069-cbc5ed85d725, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1303a77-d316-4fc5-85bf-ea757c5d8b17, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3493707679524050062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34937076795240500623493707679524050062349370767952405006234937076795240500623493707679524050062349370767952405006234937076795240500623493707679524050062349370767952405006234937076795240500623493707679524050062349370767952405006234937076795240500623493707679524050062349370767952405006234937076795240500623493707679524050062349370767952405006234937076795240500623493707679524050062" } } } 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, 1d4a36bf-afc6-422e-bdfa-eda5b22c63e7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d4a36bf-afc6-422e-bdfa-eda5b22c63e7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2009398629725379242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20093986297253792422009398629725379242200939862972537924220093986297253792422009398629725379242200939862972537924220093986297253792422009398629725379242200939862972537924220093986297253792422009398629725379242200939862972537924220093986297253792422009398629725379242200939862972537924220093986297253792422009398629725379242200939862972537924220093986297253792422009398629725379242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1303a77-d316-4fc5-85bf-ea757c5d8b17, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 501d783d-0eb1-44b7-8dda-462386c379eb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d4a36bf-afc6-422e-bdfa-eda5b22c63e7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de4ca305-df41-4a8c-b96c-0bdc5785c441, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4ca305-df41-4a8c-b96c-0bdc5785c441, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11472356080061857715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147235608006185771511472356080061857715114723560800618577151147235608006185771511472356080061857715114723560800618577151147235608006185771511472356080061857715114723560800618577151147235608006185771511472356080061857715114723560800618577151147235608006185771511472356080061857715114723560800618577151147235608006185771511472356080061857715114723560800618577151147235608006185771511472356080061857715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 501d783d-0eb1-44b7-8dda-462386c379eb, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6239050197232405974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62390501972324059746239050197232405974623905019723240597462390501972324059746239050197232405974623905019723240597462390501972324059746239050197232405974623905019723240597462390501972324059746239050197232405974623905019723240597462390501972324059746239050197232405974623905019723240597462390501972324059746239050197232405974623905019723240597462390501972324059746239050197232405974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 501d783d-0eb1-44b7-8dda-462386c379eb, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4ca305-df41-4a8c-b96c-0bdc5785c441, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d3f92f7-a3b9-46f3-8ecc-b4658c065d2f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ce3b86c-1f34-44f5-b216-f18caf2b5353, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d3f92f7-a3b9-46f3-8ecc-b4658c065d2f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9095697232600178977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90956972326001789779095697232600178977909569723260017897790956972326001789779095697232600178977909569723260017897790956972326001789779095697232600178977909569723260017897790956972326001789779095697232600178977909569723260017897790956972326001789779095697232600178977909569723260017897790956972326001789779095697232600178977909569723260017897790956972326001789779095697232600178977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ce3b86c-1f34-44f5-b216-f18caf2b5353, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12381379760177953726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238137976017795372612381379760177953726123813797601779537261238137976017795372612381379760177953726123813797601779537261238137976017795372612381379760177953726123813797601779537261238137976017795372612381379760177953726123813797601779537261238137976017795372612381379760177953726123813797601779537261238137976017795372612381379760177953726123813797601779537261238137976017795372612381379760177953726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ce3b86c-1f34-44f5-b216-f18caf2b5353, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae174d84-15a0-4502-8b96-3fd9f8939a72, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae174d84-15a0-4502-8b96-3fd9f8939a72, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2403930277766547555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24039302777665475552403930277766547555240393027776654755524039302777665475552403930277766547555240393027776654755524039302777665475552403930277766547555240393027776654755524039302777665475552403930277766547555240393027776654755524039302777665475552403930277766547555240393027776654755524039302777665475552403930277766547555240393027776654755524039302777665475552403930277766547555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d3f92f7-a3b9-46f3-8ecc-b4658c065d2f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fec473ba-1324-4b67-acf3-cc34bb2ad253, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fec473ba-1324-4b67-acf3-cc34bb2ad253, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5144672666375311780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51446726663753117805144672666375311780514467266637531178051446726663753117805144672666375311780514467266637531178051446726663753117805144672666375311780514467266637531178051446726663753117805144672666375311780514467266637531178051446726663753117805144672666375311780514467266637531178051446726663753117805144672666375311780514467266637531178051446726663753117805144672666375311780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae174d84-15a0-4502-8b96-3fd9f8939a72, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac5619bf-e65b-4251-9f6e-43b68cd1e516, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac5619bf-e65b-4251-9f6e-43b68cd1e516, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9346584479109482896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93465844791094828969346584479109482896934658447910948289693465844791094828969346584479109482896934658447910948289693465844791094828969346584479109482896934658447910948289693465844791094828969346584479109482896934658447910948289693465844791094828969346584479109482896934658447910948289693465844791094828969346584479109482896934658447910948289693465844791094828969346584479109482896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac5619bf-e65b-4251-9f6e-43b68cd1e516, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6730de1-be5a-4c22-b807-e6ceffbb1e6e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6730de1-be5a-4c22-b807-e6ceffbb1e6e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9401823452579175208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94018234525791752089401823452579175208940182345257917520894018234525791752089401823452579175208940182345257917520894018234525791752089401823452579175208940182345257917520894018234525791752089401823452579175208940182345257917520894018234525791752089401823452579175208940182345257917520894018234525791752089401823452579175208940182345257917520894018234525791752089401823452579175208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fec473ba-1324-4b67-acf3-cc34bb2ad253, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f316cfb0-9511-4f4e-9278-3d0841556930, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f316cfb0-9511-4f4e-9278-3d0841556930, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7272646675921363147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72726466759213631477272646675921363147727264667592136314772726466759213631477272646675921363147727264667592136314772726466759213631477272646675921363147727264667592136314772726466759213631477272646675921363147727264667592136314772726466759213631477272646675921363147727264667592136314772726466759213631477272646675921363147727264667592136314772726466759213631477272646675921363147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6730de1-be5a-4c22-b807-e6ceffbb1e6e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c30c9972-547a-4b66-a4a2-387e62a25ddd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f316cfb0-9511-4f4e-9278-3d0841556930, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c30c9972-547a-4b66-a4a2-387e62a25ddd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 699584475033274727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727699584475033274727" } } } 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, 0e813c49-52ff-42e1-ad11-b7d2aebf58e4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e813c49-52ff-42e1-ad11-b7d2aebf58e4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3893416809115967239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38934168091159672393893416809115967239389341680911596723938934168091159672393893416809115967239389341680911596723938934168091159672393893416809115967239389341680911596723938934168091159672393893416809115967239389341680911596723938934168091159672393893416809115967239389341680911596723938934168091159672393893416809115967239389341680911596723938934168091159672393893416809115967239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c30c9972-547a-4b66-a4a2-387e62a25ddd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d59e7b8a-b443-4001-a9be-88dfcc943936, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e813c49-52ff-42e1-ad11-b7d2aebf58e4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d59e7b8a-b443-4001-a9be-88dfcc943936, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15074030219411091227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507403021941109122715074030219411091227150740302194110912271507403021941109122715074030219411091227150740302194110912271507403021941109122715074030219411091227150740302194110912271507403021941109122715074030219411091227150740302194110912271507403021941109122715074030219411091227150740302194110912271507403021941109122715074030219411091227150740302194110912271507403021941109122715074030219411091227" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7eac4a8-7825-4b47-969d-ae332162b8b1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7eac4a8-7825-4b47-969d-ae332162b8b1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13632467079437554212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363246707943755421213632467079437554212136324670794375542121363246707943755421213632467079437554212136324670794375542121363246707943755421213632467079437554212136324670794375542121363246707943755421213632467079437554212136324670794375542121363246707943755421213632467079437554212136324670794375542121363246707943755421213632467079437554212136324670794375542121363246707943755421213632467079437554212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d59e7b8a-b443-4001-a9be-88dfcc943936, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7eac4a8-7825-4b47-969d-ae332162b8b1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1235c98f-a438-46a6-b815-afba79b51791, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1235c98f-a438-46a6-b815-afba79b51791, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14320992863523315049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432099286352331504914320992863523315049143209928635233150491432099286352331504914320992863523315049143209928635233150491432099286352331504914320992863523315049143209928635233150491432099286352331504914320992863523315049143209928635233150491432099286352331504914320992863523315049143209928635233150491432099286352331504914320992863523315049143209928635233150491432099286352331504914320992863523315049" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef9c58ab-126b-4603-808f-e3797a290f5e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef9c58ab-126b-4603-808f-e3797a290f5e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6685107470382066855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66851074703820668556685107470382066855668510747038206685566851074703820668556685107470382066855668510747038206685566851074703820668556685107470382066855668510747038206685566851074703820668556685107470382066855668510747038206685566851074703820668556685107470382066855668510747038206685566851074703820668556685107470382066855668510747038206685566851074703820668556685107470382066855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1235c98f-a438-46a6-b815-afba79b51791, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfdf6b3b-f5bf-4fc4-9027-6b62874eb4c5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfdf6b3b-f5bf-4fc4-9027-6b62874eb4c5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15714275646771644991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571427564677164499115714275646771644991157142756467716449911571427564677164499115714275646771644991157142756467716449911571427564677164499115714275646771644991157142756467716449911571427564677164499115714275646771644991157142756467716449911571427564677164499115714275646771644991157142756467716449911571427564677164499115714275646771644991157142756467716449911571427564677164499115714275646771644991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef9c58ab-126b-4603-808f-e3797a290f5e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0c7c77d-f12c-4a95-bac7-a00bc7ac5590, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0c7c77d-f12c-4a95-bac7-a00bc7ac5590, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15798582564452690319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579858256445269031915798582564452690319157985825644526903191579858256445269031915798582564452690319157985825644526903191579858256445269031915798582564452690319157985825644526903191579858256445269031915798582564452690319157985825644526903191579858256445269031915798582564452690319157985825644526903191579858256445269031915798582564452690319157985825644526903191579858256445269031915798582564452690319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfdf6b3b-f5bf-4fc4-9027-6b62874eb4c5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94d540eb-aaf1-4ccd-ad8f-e4d0da517199, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94d540eb-aaf1-4ccd-ad8f-e4d0da517199, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 264954818182217278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278264954818182217278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0c7c77d-f12c-4a95-bac7-a00bc7ac5590, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ce82768-e676-4395-85f9-323a99ebde09, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ce82768-e676-4395-85f9-323a99ebde09, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12917499319765254858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291749931976525485812917499319765254858129174993197652548581291749931976525485812917499319765254858129174993197652548581291749931976525485812917499319765254858129174993197652548581291749931976525485812917499319765254858129174993197652548581291749931976525485812917499319765254858129174993197652548581291749931976525485812917499319765254858129174993197652548581291749931976525485812917499319765254858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94d540eb-aaf1-4ccd-ad8f-e4d0da517199, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b826709e-145c-450a-acf0-af109da5a3bb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b826709e-145c-450a-acf0-af109da5a3bb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11870496148145302373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187049614814530237311870496148145302373118704961481453023731187049614814530237311870496148145302373118704961481453023731187049614814530237311870496148145302373118704961481453023731187049614814530237311870496148145302373118704961481453023731187049614814530237311870496148145302373118704961481453023731187049614814530237311870496148145302373118704961481453023731187049614814530237311870496148145302373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ce82768-e676-4395-85f9-323a99ebde09, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54859c9f-d48a-4ff5-904c-91b5d4a54392, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54859c9f-d48a-4ff5-904c-91b5d4a54392, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8797771951595905898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87977719515959058988797771951595905898879777195159590589887977719515959058988797771951595905898879777195159590589887977719515959058988797771951595905898879777195159590589887977719515959058988797771951595905898879777195159590589887977719515959058988797771951595905898879777195159590589887977719515959058988797771951595905898879777195159590589887977719515959058988797771951595905898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b826709e-145c-450a-acf0-af109da5a3bb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9840ead6-32e3-4091-b3e1-6b82de199105, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9840ead6-32e3-4091-b3e1-6b82de199105, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8236645313579259837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82366453135792598378236645313579259837823664531357925983782366453135792598378236645313579259837823664531357925983782366453135792598378236645313579259837823664531357925983782366453135792598378236645313579259837823664531357925983782366453135792598378236645313579259837823664531357925983782366453135792598378236645313579259837823664531357925983782366453135792598378236645313579259837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54859c9f-d48a-4ff5-904c-91b5d4a54392, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e8a22f1-5bf9-4f7d-8864-f83767dd26d7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e8a22f1-5bf9-4f7d-8864-f83767dd26d7, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10213418550869590587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021341855086959058710213418550869590587102134185508695905871021341855086959058710213418550869590587102134185508695905871021341855086959058710213418550869590587102134185508695905871021341855086959058710213418550869590587102134185508695905871021341855086959058710213418550869590587102134185508695905871021341855086959058710213418550869590587102134185508695905871021341855086959058710213418550869590587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9840ead6-32e3-4091-b3e1-6b82de199105, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4128f9c8-cd72-4d4b-8f8f-63aac66abd17, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4128f9c8-cd72-4d4b-8f8f-63aac66abd17, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13905160037468326842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390516003746832684213905160037468326842139051600374683268421390516003746832684213905160037468326842139051600374683268421390516003746832684213905160037468326842139051600374683268421390516003746832684213905160037468326842139051600374683268421390516003746832684213905160037468326842139051600374683268421390516003746832684213905160037468326842139051600374683268421390516003746832684213905160037468326842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e8a22f1-5bf9-4f7d-8864-f83767dd26d7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9774aff1-06f0-4bb2-a202-56f00284ba0f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9774aff1-06f0-4bb2-a202-56f00284ba0f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5657825801718040065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56578258017180400655657825801718040065565782580171804006556578258017180400655657825801718040065565782580171804006556578258017180400655657825801718040065565782580171804006556578258017180400655657825801718040065565782580171804006556578258017180400655657825801718040065565782580171804006556578258017180400655657825801718040065565782580171804006556578258017180400655657825801718040065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9774aff1-06f0-4bb2-a202-56f00284ba0f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec400f76-21d5-4e37-bcd6-712b0a7f361f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec400f76-21d5-4e37-bcd6-712b0a7f361f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17578251776583248024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757825177658324802417578251776583248024175782517765832480241757825177658324802417578251776583248024175782517765832480241757825177658324802417578251776583248024175782517765832480241757825177658324802417578251776583248024175782517765832480241757825177658324802417578251776583248024175782517765832480241757825177658324802417578251776583248024175782517765832480241757825177658324802417578251776583248024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4128f9c8-cd72-4d4b-8f8f-63aac66abd17, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec400f76-21d5-4e37-bcd6-712b0a7f361f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95909beb-bfc8-4580-a007-39d7cfbc8496, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95909beb-bfc8-4580-a007-39d7cfbc8496, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17009834946877922816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700983494687792281617009834946877922816170098349468779228161700983494687792281617009834946877922816170098349468779228161700983494687792281617009834946877922816170098349468779228161700983494687792281617009834946877922816170098349468779228161700983494687792281617009834946877922816170098349468779228161700983494687792281617009834946877922816170098349468779228161700983494687792281617009834946877922816" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf46dd97-1a67-4292-b9fd-a0fdd4d75911, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf46dd97-1a67-4292-b9fd-a0fdd4d75911, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5289266683639583844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52892666836395838445289266683639583844528926668363958384452892666836395838445289266683639583844528926668363958384452892666836395838445289266683639583844528926668363958384452892666836395838445289266683639583844528926668363958384452892666836395838445289266683639583844528926668363958384452892666836395838445289266683639583844528926668363958384452892666836395838445289266683639583844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95909beb-bfc8-4580-a007-39d7cfbc8496, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4d625b4-2cf9-4890-9b74-96564032b9fe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4d625b4-2cf9-4890-9b74-96564032b9fe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6300142756346652899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63001427563466528996300142756346652899630014275634665289963001427563466528996300142756346652899630014275634665289963001427563466528996300142756346652899630014275634665289963001427563466528996300142756346652899630014275634665289963001427563466528996300142756346652899630014275634665289963001427563466528996300142756346652899630014275634665289963001427563466528996300142756346652899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf46dd97-1a67-4292-b9fd-a0fdd4d75911, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0c33b94-bf36-4cfc-ac1b-b4133d86e8b0, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0c33b94-bf36-4cfc-ac1b-b4133d86e8b0, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 609902395531280164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164609902395531280164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4d625b4-2cf9-4890-9b74-96564032b9fe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0c63c2f-6310-40e6-aa06-71a5c7563571, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c63c2f-6310-40e6-aa06-71a5c7563571, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2382152205641262586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23821522056412625862382152205641262586238215220564126258623821522056412625862382152205641262586238215220564126258623821522056412625862382152205641262586238215220564126258623821522056412625862382152205641262586238215220564126258623821522056412625862382152205641262586238215220564126258623821522056412625862382152205641262586238215220564126258623821522056412625862382152205641262586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0c33b94-bf36-4cfc-ac1b-b4133d86e8b0, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57dc1429-a2e2-4ce9-ac06-19cac6225913, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57dc1429-a2e2-4ce9-ac06-19cac6225913, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12637353538223854152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263735353822385415212637353538223854152126373535382238541521263735353822385415212637353538223854152126373535382238541521263735353822385415212637353538223854152126373535382238541521263735353822385415212637353538223854152126373535382238541521263735353822385415212637353538223854152126373535382238541521263735353822385415212637353538223854152126373535382238541521263735353822385415212637353538223854152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c63c2f-6310-40e6-aa06-71a5c7563571, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfed4a28-a5b3-4270-a39c-b7802811b279, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfed4a28-a5b3-4270-a39c-b7802811b279, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1641782226945470316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16417822269454703161641782226945470316164178222694547031616417822269454703161641782226945470316164178222694547031616417822269454703161641782226945470316164178222694547031616417822269454703161641782226945470316164178222694547031616417822269454703161641782226945470316164178222694547031616417822269454703161641782226945470316164178222694547031616417822269454703161641782226945470316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57dc1429-a2e2-4ce9-ac06-19cac6225913, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e68be9d1-d508-4110-94bd-069527ab2538, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e68be9d1-d508-4110-94bd-069527ab2538, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17966545958775184211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796654595877518421117966545958775184211179665459587751842111796654595877518421117966545958775184211179665459587751842111796654595877518421117966545958775184211179665459587751842111796654595877518421117966545958775184211179665459587751842111796654595877518421117966545958775184211179665459587751842111796654595877518421117966545958775184211179665459587751842111796654595877518421117966545958775184211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfed4a28-a5b3-4270-a39c-b7802811b279, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 735a38ce-a16a-49f2-a8fd-c3307b4b921e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e68be9d1-d508-4110-94bd-069527ab2538, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 735a38ce-a16a-49f2-a8fd-c3307b4b921e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13274665024766380700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327466502476638070013274665024766380700132746650247663807001327466502476638070013274665024766380700132746650247663807001327466502476638070013274665024766380700132746650247663807001327466502476638070013274665024766380700132746650247663807001327466502476638070013274665024766380700132746650247663807001327466502476638070013274665024766380700132746650247663807001327466502476638070013274665024766380700" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b47afb88-47b4-4fd0-8d16-14aab37335c0, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b47afb88-47b4-4fd0-8d16-14aab37335c0, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15853315756706222969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585331575670622296915853315756706222969158533157567062229691585331575670622296915853315756706222969158533157567062229691585331575670622296915853315756706222969158533157567062229691585331575670622296915853315756706222969158533157567062229691585331575670622296915853315756706222969158533157567062229691585331575670622296915853315756706222969158533157567062229691585331575670622296915853315756706222969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 735a38ce-a16a-49f2-a8fd-c3307b4b921e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5fb3d91-2b9e-4709-ac6d-35604b51065b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5fb3d91-2b9e-4709-ac6d-35604b51065b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12819399931379972697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281939993137997269712819399931379972697128193999313799726971281939993137997269712819399931379972697128193999313799726971281939993137997269712819399931379972697128193999313799726971281939993137997269712819399931379972697128193999313799726971281939993137997269712819399931379972697128193999313799726971281939993137997269712819399931379972697128193999313799726971281939993137997269712819399931379972697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b47afb88-47b4-4fd0-8d16-14aab37335c0, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b969c081-4908-4e59-8d89-2d29a08aa5ca, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b969c081-4908-4e59-8d89-2d29a08aa5ca, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12312134730136433895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231213473013643389512312134730136433895123121347301364338951231213473013643389512312134730136433895123121347301364338951231213473013643389512312134730136433895123121347301364338951231213473013643389512312134730136433895123121347301364338951231213473013643389512312134730136433895123121347301364338951231213473013643389512312134730136433895123121347301364338951231213473013643389512312134730136433895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5fb3d91-2b9e-4709-ac6d-35604b51065b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e03a5e9d-0284-4a03-aaf0-948f9a1ef590, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e03a5e9d-0284-4a03-aaf0-948f9a1ef590, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7101511647208942643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71015116472089426437101511647208942643710151164720894264371015116472089426437101511647208942643710151164720894264371015116472089426437101511647208942643710151164720894264371015116472089426437101511647208942643710151164720894264371015116472089426437101511647208942643710151164720894264371015116472089426437101511647208942643710151164720894264371015116472089426437101511647208942643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b969c081-4908-4e59-8d89-2d29a08aa5ca, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b44ee7c-7f71-4e98-b480-06fef90bc6f4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e03a5e9d-0284-4a03-aaf0-948f9a1ef590, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b44ee7c-7f71-4e98-b480-06fef90bc6f4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14682105987189423513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468210598718942351314682105987189423513146821059871894235131468210598718942351314682105987189423513146821059871894235131468210598718942351314682105987189423513146821059871894235131468210598718942351314682105987189423513146821059871894235131468210598718942351314682105987189423513146821059871894235131468210598718942351314682105987189423513146821059871894235131468210598718942351314682105987189423513" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a08cbdd1-9fcb-4af0-bed8-6c949a062bee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a08cbdd1-9fcb-4af0-bed8-6c949a062bee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14628275374193914791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462827537419391479114628275374193914791146282753741939147911462827537419391479114628275374193914791146282753741939147911462827537419391479114628275374193914791146282753741939147911462827537419391479114628275374193914791146282753741939147911462827537419391479114628275374193914791146282753741939147911462827537419391479114628275374193914791146282753741939147911462827537419391479114628275374193914791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b44ee7c-7f71-4e98-b480-06fef90bc6f4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3225da33-af2b-4634-a35c-a632eba67ccc, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3225da33-af2b-4634-a35c-a632eba67ccc, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3978843715761765053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39788437157617650533978843715761765053397884371576176505339788437157617650533978843715761765053397884371576176505339788437157617650533978843715761765053397884371576176505339788437157617650533978843715761765053397884371576176505339788437157617650533978843715761765053397884371576176505339788437157617650533978843715761765053397884371576176505339788437157617650533978843715761765053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a08cbdd1-9fcb-4af0-bed8-6c949a062bee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8da728ff-3038-4b80-ad60-3ef05a093d94, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3225da33-af2b-4634-a35c-a632eba67ccc, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 809e665d-1b63-4348-9282-372a4955c600, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 809e665d-1b63-4348-9282-372a4955c600, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11650338362370854919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165033836237085491911650338362370854919116503383623708549191165033836237085491911650338362370854919116503383623708549191165033836237085491911650338362370854919116503383623708549191165033836237085491911650338362370854919116503383623708549191165033836237085491911650338362370854919116503383623708549191165033836237085491911650338362370854919116503383623708549191165033836237085491911650338362370854919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8da728ff-3038-4b80-ad60-3ef05a093d94, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 291128415493562294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294291128415493562294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 809e665d-1b63-4348-9282-372a4955c600, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c5fa75d-d68d-427f-95ce-586b6bb63b7c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c5fa75d-d68d-427f-95ce-586b6bb63b7c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12932872239337183679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293287223933718367912932872239337183679129328722393371836791293287223933718367912932872239337183679129328722393371836791293287223933718367912932872239337183679129328722393371836791293287223933718367912932872239337183679129328722393371836791293287223933718367912932872239337183679129328722393371836791293287223933718367912932872239337183679129328722393371836791293287223933718367912932872239337183679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8da728ff-3038-4b80-ad60-3ef05a093d94, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13b54fc7-e0b0-45cf-94bd-cdddb383576f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13b54fc7-e0b0-45cf-94bd-cdddb383576f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12202346104512338550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220234610451233855012202346104512338550122023461045123385501220234610451233855012202346104512338550122023461045123385501220234610451233855012202346104512338550122023461045123385501220234610451233855012202346104512338550122023461045123385501220234610451233855012202346104512338550122023461045123385501220234610451233855012202346104512338550122023461045123385501220234610451233855012202346104512338550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c5fa75d-d68d-427f-95ce-586b6bb63b7c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cacef59d-31ce-4347-b699-38d51958c1b9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cacef59d-31ce-4347-b699-38d51958c1b9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14585991168999810085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458599116899981008514585991168999810085145859911689998100851458599116899981008514585991168999810085145859911689998100851458599116899981008514585991168999810085145859911689998100851458599116899981008514585991168999810085145859911689998100851458599116899981008514585991168999810085145859911689998100851458599116899981008514585991168999810085145859911689998100851458599116899981008514585991168999810085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13b54fc7-e0b0-45cf-94bd-cdddb383576f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9492c71-bc7d-44ce-b6ff-5b3fe78d092d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9492c71-bc7d-44ce-b6ff-5b3fe78d092d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7386051152833075495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73860511528330754957386051152833075495738605115283307549573860511528330754957386051152833075495738605115283307549573860511528330754957386051152833075495738605115283307549573860511528330754957386051152833075495738605115283307549573860511528330754957386051152833075495738605115283307549573860511528330754957386051152833075495738605115283307549573860511528330754957386051152833075495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cacef59d-31ce-4347-b699-38d51958c1b9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9492c71-bc7d-44ce-b6ff-5b3fe78d092d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b7c3944-1066-4a89-9083-97b9e8dc02c5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b7c3944-1066-4a89-9083-97b9e8dc02c5, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4310847436831986305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43108474368319863054310847436831986305431084743683198630543108474368319863054310847436831986305431084743683198630543108474368319863054310847436831986305431084743683198630543108474368319863054310847436831986305431084743683198630543108474368319863054310847436831986305431084743683198630543108474368319863054310847436831986305431084743683198630543108474368319863054310847436831986305" } } } 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, f9dad021-19c1-40bb-8a2f-356e59c792ef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9dad021-19c1-40bb-8a2f-356e59c792ef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 810665943094867228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228810665943094867228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b7c3944-1066-4a89-9083-97b9e8dc02c5, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9dad021-19c1-40bb-8a2f-356e59c792ef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8b88f25-3af2-440c-8344-7fba5cc153db, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cde32d91-effc-4a40-8e01-8ef3e875195b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cde32d91-effc-4a40-8e01-8ef3e875195b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12543465795259622302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254346579525962230212543465795259622302125434657952596223021254346579525962230212543465795259622302125434657952596223021254346579525962230212543465795259622302125434657952596223021254346579525962230212543465795259622302125434657952596223021254346579525962230212543465795259622302125434657952596223021254346579525962230212543465795259622302125434657952596223021254346579525962230212543465795259622302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8b88f25-3af2-440c-8344-7fba5cc153db, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15480987837967325443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548098783796732544315480987837967325443154809878379673254431548098783796732544315480987837967325443154809878379673254431548098783796732544315480987837967325443154809878379673254431548098783796732544315480987837967325443154809878379673254431548098783796732544315480987837967325443154809878379673254431548098783796732544315480987837967325443154809878379673254431548098783796732544315480987837967325443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8b88f25-3af2-440c-8344-7fba5cc153db, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d56080b1-c663-463f-8b4b-8aef02733921, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d56080b1-c663-463f-8b4b-8aef02733921, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13569756438834917420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356975643883491742013569756438834917420135697564388349174201356975643883491742013569756438834917420135697564388349174201356975643883491742013569756438834917420135697564388349174201356975643883491742013569756438834917420135697564388349174201356975643883491742013569756438834917420135697564388349174201356975643883491742013569756438834917420135697564388349174201356975643883491742013569756438834917420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cde32d91-effc-4a40-8e01-8ef3e875195b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 450ea0be-a887-48f2-a2b2-40b79ed9409b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 450ea0be-a887-48f2-a2b2-40b79ed9409b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 757503564967316608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608757503564967316608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d56080b1-c663-463f-8b4b-8aef02733921, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63b12353-83fe-47d2-ba7c-384b036c2052, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63b12353-83fe-47d2-ba7c-384b036c2052, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9351105826780595687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93511058267805956879351105826780595687935110582678059568793511058267805956879351105826780595687935110582678059568793511058267805956879351105826780595687935110582678059568793511058267805956879351105826780595687935110582678059568793511058267805956879351105826780595687935110582678059568793511058267805956879351105826780595687935110582678059568793511058267805956879351105826780595687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 450ea0be-a887-48f2-a2b2-40b79ed9409b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a761a55c-28aa-481b-ab04-b94843caf051, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63b12353-83fe-47d2-ba7c-384b036c2052, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdd9cf11-93b1-428d-bc06-d9ecdce2517d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdd9cf11-93b1-428d-bc06-d9ecdce2517d, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10370514616183951405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037051461618395140510370514616183951405103705146161839514051037051461618395140510370514616183951405103705146161839514051037051461618395140510370514616183951405103705146161839514051037051461618395140510370514616183951405103705146161839514051037051461618395140510370514616183951405103705146161839514051037051461618395140510370514616183951405103705146161839514051037051461618395140510370514616183951405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a761a55c-28aa-481b-ab04-b94843caf051, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4608098396152514625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46080983961525146254608098396152514625460809839615251462546080983961525146254608098396152514625460809839615251462546080983961525146254608098396152514625460809839615251462546080983961525146254608098396152514625460809839615251462546080983961525146254608098396152514625460809839615251462546080983961525146254608098396152514625460809839615251462546080983961525146254608098396152514625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdd9cf11-93b1-428d-bc06-d9ecdce2517d, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a761a55c-28aa-481b-ab04-b94843caf051, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a278fdf8-7ac8-4d1c-ae07-97e2c76871f5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a278fdf8-7ac8-4d1c-ae07-97e2c76871f5, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6349232657071196262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63492326570711962626349232657071196262634923265707119626263492326570711962626349232657071196262634923265707119626263492326570711962626349232657071196262634923265707119626263492326570711962626349232657071196262634923265707119626263492326570711962626349232657071196262634923265707119626263492326570711962626349232657071196262634923265707119626263492326570711962626349232657071196262" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00802007-9ee9-4d08-a1da-c8740b61b68f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a278fdf8-7ac8-4d1c-ae07-97e2c76871f5, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00802007-9ee9-4d08-a1da-c8740b61b68f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9441551527454845662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94415515274548456629441551527454845662944155152745484566294415515274548456629441551527454845662944155152745484566294415515274548456629441551527454845662944155152745484566294415515274548456629441551527454845662944155152745484566294415515274548456629441551527454845662944155152745484566294415515274548456629441551527454845662944155152745484566294415515274548456629441551527454845662" } } } 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, 331ac4df-7fa5-4c20-ad13-463ee347709f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 331ac4df-7fa5-4c20-ad13-463ee347709f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10741004048937896558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074100404893789655810741004048937896558107410040489378965581074100404893789655810741004048937896558107410040489378965581074100404893789655810741004048937896558107410040489378965581074100404893789655810741004048937896558107410040489378965581074100404893789655810741004048937896558107410040489378965581074100404893789655810741004048937896558107410040489378965581074100404893789655810741004048937896558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00802007-9ee9-4d08-a1da-c8740b61b68f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b26aca60-1c96-4b65-8b54-5eaf44b58275, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 331ac4df-7fa5-4c20-ad13-463ee347709f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96f38f05-0e9d-4075-8c2e-638024b5d04d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96f38f05-0e9d-4075-8c2e-638024b5d04d, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3763533466271183267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37635334662711832673763533466271183267376353346627118326737635334662711832673763533466271183267376353346627118326737635334662711832673763533466271183267376353346627118326737635334662711832673763533466271183267376353346627118326737635334662711832673763533466271183267376353346627118326737635334662711832673763533466271183267376353346627118326737635334662711832673763533466271183267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b26aca60-1c96-4b65-8b54-5eaf44b58275, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17614446356126247094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761444635612624709417614446356126247094176144463561262470941761444635612624709417614446356126247094176144463561262470941761444635612624709417614446356126247094176144463561262470941761444635612624709417614446356126247094176144463561262470941761444635612624709417614446356126247094176144463561262470941761444635612624709417614446356126247094176144463561262470941761444635612624709417614446356126247094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96f38f05-0e9d-4075-8c2e-638024b5d04d, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b26aca60-1c96-4b65-8b54-5eaf44b58275, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c050c373-24a2-4283-9c97-736707c2366d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c050c373-24a2-4283-9c97-736707c2366d, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4149382216440835928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41493822164408359284149382216440835928414938221644083592841493822164408359284149382216440835928414938221644083592841493822164408359284149382216440835928414938221644083592841493822164408359284149382216440835928414938221644083592841493822164408359284149382216440835928414938221644083592841493822164408359284149382216440835928414938221644083592841493822164408359284149382216440835928" } } } 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, 9da4c477-6818-4b54-a5c8-5ebcf54bec28, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9da4c477-6818-4b54-a5c8-5ebcf54bec28, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15118445114581093734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511844511458109373415118445114581093734151184451145810937341511844511458109373415118445114581093734151184451145810937341511844511458109373415118445114581093734151184451145810937341511844511458109373415118445114581093734151184451145810937341511844511458109373415118445114581093734151184451145810937341511844511458109373415118445114581093734151184451145810937341511844511458109373415118445114581093734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c050c373-24a2-4283-9c97-736707c2366d, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6721da5b-a5eb-40a4-ada5-e9c0c8c149e9, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6721da5b-a5eb-40a4-ada5-e9c0c8c149e9, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15154879112950795659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515487911295079565915154879112950795659151548791129507956591515487911295079565915154879112950795659151548791129507956591515487911295079565915154879112950795659151548791129507956591515487911295079565915154879112950795659151548791129507956591515487911295079565915154879112950795659151548791129507956591515487911295079565915154879112950795659151548791129507956591515487911295079565915154879112950795659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9da4c477-6818-4b54-a5c8-5ebcf54bec28, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c92019f4-e3bb-45ac-a717-99bc22566fc8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c92019f4-e3bb-45ac-a717-99bc22566fc8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10991149942062963142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099114994206296314210991149942062963142109911499420629631421099114994206296314210991149942062963142109911499420629631421099114994206296314210991149942062963142109911499420629631421099114994206296314210991149942062963142109911499420629631421099114994206296314210991149942062963142109911499420629631421099114994206296314210991149942062963142109911499420629631421099114994206296314210991149942062963142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6721da5b-a5eb-40a4-ada5-e9c0c8c149e9, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c92019f4-e3bb-45ac-a717-99bc22566fc8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c900a72-f93a-48d9-a655-2d085b6f4e5d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c900a72-f93a-48d9-a655-2d085b6f4e5d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14155378366451372199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415537836645137219914155378366451372199141553783664513721991415537836645137219914155378366451372199141553783664513721991415537836645137219914155378366451372199141553783664513721991415537836645137219914155378366451372199141553783664513721991415537836645137219914155378366451372199141553783664513721991415537836645137219914155378366451372199141553783664513721991415537836645137219914155378366451372199" } } } 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, f4552c5f-314e-49be-a9cd-82ca808a818d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4552c5f-314e-49be-a9cd-82ca808a818d, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2454525425831418603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24545254258314186032454525425831418603245452542583141860324545254258314186032454525425831418603245452542583141860324545254258314186032454525425831418603245452542583141860324545254258314186032454525425831418603245452542583141860324545254258314186032454525425831418603245452542583141860324545254258314186032454525425831418603245452542583141860324545254258314186032454525425831418603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4552c5f-314e-49be-a9cd-82ca808a818d, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fe267cd-b33d-4950-bb47-c4c60b407f77, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c900a72-f93a-48d9-a655-2d085b6f4e5d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1038b651-3931-4719-a323-26f652924c1f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fe267cd-b33d-4950-bb47-c4c60b407f77, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3535935350031610014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35359353500316100143535935350031610014353593535003161001435359353500316100143535935350031610014353593535003161001435359353500316100143535935350031610014353593535003161001435359353500316100143535935350031610014353593535003161001435359353500316100143535935350031610014353593535003161001435359353500316100143535935350031610014353593535003161001435359353500316100143535935350031610014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1038b651-3931-4719-a323-26f652924c1f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13554453894382955587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355445389438295558713554453894382955587135544538943829555871355445389438295558713554453894382955587135544538943829555871355445389438295558713554453894382955587135544538943829555871355445389438295558713554453894382955587135544538943829555871355445389438295558713554453894382955587135544538943829555871355445389438295558713554453894382955587135544538943829555871355445389438295558713554453894382955587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fe267cd-b33d-4950-bb47-c4c60b407f77, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3d9ad37-4a4b-425a-ad30-295b6fa575db, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d9ad37-4a4b-425a-ad30-295b6fa575db, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7397416924142000039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73974169241420000397397416924142000039739741692414200003973974169241420000397397416924142000039739741692414200003973974169241420000397397416924142000039739741692414200003973974169241420000397397416924142000039739741692414200003973974169241420000397397416924142000039739741692414200003973974169241420000397397416924142000039739741692414200003973974169241420000397397416924142000039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1038b651-3931-4719-a323-26f652924c1f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c13a4c88-1070-49af-99ac-02ed07d13ab7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c13a4c88-1070-49af-99ac-02ed07d13ab7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 389357731041577793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793389357731041577793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d9ad37-4a4b-425a-ad30-295b6fa575db, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7e3160b-f985-4702-81d5-ec0b36f6a5e5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7e3160b-f985-4702-81d5-ec0b36f6a5e5, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15287157722918333082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528715772291833308215287157722918333082152871577229183330821528715772291833308215287157722918333082152871577229183330821528715772291833308215287157722918333082152871577229183330821528715772291833308215287157722918333082152871577229183330821528715772291833308215287157722918333082152871577229183330821528715772291833308215287157722918333082152871577229183330821528715772291833308215287157722918333082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c13a4c88-1070-49af-99ac-02ed07d13ab7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f70bcd0c-d1a3-4fd1-a6bc-0c05ad63ef0d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70bcd0c-d1a3-4fd1-a6bc-0c05ad63ef0d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6655513574173626478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66555135741736264786655513574173626478665551357417362647866555135741736264786655513574173626478665551357417362647866555135741736264786655513574173626478665551357417362647866555135741736264786655513574173626478665551357417362647866555135741736264786655513574173626478665551357417362647866555135741736264786655513574173626478665551357417362647866555135741736264786655513574173626478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7e3160b-f985-4702-81d5-ec0b36f6a5e5, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a94735c7-1bda-4932-bebd-54d580f6a826, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a94735c7-1bda-4932-bebd-54d580f6a826, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2498596825848978296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24985968258489782962498596825848978296249859682584897829624985968258489782962498596825848978296249859682584897829624985968258489782962498596825848978296249859682584897829624985968258489782962498596825848978296249859682584897829624985968258489782962498596825848978296249859682584897829624985968258489782962498596825848978296249859682584897829624985968258489782962498596825848978296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70bcd0c-d1a3-4fd1-a6bc-0c05ad63ef0d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7c3931b-2eb2-49e4-8aa2-72b495ba2e8b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7c3931b-2eb2-49e4-8aa2-72b495ba2e8b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7799914116111671696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77999141161116716967799914116111671696779991411611167169677999141161116716967799914116111671696779991411611167169677999141161116716967799914116111671696779991411611167169677999141161116716967799914116111671696779991411611167169677999141161116716967799914116111671696779991411611167169677999141161116716967799914116111671696779991411611167169677999141161116716967799914116111671696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a94735c7-1bda-4932-bebd-54d580f6a826, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79b92397-5402-4f82-b9eb-5ae2d0f968d4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79b92397-5402-4f82-b9eb-5ae2d0f968d4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 454707378952064620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620454707378952064620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7c3931b-2eb2-49e4-8aa2-72b495ba2e8b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" 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:276 Stopped node localhost:13139/2
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37dd83fe-1727-4695-9537-923fa8fa0df3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79b92397-5402-4f82-b9eb-5ae2d0f968d4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37dd83fe-1727-4695-9537-923fa8fa0df3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9740253457515946553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97402534575159465539740253457515946553974025345751594655397402534575159465539740253457515946553974025345751594655397402534575159465539740253457515946553974025345751594655397402534575159465539740253457515946553974025345751594655397402534575159465539740253457515946553974025345751594655397402534575159465539740253457515946553974025345751594655397402534575159465539740253457515946553" } } } 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, 35a136bd-99d6-4015-b946-d3b9acdc6206, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35a136bd-99d6-4015-b946-d3b9acdc6206, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7029716096671285933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70297160966712859337029716096671285933702971609667128593370297160966712859337029716096671285933702971609667128593370297160966712859337029716096671285933702971609667128593370297160966712859337029716096671285933702971609667128593370297160966712859337029716096671285933702971609667128593370297160966712859337029716096671285933702971609667128593370297160966712859337029716096671285933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37dd83fe-1727-4695-9537-923fa8fa0df3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 288ecef3-8256-4c40-940d-30a3e0a11de0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 288ecef3-8256-4c40-940d-30a3e0a11de0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14420625117135623769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442062511713562376914420625117135623769144206251171356237691442062511713562376914420625117135623769144206251171356237691442062511713562376914420625117135623769144206251171356237691442062511713562376914420625117135623769144206251171356237691442062511713562376914420625117135623769144206251171356237691442062511713562376914420625117135623769144206251171356237691442062511713562376914420625117135623769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35a136bd-99d6-4015-b946-d3b9acdc6206, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d004a030-8e0f-4d02-9733-2605f52ddbbf, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 288ecef3-8256-4c40-940d-30a3e0a11de0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57b5f5ca-999f-43f4-8648-76bc5d05e1db, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57b5f5ca-999f-43f4-8648-76bc5d05e1db, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16624005436861949904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662400543686194990416624005436861949904166240054368619499041662400543686194990416624005436861949904166240054368619499041662400543686194990416624005436861949904166240054368619499041662400543686194990416624005436861949904166240054368619499041662400543686194990416624005436861949904166240054368619499041662400543686194990416624005436861949904166240054368619499041662400543686194990416624005436861949904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d004a030-8e0f-4d02-9733-2605f52ddbbf, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12991109596341092653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299110959634109265312991109596341092653129911095963410926531299110959634109265312991109596341092653129911095963410926531299110959634109265312991109596341092653129911095963410926531299110959634109265312991109596341092653129911095963410926531299110959634109265312991109596341092653129911095963410926531299110959634109265312991109596341092653129911095963410926531299110959634109265312991109596341092653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57b5f5ca-999f-43f4-8648-76bc5d05e1db, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c048f9ff-7e34-4ae5-b3e6-0fea6e36a74b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c048f9ff-7e34-4ae5-b3e6-0fea6e36a74b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12122752505999064575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212275250599906457512122752505999064575121227525059990645751212275250599906457512122752505999064575121227525059990645751212275250599906457512122752505999064575121227525059990645751212275250599906457512122752505999064575121227525059990645751212275250599906457512122752505999064575121227525059990645751212275250599906457512122752505999064575121227525059990645751212275250599906457512122752505999064575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d004a030-8e0f-4d02-9733-2605f52ddbbf, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e73feb7-a376-413b-a954-18ccfaffb17b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c048f9ff-7e34-4ae5-b3e6-0fea6e36a74b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e73feb7-a376-413b-a954-18ccfaffb17b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5060281736529119631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50602817365291196315060281736529119631506028173652911963150602817365291196315060281736529119631506028173652911963150602817365291196315060281736529119631506028173652911963150602817365291196315060281736529119631506028173652911963150602817365291196315060281736529119631506028173652911963150602817365291196315060281736529119631506028173652911963150602817365291196315060281736529119631" } } } 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, e92bc98a-386f-4753-8290-60f378c35671, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e92bc98a-386f-4753-8290-60f378c35671, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14913690142016296151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491369014201629615114913690142016296151149136901420162961511491369014201629615114913690142016296151149136901420162961511491369014201629615114913690142016296151149136901420162961511491369014201629615114913690142016296151149136901420162961511491369014201629615114913690142016296151149136901420162961511491369014201629615114913690142016296151149136901420162961511491369014201629615114913690142016296151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e73feb7-a376-413b-a954-18ccfaffb17b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1816e70c-ebd8-4e38-bdfc-b846bea29a79, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1816e70c-ebd8-4e38-bdfc-b846bea29a79, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4473530566470034383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44735305664700343834473530566470034383447353056647003438344735305664700343834473530566470034383447353056647003438344735305664700343834473530566470034383447353056647003438344735305664700343834473530566470034383447353056647003438344735305664700343834473530566470034383447353056647003438344735305664700343834473530566470034383447353056647003438344735305664700343834473530566470034383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e92bc98a-386f-4753-8290-60f378c35671, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1816e70c-ebd8-4e38-bdfc-b846bea29a79, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fb7506c-b59b-4050-9ea5-bac0bb3654cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93a7e97f-b2e6-4459-9bd9-049246f525c8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93a7e97f-b2e6-4459-9bd9-049246f525c8, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4214310454489121153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42143104544891211534214310454489121153421431045448912115342143104544891211534214310454489121153421431045448912115342143104544891211534214310454489121153421431045448912115342143104544891211534214310454489121153421431045448912115342143104544891211534214310454489121153421431045448912115342143104544891211534214310454489121153421431045448912115342143104544891211534214310454489121153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fb7506c-b59b-4050-9ea5-bac0bb3654cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10739322586310362014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073932258631036201410739322586310362014107393225863103620141073932258631036201410739322586310362014107393225863103620141073932258631036201410739322586310362014107393225863103620141073932258631036201410739322586310362014107393225863103620141073932258631036201410739322586310362014107393225863103620141073932258631036201410739322586310362014107393225863103620141073932258631036201410739322586310362014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fb7506c-b59b-4050-9ea5-bac0bb3654cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93a7e97f-b2e6-4459-9bd9-049246f525c8, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d288e714-021d-44e2-8359-cf920f0057e3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8736f9e9-91f9-4058-8766-2d2143f5e2ac, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8736f9e9-91f9-4058-8766-2d2143f5e2ac, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12930467759427735745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293046775942773574512930467759427735745129304677594277357451293046775942773574512930467759427735745129304677594277357451293046775942773574512930467759427735745129304677594277357451293046775942773574512930467759427735745129304677594277357451293046775942773574512930467759427735745129304677594277357451293046775942773574512930467759427735745129304677594277357451293046775942773574512930467759427735745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d288e714-021d-44e2-8359-cf920f0057e3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11900388095419710235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190038809541971023511900388095419710235119003880954197102351190038809541971023511900388095419710235119003880954197102351190038809541971023511900388095419710235119003880954197102351190038809541971023511900388095419710235119003880954197102351190038809541971023511900388095419710235119003880954197102351190038809541971023511900388095419710235119003880954197102351190038809541971023511900388095419710235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8736f9e9-91f9-4058-8766-2d2143f5e2ac, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4660ec24-9ed2-4a13-8b34-35d32cb12f1b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d288e714-021d-44e2-8359-cf920f0057e3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7509fce-025c-407d-a824-3c1bf7de8d6b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4660ec24-9ed2-4a13-8b34-35d32cb12f1b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11340564484131605653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134056448413160565311340564484131605653113405644841316056531134056448413160565311340564484131605653113405644841316056531134056448413160565311340564484131605653113405644841316056531134056448413160565311340564484131605653113405644841316056531134056448413160565311340564484131605653113405644841316056531134056448413160565311340564484131605653113405644841316056531134056448413160565311340564484131605653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7509fce-025c-407d-a824-3c1bf7de8d6b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2444054255891477296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24440542558914772962444054255891477296244405425589147729624440542558914772962444054255891477296244405425589147729624440542558914772962444054255891477296244405425589147729624440542558914772962444054255891477296244405425589147729624440542558914772962444054255891477296244405425589147729624440542558914772962444054255891477296244405425589147729624440542558914772962444054255891477296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4660ec24-9ed2-4a13-8b34-35d32cb12f1b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 662076d4-b02e-43ae-afa2-d57f881765e7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 662076d4-b02e-43ae-afa2-d57f881765e7, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8917166203539385251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89171662035393852518917166203539385251891716620353938525189171662035393852518917166203539385251891716620353938525189171662035393852518917166203539385251891716620353938525189171662035393852518917166203539385251891716620353938525189171662035393852518917166203539385251891716620353938525189171662035393852518917166203539385251891716620353938525189171662035393852518917166203539385251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7509fce-025c-407d-a824-3c1bf7de8d6b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06ed80dd-ddd8-4c0b-ba75-c7e4396a6a33, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 662076d4-b02e-43ae-afa2-d57f881765e7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ed80dd-ddd8-4c0b-ba75-c7e4396a6a33, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13966827391220976334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396682739122097633413966827391220976334139668273912209763341396682739122097633413966827391220976334139668273912209763341396682739122097633413966827391220976334139668273912209763341396682739122097633413966827391220976334139668273912209763341396682739122097633413966827391220976334139668273912209763341396682739122097633413966827391220976334139668273912209763341396682739122097633413966827391220976334" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0e8fc15-d8fe-43e9-b09d-f4c030d33817, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0e8fc15-d8fe-43e9-b09d-f4c030d33817, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16637535471715073888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663753547171507388816637535471715073888166375354717150738881663753547171507388816637535471715073888166375354717150738881663753547171507388816637535471715073888166375354717150738881663753547171507388816637535471715073888166375354717150738881663753547171507388816637535471715073888166375354717150738881663753547171507388816637535471715073888166375354717150738881663753547171507388816637535471715073888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ed80dd-ddd8-4c0b-ba75-c7e4396a6a33, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05ae7434-c6fe-47eb-a04e-4ad8dc4aa6ff, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05ae7434-c6fe-47eb-a04e-4ad8dc4aa6ff, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11322603110977410824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132260311097741082411322603110977410824113226031109774108241132260311097741082411322603110977410824113226031109774108241132260311097741082411322603110977410824113226031109774108241132260311097741082411322603110977410824113226031109774108241132260311097741082411322603110977410824113226031109774108241132260311097741082411322603110977410824113226031109774108241132260311097741082411322603110977410824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0e8fc15-d8fe-43e9-b09d-f4c030d33817, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05ae7434-c6fe-47eb-a04e-4ad8dc4aa6ff, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88f7d9b1-1b7f-4d45-8c12-43f6b4c7c6d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f7d9b1-1b7f-4d45-8c12-43f6b4c7c6d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1920579045465077984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19205790454650779841920579045465077984192057904546507798419205790454650779841920579045465077984192057904546507798419205790454650779841920579045465077984192057904546507798419205790454650779841920579045465077984192057904546507798419205790454650779841920579045465077984192057904546507798419205790454650779841920579045465077984192057904546507798419205790454650779841920579045465077984" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d126c7b6-371b-4b32-8b5f-0c03af1f6a67, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d126c7b6-371b-4b32-8b5f-0c03af1f6a67, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3709357358400356340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37093573584003563403709357358400356340370935735840035634037093573584003563403709357358400356340370935735840035634037093573584003563403709357358400356340370935735840035634037093573584003563403709357358400356340370935735840035634037093573584003563403709357358400356340370935735840035634037093573584003563403709357358400356340370935735840035634037093573584003563403709357358400356340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f7d9b1-1b7f-4d45-8c12-43f6b4c7c6d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeeeb03e-3986-4e79-a111-72bdf1c55721, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d126c7b6-371b-4b32-8b5f-0c03af1f6a67, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeeeb03e-3986-4e79-a111-72bdf1c55721, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15312941933070643483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531294193307064348315312941933070643483153129419330706434831531294193307064348315312941933070643483153129419330706434831531294193307064348315312941933070643483153129419330706434831531294193307064348315312941933070643483153129419330706434831531294193307064348315312941933070643483153129419330706434831531294193307064348315312941933070643483153129419330706434831531294193307064348315312941933070643483" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d82ac3c0-741a-4a64-b4d5-09c672f576e2, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d82ac3c0-741a-4a64-b4d5-09c672f576e2, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14955726415445782823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495572641544578282314955726415445782823149557264154457828231495572641544578282314955726415445782823149557264154457828231495572641544578282314955726415445782823149557264154457828231495572641544578282314955726415445782823149557264154457828231495572641544578282314955726415445782823149557264154457828231495572641544578282314955726415445782823149557264154457828231495572641544578282314955726415445782823" } } } 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:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/kikimr_configs"
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeeeb03e-3986-4e79-a111-72bdf1c55721, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" 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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_hgbka8pj.log --grpc-port=13139 --mon-port=12323 --ic-port=32677 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d82ac3c0-741a-4a64-b4d5-09c672f576e2, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_hgbka8pj.log', '--grpc-port=13139', '--mon-port=12323', '--ic-port=32677', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2' (no wait)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43822b2c-f69e-4924-bbe2-4f87dd787b87, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43822b2c-f69e-4924-bbe2-4f87dd787b87, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8799536422364046763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87995364223640467638799536422364046763879953642236404676387995364223640467638799536422364046763879953642236404676387995364223640467638799536422364046763879953642236404676387995364223640467638799536422364046763879953642236404676387995364223640467638799536422364046763879953642236404676387995364223640467638799536422364046763879953642236404676387995364223640467638799536422364046763" } } } 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: 1452158
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:13139/2
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.14
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 746c84eb-38c0-4914-b64f-7bed05f0124a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43822b2c-f69e-4924-bbe2-4f87dd787b87, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b13c88f5-3043-425d-afba-8a921673f599, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b13c88f5-3043-425d-afba-8a921673f599, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4306505942432382596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43065059424323825964306505942432382596430650594243238259643065059424323825964306505942432382596430650594243238259643065059424323825964306505942432382596430650594243238259643065059424323825964306505942432382596430650594243238259643065059424323825964306505942432382596430650594243238259643065059424323825964306505942432382596430650594243238259643065059424323825964306505942432382596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 746c84eb-38c0-4914-b64f-7bed05f0124a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12159184271570010965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215918427157001096512159184271570010965121591842715700109651215918427157001096512159184271570010965121591842715700109651215918427157001096512159184271570010965121591842715700109651215918427157001096512159184271570010965121591842715700109651215918427157001096512159184271570010965121591842715700109651215918427157001096512159184271570010965121591842715700109651215918427157001096512159184271570010965" } } } 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: 1452159
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b13c88f5-3043-425d-afba-8a921673f599, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 746c84eb-38c0-4914-b64f-7bed05f0124a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f7816a5-5cd9-452f-9dec-12bd31617103, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f7816a5-5cd9-452f-9dec-12bd31617103, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8235447181075694682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82354471810756946828235447181075694682823544718107569468282354471810756946828235447181075694682823544718107569468282354471810756946828235447181075694682823544718107569468282354471810756946828235447181075694682823544718107569468282354471810756946828235447181075694682823544718107569468282354471810756946828235447181075694682823544718107569468282354471810756946828235447181075694682" } } } 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, 6b2ed86b-2409-4bb6-b146-052b39ece568, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b2ed86b-2409-4bb6-b146-052b39ece568, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18436244296770127501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843624429677012750118436244296770127501184362442967701275011843624429677012750118436244296770127501184362442967701275011843624429677012750118436244296770127501184362442967701275011843624429677012750118436244296770127501184362442967701275011843624429677012750118436244296770127501184362442967701275011843624429677012750118436244296770127501184362442967701275011843624429677012750118436244296770127501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f7816a5-5cd9-452f-9dec-12bd31617103, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de39539b-47d9-4a69-b7c5-fb199219a631, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de39539b-47d9-4a69-b7c5-fb199219a631, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18112735698048757515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811273569804875751518112735698048757515181127356980487575151811273569804875751518112735698048757515181127356980487575151811273569804875751518112735698048757515181127356980487575151811273569804875751518112735698048757515181127356980487575151811273569804875751518112735698048757515181127356980487575151811273569804875751518112735698048757515181127356980487575151811273569804875751518112735698048757515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b2ed86b-2409-4bb6-b146-052b39ece568, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52297b1f-833b-466f-b9a9-e95ff8ccca89, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52297b1f-833b-466f-b9a9-e95ff8ccca89, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7897085797753120151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78970857977531201517897085797753120151789708579775312015178970857977531201517897085797753120151789708579775312015178970857977531201517897085797753120151789708579775312015178970857977531201517897085797753120151789708579775312015178970857977531201517897085797753120151789708579775312015178970857977531201517897085797753120151789708579775312015178970857977531201517897085797753120151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de39539b-47d9-4a69-b7c5-fb199219a631, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d12b67e1-24da-4dd7-8726-fef2e10c4081, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d12b67e1-24da-4dd7-8726-fef2e10c4081, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5275396669068861507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52753966690688615075275396669068861507527539666906886150752753966690688615075275396669068861507527539666906886150752753966690688615075275396669068861507527539666906886150752753966690688615075275396669068861507527539666906886150752753966690688615075275396669068861507527539666906886150752753966690688615075275396669068861507527539666906886150752753966690688615075275396669068861507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d12b67e1-24da-4dd7-8726-fef2e10c4081, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed16f511-8b45-451c-9fd1-fdd27c97a4a7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed16f511-8b45-451c-9fd1-fdd27c97a4a7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17197138025094180626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719713802509418062617197138025094180626171971380250941806261719713802509418062617197138025094180626171971380250941806261719713802509418062617197138025094180626171971380250941806261719713802509418062617197138025094180626171971380250941806261719713802509418062617197138025094180626171971380250941806261719713802509418062617197138025094180626171971380250941806261719713802509418062617197138025094180626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52297b1f-833b-466f-b9a9-e95ff8ccca89, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed16f511-8b45-451c-9fd1-fdd27c97a4a7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a5ccb33-799b-44ec-a4e8-1492ad1dea6a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73ed2999-dc2b-4777-82b0-2f28a68b10cc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a5ccb33-799b-44ec-a4e8-1492ad1dea6a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6120841345927960559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61208413459279605596120841345927960559612084134592796055961208413459279605596120841345927960559612084134592796055961208413459279605596120841345927960559612084134592796055961208413459279605596120841345927960559612084134592796055961208413459279605596120841345927960559612084134592796055961208413459279605596120841345927960559612084134592796055961208413459279605596120841345927960559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73ed2999-dc2b-4777-82b0-2f28a68b10cc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7926170164747976875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79261701647479768757926170164747976875792617016474797687579261701647479768757926170164747976875792617016474797687579261701647479768757926170164747976875792617016474797687579261701647479768757926170164747976875792617016474797687579261701647479768757926170164747976875792617016474797687579261701647479768757926170164747976875792617016474797687579261701647479768757926170164747976875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73ed2999-dc2b-4777-82b0-2f28a68b10cc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a5ccb33-799b-44ec-a4e8-1492ad1dea6a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83f147c0-d2fd-4265-8044-4ef63cc12dcb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83f147c0-d2fd-4265-8044-4ef63cc12dcb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14134304384672294706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413430438467229470614134304384672294706141343043846722947061413430438467229470614134304384672294706141343043846722947061413430438467229470614134304384672294706141343043846722947061413430438467229470614134304384672294706141343043846722947061413430438467229470614134304384672294706141343043846722947061413430438467229470614134304384672294706141343043846722947061413430438467229470614134304384672294706" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 561a9c90-17f1-48ef-84e3-716bbb645fcf, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 561a9c90-17f1-48ef-84e3-716bbb645fcf, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1838781136939085764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18387811369390857641838781136939085764183878113693908576418387811369390857641838781136939085764183878113693908576418387811369390857641838781136939085764183878113693908576418387811369390857641838781136939085764183878113693908576418387811369390857641838781136939085764183878113693908576418387811369390857641838781136939085764183878113693908576418387811369390857641838781136939085764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83f147c0-d2fd-4265-8044-4ef63cc12dcb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 561a9c90-17f1-48ef-84e3-716bbb645fcf, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9c7559b-2943-43bb-a5a0-71eeaebc4f53, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9c7559b-2943-43bb-a5a0-71eeaebc4f53, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8695725743576621706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86957257435766217068695725743576621706869572574357662170686957257435766217068695725743576621706869572574357662170686957257435766217068695725743576621706869572574357662170686957257435766217068695725743576621706869572574357662170686957257435766217068695725743576621706869572574357662170686957257435766217068695725743576621706869572574357662170686957257435766217068695725743576621706" } } } 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, e84f1615-75e4-402e-b064-8c3b66302388, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e84f1615-75e4-402e-b064-8c3b66302388, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7253526723847645811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72535267238476458117253526723847645811725352672384764581172535267238476458117253526723847645811725352672384764581172535267238476458117253526723847645811725352672384764581172535267238476458117253526723847645811725352672384764581172535267238476458117253526723847645811725352672384764581172535267238476458117253526723847645811725352672384764581172535267238476458117253526723847645811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9c7559b-2943-43bb-a5a0-71eeaebc4f53, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa3ce175-5043-4cfd-9a73-e4f43b9f0bf0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa3ce175-5043-4cfd-9a73-e4f43b9f0bf0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 536894321433274169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169536894321433274169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e84f1615-75e4-402e-b064-8c3b66302388, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ba78207-5ed2-4734-a097-b2047df805b4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa3ce175-5043-4cfd-9a73-e4f43b9f0bf0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 041bf811-8b02-403a-afe8-6e50416ce1b0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 041bf811-8b02-403a-afe8-6e50416ce1b0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1590205066260816822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15902050662608168221590205066260816822159020506626081682215902050662608168221590205066260816822159020506626081682215902050662608168221590205066260816822159020506626081682215902050662608168221590205066260816822159020506626081682215902050662608168221590205066260816822159020506626081682215902050662608168221590205066260816822159020506626081682215902050662608168221590205066260816822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ba78207-5ed2-4734-a097-b2047df805b4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15769202511361627059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576920251136162705915769202511361627059157692025113616270591576920251136162705915769202511361627059157692025113616270591576920251136162705915769202511361627059157692025113616270591576920251136162705915769202511361627059157692025113616270591576920251136162705915769202511361627059157692025113616270591576920251136162705915769202511361627059157692025113616270591576920251136162705915769202511361627059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 041bf811-8b02-403a-afe8-6e50416ce1b0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad0bec2a-2ed4-4131-8c99-0b08e2f88ef3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad0bec2a-2ed4-4131-8c99-0b08e2f88ef3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6615570606044637228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66155706060446372286615570606044637228661557060604463722866155706060446372286615570606044637228661557060604463722866155706060446372286615570606044637228661557060604463722866155706060446372286615570606044637228661557060604463722866155706060446372286615570606044637228661557060604463722866155706060446372286615570606044637228661557060604463722866155706060446372286615570606044637228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ba78207-5ed2-4734-a097-b2047df805b4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4eaa7860-0f30-4cfd-94bf-2e8ac53bd30f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eaa7860-0f30-4cfd-94bf-2e8ac53bd30f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9976037755507923063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99760377555079230639976037755507923063997603775550792306399760377555079230639976037755507923063997603775550792306399760377555079230639976037755507923063997603775550792306399760377555079230639976037755507923063997603775550792306399760377555079230639976037755507923063997603775550792306399760377555079230639976037755507923063997603775550792306399760377555079230639976037755507923063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad0bec2a-2ed4-4131-8c99-0b08e2f88ef3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11a31f7f-2d7a-4f0f-be5d-d21da99fb164, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11a31f7f-2d7a-4f0f-be5d-d21da99fb164, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2603956946231939011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26039569462319390112603956946231939011260395694623193901126039569462319390112603956946231939011260395694623193901126039569462319390112603956946231939011260395694623193901126039569462319390112603956946231939011260395694623193901126039569462319390112603956946231939011260395694623193901126039569462319390112603956946231939011260395694623193901126039569462319390112603956946231939011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eaa7860-0f30-4cfd-94bf-2e8ac53bd30f, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 268d5b4c-de8c-4956-b008-695b47701495, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 268d5b4c-de8c-4956-b008-695b47701495, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8331315072208053152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83313150722080531528331315072208053152833131507220805315283313150722080531528331315072208053152833131507220805315283313150722080531528331315072208053152833131507220805315283313150722080531528331315072208053152833131507220805315283313150722080531528331315072208053152833131507220805315283313150722080531528331315072208053152833131507220805315283313150722080531528331315072208053152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11a31f7f-2d7a-4f0f-be5d-d21da99fb164, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ea8cca6-6c77-45ee-81b5-a5b85be8bd92, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 268d5b4c-de8c-4956-b008-695b47701495, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ea8cca6-6c77-45ee-81b5-a5b85be8bd92, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6011229545797182990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60112295457971829906011229545797182990601122954579718299060112295457971829906011229545797182990601122954579718299060112295457971829906011229545797182990601122954579718299060112295457971829906011229545797182990601122954579718299060112295457971829906011229545797182990601122954579718299060112295457971829906011229545797182990601122954579718299060112295457971829906011229545797182990" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e1d4743-c20b-47cd-b45b-3f3f24213d60, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e1d4743-c20b-47cd-b45b-3f3f24213d60, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10924460806376324508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092446080637632450810924460806376324508109244608063763245081092446080637632450810924460806376324508109244608063763245081092446080637632450810924460806376324508109244608063763245081092446080637632450810924460806376324508109244608063763245081092446080637632450810924460806376324508109244608063763245081092446080637632450810924460806376324508109244608063763245081092446080637632450810924460806376324508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e1d4743-c20b-47cd-b45b-3f3f24213d60, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ea8cca6-6c77-45ee-81b5-a5b85be8bd92, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9736b5ec-fd09-4a47-8cfe-b7e513693d45, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9736b5ec-fd09-4a47-8cfe-b7e513693d45, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15611656190131893471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561165619013189347115611656190131893471156116561901318934711561165619013189347115611656190131893471156116561901318934711561165619013189347115611656190131893471156116561901318934711561165619013189347115611656190131893471156116561901318934711561165619013189347115611656190131893471156116561901318934711561165619013189347115611656190131893471156116561901318934711561165619013189347115611656190131893471" } } } 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, 6d604972-d446-4e66-9035-616444319bc5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d604972-d446-4e66-9035-616444319bc5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13041175597697363109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304117559769736310913041175597697363109130411755976973631091304117559769736310913041175597697363109130411755976973631091304117559769736310913041175597697363109130411755976973631091304117559769736310913041175597697363109130411755976973631091304117559769736310913041175597697363109130411755976973631091304117559769736310913041175597697363109130411755976973631091304117559769736310913041175597697363109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9736b5ec-fd09-4a47-8cfe-b7e513693d45, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 882f34ba-40c3-4f3a-908e-ce55a0213ae7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 882f34ba-40c3-4f3a-908e-ce55a0213ae7, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5235980490667877298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52359804906678772985235980490667877298523598049066787729852359804906678772985235980490667877298523598049066787729852359804906678772985235980490667877298523598049066787729852359804906678772985235980490667877298523598049066787729852359804906678772985235980490667877298523598049066787729852359804906678772985235980490667877298523598049066787729852359804906678772985235980490667877298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d604972-d446-4e66-9035-616444319bc5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39df4c64-6ef4-4226-a099-d522328ff074, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 882f34ba-40c3-4f3a-908e-ce55a0213ae7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39df4c64-6ef4-4226-a099-d522328ff074, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14225072113453048008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422507211345304800814225072113453048008142250721134530480081422507211345304800814225072113453048008142250721134530480081422507211345304800814225072113453048008142250721134530480081422507211345304800814225072113453048008142250721134530480081422507211345304800814225072113453048008142250721134530480081422507211345304800814225072113453048008142250721134530480081422507211345304800814225072113453048008" } } } 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 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95e15cef-6cad-452d-ab46-c7e64e85d31c, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95e15cef-6cad-452d-ab46-c7e64e85d31c, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18289754832144639138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828975483214463913818289754832144639138182897548321446391381828975483214463913818289754832144639138182897548321446391381828975483214463913818289754832144639138182897548321446391381828975483214463913818289754832144639138182897548321446391381828975483214463913818289754832144639138182897548321446391381828975483214463913818289754832144639138182897548321446391381828975483214463913818289754832144639138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39df4c64-6ef4-4226-a099-d522328ff074, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7befbfc6-5a82-41f0-a727-0e6550126ff8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95e15cef-6cad-452d-ab46-c7e64e85d31c, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7befbfc6-5a82-41f0-a727-0e6550126ff8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10056694929123895772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005669492912389577210056694929123895772100566949291238957721005669492912389577210056694929123895772100566949291238957721005669492912389577210056694929123895772100566949291238957721005669492912389577210056694929123895772100566949291238957721005669492912389577210056694929123895772100566949291238957721005669492912389577210056694929123895772100566949291238957721005669492912389577210056694929123895772" } } } 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, 9cee1b75-b987-4f99-b005-87158048808b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7befbfc6-5a82-41f0-a727-0e6550126ff8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebd74aae-2d66-4c63-9d1c-0d270602995b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cee1b75-b987-4f99-b005-87158048808b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15590441236740040357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559044123674004035715590441236740040357155904412367400403571559044123674004035715590441236740040357155904412367400403571559044123674004035715590441236740040357155904412367400403571559044123674004035715590441236740040357155904412367400403571559044123674004035715590441236740040357155904412367400403571559044123674004035715590441236740040357155904412367400403571559044123674004035715590441236740040357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebd74aae-2d66-4c63-9d1c-0d270602995b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14165502873729151565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416550287372915156514165502873729151565141655028737291515651416550287372915156514165502873729151565141655028737291515651416550287372915156514165502873729151565141655028737291515651416550287372915156514165502873729151565141655028737291515651416550287372915156514165502873729151565141655028737291515651416550287372915156514165502873729151565141655028737291515651416550287372915156514165502873729151565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebd74aae-2d66-4c63-9d1c-0d270602995b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f24b2931-2157-4f5f-94ee-9f10984b0c09, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cee1b75-b987-4f99-b005-87158048808b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af9dc849-1883-4adb-b3d9-f09ffda0a85e, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f24b2931-2157-4f5f-94ee-9f10984b0c09, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3349772154690384874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33497721546903848743349772154690384874334977215469038487433497721546903848743349772154690384874334977215469038487433497721546903848743349772154690384874334977215469038487433497721546903848743349772154690384874334977215469038487433497721546903848743349772154690384874334977215469038487433497721546903848743349772154690384874334977215469038487433497721546903848743349772154690384874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af9dc849-1883-4adb-b3d9-f09ffda0a85e, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 618851308375385691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691618851308375385691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f24b2931-2157-4f5f-94ee-9f10984b0c09, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75f0cb44-1c03-440b-9ed3-ff44042f11c9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75f0cb44-1c03-440b-9ed3-ff44042f11c9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13710913194378798601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371091319437879860113710913194378798601137109131943787986011371091319437879860113710913194378798601137109131943787986011371091319437879860113710913194378798601137109131943787986011371091319437879860113710913194378798601137109131943787986011371091319437879860113710913194378798601137109131943787986011371091319437879860113710913194378798601137109131943787986011371091319437879860113710913194378798601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af9dc849-1883-4adb-b3d9-f09ffda0a85e, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, baaa0723-e7b9-406b-8994-3d81235830ae, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baaa0723-e7b9-406b-8994-3d81235830ae, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6574330457851503867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65743304578515038676574330457851503867657433045785150386765743304578515038676574330457851503867657433045785150386765743304578515038676574330457851503867657433045785150386765743304578515038676574330457851503867657433045785150386765743304578515038676574330457851503867657433045785150386765743304578515038676574330457851503867657433045785150386765743304578515038676574330457851503867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75f0cb44-1c03-440b-9ed3-ff44042f11c9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7533b6ed-9f0a-4ac6-ba27-d82feda3093c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baaa0723-e7b9-406b-8994-3d81235830ae, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7188ae9d-e41c-40f7-a6fc-9089183316dd, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7188ae9d-e41c-40f7-a6fc-9089183316dd, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15197254705195327743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519725470519532774315197254705195327743151972547051953277431519725470519532774315197254705195327743151972547051953277431519725470519532774315197254705195327743151972547051953277431519725470519532774315197254705195327743151972547051953277431519725470519532774315197254705195327743151972547051953277431519725470519532774315197254705195327743151972547051953277431519725470519532774315197254705195327743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7533b6ed-9f0a-4ac6-ba27-d82feda3093c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6538909155395406913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65389091553954069136538909155395406913653890915539540691365389091553954069136538909155395406913653890915539540691365389091553954069136538909155395406913653890915539540691365389091553954069136538909155395406913653890915539540691365389091553954069136538909155395406913653890915539540691365389091553954069136538909155395406913653890915539540691365389091553954069136538909155395406913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7533b6ed-9f0a-4ac6-ba27-d82feda3093c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 381ab783-70dd-483c-a8c8-34ef27d8e9b7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7188ae9d-e41c-40f7-a6fc-9089183316dd, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 381ab783-70dd-483c-a8c8-34ef27d8e9b7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9626074365645464117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96260743656454641179626074365645464117962607436564546411796260743656454641179626074365645464117962607436564546411796260743656454641179626074365645464117962607436564546411796260743656454641179626074365645464117962607436564546411796260743656454641179626074365645464117962607436564546411796260743656454641179626074365645464117962607436564546411796260743656454641179626074365645464117" } } } 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, 26288b97-5b4f-4cfa-bbc9-a0fd46c65bc4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 381ab783-70dd-483c-a8c8-34ef27d8e9b7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cbe3b16-24c8-4160-81f3-e2320b895f21, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cbe3b16-24c8-4160-81f3-e2320b895f21, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6038870696049907929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60388706960499079296038870696049907929603887069604990792960388706960499079296038870696049907929603887069604990792960388706960499079296038870696049907929603887069604990792960388706960499079296038870696049907929603887069604990792960388706960499079296038870696049907929603887069604990792960388706960499079296038870696049907929603887069604990792960388706960499079296038870696049907929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26288b97-5b4f-4cfa-bbc9-a0fd46c65bc4, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13443493648416411434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344349364841641143413443493648416411434134434936484164114341344349364841641143413443493648416411434134434936484164114341344349364841641143413443493648416411434134434936484164114341344349364841641143413443493648416411434134434936484164114341344349364841641143413443493648416411434134434936484164114341344349364841641143413443493648416411434134434936484164114341344349364841641143413443493648416411434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cbe3b16-24c8-4160-81f3-e2320b895f21, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 134c2ae8-9405-4180-8558-bdd018418bf3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 134c2ae8-9405-4180-8558-bdd018418bf3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4606465622890572222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46064656228905722224606465622890572222460646562289057222246064656228905722224606465622890572222460646562289057222246064656228905722224606465622890572222460646562289057222246064656228905722224606465622890572222460646562289057222246064656228905722224606465622890572222460646562289057222246064656228905722224606465622890572222460646562289057222246064656228905722224606465622890572222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 134c2ae8-9405-4180-8558-bdd018418bf3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83460f78-605c-4908-8515-fc8549b99fed, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83460f78-605c-4908-8515-fc8549b99fed, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8462955664298650770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84629556642986507708462955664298650770846295566429865077084629556642986507708462955664298650770846295566429865077084629556642986507708462955664298650770846295566429865077084629556642986507708462955664298650770846295566429865077084629556642986507708462955664298650770846295566429865077084629556642986507708462955664298650770846295566429865077084629556642986507708462955664298650770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26288b97-5b4f-4cfa-bbc9-a0fd46c65bc4, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0d27893-7c9e-44f7-b039-367d3c8fff1b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0d27893-7c9e-44f7-b039-367d3c8fff1b, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10180523920353814051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018052392035381405110180523920353814051101805239203538140511018052392035381405110180523920353814051101805239203538140511018052392035381405110180523920353814051101805239203538140511018052392035381405110180523920353814051101805239203538140511018052392035381405110180523920353814051101805239203538140511018052392035381405110180523920353814051101805239203538140511018052392035381405110180523920353814051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0d27893-7c9e-44f7-b039-367d3c8fff1b, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b929f68b-87cd-4d01-930d-9cfd043dba16, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b929f68b-87cd-4d01-930d-9cfd043dba16, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1819372566372330394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18193725663723303941819372566372330394181937256637233039418193725663723303941819372566372330394181937256637233039418193725663723303941819372566372330394181937256637233039418193725663723303941819372566372330394181937256637233039418193725663723303941819372566372330394181937256637233039418193725663723303941819372566372330394181937256637233039418193725663723303941819372566372330394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b929f68b-87cd-4d01-930d-9cfd043dba16, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af907045-b4a1-47f5-bf45-acaae751f078, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af907045-b4a1-47f5-bf45-acaae751f078, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2548543849615198727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25485438496151987272548543849615198727254854384961519872725485438496151987272548543849615198727254854384961519872725485438496151987272548543849615198727254854384961519872725485438496151987272548543849615198727254854384961519872725485438496151987272548543849615198727254854384961519872725485438496151987272548543849615198727254854384961519872725485438496151987272548543849615198727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83460f78-605c-4908-8515-fc8549b99fed, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53dc9420-028c-4972-b80b-0e779dc9dd59, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53dc9420-028c-4972-b80b-0e779dc9dd59, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1514273400232997820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15142734002329978201514273400232997820151427340023299782015142734002329978201514273400232997820151427340023299782015142734002329978201514273400232997820151427340023299782015142734002329978201514273400232997820151427340023299782015142734002329978201514273400232997820151427340023299782015142734002329978201514273400232997820151427340023299782015142734002329978201514273400232997820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af907045-b4a1-47f5-bf45-acaae751f078, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44e458b5-0aba-467e-b6db-7a42f4b73e02, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44e458b5-0aba-467e-b6db-7a42f4b73e02, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3266928413172084941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32669284131720849413266928413172084941326692841317208494132669284131720849413266928413172084941326692841317208494132669284131720849413266928413172084941326692841317208494132669284131720849413266928413172084941326692841317208494132669284131720849413266928413172084941326692841317208494132669284131720849413266928413172084941326692841317208494132669284131720849413266928413172084941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44e458b5-0aba-467e-b6db-7a42f4b73e02, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eabe8e0b-9a55-4fbd-8207-db1cc58c27d6, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eabe8e0b-9a55-4fbd-8207-db1cc58c27d6, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13732039394025032387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373203939402503238713732039394025032387137320393940250323871373203939402503238713732039394025032387137320393940250323871373203939402503238713732039394025032387137320393940250323871373203939402503238713732039394025032387137320393940250323871373203939402503238713732039394025032387137320393940250323871373203939402503238713732039394025032387137320393940250323871373203939402503238713732039394025032387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eabe8e0b-9a55-4fbd-8207-db1cc58c27d6, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a62b4252-4a21-4926-b04a-19ffc6c4c7f1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53dc9420-028c-4972-b80b-0e779dc9dd59, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62b4252-4a21-4926-b04a-19ffc6c4c7f1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 825333703219572183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183825333703219572183" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fda7aad7-2e54-4b8d-892c-6bca008a6472, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fda7aad7-2e54-4b8d-892c-6bca008a6472, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 727263171050433252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252727263171050433252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fda7aad7-2e54-4b8d-892c-6bca008a6472, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69340c68-9e65-407f-a2d3-337bf01138d8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69340c68-9e65-407f-a2d3-337bf01138d8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3874813346112175329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38748133461121753293874813346112175329387481334611217532938748133461121753293874813346112175329387481334611217532938748133461121753293874813346112175329387481334611217532938748133461121753293874813346112175329387481334611217532938748133461121753293874813346112175329387481334611217532938748133461121753293874813346112175329387481334611217532938748133461121753293874813346112175329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62b4252-4a21-4926-b04a-19ffc6c4c7f1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74cbf4bd-581e-4a77-94f5-3e5ac6ca80ad, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74cbf4bd-581e-4a77-94f5-3e5ac6ca80ad, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3879240525928104231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38792405259281042313879240525928104231387924052592810423138792405259281042313879240525928104231387924052592810423138792405259281042313879240525928104231387924052592810423138792405259281042313879240525928104231387924052592810423138792405259281042313879240525928104231387924052592810423138792405259281042313879240525928104231387924052592810423138792405259281042313879240525928104231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69340c68-9e65-407f-a2d3-337bf01138d8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74cbf4bd-581e-4a77-94f5-3e5ac6ca80ad, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86a67965-175c-446a-a762-df411e7e6280, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86a67965-175c-446a-a762-df411e7e6280, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10606361941767226952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1060636194176722695210606361941767226952106063619417672269521060636194176722695210606361941767226952106063619417672269521060636194176722695210606361941767226952106063619417672269521060636194176722695210606361941767226952106063619417672269521060636194176722695210606361941767226952106063619417672269521060636194176722695210606361941767226952106063619417672269521060636194176722695210606361941767226952" } } } 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, dff99977-41e9-4821-82bd-b499619f589f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dff99977-41e9-4821-82bd-b499619f589f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16684151548863064589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668415154886306458916684151548863064589166841515488630645891668415154886306458916684151548863064589166841515488630645891668415154886306458916684151548863064589166841515488630645891668415154886306458916684151548863064589166841515488630645891668415154886306458916684151548863064589166841515488630645891668415154886306458916684151548863064589166841515488630645891668415154886306458916684151548863064589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dff99977-41e9-4821-82bd-b499619f589f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19b6d9c6-0768-4e05-9e13-56716788d8e8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19b6d9c6-0768-4e05-9e13-56716788d8e8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5051351083895732865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50513510838957328655051351083895732865505135108389573286550513510838957328655051351083895732865505135108389573286550513510838957328655051351083895732865505135108389573286550513510838957328655051351083895732865505135108389573286550513510838957328655051351083895732865505135108389573286550513510838957328655051351083895732865505135108389573286550513510838957328655051351083895732865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86a67965-175c-446a-a762-df411e7e6280, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 736f4289-efce-403e-b06f-4ecc9b0e0772, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 736f4289-efce-403e-b06f-4ecc9b0e0772, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 116525207785276078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078116525207785276078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19b6d9c6-0768-4e05-9e13-56716788d8e8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb8eed62-217b-41e5-ad4f-5040b6deccd1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb8eed62-217b-41e5-ad4f-5040b6deccd1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10870110184813240435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087011018481324043510870110184813240435108701101848132404351087011018481324043510870110184813240435108701101848132404351087011018481324043510870110184813240435108701101848132404351087011018481324043510870110184813240435108701101848132404351087011018481324043510870110184813240435108701101848132404351087011018481324043510870110184813240435108701101848132404351087011018481324043510870110184813240435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 736f4289-efce-403e-b06f-4ecc9b0e0772, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb8eed62-217b-41e5-ad4f-5040b6deccd1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edb43cf5-8158-489f-b53c-0a5eb751ff8c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb43cf5-8158-489f-b53c-0a5eb751ff8c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2332229601224306164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23322296012243061642332229601224306164233222960122430616423322296012243061642332229601224306164233222960122430616423322296012243061642332229601224306164233222960122430616423322296012243061642332229601224306164233222960122430616423322296012243061642332229601224306164233222960122430616423322296012243061642332229601224306164233222960122430616423322296012243061642332229601224306164" } } } 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, 072f12a8-9387-483d-80ac-aa5a9f8d9aab, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 072f12a8-9387-483d-80ac-aa5a9f8d9aab, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11429058681582377007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142905868158237700711429058681582377007114290586815823770071142905868158237700711429058681582377007114290586815823770071142905868158237700711429058681582377007114290586815823770071142905868158237700711429058681582377007114290586815823770071142905868158237700711429058681582377007114290586815823770071142905868158237700711429058681582377007114290586815823770071142905868158237700711429058681582377007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb43cf5-8158-489f-b53c-0a5eb751ff8c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d8155bc-8873-47cc-9fd2-30afcd2cdd27, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d8155bc-8873-47cc-9fd2-30afcd2cdd27, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9778222838257525969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97782228382575259699778222838257525969977822283825752596997782228382575259699778222838257525969977822283825752596997782228382575259699778222838257525969977822283825752596997782228382575259699778222838257525969977822283825752596997782228382575259699778222838257525969977822283825752596997782228382575259699778222838257525969977822283825752596997782228382575259699778222838257525969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 072f12a8-9387-483d-80ac-aa5a9f8d9aab, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89a833b2-1c95-46f6-91c2-7f71c7439030, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89a833b2-1c95-46f6-91c2-7f71c7439030, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5842069900126797762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58420699001267977625842069900126797762584206990012679776258420699001267977625842069900126797762584206990012679776258420699001267977625842069900126797762584206990012679776258420699001267977625842069900126797762584206990012679776258420699001267977625842069900126797762584206990012679776258420699001267977625842069900126797762584206990012679776258420699001267977625842069900126797762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d8155bc-8873-47cc-9fd2-30afcd2cdd27, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29e52c28-4130-4341-a10d-a10368796f3f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29e52c28-4130-4341-a10d-a10368796f3f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12867964698120358747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286796469812035874712867964698120358747128679646981203587471286796469812035874712867964698120358747128679646981203587471286796469812035874712867964698120358747128679646981203587471286796469812035874712867964698120358747128679646981203587471286796469812035874712867964698120358747128679646981203587471286796469812035874712867964698120358747128679646981203587471286796469812035874712867964698120358747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89a833b2-1c95-46f6-91c2-7f71c7439030, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29e52c28-4130-4341-a10d-a10368796f3f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43a9ef93-9592-433e-a0f8-3fa41cfedc50, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43a9ef93-9592-433e-a0f8-3fa41cfedc50, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 28969696325684409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2896969632568440928969696325684409289696963256844092896969632568440928969696325684409289696963256844092896969632568440928969696325684409289696963256844092896969632568440928969696325684409289696963256844092896969632568440928969696325684409289696963256844092896969632568440928969696325684409289696963256844092896969632568440928969696325684409" } } } 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, 0b2fcd01-dc32-4bb8-ba3c-b58a81c59732, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b2fcd01-dc32-4bb8-ba3c-b58a81c59732, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3199611478911082871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31996114789110828713199611478911082871319961147891108287131996114789110828713199611478911082871319961147891108287131996114789110828713199611478911082871319961147891108287131996114789110828713199611478911082871319961147891108287131996114789110828713199611478911082871319961147891108287131996114789110828713199611478911082871319961147891108287131996114789110828713199611478911082871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43a9ef93-9592-433e-a0f8-3fa41cfedc50, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d9bb964-a7d4-4f8e-adec-7388acc58d12, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d9bb964-a7d4-4f8e-adec-7388acc58d12, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17937853167632405709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793785316763240570917937853167632405709179378531676324057091793785316763240570917937853167632405709179378531676324057091793785316763240570917937853167632405709179378531676324057091793785316763240570917937853167632405709179378531676324057091793785316763240570917937853167632405709179378531676324057091793785316763240570917937853167632405709179378531676324057091793785316763240570917937853167632405709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b2fcd01-dc32-4bb8-ba3c-b58a81c59732, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85483457-5a83-4703-9345-9a1f799f4987, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d9bb964-a7d4-4f8e-adec-7388acc58d12, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c493416-76f3-4f03-9b26-e1d53d704e3c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c493416-76f3-4f03-9b26-e1d53d704e3c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13100407240071712916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310040724007171291613100407240071712916131004072400717129161310040724007171291613100407240071712916131004072400717129161310040724007171291613100407240071712916131004072400717129161310040724007171291613100407240071712916131004072400717129161310040724007171291613100407240071712916131004072400717129161310040724007171291613100407240071712916131004072400717129161310040724007171291613100407240071712916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85483457-5a83-4703-9345-9a1f799f4987, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8823653712455448794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88236537124554487948823653712455448794882365371245544879488236537124554487948823653712455448794882365371245544879488236537124554487948823653712455448794882365371245544879488236537124554487948823653712455448794882365371245544879488236537124554487948823653712455448794882365371245544879488236537124554487948823653712455448794882365371245544879488236537124554487948823653712455448794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85483457-5a83-4703-9345-9a1f799f4987, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d060b1c2-cacb-4b19-90b5-5a4e60f2154a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c493416-76f3-4f03-9b26-e1d53d704e3c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ce5fa7e-bb06-430b-986a-1c052827e942, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d060b1c2-cacb-4b19-90b5-5a4e60f2154a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9288549412043225072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92885494120432250729288549412043225072928854941204322507292885494120432250729288549412043225072928854941204322507292885494120432250729288549412043225072928854941204322507292885494120432250729288549412043225072928854941204322507292885494120432250729288549412043225072928854941204322507292885494120432250729288549412043225072928854941204322507292885494120432250729288549412043225072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ce5fa7e-bb06-430b-986a-1c052827e942, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15017020569685477496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501702056968547749615017020569685477496150170205696854774961501702056968547749615017020569685477496150170205696854774961501702056968547749615017020569685477496150170205696854774961501702056968547749615017020569685477496150170205696854774961501702056968547749615017020569685477496150170205696854774961501702056968547749615017020569685477496150170205696854774961501702056968547749615017020569685477496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d060b1c2-cacb-4b19-90b5-5a4e60f2154a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ya.test:process.py:259 Command (pid 1452159) rc: 0
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e65999a-bd6d-4e76-8eb6-d1be7c7e8a8a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e65999a-bd6d-4e76-8eb6-d1be7c7e8a8a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 926944379222789810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810926944379222789810" } } } 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 1452159) elapsed time (sec): 5.2671098709106445
DEBUG    ya.test:process.py:263 Command (pid 1452159) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452159) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1452159) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452159) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452159) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1452159) maxrss: 806812
DEBUG    ya.test:process.py:263 Command (pid 1452159) minflt: 45261
DEBUG    ya.test:process.py:263 Command (pid 1452159) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1452159) msgsnd: 0
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ce5fa7e-bb06-430b-986a-1c052827e942, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc8cf54c-e616-4212-abdb-ddaf32f53be3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ya.test:process.py:263 Command (pid 1452159) nivcsw: 370
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e65999a-bd6d-4e76-8eb6-d1be7c7e8a8a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc8cf54c-e616-4212-abdb-ddaf32f53be3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16733028398624809969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673302839862480996916733028398624809969167330283986248099691673302839862480996916733028398624809969167330283986248099691673302839862480996916733028398624809969167330283986248099691673302839862480996916733028398624809969167330283986248099691673302839862480996916733028398624809969167330283986248099691673302839862480996916733028398624809969167330283986248099691673302839862480996916733028398624809969" } } } 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 1452159) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1452159) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1452159) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1452159) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1452159) stime: 0.230643
DEBUG    ya.test:process.py:263 Command (pid 1452159) utime: 0.586761
DEBUG    ya.test:process.py:263 Command (pid 1452159) wtime: 5.301
DEBUG    ya.test:process.py:275 Command (pid 1452159) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 2 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de2a424f-65c9-4da7-9164-986e6c66f7e1, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de2a424f-65c9-4da7-9164-986e6c66f7e1, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15511903448847562799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551190344884756279915511903448847562799155119034488475627991551190344884756279915511903448847562799155119034488475627991551190344884756279915511903448847562799155119034488475627991551190344884756279915511903448847562799155119034488475627991551190344884756279915511903448847562799155119034488475627991551190344884756279915511903448847562799155119034488475627991551190344884756279915511903448847562799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc8cf54c-e616-4212-abdb-ddaf32f53be3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b1151c2-2c3f-4295-a493-3647356b7d67, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b1151c2-2c3f-4295-a493-3647356b7d67, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3035100128961810985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30351001289618109853035100128961810985303510012896181098530351001289618109853035100128961810985303510012896181098530351001289618109853035100128961810985303510012896181098530351001289618109853035100128961810985303510012896181098530351001289618109853035100128961810985303510012896181098530351001289618109853035100128961810985303510012896181098530351001289618109853035100128961810985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de2a424f-65c9-4da7-9164-986e6c66f7e1, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=991c3dce-746ca258-45da965d-8c59a64b" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1bedd19bf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1bedd19bf0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bedd19bf0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b1151c2-2c3f-4295-a493-3647356b7d67, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 5d1e8935-f3c5-482c-ae6f-3260153d504a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 5d1e8935-f3c5-482c-ae6f-3260153d504a, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=YTc3ZjM2ZmMtNWRmMjA5YjctNzc4NTAzYi0yMjU3OTkwMg==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 5d1e8935-f3c5-482c-ae6f-3260153d504a, ghrun-pubjovggeu.auto.internal:13388): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 5d1e8935-f3c5-482c-ae6f-3260153d504a, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 5d1e8935-f3c5-482c-ae6f-3260153d504a, ghrun-pubjovggeu.auto.internal:13388): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c1bedd19bf0>
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 0x7c1beed3fe70 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 0x7c1beedba330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 231a6c50-a1d4-400f-8d98-ddeb046c2537, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 231a6c50-a1d4-400f-8d98-ddeb046c2537, ghrun-pubjovggeu.auto.internal:3103): 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 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1becc60130>
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 0x7c1beedb6370 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 0x7c1beee14730>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1beee14730>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 8fc1031a-7f3e-484e-bad4-3caeee0f844b, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8fc1031a-7f3e-484e-bad4-3caeee0f844b, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 231a6c50-a1d4-400f-8d98-ddeb046c2537, ghrun-pubjovggeu.auto.internal:3103): on response callback started
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd0206b0-e87f-419c-a714-8576376fb669, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 231a6c50-a1d4-400f-8d98-ddeb046c2537, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd0206b0-e87f-419c-a714-8576376fb669, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6936534084530568745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69365340845305687456936534084530568745693653408453056874569365340845305687456936534084530568745693653408453056874569365340845305687456936534084530568745693653408453056874569365340845305687456936534084530568745693653408453056874569365340845305687456936534084530568745693653408453056874569365340845305687456936534084530568745693653408453056874569365340845305687456936534084530568745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 8fc1031a-7f3e-484e-bad4-3caeee0f844b, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 8fc1031a-7f3e-484e-bad4-3caeee0f844b, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:08.634270598+00:00"}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 8fc1031a-7f3e-484e-bad4-3caeee0f844b, ghrun-pubjovggeu.auto.internal:13388): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-pubjovggeu.auto.internal:13388
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, a92f2bc2-50c2-4010-b035-5838c3c6b583, ghrun-pubjovggeu.auto.internal:3103): creating call state
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:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, a92f2bc2-50c2-4010-b035-5838c3c6b583, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" 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:108 RpcState(CreateSession, 231a6c50-a1d4-400f-8d98-ddeb046c2537, ghrun-pubjovggeu.auto.internal:3103): on response callback success
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-21T17:07:08.634270598+00:00"}"
>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1beee14730>
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 0x7c1beee14730>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1beee14730> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, a92f2bc2-50c2-4010-b035-5838c3c6b583, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=46ff7a5a-d5d0999a-55bfd990-55352bfc" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 73092f9b-57a0-4109-94cb-bc56f1d8a015, localhost:24702): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 73092f9b-57a0-4109-94cb-bc56f1d8a015, localhost:24702): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0be7cce2-f922-49af-8c36-7b3b021f6a44, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0be7cce2-f922-49af-8c36-7b3b021f6a44, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15662959382977425794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566295938297742579415662959382977425794156629593829774257941566295938297742579415662959382977425794156629593829774257941566295938297742579415662959382977425794156629593829774257941566295938297742579415662959382977425794156629593829774257941566295938297742579415662959382977425794156629593829774257941566295938297742579415662959382977425794156629593829774257941566295938297742579415662959382977425794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 73092f9b-57a0-4109-94cb-bc56f1d8a015, localhost:24702): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pubjovggeu.auto.internal" port: 3103 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-pubjovggeu.auto.internal:3103, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:24702
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0be7cce2-f922-49af-8c36-7b3b021f6a44, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b33c6c33-438d-4a5b-9bd2-89543bd84604, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b33c6c33-438d-4a5b-9bd2-89543bd84604, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3659073929535391985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36590739295353919853659073929535391985365907392953539198536590739295353919853659073929535391985365907392953539198536590739295353919853659073929535391985365907392953539198536590739295353919853659073929535391985365907392953539198536590739295353919853659073929535391985365907392953539198536590739295353919853659073929535391985365907392953539198536590739295353919853659073929535391985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd0206b0-e87f-419c-a714-8576376fb669, ghrun-pubjovggeu.auto.internal:3103): 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 72075186224038923, txid 281474976776055" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kakp4k7c1pgqtd0ym2w19f5z" } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b33c6c33-438d-4a5b-9bd2-89543bd84604, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
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 72075186224038923, txid 281474976776055" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 986c0894-1e8e-4186-835d-59c28e8fcdf8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9216f0d7-bc62-4028-bac0-b8f622407c14, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9216f0d7-bc62-4028-bac0-b8f622407c14, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11697072937615747010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169707293761574701011697072937615747010116970729376157470101169707293761574701011697072937615747010116970729376157470101169707293761574701011697072937615747010116970729376157470101169707293761574701011697072937615747010116970729376157470101169707293761574701011697072937615747010116970729376157470101169707293761574701011697072937615747010116970729376157470101169707293761574701011697072937615747010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 986c0894-1e8e-4186-835d-59c28e8fcdf8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5242346506849697537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52423465068496975375242346506849697537524234650684969753752423465068496975375242346506849697537524234650684969753752423465068496975375242346506849697537524234650684969753752423465068496975375242346506849697537524234650684969753752423465068496975375242346506849697537524234650684969753752423465068496975375242346506849697537524234650684969753752423465068496975375242346506849697537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9216f0d7-bc62-4028-bac0-b8f622407c14, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2d6b00f-18fc-42b1-80bc-ccd2c2087636, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2d6b00f-18fc-42b1-80bc-ccd2c2087636, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9603796596015000978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96037965960150009789603796596015000978960379659601500097896037965960150009789603796596015000978960379659601500097896037965960150009789603796596015000978960379659601500097896037965960150009789603796596015000978960379659601500097896037965960150009789603796596015000978960379659601500097896037965960150009789603796596015000978960379659601500097896037965960150009789603796596015000978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 986c0894-1e8e-4186-835d-59c28e8fcdf8, ghrun-pubjovggeu.auto.internal:3103): 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 72075186224038917, txid 281474976776060" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kakp4kmt7qpe1p5yypr6hsqp" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
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 72075186224038917, txid 281474976776060" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a7d4f16-fbb2-4ab9-85aa-3792646e340f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a7d4f16-fbb2-4ab9-85aa-3792646e340f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16487818447388351577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648781844738835157716487818447388351577164878184473883515771648781844738835157716487818447388351577164878184473883515771648781844738835157716487818447388351577164878184473883515771648781844738835157716487818447388351577164878184473883515771648781844738835157716487818447388351577164878184473883515771648781844738835157716487818447388351577164878184473883515771648781844738835157716487818447388351577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2d6b00f-18fc-42b1-80bc-ccd2c2087636, ghrun-pubjovggeu.auto.internal:3103): 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 72075186224038932, txid 281474976776061" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01kakp4kqr4cxk90dwq2a1qs11" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
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 72075186224038932, txid 281474976776061" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efa00070-e942-4b4b-9c58-080e46296483, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efa00070-e942-4b4b-9c58-080e46296483, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13911772344593804176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391177234459380417613911772344593804176139117723445938041761391177234459380417613911772344593804176139117723445938041761391177234459380417613911772344593804176139117723445938041761391177234459380417613911772344593804176139117723445938041761391177234459380417613911772344593804176139117723445938041761391177234459380417613911772344593804176139117723445938041761391177234459380417613911772344593804176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efa00070-e942-4b4b-9c58-080e46296483, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9bf0204-5164-4bf1-9b8a-3eb0caac6a68, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9bf0204-5164-4bf1-9b8a-3eb0caac6a68, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15808168143805083036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580816814380508303615808168143805083036158081681438050830361580816814380508303615808168143805083036158081681438050830361580816814380508303615808168143805083036158081681438050830361580816814380508303615808168143805083036158081681438050830361580816814380508303615808168143805083036158081681438050830361580816814380508303615808168143805083036158081681438050830361580816814380508303615808168143805083036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9bf0204-5164-4bf1-9b8a-3eb0caac6a68, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f09ed6d1-54a5-48f2-ba95-5f3c8638ed39, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f09ed6d1-54a5-48f2-ba95-5f3c8638ed39, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2075704287770417331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20757042877704173312075704287770417331207570428777041733120757042877704173312075704287770417331207570428777041733120757042877704173312075704287770417331207570428777041733120757042877704173312075704287770417331207570428777041733120757042877704173312075704287770417331207570428777041733120757042877704173312075704287770417331207570428777041733120757042877704173312075704287770417331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f09ed6d1-54a5-48f2-ba95-5f3c8638ed39, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ba52e5e-9127-4208-a45d-44d08c1acc23, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ba52e5e-9127-4208-a45d-44d08c1acc23, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7435764915979411342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74357649159794113427435764915979411342743576491597941134274357649159794113427435764915979411342743576491597941134274357649159794113427435764915979411342743576491597941134274357649159794113427435764915979411342743576491597941134274357649159794113427435764915979411342743576491597941134274357649159794113427435764915979411342743576491597941134274357649159794113427435764915979411342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ba52e5e-9127-4208-a45d-44d08c1acc23, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 301aa28b-f75a-4894-a855-077b5efd69a6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 301aa28b-f75a-4894-a855-077b5efd69a6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14214694520083617798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421469452008361779814214694520083617798142146945200836177981421469452008361779814214694520083617798142146945200836177981421469452008361779814214694520083617798142146945200836177981421469452008361779814214694520083617798142146945200836177981421469452008361779814214694520083617798142146945200836177981421469452008361779814214694520083617798142146945200836177981421469452008361779814214694520083617798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a7d4f16-fbb2-4ab9-85aa-3792646e340f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7233201c-7412-499a-8c7b-2d18d2f0ce42, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7233201c-7412-499a-8c7b-2d18d2f0ce42, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3990232574634554017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39902325746345540173990232574634554017399023257463455401739902325746345540173990232574634554017399023257463455401739902325746345540173990232574634554017399023257463455401739902325746345540173990232574634554017399023257463455401739902325746345540173990232574634554017399023257463455401739902325746345540173990232574634554017399023257463455401739902325746345540173990232574634554017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 301aa28b-f75a-4894-a855-077b5efd69a6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9713cfe6-9d60-4a8e-a8b5-50c5f37fcf41, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9713cfe6-9d60-4a8e-a8b5-50c5f37fcf41, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16696075391747819060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669607539174781906016696075391747819060166960753917478190601669607539174781906016696075391747819060166960753917478190601669607539174781906016696075391747819060166960753917478190601669607539174781906016696075391747819060166960753917478190601669607539174781906016696075391747819060166960753917478190601669607539174781906016696075391747819060166960753917478190601669607539174781906016696075391747819060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7233201c-7412-499a-8c7b-2d18d2f0ce42, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 565df837-b23f-47b9-ad07-afe6a5d67768, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9713cfe6-9d60-4a8e-a8b5-50c5f37fcf41, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e928f22-baed-4715-94fa-7ce9d9ed62cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 565df837-b23f-47b9-ad07-afe6a5d67768, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14228895945386242281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422889594538624228114228895945386242281142288959453862422811422889594538624228114228895945386242281142288959453862422811422889594538624228114228895945386242281142288959453862422811422889594538624228114228895945386242281142288959453862422811422889594538624228114228895945386242281142288959453862422811422889594538624228114228895945386242281142288959453862422811422889594538624228114228895945386242281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e928f22-baed-4715-94fa-7ce9d9ed62cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8482109032204318186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84821090322043181868482109032204318186848210903220431818684821090322043181868482109032204318186848210903220431818684821090322043181868482109032204318186848210903220431818684821090322043181868482109032204318186848210903220431818684821090322043181868482109032204318186848210903220431818684821090322043181868482109032204318186848210903220431818684821090322043181868482109032204318186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 565df837-b23f-47b9-ad07-afe6a5d67768, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 028413b5-0ff2-4c34-9a74-cccef0adce13, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 028413b5-0ff2-4c34-9a74-cccef0adce13, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6784958290714584523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67849582907145845236784958290714584523678495829071458452367849582907145845236784958290714584523678495829071458452367849582907145845236784958290714584523678495829071458452367849582907145845236784958290714584523678495829071458452367849582907145845236784958290714584523678495829071458452367849582907145845236784958290714584523678495829071458452367849582907145845236784958290714584523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e928f22-baed-4715-94fa-7ce9d9ed62cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37b5f731-b64e-40f7-a472-831e5d7b35df, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37b5f731-b64e-40f7-a472-831e5d7b35df, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 874870047855703890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890874870047855703890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 028413b5-0ff2-4c34-9a74-cccef0adce13, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f77b7ad-8490-422b-9cdb-8ff00f25d0fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f77b7ad-8490-422b-9cdb-8ff00f25d0fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3479018891160647907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34790188911606479073479018891160647907347901889116064790734790188911606479073479018891160647907347901889116064790734790188911606479073479018891160647907347901889116064790734790188911606479073479018891160647907347901889116064790734790188911606479073479018891160647907347901889116064790734790188911606479073479018891160647907347901889116064790734790188911606479073479018891160647907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37b5f731-b64e-40f7-a472-831e5d7b35df, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b1ba208-ba0c-41f5-b722-d1fa202023d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b1ba208-ba0c-41f5-b722-d1fa202023d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1281504581052279796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12815045810522797961281504581052279796128150458105227979612815045810522797961281504581052279796128150458105227979612815045810522797961281504581052279796128150458105227979612815045810522797961281504581052279796128150458105227979612815045810522797961281504581052279796128150458105227979612815045810522797961281504581052279796128150458105227979612815045810522797961281504581052279796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f77b7ad-8490-422b-9cdb-8ff00f25d0fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64aa4897-a7e7-4801-b859-cb8e99ada711, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64aa4897-a7e7-4801-b859-cb8e99ada711, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3549225802658651036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35492258026586510363549225802658651036354922580265865103635492258026586510363549225802658651036354922580265865103635492258026586510363549225802658651036354922580265865103635492258026586510363549225802658651036354922580265865103635492258026586510363549225802658651036354922580265865103635492258026586510363549225802658651036354922580265865103635492258026586510363549225802658651036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b1ba208-ba0c-41f5-b722-d1fa202023d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5babad32-d40b-4cfa-9a12-90ccc65355de, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5babad32-d40b-4cfa-9a12-90ccc65355de, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12405178021672478181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240517802167247818112405178021672478181124051780216724781811240517802167247818112405178021672478181124051780216724781811240517802167247818112405178021672478181124051780216724781811240517802167247818112405178021672478181124051780216724781811240517802167247818112405178021672478181124051780216724781811240517802167247818112405178021672478181124051780216724781811240517802167247818112405178021672478181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64aa4897-a7e7-4801-b859-cb8e99ada711, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d9a49ab-09f1-4da1-8d2d-74cf49b5a4af, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5babad32-d40b-4cfa-9a12-90ccc65355de, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d5304dd-2802-42fa-8d78-0c07a97df6d9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d5304dd-2802-42fa-8d78-0c07a97df6d9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8340984438062064880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83409844380620648808340984438062064880834098443806206488083409844380620648808340984438062064880834098443806206488083409844380620648808340984438062064880834098443806206488083409844380620648808340984438062064880834098443806206488083409844380620648808340984438062064880834098443806206488083409844380620648808340984438062064880834098443806206488083409844380620648808340984438062064880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d9a49ab-09f1-4da1-8d2d-74cf49b5a4af, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18194980598854170112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819498059885417011218194980598854170112181949805988541701121819498059885417011218194980598854170112181949805988541701121819498059885417011218194980598854170112181949805988541701121819498059885417011218194980598854170112181949805988541701121819498059885417011218194980598854170112181949805988541701121819498059885417011218194980598854170112181949805988541701121819498059885417011218194980598854170112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d5304dd-2802-42fa-8d78-0c07a97df6d9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d9a49ab-09f1-4da1-8d2d-74cf49b5a4af, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9eae044e-a07f-495f-bec2-62936dcfe739, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eae044e-a07f-495f-bec2-62936dcfe739, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15294889568261491101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529488956826149110115294889568261491101152948895682614911011529488956826149110115294889568261491101152948895682614911011529488956826149110115294889568261491101152948895682614911011529488956826149110115294889568261491101152948895682614911011529488956826149110115294889568261491101152948895682614911011529488956826149110115294889568261491101152948895682614911011529488956826149110115294889568261491101" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eae044e-a07f-495f-bec2-62936dcfe739, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e46b8ec-9827-43b5-99ec-97cf10a452b8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7edc8799-684b-47d2-b5fb-e1481bb4fcb3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7edc8799-684b-47d2-b5fb-e1481bb4fcb3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9505406940326339594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95054069403263395949505406940326339594950540694032633959495054069403263395949505406940326339594950540694032633959495054069403263395949505406940326339594950540694032633959495054069403263395949505406940326339594950540694032633959495054069403263395949505406940326339594950540694032633959495054069403263395949505406940326339594950540694032633959495054069403263395949505406940326339594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e46b8ec-9827-43b5-99ec-97cf10a452b8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13763568477647492407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376356847764749240713763568477647492407137635684776474924071376356847764749240713763568477647492407137635684776474924071376356847764749240713763568477647492407137635684776474924071376356847764749240713763568477647492407137635684776474924071376356847764749240713763568477647492407137635684776474924071376356847764749240713763568477647492407137635684776474924071376356847764749240713763568477647492407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7edc8799-684b-47d2-b5fb-e1481bb4fcb3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb6f47a2-8048-4e81-ad82-92ad5aaf30c4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e46b8ec-9827-43b5-99ec-97cf10a452b8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3990825-9fee-40f5-baab-7e32b37a1d31, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb6f47a2-8048-4e81-ad82-92ad5aaf30c4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8006135032515546171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80061350325155461718006135032515546171800613503251554617180061350325155461718006135032515546171800613503251554617180061350325155461718006135032515546171800613503251554617180061350325155461718006135032515546171800613503251554617180061350325155461718006135032515546171800613503251554617180061350325155461718006135032515546171800613503251554617180061350325155461718006135032515546171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3990825-9fee-40f5-baab-7e32b37a1d31, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14563419503543326583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456341950354332658314563419503543326583145634195035433265831456341950354332658314563419503543326583145634195035433265831456341950354332658314563419503543326583145634195035433265831456341950354332658314563419503543326583145634195035433265831456341950354332658314563419503543326583145634195035433265831456341950354332658314563419503543326583145634195035433265831456341950354332658314563419503543326583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb6f47a2-8048-4e81-ad82-92ad5aaf30c4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2305e59d-d837-4de3-a2a6-5a18f41de1fb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2305e59d-d837-4de3-a2a6-5a18f41de1fb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1263470454265702195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12634704542657021951263470454265702195126347045426570219512634704542657021951263470454265702195126347045426570219512634704542657021951263470454265702195126347045426570219512634704542657021951263470454265702195126347045426570219512634704542657021951263470454265702195126347045426570219512634704542657021951263470454265702195126347045426570219512634704542657021951263470454265702195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3990825-9fee-40f5-baab-7e32b37a1d31, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9983eec-2238-4f50-a6db-05b8b787d9ca, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2305e59d-d837-4de3-a2a6-5a18f41de1fb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9983eec-2238-4f50-a6db-05b8b787d9ca, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12647011970059050240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264701197005905024012647011970059050240126470119700590502401264701197005905024012647011970059050240126470119700590502401264701197005905024012647011970059050240126470119700590502401264701197005905024012647011970059050240126470119700590502401264701197005905024012647011970059050240126470119700590502401264701197005905024012647011970059050240126470119700590502401264701197005905024012647011970059050240" } } } 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, 20429bc1-9e54-4903-a790-c6b1560b60c9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20429bc1-9e54-4903-a790-c6b1560b60c9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17250896594258242012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725089659425824201217250896594258242012172508965942582420121725089659425824201217250896594258242012172508965942582420121725089659425824201217250896594258242012172508965942582420121725089659425824201217250896594258242012172508965942582420121725089659425824201217250896594258242012172508965942582420121725089659425824201217250896594258242012172508965942582420121725089659425824201217250896594258242012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9983eec-2238-4f50-a6db-05b8b787d9ca, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20429bc1-9e54-4903-a790-c6b1560b60c9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 505da71b-3a30-4676-99a1-3e9ff04522d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 505da71b-3a30-4676-99a1-3e9ff04522d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13389654194392486218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338965419439248621813389654194392486218133896541943924862181338965419439248621813389654194392486218133896541943924862181338965419439248621813389654194392486218133896541943924862181338965419439248621813389654194392486218133896541943924862181338965419439248621813389654194392486218133896541943924862181338965419439248621813389654194392486218133896541943924862181338965419439248621813389654194392486218" } } } 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, fba25bb8-38d4-420b-8122-7d5891baee6d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fba25bb8-38d4-420b-8122-7d5891baee6d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5536830553083735589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55368305530837355895536830553083735589553683055308373558955368305530837355895536830553083735589553683055308373558955368305530837355895536830553083735589553683055308373558955368305530837355895536830553083735589553683055308373558955368305530837355895536830553083735589553683055308373558955368305530837355895536830553083735589553683055308373558955368305530837355895536830553083735589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 505da71b-3a30-4676-99a1-3e9ff04522d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fba25bb8-38d4-420b-8122-7d5891baee6d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9efd8d68-70f4-49db-98a1-cb5040f87197, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9efd8d68-70f4-49db-98a1-cb5040f87197, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4504913104299788220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45049131042997882204504913104299788220450491310429978822045049131042997882204504913104299788220450491310429978822045049131042997882204504913104299788220450491310429978822045049131042997882204504913104299788220450491310429978822045049131042997882204504913104299788220450491310429978822045049131042997882204504913104299788220450491310429978822045049131042997882204504913104299788220" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36fd1892-6954-4f33-90e1-c3cf249a9ed9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36fd1892-6954-4f33-90e1-c3cf249a9ed9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15549855295371635519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554985529537163551915549855295371635519155498552953716355191554985529537163551915549855295371635519155498552953716355191554985529537163551915549855295371635519155498552953716355191554985529537163551915549855295371635519155498552953716355191554985529537163551915549855295371635519155498552953716355191554985529537163551915549855295371635519155498552953716355191554985529537163551915549855295371635519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9efd8d68-70f4-49db-98a1-cb5040f87197, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8addf3a6-9de3-4f0b-af9d-b0d460ad78d8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8addf3a6-9de3-4f0b-af9d-b0d460ad78d8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17933403547433978576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793340354743397857617933403547433978576179334035474339785761793340354743397857617933403547433978576179334035474339785761793340354743397857617933403547433978576179334035474339785761793340354743397857617933403547433978576179334035474339785761793340354743397857617933403547433978576179334035474339785761793340354743397857617933403547433978576179334035474339785761793340354743397857617933403547433978576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36fd1892-6954-4f33-90e1-c3cf249a9ed9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13bc7887-8c7e-4159-9297-20119c19064f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13bc7887-8c7e-4159-9297-20119c19064f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16664092716985266513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666409271698526651316664092716985266513166640927169852665131666409271698526651316664092716985266513166640927169852665131666409271698526651316664092716985266513166640927169852665131666409271698526651316664092716985266513166640927169852665131666409271698526651316664092716985266513166640927169852665131666409271698526651316664092716985266513166640927169852665131666409271698526651316664092716985266513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8addf3a6-9de3-4f0b-af9d-b0d460ad78d8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b48f7f8-ca05-4369-8bb4-8d0f5b590214, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b48f7f8-ca05-4369-8bb4-8d0f5b590214, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7353837463324039293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73538374633240392937353837463324039293735383746332403929373538374633240392937353837463324039293735383746332403929373538374633240392937353837463324039293735383746332403929373538374633240392937353837463324039293735383746332403929373538374633240392937353837463324039293735383746332403929373538374633240392937353837463324039293735383746332403929373538374633240392937353837463324039293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13bc7887-8c7e-4159-9297-20119c19064f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7adfe275-7b93-4826-b236-cd6e601dc4ca, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7adfe275-7b93-4826-b236-cd6e601dc4ca, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9617604747160968226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96176047471609682269617604747160968226961760474716096822696176047471609682269617604747160968226961760474716096822696176047471609682269617604747160968226961760474716096822696176047471609682269617604747160968226961760474716096822696176047471609682269617604747160968226961760474716096822696176047471609682269617604747160968226961760474716096822696176047471609682269617604747160968226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b48f7f8-ca05-4369-8bb4-8d0f5b590214, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ba7d3ec-c1da-454d-a7bc-47431b377d6b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ba7d3ec-c1da-454d-a7bc-47431b377d6b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9387558659035953334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93875586590359533349387558659035953334938755865903595333493875586590359533349387558659035953334938755865903595333493875586590359533349387558659035953334938755865903595333493875586590359533349387558659035953334938755865903595333493875586590359533349387558659035953334938755865903595333493875586590359533349387558659035953334938755865903595333493875586590359533349387558659035953334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ba7d3ec-c1da-454d-a7bc-47431b377d6b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7adfe275-7b93-4826-b236-cd6e601dc4ca, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef748311-eb0e-4efd-a3ae-c41ed722a25a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef748311-eb0e-4efd-a3ae-c41ed722a25a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18151580173052698600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815158017305269860018151580173052698600181515801730526986001815158017305269860018151580173052698600181515801730526986001815158017305269860018151580173052698600181515801730526986001815158017305269860018151580173052698600181515801730526986001815158017305269860018151580173052698600181515801730526986001815158017305269860018151580173052698600181515801730526986001815158017305269860018151580173052698600" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e16bfb9-4d6b-492e-b5cf-f6f9f0870e1f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e16bfb9-4d6b-492e-b5cf-f6f9f0870e1f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3484998384044048091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34849983840440480913484998384044048091348499838404404809134849983840440480913484998384044048091348499838404404809134849983840440480913484998384044048091348499838404404809134849983840440480913484998384044048091348499838404404809134849983840440480913484998384044048091348499838404404809134849983840440480913484998384044048091348499838404404809134849983840440480913484998384044048091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef748311-eb0e-4efd-a3ae-c41ed722a25a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa3845aa-3440-489e-bd73-bf877fb147e0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa3845aa-3440-489e-bd73-bf877fb147e0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1489885913053552165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14898859130535521651489885913053552165148988591305355216514898859130535521651489885913053552165148988591305355216514898859130535521651489885913053552165148988591305355216514898859130535521651489885913053552165148988591305355216514898859130535521651489885913053552165148988591305355216514898859130535521651489885913053552165148988591305355216514898859130535521651489885913053552165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e16bfb9-4d6b-492e-b5cf-f6f9f0870e1f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d6407f0-34f0-46e2-a39d-dbe8895f8b0e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d6407f0-34f0-46e2-a39d-dbe8895f8b0e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3340921873639430148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33409218736394301483340921873639430148334092187363943014833409218736394301483340921873639430148334092187363943014833409218736394301483340921873639430148334092187363943014833409218736394301483340921873639430148334092187363943014833409218736394301483340921873639430148334092187363943014833409218736394301483340921873639430148334092187363943014833409218736394301483340921873639430148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa3845aa-3440-489e-bd73-bf877fb147e0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddf8c7c4-e292-486e-b99d-53f43d3c0d0c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d6407f0-34f0-46e2-a39d-dbe8895f8b0e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d12a3d39-38db-4d00-bcd3-4c3c3e359474, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d12a3d39-38db-4d00-bcd3-4c3c3e359474, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8600644895051820394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86006448950518203948600644895051820394860064489505182039486006448950518203948600644895051820394860064489505182039486006448950518203948600644895051820394860064489505182039486006448950518203948600644895051820394860064489505182039486006448950518203948600644895051820394860064489505182039486006448950518203948600644895051820394860064489505182039486006448950518203948600644895051820394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddf8c7c4-e292-486e-b99d-53f43d3c0d0c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17460099526250757159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746009952625075715917460099526250757159174600995262507571591746009952625075715917460099526250757159174600995262507571591746009952625075715917460099526250757159174600995262507571591746009952625075715917460099526250757159174600995262507571591746009952625075715917460099526250757159174600995262507571591746009952625075715917460099526250757159174600995262507571591746009952625075715917460099526250757159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d12a3d39-38db-4d00-bcd3-4c3c3e359474, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ec77169-c5fb-486d-b8cc-be6c50654465, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ec77169-c5fb-486d-b8cc-be6c50654465, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9242210873550108687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92422108735501086879242210873550108687924221087355010868792422108735501086879242210873550108687924221087355010868792422108735501086879242210873550108687924221087355010868792422108735501086879242210873550108687924221087355010868792422108735501086879242210873550108687924221087355010868792422108735501086879242210873550108687924221087355010868792422108735501086879242210873550108687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddf8c7c4-e292-486e-b99d-53f43d3c0d0c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 642073c2-aa63-4e20-8f7b-46aa69adb210, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 642073c2-aa63-4e20-8f7b-46aa69adb210, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17436750560857192272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743675056085719227217436750560857192272174367505608571922721743675056085719227217436750560857192272174367505608571922721743675056085719227217436750560857192272174367505608571922721743675056085719227217436750560857192272174367505608571922721743675056085719227217436750560857192272174367505608571922721743675056085719227217436750560857192272174367505608571922721743675056085719227217436750560857192272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ec77169-c5fb-486d-b8cc-be6c50654465, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1728fb81-922b-4d75-802b-2b33571ae29b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1728fb81-922b-4d75-802b-2b33571ae29b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13336912551663144930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333691255166314493013336912551663144930133369125516631449301333691255166314493013336912551663144930133369125516631449301333691255166314493013336912551663144930133369125516631449301333691255166314493013336912551663144930133369125516631449301333691255166314493013336912551663144930133369125516631449301333691255166314493013336912551663144930133369125516631449301333691255166314493013336912551663144930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 642073c2-aa63-4e20-8f7b-46aa69adb210, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0e9ea60-5261-4bf4-a04e-84d24c3591a1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0e9ea60-5261-4bf4-a04e-84d24c3591a1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5248278344557297955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52482783445572979555248278344557297955524827834455729795552482783445572979555248278344557297955524827834455729795552482783445572979555248278344557297955524827834455729795552482783445572979555248278344557297955524827834455729795552482783445572979555248278344557297955524827834455729795552482783445572979555248278344557297955524827834455729795552482783445572979555248278344557297955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1728fb81-922b-4d75-802b-2b33571ae29b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faaff008-acd4-4c06-8ed3-0d3c78c0f1db, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faaff008-acd4-4c06-8ed3-0d3c78c0f1db, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4794906652793030146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47949066527930301464794906652793030146479490665279303014647949066527930301464794906652793030146479490665279303014647949066527930301464794906652793030146479490665279303014647949066527930301464794906652793030146479490665279303014647949066527930301464794906652793030146479490665279303014647949066527930301464794906652793030146479490665279303014647949066527930301464794906652793030146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0e9ea60-5261-4bf4-a04e-84d24c3591a1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f85b850-ad0e-40b8-a198-0fee3e30b49b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f85b850-ad0e-40b8-a198-0fee3e30b49b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13098930281405756124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309893028140575612413098930281405756124130989302814057561241309893028140575612413098930281405756124130989302814057561241309893028140575612413098930281405756124130989302814057561241309893028140575612413098930281405756124130989302814057561241309893028140575612413098930281405756124130989302814057561241309893028140575612413098930281405756124130989302814057561241309893028140575612413098930281405756124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faaff008-acd4-4c06-8ed3-0d3c78c0f1db, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d2a67ea-ed6b-4352-b721-ffaadce3c27a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d2a67ea-ed6b-4352-b721-ffaadce3c27a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17816101822439403022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781610182243940302217816101822439403022178161018224394030221781610182243940302217816101822439403022178161018224394030221781610182243940302217816101822439403022178161018224394030221781610182243940302217816101822439403022178161018224394030221781610182243940302217816101822439403022178161018224394030221781610182243940302217816101822439403022178161018224394030221781610182243940302217816101822439403022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f85b850-ad0e-40b8-a198-0fee3e30b49b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d2a67ea-ed6b-4352-b721-ffaadce3c27a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e75b1cf7-ac5c-4658-92eb-f723d7de4db6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e75b1cf7-ac5c-4658-92eb-f723d7de4db6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3353130921271487712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33531309212714877123353130921271487712335313092127148771233531309212714877123353130921271487712335313092127148771233531309212714877123353130921271487712335313092127148771233531309212714877123353130921271487712335313092127148771233531309212714877123353130921271487712335313092127148771233531309212714877123353130921271487712335313092127148771233531309212714877123353130921271487712" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 530df561-f96b-455c-9835-c0ba113ab1e4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 530df561-f96b-455c-9835-c0ba113ab1e4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1534291820336883252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15342918203368832521534291820336883252153429182033688325215342918203368832521534291820336883252153429182033688325215342918203368832521534291820336883252153429182033688325215342918203368832521534291820336883252153429182033688325215342918203368832521534291820336883252153429182033688325215342918203368832521534291820336883252153429182033688325215342918203368832521534291820336883252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e75b1cf7-ac5c-4658-92eb-f723d7de4db6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 644b7383-5f89-4a95-930e-23a3be35d711, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 644b7383-5f89-4a95-930e-23a3be35d711, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11613778104944824161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161377810494482416111613778104944824161116137781049448241611161377810494482416111613778104944824161116137781049448241611161377810494482416111613778104944824161116137781049448241611161377810494482416111613778104944824161116137781049448241611161377810494482416111613778104944824161116137781049448241611161377810494482416111613778104944824161116137781049448241611161377810494482416111613778104944824161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 530df561-f96b-455c-9835-c0ba113ab1e4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0a27203-478f-4c87-bd84-0ae8cefdafaa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0a27203-478f-4c87-bd84-0ae8cefdafaa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11425586257132608035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142558625713260803511425586257132608035114255862571326080351142558625713260803511425586257132608035114255862571326080351142558625713260803511425586257132608035114255862571326080351142558625713260803511425586257132608035114255862571326080351142558625713260803511425586257132608035114255862571326080351142558625713260803511425586257132608035114255862571326080351142558625713260803511425586257132608035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 644b7383-5f89-4a95-930e-23a3be35d711, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e5ce506-dc88-45dc-8a35-109b7de01060, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0a27203-478f-4c87-bd84-0ae8cefdafaa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 164bc91d-5a53-4fb5-a7de-65b187417199, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 164bc91d-5a53-4fb5-a7de-65b187417199, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18415118597227283664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841511859722728366418415118597227283664184151185972272836641841511859722728366418415118597227283664184151185972272836641841511859722728366418415118597227283664184151185972272836641841511859722728366418415118597227283664184151185972272836641841511859722728366418415118597227283664184151185972272836641841511859722728366418415118597227283664184151185972272836641841511859722728366418415118597227283664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e5ce506-dc88-45dc-8a35-109b7de01060, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15611613446393406376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561161344639340637615611613446393406376156116134463934063761561161344639340637615611613446393406376156116134463934063761561161344639340637615611613446393406376156116134463934063761561161344639340637615611613446393406376156116134463934063761561161344639340637615611613446393406376156116134463934063761561161344639340637615611613446393406376156116134463934063761561161344639340637615611613446393406376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 164bc91d-5a53-4fb5-a7de-65b187417199, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7024404a-a7d4-4167-900d-faf36a282318, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e5ce506-dc88-45dc-8a35-109b7de01060, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7024404a-a7d4-4167-900d-faf36a282318, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10857701296598956032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085770129659895603210857701296598956032108577012965989560321085770129659895603210857701296598956032108577012965989560321085770129659895603210857701296598956032108577012965989560321085770129659895603210857701296598956032108577012965989560321085770129659895603210857701296598956032108577012965989560321085770129659895603210857701296598956032108577012965989560321085770129659895603210857701296598956032" } } } 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, 34058e0f-e573-418a-a6d3-f33966e5cc88, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34058e0f-e573-418a-a6d3-f33966e5cc88, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7584010630345370429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75840106303453704297584010630345370429758401063034537042975840106303453704297584010630345370429758401063034537042975840106303453704297584010630345370429758401063034537042975840106303453704297584010630345370429758401063034537042975840106303453704297584010630345370429758401063034537042975840106303453704297584010630345370429758401063034537042975840106303453704297584010630345370429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34058e0f-e573-418a-a6d3-f33966e5cc88, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e52277bd-954b-43d0-9d10-4e3df4a5e0c9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7024404a-a7d4-4167-900d-faf36a282318, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0761c16-b941-423a-9dcf-49ae6172b3e6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0761c16-b941-423a-9dcf-49ae6172b3e6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14807751502810445184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480775150281044518414807751502810445184148077515028104451841480775150281044518414807751502810445184148077515028104451841480775150281044518414807751502810445184148077515028104451841480775150281044518414807751502810445184148077515028104451841480775150281044518414807751502810445184148077515028104451841480775150281044518414807751502810445184148077515028104451841480775150281044518414807751502810445184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e52277bd-954b-43d0-9d10-4e3df4a5e0c9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7794734189376453995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77947341893764539957794734189376453995779473418937645399577947341893764539957794734189376453995779473418937645399577947341893764539957794734189376453995779473418937645399577947341893764539957794734189376453995779473418937645399577947341893764539957794734189376453995779473418937645399577947341893764539957794734189376453995779473418937645399577947341893764539957794734189376453995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e52277bd-954b-43d0-9d10-4e3df4a5e0c9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93f07cc7-872a-436b-9dff-a748503f83c6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0761c16-b941-423a-9dcf-49ae6172b3e6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a18f35f-3dd3-4a49-96fc-d7e49542ba13, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93f07cc7-872a-436b-9dff-a748503f83c6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17790773253317972706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779077325331797270617790773253317972706177907732533179727061779077325331797270617790773253317972706177907732533179727061779077325331797270617790773253317972706177907732533179727061779077325331797270617790773253317972706177907732533179727061779077325331797270617790773253317972706177907732533179727061779077325331797270617790773253317972706177907732533179727061779077325331797270617790773253317972706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a18f35f-3dd3-4a49-96fc-d7e49542ba13, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16672482224277101112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667248222427710111216672482224277101112166724822242771011121667248222427710111216672482224277101112166724822242771011121667248222427710111216672482224277101112166724822242771011121667248222427710111216672482224277101112166724822242771011121667248222427710111216672482224277101112166724822242771011121667248222427710111216672482224277101112166724822242771011121667248222427710111216672482224277101112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a18f35f-3dd3-4a49-96fc-d7e49542ba13, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94087f6f-3bac-4a86-977f-68b2281b0127, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94087f6f-3bac-4a86-977f-68b2281b0127, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1114485049272491436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11144850492724914361114485049272491436111448504927249143611144850492724914361114485049272491436111448504927249143611144850492724914361114485049272491436111448504927249143611144850492724914361114485049272491436111448504927249143611144850492724914361114485049272491436111448504927249143611144850492724914361114485049272491436111448504927249143611144850492724914361114485049272491436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94087f6f-3bac-4a86-977f-68b2281b0127, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cb7d005-f726-4534-866f-7fb16c0ca6a5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cb7d005-f726-4534-866f-7fb16c0ca6a5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13206523407649759819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320652340764975981913206523407649759819132065234076497598191320652340764975981913206523407649759819132065234076497598191320652340764975981913206523407649759819132065234076497598191320652340764975981913206523407649759819132065234076497598191320652340764975981913206523407649759819132065234076497598191320652340764975981913206523407649759819132065234076497598191320652340764975981913206523407649759819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93f07cc7-872a-436b-9dff-a748503f83c6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b78f154-efa3-4e1c-a5e6-e36cb4991caf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b78f154-efa3-4e1c-a5e6-e36cb4991caf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14778821839297836628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477882183929783662814778821839297836628147788218392978366281477882183929783662814778821839297836628147788218392978366281477882183929783662814778821839297836628147788218392978366281477882183929783662814778821839297836628147788218392978366281477882183929783662814778821839297836628147788218392978366281477882183929783662814778821839297836628147788218392978366281477882183929783662814778821839297836628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cb7d005-f726-4534-866f-7fb16c0ca6a5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 536e506d-b375-422b-bae8-ce1942320c2d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 536e506d-b375-422b-bae8-ce1942320c2d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15327249292829220450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532724929282922045015327249292829220450153272492928292204501532724929282922045015327249292829220450153272492928292204501532724929282922045015327249292829220450153272492928292204501532724929282922045015327249292829220450153272492928292204501532724929282922045015327249292829220450153272492928292204501532724929282922045015327249292829220450153272492928292204501532724929282922045015327249292829220450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b78f154-efa3-4e1c-a5e6-e36cb4991caf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 536e506d-b375-422b-bae8-ce1942320c2d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c81fcca-927f-4240-b698-7a187505833e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c81fcca-927f-4240-b698-7a187505833e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3699232236424920308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36992322364249203083699232236424920308369923223642492030836992322364249203083699232236424920308369923223642492030836992322364249203083699232236424920308369923223642492030836992322364249203083699232236424920308369923223642492030836992322364249203083699232236424920308369923223642492030836992322364249203083699232236424920308369923223642492030836992322364249203083699232236424920308" } } } 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, 65edc49d-7385-478b-b4c9-9196beb65b3f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65edc49d-7385-478b-b4c9-9196beb65b3f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17475475214037657074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747547521403765707417475475214037657074174754752140376570741747547521403765707417475475214037657074174754752140376570741747547521403765707417475475214037657074174754752140376570741747547521403765707417475475214037657074174754752140376570741747547521403765707417475475214037657074174754752140376570741747547521403765707417475475214037657074174754752140376570741747547521403765707417475475214037657074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c81fcca-927f-4240-b698-7a187505833e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b1bda2b-687c-4ef4-9543-04d134e41dcc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b1bda2b-687c-4ef4-9543-04d134e41dcc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15078659874948420695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507865987494842069515078659874948420695150786598749484206951507865987494842069515078659874948420695150786598749484206951507865987494842069515078659874948420695150786598749484206951507865987494842069515078659874948420695150786598749484206951507865987494842069515078659874948420695150786598749484206951507865987494842069515078659874948420695150786598749484206951507865987494842069515078659874948420695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65edc49d-7385-478b-b4c9-9196beb65b3f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a93167c-16f5-4179-9e66-5a8131598103, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a93167c-16f5-4179-9e66-5a8131598103, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3994447422845561201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39944474228455612013994447422845561201399444742284556120139944474228455612013994447422845561201399444742284556120139944474228455612013994447422845561201399444742284556120139944474228455612013994447422845561201399444742284556120139944474228455612013994447422845561201399444742284556120139944474228455612013994447422845561201399444742284556120139944474228455612013994447422845561201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b1bda2b-687c-4ef4-9543-04d134e41dcc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e03c93f-a8b4-49fc-8d45-59e53e91f173, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a93167c-16f5-4179-9e66-5a8131598103, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e03c93f-a8b4-49fc-8d45-59e53e91f173, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5765431235041067121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57654312350410671215765431235041067121576543123504106712157654312350410671215765431235041067121576543123504106712157654312350410671215765431235041067121576543123504106712157654312350410671215765431235041067121576543123504106712157654312350410671215765431235041067121576543123504106712157654312350410671215765431235041067121576543123504106712157654312350410671215765431235041067121" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 248c239b-5330-48db-b45b-149bff551355, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 248c239b-5330-48db-b45b-149bff551355, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6781658257446052489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67816582574460524896781658257446052489678165825744605248967816582574460524896781658257446052489678165825744605248967816582574460524896781658257446052489678165825744605248967816582574460524896781658257446052489678165825744605248967816582574460524896781658257446052489678165825744605248967816582574460524896781658257446052489678165825744605248967816582574460524896781658257446052489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 248c239b-5330-48db-b45b-149bff551355, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4b9c5d2-2017-4252-9eb4-aed33ae8c964, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4b9c5d2-2017-4252-9eb4-aed33ae8c964, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17410365453975678607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741036545397567860717410365453975678607174103654539756786071741036545397567860717410365453975678607174103654539756786071741036545397567860717410365453975678607174103654539756786071741036545397567860717410365453975678607174103654539756786071741036545397567860717410365453975678607174103654539756786071741036545397567860717410365453975678607174103654539756786071741036545397567860717410365453975678607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e03c93f-a8b4-49fc-8d45-59e53e91f173, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d37d957-165b-40aa-acee-608b0eb83092, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d37d957-165b-40aa-acee-608b0eb83092, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3115470585201755639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31154705852017556393115470585201755639311547058520175563931154705852017556393115470585201755639311547058520175563931154705852017556393115470585201755639311547058520175563931154705852017556393115470585201755639311547058520175563931154705852017556393115470585201755639311547058520175563931154705852017556393115470585201755639311547058520175563931154705852017556393115470585201755639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4b9c5d2-2017-4252-9eb4-aed33ae8c964, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e5dca87-d6e4-44e4-b24f-34441fc1e084, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e5dca87-d6e4-44e4-b24f-34441fc1e084, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18431085247933358856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843108524793335885618431085247933358856184310852479333588561843108524793335885618431085247933358856184310852479333588561843108524793335885618431085247933358856184310852479333588561843108524793335885618431085247933358856184310852479333588561843108524793335885618431085247933358856184310852479333588561843108524793335885618431085247933358856184310852479333588561843108524793335885618431085247933358856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d37d957-165b-40aa-acee-608b0eb83092, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 240acf96-486c-4514-ad5f-ff2e5c00e744, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 240acf96-486c-4514-ad5f-ff2e5c00e744, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14226328933841924910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422632893384192491014226328933841924910142263289338419249101422632893384192491014226328933841924910142263289338419249101422632893384192491014226328933841924910142263289338419249101422632893384192491014226328933841924910142263289338419249101422632893384192491014226328933841924910142263289338419249101422632893384192491014226328933841924910142263289338419249101422632893384192491014226328933841924910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e5dca87-d6e4-44e4-b24f-34441fc1e084, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 240acf96-486c-4514-ad5f-ff2e5c00e744, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2f5c4e5-a13f-40a8-a47b-fa36e05ea26b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2f5c4e5-a13f-40a8-a47b-fa36e05ea26b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6180318378724575259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61803183787245752596180318378724575259618031837872457525961803183787245752596180318378724575259618031837872457525961803183787245752596180318378724575259618031837872457525961803183787245752596180318378724575259618031837872457525961803183787245752596180318378724575259618031837872457525961803183787245752596180318378724575259618031837872457525961803183787245752596180318378724575259" } } } 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, 70b196c6-b5cf-45a4-972c-611e1e74325b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70b196c6-b5cf-45a4-972c-611e1e74325b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15305957676594271555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530595767659427155515305957676594271555153059576765942715551530595767659427155515305957676594271555153059576765942715551530595767659427155515305957676594271555153059576765942715551530595767659427155515305957676594271555153059576765942715551530595767659427155515305957676594271555153059576765942715551530595767659427155515305957676594271555153059576765942715551530595767659427155515305957676594271555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2f5c4e5-a13f-40a8-a47b-fa36e05ea26b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ab5f953-da0d-435b-a9c9-d8800d3ba49d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ab5f953-da0d-435b-a9c9-d8800d3ba49d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 744365981275032043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043744365981275032043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70b196c6-b5cf-45a4-972c-611e1e74325b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94427dcb-bf62-4ecd-901a-0937d85b068a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94427dcb-bf62-4ecd-901a-0937d85b068a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4767087476537500882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47670874765375008824767087476537500882476708747653750088247670874765375008824767087476537500882476708747653750088247670874765375008824767087476537500882476708747653750088247670874765375008824767087476537500882476708747653750088247670874765375008824767087476537500882476708747653750088247670874765375008824767087476537500882476708747653750088247670874765375008824767087476537500882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ab5f953-da0d-435b-a9c9-d8800d3ba49d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7084b742-cdff-4796-81ac-6956606b56e5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7084b742-cdff-4796-81ac-6956606b56e5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 231906144305619195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195231906144305619195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94427dcb-bf62-4ecd-901a-0937d85b068a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9e1e2ac-763e-4731-b8d9-ddc80772fab6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9e1e2ac-763e-4731-b8d9-ddc80772fab6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3541292970079911723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35412929700799117233541292970079911723354129297007991172335412929700799117233541292970079911723354129297007991172335412929700799117233541292970079911723354129297007991172335412929700799117233541292970079911723354129297007991172335412929700799117233541292970079911723354129297007991172335412929700799117233541292970079911723354129297007991172335412929700799117233541292970079911723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7084b742-cdff-4796-81ac-6956606b56e5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e56cdf8-c626-483b-80d9-ec08464c50c7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e56cdf8-c626-483b-80d9-ec08464c50c7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12594228024154059318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259422802415405931812594228024154059318125942280241540593181259422802415405931812594228024154059318125942280241540593181259422802415405931812594228024154059318125942280241540593181259422802415405931812594228024154059318125942280241540593181259422802415405931812594228024154059318125942280241540593181259422802415405931812594228024154059318125942280241540593181259422802415405931812594228024154059318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9e1e2ac-763e-4731-b8d9-ddc80772fab6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e56cdf8-c626-483b-80d9-ec08464c50c7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dfd54cc-4c17-4b09-8474-0104e501405c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dfd54cc-4c17-4b09-8474-0104e501405c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15822482288064271397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582248228806427139715822482288064271397158224822880642713971582248228806427139715822482288064271397158224822880642713971582248228806427139715822482288064271397158224822880642713971582248228806427139715822482288064271397158224822880642713971582248228806427139715822482288064271397158224822880642713971582248228806427139715822482288064271397158224822880642713971582248228806427139715822482288064271397" } } } 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, 9461f538-b012-4b62-9299-58bc5069758b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9461f538-b012-4b62-9299-58bc5069758b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10995745594842956382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099574559484295638210995745594842956382109957455948429563821099574559484295638210995745594842956382109957455948429563821099574559484295638210995745594842956382109957455948429563821099574559484295638210995745594842956382109957455948429563821099574559484295638210995745594842956382109957455948429563821099574559484295638210995745594842956382109957455948429563821099574559484295638210995745594842956382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dfd54cc-4c17-4b09-8474-0104e501405c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9461f538-b012-4b62-9299-58bc5069758b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, add430f2-d246-4239-8032-d68d99c9ae30, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, add430f2-d246-4239-8032-d68d99c9ae30, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12679209400057985900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267920940005798590012679209400057985900126792094000579859001267920940005798590012679209400057985900126792094000579859001267920940005798590012679209400057985900126792094000579859001267920940005798590012679209400057985900126792094000579859001267920940005798590012679209400057985900126792094000579859001267920940005798590012679209400057985900126792094000579859001267920940005798590012679209400057985900" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac2a4046-54eb-46d6-aa1b-70378662e20c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac2a4046-54eb-46d6-aa1b-70378662e20c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16032910400073535247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603291040007353524716032910400073535247160329104000735352471603291040007353524716032910400073535247160329104000735352471603291040007353524716032910400073535247160329104000735352471603291040007353524716032910400073535247160329104000735352471603291040007353524716032910400073535247160329104000735352471603291040007353524716032910400073535247160329104000735352471603291040007353524716032910400073535247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, add430f2-d246-4239-8032-d68d99c9ae30, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac2a4046-54eb-46d6-aa1b-70378662e20c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e83ac8f6-5b6b-4752-96f8-1ff0a7980253, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e83ac8f6-5b6b-4752-96f8-1ff0a7980253, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15653861658473094595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565386165847309459515653861658473094595156538616584730945951565386165847309459515653861658473094595156538616584730945951565386165847309459515653861658473094595156538616584730945951565386165847309459515653861658473094595156538616584730945951565386165847309459515653861658473094595156538616584730945951565386165847309459515653861658473094595156538616584730945951565386165847309459515653861658473094595" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2a8ac44-fc23-49f8-9227-09ae1edd74cf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2a8ac44-fc23-49f8-9227-09ae1edd74cf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14659903921325902927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465990392132590292714659903921325902927146599039213259029271465990392132590292714659903921325902927146599039213259029271465990392132590292714659903921325902927146599039213259029271465990392132590292714659903921325902927146599039213259029271465990392132590292714659903921325902927146599039213259029271465990392132590292714659903921325902927146599039213259029271465990392132590292714659903921325902927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e83ac8f6-5b6b-4752-96f8-1ff0a7980253, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2a8ac44-fc23-49f8-9227-09ae1edd74cf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06b3d752-f0a8-4f4b-a370-f1c077d9b0eb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b3d752-f0a8-4f4b-a370-f1c077d9b0eb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 780579073521217527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527780579073521217527" } } } 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, 0cbb4a74-362d-4761-b4de-66ff7601208b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cbb4a74-362d-4761-b4de-66ff7601208b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 659281587073211331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331659281587073211331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b3d752-f0a8-4f4b-a370-f1c077d9b0eb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e76424ab-1691-4667-93c8-8e8f3eb1bd76, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e76424ab-1691-4667-93c8-8e8f3eb1bd76, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3786915159485722048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37869151594857220483786915159485722048378691515948572204837869151594857220483786915159485722048378691515948572204837869151594857220483786915159485722048378691515948572204837869151594857220483786915159485722048378691515948572204837869151594857220483786915159485722048378691515948572204837869151594857220483786915159485722048378691515948572204837869151594857220483786915159485722048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cbb4a74-362d-4761-b4de-66ff7601208b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6e77449-fd9e-4051-8775-8c01cf98d8cf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6e77449-fd9e-4051-8775-8c01cf98d8cf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1292288435340365265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12922884353403652651292288435340365265129228843534036526512922884353403652651292288435340365265129228843534036526512922884353403652651292288435340365265129228843534036526512922884353403652651292288435340365265129228843534036526512922884353403652651292288435340365265129228843534036526512922884353403652651292288435340365265129228843534036526512922884353403652651292288435340365265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e76424ab-1691-4667-93c8-8e8f3eb1bd76, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 168f56a0-a5cd-492c-b1c8-2932bb165360, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 168f56a0-a5cd-492c-b1c8-2932bb165360, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 509075861846784175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175509075861846784175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6e77449-fd9e-4051-8775-8c01cf98d8cf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aaedd53a-05f7-40c0-919a-69bb982d2493, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 168f56a0-a5cd-492c-b1c8-2932bb165360, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66afb513-b5cf-40cf-9781-2fbb58d8ad68, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66afb513-b5cf-40cf-9781-2fbb58d8ad68, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13657940602308134203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365794060230813420313657940602308134203136579406023081342031365794060230813420313657940602308134203136579406023081342031365794060230813420313657940602308134203136579406023081342031365794060230813420313657940602308134203136579406023081342031365794060230813420313657940602308134203136579406023081342031365794060230813420313657940602308134203136579406023081342031365794060230813420313657940602308134203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaedd53a-05f7-40c0-919a-69bb982d2493, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4276997871150117947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42769978711501179474276997871150117947427699787115011794742769978711501179474276997871150117947427699787115011794742769978711501179474276997871150117947427699787115011794742769978711501179474276997871150117947427699787115011794742769978711501179474276997871150117947427699787115011794742769978711501179474276997871150117947427699787115011794742769978711501179474276997871150117947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66afb513-b5cf-40cf-9781-2fbb58d8ad68, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d6fc290-f4cb-4a11-beb0-79e977f4bba3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d6fc290-f4cb-4a11-beb0-79e977f4bba3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10790054471768592120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079005447176859212010790054471768592120107900544717685921201079005447176859212010790054471768592120107900544717685921201079005447176859212010790054471768592120107900544717685921201079005447176859212010790054471768592120107900544717685921201079005447176859212010790054471768592120107900544717685921201079005447176859212010790054471768592120107900544717685921201079005447176859212010790054471768592120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaedd53a-05f7-40c0-919a-69bb982d2493, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c9cc174-d70b-4a09-97e9-e3225b14c15f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c9cc174-d70b-4a09-97e9-e3225b14c15f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6441305356559655232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64413053565596552326441305356559655232644130535655965523264413053565596552326441305356559655232644130535655965523264413053565596552326441305356559655232644130535655965523264413053565596552326441305356559655232644130535655965523264413053565596552326441305356559655232644130535655965523264413053565596552326441305356559655232644130535655965523264413053565596552326441305356559655232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d6fc290-f4cb-4a11-beb0-79e977f4bba3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f21a036-94e8-440e-af1b-318402438ce0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f21a036-94e8-440e-af1b-318402438ce0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13684269027713394855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368426902771339485513684269027713394855136842690277133948551368426902771339485513684269027713394855136842690277133948551368426902771339485513684269027713394855136842690277133948551368426902771339485513684269027713394855136842690277133948551368426902771339485513684269027713394855136842690277133948551368426902771339485513684269027713394855136842690277133948551368426902771339485513684269027713394855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c9cc174-d70b-4a09-97e9-e3225b14c15f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e00e92b2-52f2-4ed0-8abb-c62cf491a544, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e00e92b2-52f2-4ed0-8abb-c62cf491a544, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8587179211951177365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85871792119511773658587179211951177365858717921195117736585871792119511773658587179211951177365858717921195117736585871792119511773658587179211951177365858717921195117736585871792119511773658587179211951177365858717921195117736585871792119511773658587179211951177365858717921195117736585871792119511773658587179211951177365858717921195117736585871792119511773658587179211951177365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f21a036-94e8-440e-af1b-318402438ce0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28514c39-6341-4f42-8db0-420cced7abe2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28514c39-6341-4f42-8db0-420cced7abe2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15213834887114748831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521383488711474883115213834887114748831152138348871147488311521383488711474883115213834887114748831152138348871147488311521383488711474883115213834887114748831152138348871147488311521383488711474883115213834887114748831152138348871147488311521383488711474883115213834887114748831152138348871147488311521383488711474883115213834887114748831152138348871147488311521383488711474883115213834887114748831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e00e92b2-52f2-4ed0-8abb-c62cf491a544, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28514c39-6341-4f42-8db0-420cced7abe2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72da18bf-fdcc-467a-a844-15b84861776e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2237236-502e-4da4-99e2-1cb91ee6121c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2237236-502e-4da4-99e2-1cb91ee6121c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17786498872077411582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778649887207741158217786498872077411582177864988720774115821778649887207741158217786498872077411582177864988720774115821778649887207741158217786498872077411582177864988720774115821778649887207741158217786498872077411582177864988720774115821778649887207741158217786498872077411582177864988720774115821778649887207741158217786498872077411582177864988720774115821778649887207741158217786498872077411582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72da18bf-fdcc-467a-a844-15b84861776e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3902836408600307152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39028364086003071523902836408600307152390283640860030715239028364086003071523902836408600307152390283640860030715239028364086003071523902836408600307152390283640860030715239028364086003071523902836408600307152390283640860030715239028364086003071523902836408600307152390283640860030715239028364086003071523902836408600307152390283640860030715239028364086003071523902836408600307152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2237236-502e-4da4-99e2-1cb91ee6121c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 241fc6c2-5243-4907-a4a5-91044151a272, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 241fc6c2-5243-4907-a4a5-91044151a272, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13621811061949084994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362181106194908499413621811061949084994136218110619490849941362181106194908499413621811061949084994136218110619490849941362181106194908499413621811061949084994136218110619490849941362181106194908499413621811061949084994136218110619490849941362181106194908499413621811061949084994136218110619490849941362181106194908499413621811061949084994136218110619490849941362181106194908499413621811061949084994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72da18bf-fdcc-467a-a844-15b84861776e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9de564bb-4bfd-45c4-8c44-fb3393142db9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9de564bb-4bfd-45c4-8c44-fb3393142db9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7510769140771242477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75107691407712424777510769140771242477751076914077124247775107691407712424777510769140771242477751076914077124247775107691407712424777510769140771242477751076914077124247775107691407712424777510769140771242477751076914077124247775107691407712424777510769140771242477751076914077124247775107691407712424777510769140771242477751076914077124247775107691407712424777510769140771242477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 241fc6c2-5243-4907-a4a5-91044151a272, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe63099f-35ba-45a7-9323-4367bf9a798d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe63099f-35ba-45a7-9323-4367bf9a798d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 765609208220965979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979765609208220965979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9de564bb-4bfd-45c4-8c44-fb3393142db9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d53d95f9-abd2-456e-8a16-f3d407520a36, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d53d95f9-abd2-456e-8a16-f3d407520a36, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12561332035978380827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256133203597838082712561332035978380827125613320359783808271256133203597838082712561332035978380827125613320359783808271256133203597838082712561332035978380827125613320359783808271256133203597838082712561332035978380827125613320359783808271256133203597838082712561332035978380827125613320359783808271256133203597838082712561332035978380827125613320359783808271256133203597838082712561332035978380827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe63099f-35ba-45a7-9323-4367bf9a798d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24a32b90-c226-44d7-ade4-c32f6acdcb31, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24a32b90-c226-44d7-ade4-c32f6acdcb31, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4425662945671949305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44256629456719493054425662945671949305442566294567194930544256629456719493054425662945671949305442566294567194930544256629456719493054425662945671949305442566294567194930544256629456719493054425662945671949305442566294567194930544256629456719493054425662945671949305442566294567194930544256629456719493054425662945671949305442566294567194930544256629456719493054425662945671949305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d53d95f9-abd2-456e-8a16-f3d407520a36, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24a32b90-c226-44d7-ade4-c32f6acdcb31, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12397613-e16f-4f33-8003-926e0a26ca7f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6723c657-75af-47d4-a7b2-79086825ac13, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6723c657-75af-47d4-a7b2-79086825ac13, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6736084732987613813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67360847329876138136736084732987613813673608473298761381367360847329876138136736084732987613813673608473298761381367360847329876138136736084732987613813673608473298761381367360847329876138136736084732987613813673608473298761381367360847329876138136736084732987613813673608473298761381367360847329876138136736084732987613813673608473298761381367360847329876138136736084732987613813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12397613-e16f-4f33-8003-926e0a26ca7f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14910586612898725645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491058661289872564514910586612898725645149105866128987256451491058661289872564514910586612898725645149105866128987256451491058661289872564514910586612898725645149105866128987256451491058661289872564514910586612898725645149105866128987256451491058661289872564514910586612898725645149105866128987256451491058661289872564514910586612898725645149105866128987256451491058661289872564514910586612898725645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6723c657-75af-47d4-a7b2-79086825ac13, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12397613-e16f-4f33-8003-926e0a26ca7f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49b95697-cca1-427d-b6ad-bd1670ca47fc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49b95697-cca1-427d-b6ad-bd1670ca47fc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12376011010908734759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237601101090873475912376011010908734759123760110109087347591237601101090873475912376011010908734759123760110109087347591237601101090873475912376011010908734759123760110109087347591237601101090873475912376011010908734759123760110109087347591237601101090873475912376011010908734759123760110109087347591237601101090873475912376011010908734759123760110109087347591237601101090873475912376011010908734759" } } } 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, e928c9b5-6058-4439-8cdb-1add4eb7744c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e928c9b5-6058-4439-8cdb-1add4eb7744c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1674130879417483953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16741308794174839531674130879417483953167413087941748395316741308794174839531674130879417483953167413087941748395316741308794174839531674130879417483953167413087941748395316741308794174839531674130879417483953167413087941748395316741308794174839531674130879417483953167413087941748395316741308794174839531674130879417483953167413087941748395316741308794174839531674130879417483953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49b95697-cca1-427d-b6ad-bd1670ca47fc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 133bd1f2-f531-426d-bfb0-b7f389efdccf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 133bd1f2-f531-426d-bfb0-b7f389efdccf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17518399476015470098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751839947601547009817518399476015470098175183994760154700981751839947601547009817518399476015470098175183994760154700981751839947601547009817518399476015470098175183994760154700981751839947601547009817518399476015470098175183994760154700981751839947601547009817518399476015470098175183994760154700981751839947601547009817518399476015470098175183994760154700981751839947601547009817518399476015470098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e928c9b5-6058-4439-8cdb-1add4eb7744c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fc93a5f-ef4e-4190-85bf-fd3b902edd0c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 133bd1f2-f531-426d-bfb0-b7f389efdccf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fc93a5f-ef4e-4190-85bf-fd3b902edd0c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10577903894939327210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057790389493932721010577903894939327210105779038949393272101057790389493932721010577903894939327210105779038949393272101057790389493932721010577903894939327210105779038949393272101057790389493932721010577903894939327210105779038949393272101057790389493932721010577903894939327210105779038949393272101057790389493932721010577903894939327210105779038949393272101057790389493932721010577903894939327210" } } } 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, 1df07c11-5855-486f-8130-c2ed7ad64a59, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1df07c11-5855-486f-8130-c2ed7ad64a59, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15372484882476705184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537248488247670518415372484882476705184153724848824767051841537248488247670518415372484882476705184153724848824767051841537248488247670518415372484882476705184153724848824767051841537248488247670518415372484882476705184153724848824767051841537248488247670518415372484882476705184153724848824767051841537248488247670518415372484882476705184153724848824767051841537248488247670518415372484882476705184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fc93a5f-ef4e-4190-85bf-fd3b902edd0c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43e85a0b-5523-4cdc-b996-ec96e3c29b30, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43e85a0b-5523-4cdc-b996-ec96e3c29b30, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13276629424325509440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327662942432550944013276629424325509440132766294243255094401327662942432550944013276629424325509440132766294243255094401327662942432550944013276629424325509440132766294243255094401327662942432550944013276629424325509440132766294243255094401327662942432550944013276629424325509440132766294243255094401327662942432550944013276629424325509440132766294243255094401327662942432550944013276629424325509440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1df07c11-5855-486f-8130-c2ed7ad64a59, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43e85a0b-5523-4cdc-b996-ec96e3c29b30, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f65ffb2-8ed4-4303-b570-a9319246b50f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a8955ca-30b7-4405-afcd-18fcb8558d9f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a8955ca-30b7-4405-afcd-18fcb8558d9f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16115888571291409990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611588857129140999016115888571291409990161158885712914099901611588857129140999016115888571291409990161158885712914099901611588857129140999016115888571291409990161158885712914099901611588857129140999016115888571291409990161158885712914099901611588857129140999016115888571291409990161158885712914099901611588857129140999016115888571291409990161158885712914099901611588857129140999016115888571291409990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f65ffb2-8ed4-4303-b570-a9319246b50f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5144069631075508113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51440696310755081135144069631075508113514406963107550811351440696310755081135144069631075508113514406963107550811351440696310755081135144069631075508113514406963107550811351440696310755081135144069631075508113514406963107550811351440696310755081135144069631075508113514406963107550811351440696310755081135144069631075508113514406963107550811351440696310755081135144069631075508113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a8955ca-30b7-4405-afcd-18fcb8558d9f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f65ffb2-8ed4-4303-b570-a9319246b50f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21d1d3df-34e1-4636-a461-a9a700af1dda, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21d1d3df-34e1-4636-a461-a9a700af1dda, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13029312893123991717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302931289312399171713029312893123991717130293128931239917171302931289312399171713029312893123991717130293128931239917171302931289312399171713029312893123991717130293128931239917171302931289312399171713029312893123991717130293128931239917171302931289312399171713029312893123991717130293128931239917171302931289312399171713029312893123991717130293128931239917171302931289312399171713029312893123991717" } } } 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 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f239c80-a147-44dc-9702-ee2e2fb470fb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f239c80-a147-44dc-9702-ee2e2fb470fb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 62576135750250139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6257613575025013962576135750250139625761357502501396257613575025013962576135750250139625761357502501396257613575025013962576135750250139625761357502501396257613575025013962576135750250139625761357502501396257613575025013962576135750250139625761357502501396257613575025013962576135750250139625761357502501396257613575025013962576135750250139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21d1d3df-34e1-4636-a461-a9a700af1dda, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f239c80-a147-44dc-9702-ee2e2fb470fb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d263932-ec5a-40f4-86e6-10eda6c75d61, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d263932-ec5a-40f4-86e6-10eda6c75d61, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14473311771068358225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447331177106835822514473311771068358225144733117710683582251447331177106835822514473311771068358225144733117710683582251447331177106835822514473311771068358225144733117710683582251447331177106835822514473311771068358225144733117710683582251447331177106835822514473311771068358225144733117710683582251447331177106835822514473311771068358225144733117710683582251447331177106835822514473311771068358225" } } } 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, 4af41fef-3fbb-49e9-aeaf-18d41d6df234, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4af41fef-3fbb-49e9-aeaf-18d41d6df234, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1108161028676704098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11081610286767040981108161028676704098110816102867670409811081610286767040981108161028676704098110816102867670409811081610286767040981108161028676704098110816102867670409811081610286767040981108161028676704098110816102867670409811081610286767040981108161028676704098110816102867670409811081610286767040981108161028676704098110816102867670409811081610286767040981108161028676704098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d263932-ec5a-40f4-86e6-10eda6c75d61, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7af5fcbf-2ca7-464f-96a3-3a17e35a0e7a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4af41fef-3fbb-49e9-aeaf-18d41d6df234, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c51214a-a75d-4df0-87a3-34cd65fabc49, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c51214a-a75d-4df0-87a3-34cd65fabc49, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2328152119389232363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23281521193892323632328152119389232363232815211938923236323281521193892323632328152119389232363232815211938923236323281521193892323632328152119389232363232815211938923236323281521193892323632328152119389232363232815211938923236323281521193892323632328152119389232363232815211938923236323281521193892323632328152119389232363232815211938923236323281521193892323632328152119389232363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7af5fcbf-2ca7-464f-96a3-3a17e35a0e7a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11700362860377518794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170036286037751879411700362860377518794117003628603775187941170036286037751879411700362860377518794117003628603775187941170036286037751879411700362860377518794117003628603775187941170036286037751879411700362860377518794117003628603775187941170036286037751879411700362860377518794117003628603775187941170036286037751879411700362860377518794117003628603775187941170036286037751879411700362860377518794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c51214a-a75d-4df0-87a3-34cd65fabc49, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2360d3d1-2b28-4797-9317-ae521d1a4ffd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2360d3d1-2b28-4797-9317-ae521d1a4ffd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10735295279051487591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073529527905148759110735295279051487591107352952790514875911073529527905148759110735295279051487591107352952790514875911073529527905148759110735295279051487591107352952790514875911073529527905148759110735295279051487591107352952790514875911073529527905148759110735295279051487591107352952790514875911073529527905148759110735295279051487591107352952790514875911073529527905148759110735295279051487591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7af5fcbf-2ca7-464f-96a3-3a17e35a0e7a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f54da04c-bfba-466b-9aef-3cd9d84f3924, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f54da04c-bfba-466b-9aef-3cd9d84f3924, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11128450441105737665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112845044110573766511128450441105737665111284504411057376651112845044110573766511128450441105737665111284504411057376651112845044110573766511128450441105737665111284504411057376651112845044110573766511128450441105737665111284504411057376651112845044110573766511128450441105737665111284504411057376651112845044110573766511128450441105737665111284504411057376651112845044110573766511128450441105737665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2360d3d1-2b28-4797-9317-ae521d1a4ffd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b672d44-9b7b-4931-91d2-ebcd7635b5fb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b672d44-9b7b-4931-91d2-ebcd7635b5fb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17585286227983875373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758528622798387537317585286227983875373175852862279838753731758528622798387537317585286227983875373175852862279838753731758528622798387537317585286227983875373175852862279838753731758528622798387537317585286227983875373175852862279838753731758528622798387537317585286227983875373175852862279838753731758528622798387537317585286227983875373175852862279838753731758528622798387537317585286227983875373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f54da04c-bfba-466b-9aef-3cd9d84f3924, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b3ae6cf-3be6-4e9b-a0a2-f00c46483c74, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b672d44-9b7b-4931-91d2-ebcd7635b5fb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b3ae6cf-3be6-4e9b-a0a2-f00c46483c74, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 231130571575557860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860231130571575557860" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b3ae6cf-3be6-4e9b-a0a2-f00c46483c74, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b24374b-f0d6-4f9c-bfc5-fb260845c2e8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 132d925d-ee36-4cec-bd98-904eb5b15f47, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 132d925d-ee36-4cec-bd98-904eb5b15f47, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12975138986073803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297513898607380312975138986073803129751389860738031297513898607380312975138986073803129751389860738031297513898607380312975138986073803129751389860738031297513898607380312975138986073803129751389860738031297513898607380312975138986073803129751389860738031297513898607380312975138986073803129751389860738031297513898607380312975138986073803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b24374b-f0d6-4f9c-bfc5-fb260845c2e8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6357488572006822350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63574885720068223506357488572006822350635748857200682235063574885720068223506357488572006822350635748857200682235063574885720068223506357488572006822350635748857200682235063574885720068223506357488572006822350635748857200682235063574885720068223506357488572006822350635748857200682235063574885720068223506357488572006822350635748857200682235063574885720068223506357488572006822350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 132d925d-ee36-4cec-bd98-904eb5b15f47, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9d84c30-7ab4-42d5-ac2f-b614cdf07041, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9d84c30-7ab4-42d5-ac2f-b614cdf07041, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2090201405864772922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20902014058647729222090201405864772922209020140586477292220902014058647729222090201405864772922209020140586477292220902014058647729222090201405864772922209020140586477292220902014058647729222090201405864772922209020140586477292220902014058647729222090201405864772922209020140586477292220902014058647729222090201405864772922209020140586477292220902014058647729222090201405864772922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b24374b-f0d6-4f9c-bfc5-fb260845c2e8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9d84c30-7ab4-42d5-ac2f-b614cdf07041, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6a63a62-88c7-438a-a764-aa3c75942f06, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c8b2f61-b0cc-4c10-bbe4-5daa3e154759, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c8b2f61-b0cc-4c10-bbe4-5daa3e154759, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8579837344595086999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85798373445950869998579837344595086999857983734459508699985798373445950869998579837344595086999857983734459508699985798373445950869998579837344595086999857983734459508699985798373445950869998579837344595086999857983734459508699985798373445950869998579837344595086999857983734459508699985798373445950869998579837344595086999857983734459508699985798373445950869998579837344595086999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6a63a62-88c7-438a-a764-aa3c75942f06, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17591346470195193576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759134647019519357617591346470195193576175913464701951935761759134647019519357617591346470195193576175913464701951935761759134647019519357617591346470195193576175913464701951935761759134647019519357617591346470195193576175913464701951935761759134647019519357617591346470195193576175913464701951935761759134647019519357617591346470195193576175913464701951935761759134647019519357617591346470195193576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c8b2f61-b0cc-4c10-bbe4-5daa3e154759, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d92c0745-75e7-4eea-8e36-0825e71b5c1c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d92c0745-75e7-4eea-8e36-0825e71b5c1c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5886380378477648832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58863803784776488325886380378477648832588638037847764883258863803784776488325886380378477648832588638037847764883258863803784776488325886380378477648832588638037847764883258863803784776488325886380378477648832588638037847764883258863803784776488325886380378477648832588638037847764883258863803784776488325886380378477648832588638037847764883258863803784776488325886380378477648832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6a63a62-88c7-438a-a764-aa3c75942f06, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39f61de8-4350-4d3e-a087-ccc3c0d15885, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39f61de8-4350-4d3e-a087-ccc3c0d15885, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2902534831452988775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29025348314529887752902534831452988775290253483145298877529025348314529887752902534831452988775290253483145298877529025348314529887752902534831452988775290253483145298877529025348314529887752902534831452988775290253483145298877529025348314529887752902534831452988775290253483145298877529025348314529887752902534831452988775290253483145298877529025348314529887752902534831452988775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d92c0745-75e7-4eea-8e36-0825e71b5c1c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15124508-cc81-461c-aa65-b38e23ef276c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15124508-cc81-461c-aa65-b38e23ef276c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2476731640382001410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24767316403820014102476731640382001410247673164038200141024767316403820014102476731640382001410247673164038200141024767316403820014102476731640382001410247673164038200141024767316403820014102476731640382001410247673164038200141024767316403820014102476731640382001410247673164038200141024767316403820014102476731640382001410247673164038200141024767316403820014102476731640382001410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39f61de8-4350-4d3e-a087-ccc3c0d15885, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ad3b0de-7d66-4f26-9e81-9a728a3a9679, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad3b0de-7d66-4f26-9e81-9a728a3a9679, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10491787593245614172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049178759324561417210491787593245614172104917875932456141721049178759324561417210491787593245614172104917875932456141721049178759324561417210491787593245614172104917875932456141721049178759324561417210491787593245614172104917875932456141721049178759324561417210491787593245614172104917875932456141721049178759324561417210491787593245614172104917875932456141721049178759324561417210491787593245614172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15124508-cc81-461c-aa65-b38e23ef276c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad3b0de-7d66-4f26-9e81-9a728a3a9679, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00745ff4-4bec-4568-88ea-f0744dd3d358, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00745ff4-4bec-4568-88ea-f0744dd3d358, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8189128196974258618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81891281969742586188189128196974258618818912819697425861881891281969742586188189128196974258618818912819697425861881891281969742586188189128196974258618818912819697425861881891281969742586188189128196974258618818912819697425861881891281969742586188189128196974258618818912819697425861881891281969742586188189128196974258618818912819697425861881891281969742586188189128196974258618" } } } 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, c86c98cd-2d5a-4600-8661-c193ea7f768f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c86c98cd-2d5a-4600-8661-c193ea7f768f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1301386093977715039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13013860939777150391301386093977715039130138609397771503913013860939777150391301386093977715039130138609397771503913013860939777150391301386093977715039130138609397771503913013860939777150391301386093977715039130138609397771503913013860939777150391301386093977715039130138609397771503913013860939777150391301386093977715039130138609397771503913013860939777150391301386093977715039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00745ff4-4bec-4568-88ea-f0744dd3d358, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a3acf2e-91ff-48e3-b1ba-193b552dd04f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c86c98cd-2d5a-4600-8661-c193ea7f768f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a3acf2e-91ff-48e3-b1ba-193b552dd04f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7321674315039855561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73216743150398555617321674315039855561732167431503985556173216743150398555617321674315039855561732167431503985556173216743150398555617321674315039855561732167431503985556173216743150398555617321674315039855561732167431503985556173216743150398555617321674315039855561732167431503985556173216743150398555617321674315039855561732167431503985556173216743150398555617321674315039855561" } } } 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 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25a59f18-d275-4049-addd-2aa33d164cee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25a59f18-d275-4049-addd-2aa33d164cee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13999298577669524329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399929857766952432913999298577669524329139992985776695243291399929857766952432913999298577669524329139992985776695243291399929857766952432913999298577669524329139992985776695243291399929857766952432913999298577669524329139992985776695243291399929857766952432913999298577669524329139992985776695243291399929857766952432913999298577669524329139992985776695243291399929857766952432913999298577669524329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a3acf2e-91ff-48e3-b1ba-193b552dd04f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09955b6d-d27f-4630-b7ef-4e10584cb0fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25a59f18-d275-4049-addd-2aa33d164cee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09955b6d-d27f-4630-b7ef-4e10584cb0fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1466525966258625455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14665259662586254551466525966258625455146652596625862545514665259662586254551466525966258625455146652596625862545514665259662586254551466525966258625455146652596625862545514665259662586254551466525966258625455146652596625862545514665259662586254551466525966258625455146652596625862545514665259662586254551466525966258625455146652596625862545514665259662586254551466525966258625455" } } } 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 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf50f4f6-888b-4d11-b17e-9d7c955035af, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf50f4f6-888b-4d11-b17e-9d7c955035af, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16104548480626284872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610454848062628487216104548480626284872161045484806262848721610454848062628487216104548480626284872161045484806262848721610454848062628487216104548480626284872161045484806262848721610454848062628487216104548480626284872161045484806262848721610454848062628487216104548480626284872161045484806262848721610454848062628487216104548480626284872161045484806262848721610454848062628487216104548480626284872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09955b6d-d27f-4630-b7ef-4e10584cb0fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16d4917c-f41f-4c1c-9cdf-f2da3562d72c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf50f4f6-888b-4d11-b17e-9d7c955035af, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f9db687-fbb8-4d0e-b902-4db6ab98c72d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f9db687-fbb8-4d0e-b902-4db6ab98c72d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4221408814551694505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42214088145516945054221408814551694505422140881455169450542214088145516945054221408814551694505422140881455169450542214088145516945054221408814551694505422140881455169450542214088145516945054221408814551694505422140881455169450542214088145516945054221408814551694505422140881455169450542214088145516945054221408814551694505422140881455169450542214088145516945054221408814551694505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16d4917c-f41f-4c1c-9cdf-f2da3562d72c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7290418010409486949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72904180104094869497290418010409486949729041801040948694972904180104094869497290418010409486949729041801040948694972904180104094869497290418010409486949729041801040948694972904180104094869497290418010409486949729041801040948694972904180104094869497290418010409486949729041801040948694972904180104094869497290418010409486949729041801040948694972904180104094869497290418010409486949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f9db687-fbb8-4d0e-b902-4db6ab98c72d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8401a749-39c7-41d4-898f-2248bcd30b03, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16d4917c-f41f-4c1c-9cdf-f2da3562d72c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36a6ca3a-d5b1-4a4a-a4fd-1a774f865059, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8401a749-39c7-41d4-898f-2248bcd30b03, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7158876912285514817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71588769122855148177158876912285514817715887691228551481771588769122855148177158876912285514817715887691228551481771588769122855148177158876912285514817715887691228551481771588769122855148177158876912285514817715887691228551481771588769122855148177158876912285514817715887691228551481771588769122855148177158876912285514817715887691228551481771588769122855148177158876912285514817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a6ca3a-d5b1-4a4a-a4fd-1a774f865059, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9300037436070080847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93000374360700808479300037436070080847930003743607008084793000374360700808479300037436070080847930003743607008084793000374360700808479300037436070080847930003743607008084793000374360700808479300037436070080847930003743607008084793000374360700808479300037436070080847930003743607008084793000374360700808479300037436070080847930003743607008084793000374360700808479300037436070080847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8401a749-39c7-41d4-898f-2248bcd30b03, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a3366c0-57fb-4842-8f0e-ec6459cce6b1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a3366c0-57fb-4842-8f0e-ec6459cce6b1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6872554592548889815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68725545925488898156872554592548889815687255459254888981568725545925488898156872554592548889815687255459254888981568725545925488898156872554592548889815687255459254888981568725545925488898156872554592548889815687255459254888981568725545925488898156872554592548889815687255459254888981568725545925488898156872554592548889815687255459254888981568725545925488898156872554592548889815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a6ca3a-d5b1-4a4a-a4fd-1a774f865059, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 626869b2-c20a-4bbd-b269-5be60c5f1d40, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 626869b2-c20a-4bbd-b269-5be60c5f1d40, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13845162958460968877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384516295846096887713845162958460968877138451629584609688771384516295846096887713845162958460968877138451629584609688771384516295846096887713845162958460968877138451629584609688771384516295846096887713845162958460968877138451629584609688771384516295846096887713845162958460968877138451629584609688771384516295846096887713845162958460968877138451629584609688771384516295846096887713845162958460968877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a3366c0-57fb-4842-8f0e-ec6459cce6b1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acac3f10-8737-43d0-8e57-995a47427752, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 626869b2-c20a-4bbd-b269-5be60c5f1d40, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acac3f10-8737-43d0-8e57-995a47427752, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17238093819708199160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723809381970819916017238093819708199160172380938197081991601723809381970819916017238093819708199160172380938197081991601723809381970819916017238093819708199160172380938197081991601723809381970819916017238093819708199160172380938197081991601723809381970819916017238093819708199160172380938197081991601723809381970819916017238093819708199160172380938197081991601723809381970819916017238093819708199160" } } } 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, 96039619-0dbe-4c41-a803-57f7d6b96081, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96039619-0dbe-4c41-a803-57f7d6b96081, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2709400727217251076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27094007272172510762709400727217251076270940072721725107627094007272172510762709400727217251076270940072721725107627094007272172510762709400727217251076270940072721725107627094007272172510762709400727217251076270940072721725107627094007272172510762709400727217251076270940072721725107627094007272172510762709400727217251076270940072721725107627094007272172510762709400727217251076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acac3f10-8737-43d0-8e57-995a47427752, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96039619-0dbe-4c41-a803-57f7d6b96081, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fc57eb8-a24b-4508-b2bb-1cc14ad4dbe6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fc57eb8-a24b-4508-b2bb-1cc14ad4dbe6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4218615669785147120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42186156697851471204218615669785147120421861566978514712042186156697851471204218615669785147120421861566978514712042186156697851471204218615669785147120421861566978514712042186156697851471204218615669785147120421861566978514712042186156697851471204218615669785147120421861566978514712042186156697851471204218615669785147120421861566978514712042186156697851471204218615669785147120" } } } 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, b43c9840-4b06-449c-9b50-577903d1ba6c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b43c9840-4b06-449c-9b50-577903d1ba6c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2543891947756913892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25438919477569138922543891947756913892254389194775691389225438919477569138922543891947756913892254389194775691389225438919477569138922543891947756913892254389194775691389225438919477569138922543891947756913892254389194775691389225438919477569138922543891947756913892254389194775691389225438919477569138922543891947756913892254389194775691389225438919477569138922543891947756913892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fc57eb8-a24b-4508-b2bb-1cc14ad4dbe6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f843d4e8-5177-4fef-a436-e3bd81bf47ab, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b43c9840-4b06-449c-9b50-577903d1ba6c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81554e0c-498e-40e9-825f-cf089af4497b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f843d4e8-5177-4fef-a436-e3bd81bf47ab, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5888271568638357881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58882715686383578815888271568638357881588827156863835788158882715686383578815888271568638357881588827156863835788158882715686383578815888271568638357881588827156863835788158882715686383578815888271568638357881588827156863835788158882715686383578815888271568638357881588827156863835788158882715686383578815888271568638357881588827156863835788158882715686383578815888271568638357881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81554e0c-498e-40e9-825f-cf089af4497b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10488818844433330479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048881884443333047910488818844433330479104888188444333304791048881884443333047910488818844433330479104888188444333304791048881884443333047910488818844433330479104888188444333304791048881884443333047910488818844433330479104888188444333304791048881884443333047910488818844433330479104888188444333304791048881884443333047910488818844433330479104888188444333304791048881884443333047910488818844433330479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f843d4e8-5177-4fef-a436-e3bd81bf47ab, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c71c6a12-22f2-4360-a974-58c911f20a88, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c71c6a12-22f2-4360-a974-58c911f20a88, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17319844821599720017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731984482159972001717319844821599720017173198448215997200171731984482159972001717319844821599720017173198448215997200171731984482159972001717319844821599720017173198448215997200171731984482159972001717319844821599720017173198448215997200171731984482159972001717319844821599720017173198448215997200171731984482159972001717319844821599720017173198448215997200171731984482159972001717319844821599720017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81554e0c-498e-40e9-825f-cf089af4497b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c907c50-efa4-4f74-879c-ba7853d51149, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c907c50-efa4-4f74-879c-ba7853d51149, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6299620287994345307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62996202879943453076299620287994345307629962028799434530762996202879943453076299620287994345307629962028799434530762996202879943453076299620287994345307629962028799434530762996202879943453076299620287994345307629962028799434530762996202879943453076299620287994345307629962028799434530762996202879943453076299620287994345307629962028799434530762996202879943453076299620287994345307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c71c6a12-22f2-4360-a974-58c911f20a88, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cf6f939-97d0-4d42-9b23-b5e75761bb12, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cf6f939-97d0-4d42-9b23-b5e75761bb12, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3073716066456269460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30737160664562694603073716066456269460307371606645626946030737160664562694603073716066456269460307371606645626946030737160664562694603073716066456269460307371606645626946030737160664562694603073716066456269460307371606645626946030737160664562694603073716066456269460307371606645626946030737160664562694603073716066456269460307371606645626946030737160664562694603073716066456269460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c907c50-efa4-4f74-879c-ba7853d51149, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2253f726-5e0d-4709-8d00-497928a6ab55, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2253f726-5e0d-4709-8d00-497928a6ab55, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3883491937953326831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38834919379533268313883491937953326831388349193795332683138834919379533268313883491937953326831388349193795332683138834919379533268313883491937953326831388349193795332683138834919379533268313883491937953326831388349193795332683138834919379533268313883491937953326831388349193795332683138834919379533268313883491937953326831388349193795332683138834919379533268313883491937953326831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cf6f939-97d0-4d42-9b23-b5e75761bb12, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d6a858c-1c3e-42bb-b33f-29a6f7c956dc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d6a858c-1c3e-42bb-b33f-29a6f7c956dc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1818430545411520716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18184305454115207161818430545411520716181843054541152071618184305454115207161818430545411520716181843054541152071618184305454115207161818430545411520716181843054541152071618184305454115207161818430545411520716181843054541152071618184305454115207161818430545411520716181843054541152071618184305454115207161818430545411520716181843054541152071618184305454115207161818430545411520716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2253f726-5e0d-4709-8d00-497928a6ab55, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d6a858c-1c3e-42bb-b33f-29a6f7c956dc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0635971-52d7-4b14-8583-7235b68e3f1f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74be031c-4b02-43d9-8b76-b43f8f17ceb0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74be031c-4b02-43d9-8b76-b43f8f17ceb0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10746375559967198571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074637555996719857110746375559967198571107463755599671985711074637555996719857110746375559967198571107463755599671985711074637555996719857110746375559967198571107463755599671985711074637555996719857110746375559967198571107463755599671985711074637555996719857110746375559967198571107463755599671985711074637555996719857110746375559967198571107463755599671985711074637555996719857110746375559967198571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0635971-52d7-4b14-8583-7235b68e3f1f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7371166454137334536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73711664541373345367371166454137334536737116645413733453673711664541373345367371166454137334536737116645413733453673711664541373345367371166454137334536737116645413733453673711664541373345367371166454137334536737116645413733453673711664541373345367371166454137334536737116645413733453673711664541373345367371166454137334536737116645413733453673711664541373345367371166454137334536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74be031c-4b02-43d9-8b76-b43f8f17ceb0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6338118-5d32-4d98-87a9-dcce79b0dc88, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6338118-5d32-4d98-87a9-dcce79b0dc88, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17212944758201145141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721294475820114514117212944758201145141172129447582011451411721294475820114514117212944758201145141172129447582011451411721294475820114514117212944758201145141172129447582011451411721294475820114514117212944758201145141172129447582011451411721294475820114514117212944758201145141172129447582011451411721294475820114514117212944758201145141172129447582011451411721294475820114514117212944758201145141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0635971-52d7-4b14-8583-7235b68e3f1f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06c6d43e-b650-4647-b6fb-bf021870ca61, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06c6d43e-b650-4647-b6fb-bf021870ca61, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11350414330643535752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135041433064353575211350414330643535752113504143306435357521135041433064353575211350414330643535752113504143306435357521135041433064353575211350414330643535752113504143306435357521135041433064353575211350414330643535752113504143306435357521135041433064353575211350414330643535752113504143306435357521135041433064353575211350414330643535752113504143306435357521135041433064353575211350414330643535752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6338118-5d32-4d98-87a9-dcce79b0dc88, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06c6d43e-b650-4647-b6fb-bf021870ca61, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dab258d0-cb7a-489b-b7b2-bc3e4c2b1668, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dab258d0-cb7a-489b-b7b2-bc3e4c2b1668, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14083850726311445003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408385072631144500314083850726311445003140838507263114450031408385072631144500314083850726311445003140838507263114450031408385072631144500314083850726311445003140838507263114450031408385072631144500314083850726311445003140838507263114450031408385072631144500314083850726311445003140838507263114450031408385072631144500314083850726311445003140838507263114450031408385072631144500314083850726311445003" } } } 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, 60efb88e-d436-4fdb-acef-d642ffe486e4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dab258d0-cb7a-489b-b7b2-bc3e4c2b1668, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 512c0303-913e-4c23-853b-683ef3cb0025, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60efb88e-d436-4fdb-acef-d642ffe486e4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13340180498328190367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334018049832819036713340180498328190367133401804983281903671334018049832819036713340180498328190367133401804983281903671334018049832819036713340180498328190367133401804983281903671334018049832819036713340180498328190367133401804983281903671334018049832819036713340180498328190367133401804983281903671334018049832819036713340180498328190367133401804983281903671334018049832819036713340180498328190367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 512c0303-913e-4c23-853b-683ef3cb0025, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6815234007934312648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68152340079343126486815234007934312648681523400793431264868152340079343126486815234007934312648681523400793431264868152340079343126486815234007934312648681523400793431264868152340079343126486815234007934312648681523400793431264868152340079343126486815234007934312648681523400793431264868152340079343126486815234007934312648681523400793431264868152340079343126486815234007934312648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60efb88e-d436-4fdb-acef-d642ffe486e4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75f326ec-6910-4b72-8aec-3f20d6f5efb3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 512c0303-913e-4c23-853b-683ef3cb0025, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75f326ec-6910-4b72-8aec-3f20d6f5efb3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9972582208803807610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99725822088038076109972582208803807610997258220880380761099725822088038076109972582208803807610997258220880380761099725822088038076109972582208803807610997258220880380761099725822088038076109972582208803807610997258220880380761099725822088038076109972582208803807610997258220880380761099725822088038076109972582208803807610997258220880380761099725822088038076109972582208803807610" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40e05fac-9152-4c74-aa3f-9fc241a0cc0a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e05fac-9152-4c74-aa3f-9fc241a0cc0a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16237922486118047323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623792248611804732316237922486118047323162379224861180473231623792248611804732316237922486118047323162379224861180473231623792248611804732316237922486118047323162379224861180473231623792248611804732316237922486118047323162379224861180473231623792248611804732316237922486118047323162379224861180473231623792248611804732316237922486118047323162379224861180473231623792248611804732316237922486118047323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75f326ec-6910-4b72-8aec-3f20d6f5efb3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e05fac-9152-4c74-aa3f-9fc241a0cc0a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3006c1cd-a28b-4ce2-a899-e90fafed86ae, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3006c1cd-a28b-4ce2-a899-e90fafed86ae, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2796256810121091454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27962568101210914542796256810121091454279625681012109145427962568101210914542796256810121091454279625681012109145427962568101210914542796256810121091454279625681012109145427962568101210914542796256810121091454279625681012109145427962568101210914542796256810121091454279625681012109145427962568101210914542796256810121091454279625681012109145427962568101210914542796256810121091454" } } } 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, 64be6bc4-3a3e-4a4d-aa20-2bff05f4f66f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64be6bc4-3a3e-4a4d-aa20-2bff05f4f66f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2387810060795798430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23878100607957984302387810060795798430238781006079579843023878100607957984302387810060795798430238781006079579843023878100607957984302387810060795798430238781006079579843023878100607957984302387810060795798430238781006079579843023878100607957984302387810060795798430238781006079579843023878100607957984302387810060795798430238781006079579843023878100607957984302387810060795798430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3006c1cd-a28b-4ce2-a899-e90fafed86ae, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d458b67-dcbc-4810-8395-b74c0080e1a8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d458b67-dcbc-4810-8395-b74c0080e1a8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17954918427845811734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795491842784581173417954918427845811734179549184278458117341795491842784581173417954918427845811734179549184278458117341795491842784581173417954918427845811734179549184278458117341795491842784581173417954918427845811734179549184278458117341795491842784581173417954918427845811734179549184278458117341795491842784581173417954918427845811734179549184278458117341795491842784581173417954918427845811734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64be6bc4-3a3e-4a4d-aa20-2bff05f4f66f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d458b67-dcbc-4810-8395-b74c0080e1a8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eb40362-d019-4198-9142-b7bedfca4ce4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eb40362-d019-4198-9142-b7bedfca4ce4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5967929017147022859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59679290171470228595967929017147022859596792901714702285959679290171470228595967929017147022859596792901714702285959679290171470228595967929017147022859596792901714702285959679290171470228595967929017147022859596792901714702285959679290171470228595967929017147022859596792901714702285959679290171470228595967929017147022859596792901714702285959679290171470228595967929017147022859" } } } 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, 21117df7-b14b-4571-8771-8699617d8364, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21117df7-b14b-4571-8771-8699617d8364, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9643328010003823088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96433280100038230889643328010003823088964332801000382308896433280100038230889643328010003823088964332801000382308896433280100038230889643328010003823088964332801000382308896433280100038230889643328010003823088964332801000382308896433280100038230889643328010003823088964332801000382308896433280100038230889643328010003823088964332801000382308896433280100038230889643328010003823088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eb40362-d019-4198-9142-b7bedfca4ce4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21117df7-b14b-4571-8771-8699617d8364, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48d64651-8a97-4e5a-9312-65355075c972, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48d64651-8a97-4e5a-9312-65355075c972, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14223745049868767154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422374504986876715414223745049868767154142237450498687671541422374504986876715414223745049868767154142237450498687671541422374504986876715414223745049868767154142237450498687671541422374504986876715414223745049868767154142237450498687671541422374504986876715414223745049868767154142237450498687671541422374504986876715414223745049868767154142237450498687671541422374504986876715414223745049868767154" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdd049db-180e-4f59-b401-a6c2cf0b3603, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdd049db-180e-4f59-b401-a6c2cf0b3603, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7629281946379060216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76292819463790602167629281946379060216762928194637906021676292819463790602167629281946379060216762928194637906021676292819463790602167629281946379060216762928194637906021676292819463790602167629281946379060216762928194637906021676292819463790602167629281946379060216762928194637906021676292819463790602167629281946379060216762928194637906021676292819463790602167629281946379060216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48d64651-8a97-4e5a-9312-65355075c972, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18a80e47-c3cc-48a5-89e8-14a6bbd4cec1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdd049db-180e-4f59-b401-a6c2cf0b3603, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9804ec6-4103-44f1-82ff-ead350379f38, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18a80e47-c3cc-48a5-89e8-14a6bbd4cec1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4134120834979838420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41341208349798384204134120834979838420413412083497983842041341208349798384204134120834979838420413412083497983842041341208349798384204134120834979838420413412083497983842041341208349798384204134120834979838420413412083497983842041341208349798384204134120834979838420413412083497983842041341208349798384204134120834979838420413412083497983842041341208349798384204134120834979838420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9804ec6-4103-44f1-82ff-ead350379f38, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 780648122618009190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190780648122618009190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18a80e47-c3cc-48a5-89e8-14a6bbd4cec1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9301d9db-10d0-4a56-9ebe-81d575e60bc0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9301d9db-10d0-4a56-9ebe-81d575e60bc0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17010653759378116464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701065375937811646417010653759378116464170106537593781164641701065375937811646417010653759378116464170106537593781164641701065375937811646417010653759378116464170106537593781164641701065375937811646417010653759378116464170106537593781164641701065375937811646417010653759378116464170106537593781164641701065375937811646417010653759378116464170106537593781164641701065375937811646417010653759378116464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9804ec6-4103-44f1-82ff-ead350379f38, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2db65176-e169-4642-aecf-9eba56feebde, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2db65176-e169-4642-aecf-9eba56feebde, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4200532413133054352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42005324131330543524200532413133054352420053241313305435242005324131330543524200532413133054352420053241313305435242005324131330543524200532413133054352420053241313305435242005324131330543524200532413133054352420053241313305435242005324131330543524200532413133054352420053241313305435242005324131330543524200532413133054352420053241313305435242005324131330543524200532413133054352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9301d9db-10d0-4a56-9ebe-81d575e60bc0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36d59aaa-7c1e-44a7-9666-bd3a871f1220, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36d59aaa-7c1e-44a7-9666-bd3a871f1220, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10343033582590193629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034303358259019362910343033582590193629103430335825901936291034303358259019362910343033582590193629103430335825901936291034303358259019362910343033582590193629103430335825901936291034303358259019362910343033582590193629103430335825901936291034303358259019362910343033582590193629103430335825901936291034303358259019362910343033582590193629103430335825901936291034303358259019362910343033582590193629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2db65176-e169-4642-aecf-9eba56feebde, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2869584-c188-4c88-a8b6-b9ead635b745, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2869584-c188-4c88-a8b6-b9ead635b745, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11629501545024509758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162950154502450975811629501545024509758116295015450245097581162950154502450975811629501545024509758116295015450245097581162950154502450975811629501545024509758116295015450245097581162950154502450975811629501545024509758116295015450245097581162950154502450975811629501545024509758116295015450245097581162950154502450975811629501545024509758116295015450245097581162950154502450975811629501545024509758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36d59aaa-7c1e-44a7-9666-bd3a871f1220, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1546d6ac-2123-494b-b9f5-2d0c80028b74, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1546d6ac-2123-494b-b9f5-2d0c80028b74, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4734020869336937787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47340208693369377874734020869336937787473402086933693778747340208693369377874734020869336937787473402086933693778747340208693369377874734020869336937787473402086933693778747340208693369377874734020869336937787473402086933693778747340208693369377874734020869336937787473402086933693778747340208693369377874734020869336937787473402086933693778747340208693369377874734020869336937787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2869584-c188-4c88-a8b6-b9ead635b745, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f79f0a8-b81a-44ac-992f-42a026249c2c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f79f0a8-b81a-44ac-992f-42a026249c2c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12257823353734953008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225782335373495300812257823353734953008122578233537349530081225782335373495300812257823353734953008122578233537349530081225782335373495300812257823353734953008122578233537349530081225782335373495300812257823353734953008122578233537349530081225782335373495300812257823353734953008122578233537349530081225782335373495300812257823353734953008122578233537349530081225782335373495300812257823353734953008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1546d6ac-2123-494b-b9f5-2d0c80028b74, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ed14e4d-1d88-4df1-9be9-aee27a7b7c98, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f79f0a8-b81a-44ac-992f-42a026249c2c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 157ebad5-16e8-438c-8147-368e37b760d0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 157ebad5-16e8-438c-8147-368e37b760d0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2012690650484446776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20126906504844467762012690650484446776201269065048444677620126906504844467762012690650484446776201269065048444677620126906504844467762012690650484446776201269065048444677620126906504844467762012690650484446776201269065048444677620126906504844467762012690650484446776201269065048444677620126906504844467762012690650484446776201269065048444677620126906504844467762012690650484446776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ed14e4d-1d88-4df1-9be9-aee27a7b7c98, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13399940799439537416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339994079943953741613399940799439537416133999407994395374161339994079943953741613399940799439537416133999407994395374161339994079943953741613399940799439537416133999407994395374161339994079943953741613399940799439537416133999407994395374161339994079943953741613399940799439537416133999407994395374161339994079943953741613399940799439537416133999407994395374161339994079943953741613399940799439537416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 157ebad5-16e8-438c-8147-368e37b760d0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ed14e4d-1d88-4df1-9be9-aee27a7b7c98, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c326e5bd-8fac-4efd-aa81-042b4c772b1b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7df013ce-b503-4137-88c5-188b23b11d0a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7df013ce-b503-4137-88c5-188b23b11d0a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6919269590598781520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69192695905987815206919269590598781520691926959059878152069192695905987815206919269590598781520691926959059878152069192695905987815206919269590598781520691926959059878152069192695905987815206919269590598781520691926959059878152069192695905987815206919269590598781520691926959059878152069192695905987815206919269590598781520691926959059878152069192695905987815206919269590598781520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c326e5bd-8fac-4efd-aa81-042b4c772b1b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16195824375691215225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619582437569121522516195824375691215225161958243756912152251619582437569121522516195824375691215225161958243756912152251619582437569121522516195824375691215225161958243756912152251619582437569121522516195824375691215225161958243756912152251619582437569121522516195824375691215225161958243756912152251619582437569121522516195824375691215225161958243756912152251619582437569121522516195824375691215225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c326e5bd-8fac-4efd-aa81-042b4c772b1b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6c6a8f0-d1cc-4d28-8fc6-86ad9cfc32e5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6c6a8f0-d1cc-4d28-8fc6-86ad9cfc32e5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 428919220964284736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736428919220964284736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7df013ce-b503-4137-88c5-188b23b11d0a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89936fe6-22d0-403e-a20d-5aa6a0e3833b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89936fe6-22d0-403e-a20d-5aa6a0e3833b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14805825822042025568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480582582204202556814805825822042025568148058258220420255681480582582204202556814805825822042025568148058258220420255681480582582204202556814805825822042025568148058258220420255681480582582204202556814805825822042025568148058258220420255681480582582204202556814805825822042025568148058258220420255681480582582204202556814805825822042025568148058258220420255681480582582204202556814805825822042025568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6c6a8f0-d1cc-4d28-8fc6-86ad9cfc32e5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89936fe6-22d0-403e-a20d-5aa6a0e3833b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e160c028-1201-4789-8f31-69dca5192680, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e160c028-1201-4789-8f31-69dca5192680, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10168881112624029757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016888111262402975710168881112624029757101688811126240297571016888111262402975710168881112624029757101688811126240297571016888111262402975710168881112624029757101688811126240297571016888111262402975710168881112624029757101688811126240297571016888111262402975710168881112624029757101688811126240297571016888111262402975710168881112624029757101688811126240297571016888111262402975710168881112624029757" } } } 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, 68c069f5-6841-4193-8b72-c4f25e584382, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c069f5-6841-4193-8b72-c4f25e584382, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3100035410498200099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31000354104982000993100035410498200099310003541049820009931000354104982000993100035410498200099310003541049820009931000354104982000993100035410498200099310003541049820009931000354104982000993100035410498200099310003541049820009931000354104982000993100035410498200099310003541049820009931000354104982000993100035410498200099310003541049820009931000354104982000993100035410498200099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e160c028-1201-4789-8f31-69dca5192680, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 436fb054-dd7b-45fb-b7e5-acd4032b355f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 436fb054-dd7b-45fb-b7e5-acd4032b355f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8137233119880039381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81372331198800393818137233119880039381813723311988003938181372331198800393818137233119880039381813723311988003938181372331198800393818137233119880039381813723311988003938181372331198800393818137233119880039381813723311988003938181372331198800393818137233119880039381813723311988003938181372331198800393818137233119880039381813723311988003938181372331198800393818137233119880039381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c069f5-6841-4193-8b72-c4f25e584382, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb7b8060-d18a-4ede-9075-d6dc0312c5a4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb7b8060-d18a-4ede-9075-d6dc0312c5a4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6053169309903362322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60531693099033623226053169309903362322605316930990336232260531693099033623226053169309903362322605316930990336232260531693099033623226053169309903362322605316930990336232260531693099033623226053169309903362322605316930990336232260531693099033623226053169309903362322605316930990336232260531693099033623226053169309903362322605316930990336232260531693099033623226053169309903362322" } } } 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:276 Stopped node localhost:13388/3
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 436fb054-dd7b-45fb-b7e5-acd4032b355f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a5d84de-2ed3-4f69-a83c-1d69bcc1adb1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a5d84de-2ed3-4f69-a83c-1d69bcc1adb1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13505453545039943738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350545354503994373813505453545039943738135054535450399437381350545354503994373813505453545039943738135054535450399437381350545354503994373813505453545039943738135054535450399437381350545354503994373813505453545039943738135054535450399437381350545354503994373813505453545039943738135054535450399437381350545354503994373813505453545039943738135054535450399437381350545354503994373813505453545039943738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb7b8060-d18a-4ede-9075-d6dc0312c5a4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a5d84de-2ed3-4f69-a83c-1d69bcc1adb1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cbbe573-f83f-41b1-adbd-5712c80563c1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cbbe573-f83f-41b1-adbd-5712c80563c1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15539531975787926138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553953197578792613815539531975787926138155395319757879261381553953197578792613815539531975787926138155395319757879261381553953197578792613815539531975787926138155395319757879261381553953197578792613815539531975787926138155395319757879261381553953197578792613815539531975787926138155395319757879261381553953197578792613815539531975787926138155395319757879261381553953197578792613815539531975787926138" } } } 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, 29cec7b4-2e21-4381-b5f5-4b837c5af0bb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29cec7b4-2e21-4381-b5f5-4b837c5af0bb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4153500095875129115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41535000958751291154153500095875129115415350009587512911541535000958751291154153500095875129115415350009587512911541535000958751291154153500095875129115415350009587512911541535000958751291154153500095875129115415350009587512911541535000958751291154153500095875129115415350009587512911541535000958751291154153500095875129115415350009587512911541535000958751291154153500095875129115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cbbe573-f83f-41b1-adbd-5712c80563c1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4884e998-8f32-4c9c-8053-b28325605e54, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4884e998-8f32-4c9c-8053-b28325605e54, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14161772001194127290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416177200119412729014161772001194127290141617720011941272901416177200119412729014161772001194127290141617720011941272901416177200119412729014161772001194127290141617720011941272901416177200119412729014161772001194127290141617720011941272901416177200119412729014161772001194127290141617720011941272901416177200119412729014161772001194127290141617720011941272901416177200119412729014161772001194127290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29cec7b4-2e21-4381-b5f5-4b837c5af0bb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8de151a4-ed11-4990-80db-4be666f3cf05, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8de151a4-ed11-4990-80db-4be666f3cf05, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13808247784344480335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380824778434448033513808247784344480335138082477843444803351380824778434448033513808247784344480335138082477843444803351380824778434448033513808247784344480335138082477843444803351380824778434448033513808247784344480335138082477843444803351380824778434448033513808247784344480335138082477843444803351380824778434448033513808247784344480335138082477843444803351380824778434448033513808247784344480335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4884e998-8f32-4c9c-8053-b28325605e54, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c18a182-03a8-4d18-8a6e-d8b229a33a15, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8de151a4-ed11-4990-80db-4be666f3cf05, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6604fa10-ffbf-4182-96a1-28d36332e510, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c18a182-03a8-4d18-8a6e-d8b229a33a15, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10252196417644964354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025219641764496435410252196417644964354102521964176449643541025219641764496435410252196417644964354102521964176449643541025219641764496435410252196417644964354102521964176449643541025219641764496435410252196417644964354102521964176449643541025219641764496435410252196417644964354102521964176449643541025219641764496435410252196417644964354102521964176449643541025219641764496435410252196417644964354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6604fa10-ffbf-4182-96a1-28d36332e510, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15806254726293652706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580625472629365270615806254726293652706158062547262936527061580625472629365270615806254726293652706158062547262936527061580625472629365270615806254726293652706158062547262936527061580625472629365270615806254726293652706158062547262936527061580625472629365270615806254726293652706158062547262936527061580625472629365270615806254726293652706158062547262936527061580625472629365270615806254726293652706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c18a182-03a8-4d18-8a6e-d8b229a33a15, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01e8628f-2121-44dd-aec3-90ea3f807584, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01e8628f-2121-44dd-aec3-90ea3f807584, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3332055338820771747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33320553388207717473332055338820771747333205533882077174733320553388207717473332055338820771747333205533882077174733320553388207717473332055338820771747333205533882077174733320553388207717473332055338820771747333205533882077174733320553388207717473332055338820771747333205533882077174733320553388207717473332055338820771747333205533882077174733320553388207717473332055338820771747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6604fa10-ffbf-4182-96a1-28d36332e510, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7a1d841-657c-412f-9fc7-95af0b83306c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7a1d841-657c-412f-9fc7-95af0b83306c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9149824953442668105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91498249534426681059149824953442668105914982495344266810591498249534426681059149824953442668105914982495344266810591498249534426681059149824953442668105914982495344266810591498249534426681059149824953442668105914982495344266810591498249534426681059149824953442668105914982495344266810591498249534426681059149824953442668105914982495344266810591498249534426681059149824953442668105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01e8628f-2121-44dd-aec3-90ea3f807584, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 991fdcab-88c6-4f31-ade5-ea7f060e8850, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 991fdcab-88c6-4f31-ade5-ea7f060e8850, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13981935317002293239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398193531700229323913981935317002293239139819353170022932391398193531700229323913981935317002293239139819353170022932391398193531700229323913981935317002293239139819353170022932391398193531700229323913981935317002293239139819353170022932391398193531700229323913981935317002293239139819353170022932391398193531700229323913981935317002293239139819353170022932391398193531700229323913981935317002293239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7a1d841-657c-412f-9fc7-95af0b83306c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2fb7c61-c0ad-4b5a-bccf-648575c59d4d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2fb7c61-c0ad-4b5a-bccf-648575c59d4d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9346937396828359690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93469373968283596909346937396828359690934693739682835969093469373968283596909346937396828359690934693739682835969093469373968283596909346937396828359690934693739682835969093469373968283596909346937396828359690934693739682835969093469373968283596909346937396828359690934693739682835969093469373968283596909346937396828359690934693739682835969093469373968283596909346937396828359690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 991fdcab-88c6-4f31-ade5-ea7f060e8850, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7993ebd9-488b-49b4-9bac-1496f435bdea, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2fb7c61-c0ad-4b5a-bccf-648575c59d4d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf40b319-630c-4282-ad2d-c659ab003cec, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7993ebd9-488b-49b4-9bac-1496f435bdea, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16929426094211872813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692942609421187281316929426094211872813169294260942118728131692942609421187281316929426094211872813169294260942118728131692942609421187281316929426094211872813169294260942118728131692942609421187281316929426094211872813169294260942118728131692942609421187281316929426094211872813169294260942118728131692942609421187281316929426094211872813169294260942118728131692942609421187281316929426094211872813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf40b319-630c-4282-ad2d-c659ab003cec, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12825269623932588107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282526962393258810712825269623932588107128252696239325881071282526962393258810712825269623932588107128252696239325881071282526962393258810712825269623932588107128252696239325881071282526962393258810712825269623932588107128252696239325881071282526962393258810712825269623932588107128252696239325881071282526962393258810712825269623932588107128252696239325881071282526962393258810712825269623932588107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf40b319-630c-4282-ad2d-c659ab003cec, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1fdbe69-e355-4285-b570-6dd9742b49d5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1fdbe69-e355-4285-b570-6dd9742b49d5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10566710512979217499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056671051297921749910566710512979217499105667105129792174991056671051297921749910566710512979217499105667105129792174991056671051297921749910566710512979217499105667105129792174991056671051297921749910566710512979217499105667105129792174991056671051297921749910566710512979217499105667105129792174991056671051297921749910566710512979217499105667105129792174991056671051297921749910566710512979217499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7993ebd9-488b-49b4-9bac-1496f435bdea, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d5507bd-28d6-49bf-b3b8-a4842294e07c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1fdbe69-e355-4285-b570-6dd9742b49d5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d5507bd-28d6-49bf-b3b8-a4842294e07c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2622772474447885698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26227724744478856982622772474447885698262277247444788569826227724744478856982622772474447885698262277247444788569826227724744478856982622772474447885698262277247444788569826227724744478856982622772474447885698262277247444788569826227724744478856982622772474447885698262277247444788569826227724744478856982622772474447885698262277247444788569826227724744478856982622772474447885698" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64262ddc-a183-418f-aecc-eef0348e3477, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64262ddc-a183-418f-aecc-eef0348e3477, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11716626054533264348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171662605453326434811716626054533264348117166260545332643481171662605453326434811716626054533264348117166260545332643481171662605453326434811716626054533264348117166260545332643481171662605453326434811716626054533264348117166260545332643481171662605453326434811716626054533264348117166260545332643481171662605453326434811716626054533264348117166260545332643481171662605453326434811716626054533264348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d5507bd-28d6-49bf-b3b8-a4842294e07c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08a81caf-ef88-4420-8fe6-88a471572646, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08a81caf-ef88-4420-8fe6-88a471572646, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17212880644843958954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721288064484395895417212880644843958954172128806448439589541721288064484395895417212880644843958954172128806448439589541721288064484395895417212880644843958954172128806448439589541721288064484395895417212880644843958954172128806448439589541721288064484395895417212880644843958954172128806448439589541721288064484395895417212880644843958954172128806448439589541721288064484395895417212880644843958954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64262ddc-a183-418f-aecc-eef0348e3477, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63098868-25cd-49a7-8d1e-68b5a322ad31, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63098868-25cd-49a7-8d1e-68b5a322ad31, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10459217223341253386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045921722334125338610459217223341253386104592172233412533861045921722334125338610459217223341253386104592172233412533861045921722334125338610459217223341253386104592172233412533861045921722334125338610459217223341253386104592172233412533861045921722334125338610459217223341253386104592172233412533861045921722334125338610459217223341253386104592172233412533861045921722334125338610459217223341253386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08a81caf-ef88-4420-8fe6-88a471572646, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3a43995-9503-48bf-ad67-ea835ccdc592, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63098868-25cd-49a7-8d1e-68b5a322ad31, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3a43995-9503-48bf-ad67-ea835ccdc592, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3390917199363073057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33909171993630730573390917199363073057339091719936307305733909171993630730573390917199363073057339091719936307305733909171993630730573390917199363073057339091719936307305733909171993630730573390917199363073057339091719936307305733909171993630730573390917199363073057339091719936307305733909171993630730573390917199363073057339091719936307305733909171993630730573390917199363073057" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56b3d584-e7b8-4690-b6d7-715229ae852e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56b3d584-e7b8-4690-b6d7-715229ae852e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14966275932606450856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496627593260645085614966275932606450856149662759326064508561496627593260645085614966275932606450856149662759326064508561496627593260645085614966275932606450856149662759326064508561496627593260645085614966275932606450856149662759326064508561496627593260645085614966275932606450856149662759326064508561496627593260645085614966275932606450856149662759326064508561496627593260645085614966275932606450856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3a43995-9503-48bf-ad67-ea835ccdc592, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7cdd618-b435-4b83-b835-7ecb14568c54, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7cdd618-b435-4b83-b835-7ecb14568c54, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5983737666712188615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59837376667121886155983737666712188615598373766671218861559837376667121886155983737666712188615598373766671218861559837376667121886155983737666712188615598373766671218861559837376667121886155983737666712188615598373766671218861559837376667121886155983737666712188615598373766671218861559837376667121886155983737666712188615598373766671218861559837376667121886155983737666712188615" } } } 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:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_5me_jhmr.log --grpc-port=13388 --mon-port=23334 --ic-port=11356 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56b3d584-e7b8-4690-b6d7-715229ae852e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7cdd618-b435-4b83-b835-7ecb14568c54, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_5me_jhmr.log', '--grpc-port=13388', '--mon-port=23334', '--ic-port=11356', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3' (no wait)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddad2b37-a1c4-4c8a-9c77-737c40f1751d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddad2b37-a1c4-4c8a-9c77-737c40f1751d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2575640255277817946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25756402552778179462575640255277817946257564025527781794625756402552778179462575640255277817946257564025527781794625756402552778179462575640255277817946257564025527781794625756402552778179462575640255277817946257564025527781794625756402552778179462575640255277817946257564025527781794625756402552778179462575640255277817946257564025527781794625756402552778179462575640255277817946" } } } 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, 1a6edca7-2eb2-4aee-9a2c-c2bf4ab5a453, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a6edca7-2eb2-4aee-9a2c-c2bf4ab5a453, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5727351655721644172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57273516557216441725727351655721644172572735165572164417257273516557216441725727351655721644172572735165572164417257273516557216441725727351655721644172572735165572164417257273516557216441725727351655721644172572735165572164417257273516557216441725727351655721644172572735165572164417257273516557216441725727351655721644172572735165572164417257273516557216441725727351655721644172" } } } 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: 1453387
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:13388/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddad2b37-a1c4-4c8a-9c77-737c40f1751d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ba18800-255d-4223-aa84-77366fac882a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ba18800-255d-4223-aa84-77366fac882a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1563579567339798211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15635795673397982111563579567339798211156357956733979821115635795673397982111563579567339798211156357956733979821115635795673397982111563579567339798211156357956733979821115635795673397982111563579567339798211156357956733979821115635795673397982111563579567339798211156357956733979821115635795673397982111563579567339798211156357956733979821115635795673397982111563579567339798211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a6edca7-2eb2-4aee-9a2c-c2bf4ab5a453, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50c66c98-5d33-4ebd-850c-763900dd0bd8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50c66c98-5d33-4ebd-850c-763900dd0bd8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11295357228440457737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129535722844045773711295357228440457737112953572284404577371129535722844045773711295357228440457737112953572284404577371129535722844045773711295357228440457737112953572284404577371129535722844045773711295357228440457737112953572284404577371129535722844045773711295357228440457737112953572284404577371129535722844045773711295357228440457737112953572284404577371129535722844045773711295357228440457737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ba18800-255d-4223-aa84-77366fac882a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ya.test:process.py:628 Command pid: 1453392
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c721bc2f-05d0-41f4-ade4-2da06b888217, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c721bc2f-05d0-41f4-ade4-2da06b888217, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 747891062435893663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663747891062435893663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50c66c98-5d33-4ebd-850c-763900dd0bd8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f0eda18-3a35-4cb6-8301-c43e22035b96, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f0eda18-3a35-4cb6-8301-c43e22035b96, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9862610191888430612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98626101918884306129862610191888430612986261019188843061298626101918884306129862610191888430612986261019188843061298626101918884306129862610191888430612986261019188843061298626101918884306129862610191888430612986261019188843061298626101918884306129862610191888430612986261019188843061298626101918884306129862610191888430612986261019188843061298626101918884306129862610191888430612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c721bc2f-05d0-41f4-ade4-2da06b888217, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca0056b5-30a9-4253-8017-a5ce9d68472e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f0eda18-3a35-4cb6-8301-c43e22035b96, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca0056b5-30a9-4253-8017-a5ce9d68472e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3632621979996394004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36326219799963940043632621979996394004363262197999639400436326219799963940043632621979996394004363262197999639400436326219799963940043632621979996394004363262197999639400436326219799963940043632621979996394004363262197999639400436326219799963940043632621979996394004363262197999639400436326219799963940043632621979996394004363262197999639400436326219799963940043632621979996394004" } } } 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 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0477934e-11e8-4f5b-8ea0-bf3c8c1db5e3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0477934e-11e8-4f5b-8ea0-bf3c8c1db5e3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2815789482877976947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28157894828779769472815789482877976947281578948287797694728157894828779769472815789482877976947281578948287797694728157894828779769472815789482877976947281578948287797694728157894828779769472815789482877976947281578948287797694728157894828779769472815789482877976947281578948287797694728157894828779769472815789482877976947281578948287797694728157894828779769472815789482877976947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca0056b5-30a9-4253-8017-a5ce9d68472e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0477934e-11e8-4f5b-8ea0-bf3c8c1db5e3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a45f10e5-aa18-4017-a5b3-554d2a0403aa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a45f10e5-aa18-4017-a5b3-554d2a0403aa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8736136278057391029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87361362780573910298736136278057391029873613627805739102987361362780573910298736136278057391029873613627805739102987361362780573910298736136278057391029873613627805739102987361362780573910298736136278057391029873613627805739102987361362780573910298736136278057391029873613627805739102987361362780573910298736136278057391029873613627805739102987361362780573910298736136278057391029" } } } 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 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14469cd5-509c-47b5-a3e5-6736c519b2fe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14469cd5-509c-47b5-a3e5-6736c519b2fe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2390759249194772688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23907592491947726882390759249194772688239075924919477268823907592491947726882390759249194772688239075924919477268823907592491947726882390759249194772688239075924919477268823907592491947726882390759249194772688239075924919477268823907592491947726882390759249194772688239075924919477268823907592491947726882390759249194772688239075924919477268823907592491947726882390759249194772688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a45f10e5-aa18-4017-a5b3-554d2a0403aa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27294796-bce2-4853-b248-771e96bc8f66, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14469cd5-509c-47b5-a3e5-6736c519b2fe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27294796-bce2-4853-b248-771e96bc8f66, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15426845109064991538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542684510906499153815426845109064991538154268451090649915381542684510906499153815426845109064991538154268451090649915381542684510906499153815426845109064991538154268451090649915381542684510906499153815426845109064991538154268451090649915381542684510906499153815426845109064991538154268451090649915381542684510906499153815426845109064991538154268451090649915381542684510906499153815426845109064991538" } } } 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, d9d3ec16-f6ef-48f9-9992-9a87a9e72022, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27294796-bce2-4853-b248-771e96bc8f66, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9d3ec16-f6ef-48f9-9992-9a87a9e72022, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15813864134540523023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581386413454052302315813864134540523023158138641345405230231581386413454052302315813864134540523023158138641345405230231581386413454052302315813864134540523023158138641345405230231581386413454052302315813864134540523023158138641345405230231581386413454052302315813864134540523023158138641345405230231581386413454052302315813864134540523023158138641345405230231581386413454052302315813864134540523023" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80a7ab2b-c562-495a-bd03-7a77c58297c4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9d3ec16-f6ef-48f9-9992-9a87a9e72022, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80a7ab2b-c562-495a-bd03-7a77c58297c4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12262960914184586420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226296091418458642012262960914184586420122629609141845864201226296091418458642012262960914184586420122629609141845864201226296091418458642012262960914184586420122629609141845864201226296091418458642012262960914184586420122629609141845864201226296091418458642012262960914184586420122629609141845864201226296091418458642012262960914184586420122629609141845864201226296091418458642012262960914184586420" } } } 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 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91b2c412-b3c4-4371-b846-8653d33887cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80a7ab2b-c562-495a-bd03-7a77c58297c4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 634edff1-273b-4aab-a20f-8340fd3ffff9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 634edff1-273b-4aab-a20f-8340fd3ffff9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11431877724794057937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143187772479405793711431877724794057937114318777247940579371143187772479405793711431877724794057937114318777247940579371143187772479405793711431877724794057937114318777247940579371143187772479405793711431877724794057937114318777247940579371143187772479405793711431877724794057937114318777247940579371143187772479405793711431877724794057937114318777247940579371143187772479405793711431877724794057937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91b2c412-b3c4-4371-b846-8653d33887cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2951279481765295027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29512794817652950272951279481765295027295127948176529502729512794817652950272951279481765295027295127948176529502729512794817652950272951279481765295027295127948176529502729512794817652950272951279481765295027295127948176529502729512794817652950272951279481765295027295127948176529502729512794817652950272951279481765295027295127948176529502729512794817652950272951279481765295027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91b2c412-b3c4-4371-b846-8653d33887cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 634edff1-273b-4aab-a20f-8340fd3ffff9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f42a6afb-d27e-40ba-8ea1-dd527682b1d1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2da6657-7b15-426a-8710-59ebb304dd3f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f42a6afb-d27e-40ba-8ea1-dd527682b1d1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 927502129495376340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340927502129495376340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2da6657-7b15-426a-8710-59ebb304dd3f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13129280552741609156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312928055274160915613129280552741609156131292805527416091561312928055274160915613129280552741609156131292805527416091561312928055274160915613129280552741609156131292805527416091561312928055274160915613129280552741609156131292805527416091561312928055274160915613129280552741609156131292805527416091561312928055274160915613129280552741609156131292805527416091561312928055274160915613129280552741609156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f42a6afb-d27e-40ba-8ea1-dd527682b1d1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77153996-ac9b-4871-a8f4-16486bcf175b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77153996-ac9b-4871-a8f4-16486bcf175b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7951871681536867121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79518716815368671217951871681536867121795187168153686712179518716815368671217951871681536867121795187168153686712179518716815368671217951871681536867121795187168153686712179518716815368671217951871681536867121795187168153686712179518716815368671217951871681536867121795187168153686712179518716815368671217951871681536867121795187168153686712179518716815368671217951871681536867121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2da6657-7b15-426a-8710-59ebb304dd3f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35e703a1-4145-4f46-8e99-39c92d42b504, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35e703a1-4145-4f46-8e99-39c92d42b504, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12108054927249194181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210805492724919418112108054927249194181121080549272491941811210805492724919418112108054927249194181121080549272491941811210805492724919418112108054927249194181121080549272491941811210805492724919418112108054927249194181121080549272491941811210805492724919418112108054927249194181121080549272491941811210805492724919418112108054927249194181121080549272491941811210805492724919418112108054927249194181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77153996-ac9b-4871-a8f4-16486bcf175b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b8fd462-aa84-4af1-a199-05bc57313fbf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b8fd462-aa84-4af1-a199-05bc57313fbf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17089738136664222199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708973813666422219917089738136664222199170897381366642221991708973813666422219917089738136664222199170897381366642221991708973813666422219917089738136664222199170897381366642221991708973813666422219917089738136664222199170897381366642221991708973813666422219917089738136664222199170897381366642221991708973813666422219917089738136664222199170897381366642221991708973813666422219917089738136664222199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35e703a1-4145-4f46-8e99-39c92d42b504, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6090331-ecd7-489a-9eda-40b22d3bce99, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6090331-ecd7-489a-9eda-40b22d3bce99, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8290502494955492417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82905024949554924178290502494955492417829050249495549241782905024949554924178290502494955492417829050249495549241782905024949554924178290502494955492417829050249495549241782905024949554924178290502494955492417829050249495549241782905024949554924178290502494955492417829050249495549241782905024949554924178290502494955492417829050249495549241782905024949554924178290502494955492417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b8fd462-aa84-4af1-a199-05bc57313fbf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6090331-ecd7-489a-9eda-40b22d3bce99, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72282389-d31e-4440-8cb6-181edd93ebc7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72282389-d31e-4440-8cb6-181edd93ebc7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11553451491030831225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155345149103083122511553451491030831225115534514910308312251155345149103083122511553451491030831225115534514910308312251155345149103083122511553451491030831225115534514910308312251155345149103083122511553451491030831225115534514910308312251155345149103083122511553451491030831225115534514910308312251155345149103083122511553451491030831225115534514910308312251155345149103083122511553451491030831225" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72282389-d31e-4440-8cb6-181edd93ebc7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37e9eeef-39d7-478a-b184-d72ced5b333d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37e9eeef-39d7-478a-b184-d72ced5b333d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1693745445368927713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16937454453689277131693745445368927713169374544536892771316937454453689277131693745445368927713169374544536892771316937454453689277131693745445368927713169374544536892771316937454453689277131693745445368927713169374544536892771316937454453689277131693745445368927713169374544536892771316937454453689277131693745445368927713169374544536892771316937454453689277131693745445368927713" } } } 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, 2d27302d-83f6-4bee-b836-233b43a733e6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d27302d-83f6-4bee-b836-233b43a733e6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 660170176753976700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700660170176753976700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37e9eeef-39d7-478a-b184-d72ced5b333d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d711d2e-b3df-4f06-be77-bdb3f59f8de4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d711d2e-b3df-4f06-be77-bdb3f59f8de4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15319618098746958565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531961809874695856515319618098746958565153196180987469585651531961809874695856515319618098746958565153196180987469585651531961809874695856515319618098746958565153196180987469585651531961809874695856515319618098746958565153196180987469585651531961809874695856515319618098746958565153196180987469585651531961809874695856515319618098746958565153196180987469585651531961809874695856515319618098746958565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d27302d-83f6-4bee-b836-233b43a733e6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e843fa63-2912-4223-bef4-533c444cbbf8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e843fa63-2912-4223-bef4-533c444cbbf8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2847839027971765559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28478390279717655592847839027971765559284783902797176555928478390279717655592847839027971765559284783902797176555928478390279717655592847839027971765559284783902797176555928478390279717655592847839027971765559284783902797176555928478390279717655592847839027971765559284783902797176555928478390279717655592847839027971765559284783902797176555928478390279717655592847839027971765559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d711d2e-b3df-4f06-be77-bdb3f59f8de4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af69de34-de27-4ab0-9b7d-3982926637fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af69de34-de27-4ab0-9b7d-3982926637fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1118509905943464153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11185099059434641531118509905943464153111850990594346415311185099059434641531118509905943464153111850990594346415311185099059434641531118509905943464153111850990594346415311185099059434641531118509905943464153111850990594346415311185099059434641531118509905943464153111850990594346415311185099059434641531118509905943464153111850990594346415311185099059434641531118509905943464153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e843fa63-2912-4223-bef4-533c444cbbf8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4fb46ae-7dd3-4935-ab33-372bc81be11d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4fb46ae-7dd3-4935-ab33-372bc81be11d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15369460057922748533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536946005792274853315369460057922748533153694600579227485331536946005792274853315369460057922748533153694600579227485331536946005792274853315369460057922748533153694600579227485331536946005792274853315369460057922748533153694600579227485331536946005792274853315369460057922748533153694600579227485331536946005792274853315369460057922748533153694600579227485331536946005792274853315369460057922748533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af69de34-de27-4ab0-9b7d-3982926637fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcf02d9d-22b5-4d76-9085-25f2be98c186, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcf02d9d-22b5-4d76-9085-25f2be98c186, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9970999331417330491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99709993314173304919970999331417330491997099933141733049199709993314173304919970999331417330491997099933141733049199709993314173304919970999331417330491997099933141733049199709993314173304919970999331417330491997099933141733049199709993314173304919970999331417330491997099933141733049199709993314173304919970999331417330491997099933141733049199709993314173304919970999331417330491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4fb46ae-7dd3-4935-ab33-372bc81be11d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 113697f4-c72c-4514-b1ed-d2c6cb56f92c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 113697f4-c72c-4514-b1ed-d2c6cb56f92c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3801935899619758437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38019358996197584373801935899619758437380193589961975843738019358996197584373801935899619758437380193589961975843738019358996197584373801935899619758437380193589961975843738019358996197584373801935899619758437380193589961975843738019358996197584373801935899619758437380193589961975843738019358996197584373801935899619758437380193589961975843738019358996197584373801935899619758437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcf02d9d-22b5-4d76-9085-25f2be98c186, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb9140a7-ebe5-4b8f-8391-cf7b6558bc7e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb9140a7-ebe5-4b8f-8391-cf7b6558bc7e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7371890523831481697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73718905238314816977371890523831481697737189052383148169773718905238314816977371890523831481697737189052383148169773718905238314816977371890523831481697737189052383148169773718905238314816977371890523831481697737189052383148169773718905238314816977371890523831481697737189052383148169773718905238314816977371890523831481697737189052383148169773718905238314816977371890523831481697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 113697f4-c72c-4514-b1ed-d2c6cb56f92c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7f0fb1d-84f3-4028-81cc-142777f10aab, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7f0fb1d-84f3-4028-81cc-142777f10aab, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6871369002422392464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68713690024223924646871369002422392464687136900242239246468713690024223924646871369002422392464687136900242239246468713690024223924646871369002422392464687136900242239246468713690024223924646871369002422392464687136900242239246468713690024223924646871369002422392464687136900242239246468713690024223924646871369002422392464687136900242239246468713690024223924646871369002422392464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb9140a7-ebe5-4b8f-8391-cf7b6558bc7e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3a6a971-4103-4242-8774-9182bd6f48c2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3a6a971-4103-4242-8774-9182bd6f48c2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4664199829163375210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46641998291633752104664199829163375210466419982916337521046641998291633752104664199829163375210466419982916337521046641998291633752104664199829163375210466419982916337521046641998291633752104664199829163375210466419982916337521046641998291633752104664199829163375210466419982916337521046641998291633752104664199829163375210466419982916337521046641998291633752104664199829163375210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7f0fb1d-84f3-4028-81cc-142777f10aab, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9c14d83-6b77-4ef1-b6eb-293ae46b7a5f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c14d83-6b77-4ef1-b6eb-293ae46b7a5f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4620734569491639241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46207345694916392414620734569491639241462073456949163924146207345694916392414620734569491639241462073456949163924146207345694916392414620734569491639241462073456949163924146207345694916392414620734569491639241462073456949163924146207345694916392414620734569491639241462073456949163924146207345694916392414620734569491639241462073456949163924146207345694916392414620734569491639241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3a6a971-4103-4242-8774-9182bd6f48c2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c14d83-6b77-4ef1-b6eb-293ae46b7a5f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7891e38-1bb7-4426-936f-a3b6d6b95180, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7891e38-1bb7-4426-936f-a3b6d6b95180, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13034220246908592787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303422024690859278713034220246908592787130342202469085927871303422024690859278713034220246908592787130342202469085927871303422024690859278713034220246908592787130342202469085927871303422024690859278713034220246908592787130342202469085927871303422024690859278713034220246908592787130342202469085927871303422024690859278713034220246908592787130342202469085927871303422024690859278713034220246908592787" } } } 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 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 081b3113-e6de-427b-9b14-36c0a20903cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 081b3113-e6de-427b-9b14-36c0a20903cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18021355803470717680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802135580347071768018021355803470717680180213558034707176801802135580347071768018021355803470717680180213558034707176801802135580347071768018021355803470717680180213558034707176801802135580347071768018021355803470717680180213558034707176801802135580347071768018021355803470717680180213558034707176801802135580347071768018021355803470717680180213558034707176801802135580347071768018021355803470717680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7891e38-1bb7-4426-936f-a3b6d6b95180, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c859b9b-b041-4a6a-b54a-dcbf446535d9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 081b3113-e6de-427b-9b14-36c0a20903cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8c8e134-26c9-41eb-9a48-33157dce4820, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c859b9b-b041-4a6a-b54a-dcbf446535d9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1048412784427727454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10484127844277274541048412784427727454104841278442772745410484127844277274541048412784427727454104841278442772745410484127844277274541048412784427727454104841278442772745410484127844277274541048412784427727454104841278442772745410484127844277274541048412784427727454104841278442772745410484127844277274541048412784427727454104841278442772745410484127844277274541048412784427727454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8c8e134-26c9-41eb-9a48-33157dce4820, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15082351244208648040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508235124420864804015082351244208648040150823512442086480401508235124420864804015082351244208648040150823512442086480401508235124420864804015082351244208648040150823512442086480401508235124420864804015082351244208648040150823512442086480401508235124420864804015082351244208648040150823512442086480401508235124420864804015082351244208648040150823512442086480401508235124420864804015082351244208648040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c859b9b-b041-4a6a-b54a-dcbf446535d9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc20db6f-3b6a-4ea5-9285-61d082f38b62, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc20db6f-3b6a-4ea5-9285-61d082f38b62, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5787930019446935770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57879300194469357705787930019446935770578793001944693577057879300194469357705787930019446935770578793001944693577057879300194469357705787930019446935770578793001944693577057879300194469357705787930019446935770578793001944693577057879300194469357705787930019446935770578793001944693577057879300194469357705787930019446935770578793001944693577057879300194469357705787930019446935770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8c8e134-26c9-41eb-9a48-33157dce4820, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7928c8d9-c5df-4909-9e2b-ac65173db38c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc20db6f-3b6a-4ea5-9285-61d082f38b62, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7928c8d9-c5df-4909-9e2b-ac65173db38c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17374173952244401131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737417395224440113117374173952244401131173741739522444011311737417395224440113117374173952244401131173741739522444011311737417395224440113117374173952244401131173741739522444011311737417395224440113117374173952244401131173741739522444011311737417395224440113117374173952244401131173741739522444011311737417395224440113117374173952244401131173741739522444011311737417395224440113117374173952244401131" } } } 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, f05a1025-2869-4137-b5f9-dfab957cf373, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f05a1025-2869-4137-b5f9-dfab957cf373, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4971649772638750697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49716497726387506974971649772638750697497164977263875069749716497726387506974971649772638750697497164977263875069749716497726387506974971649772638750697497164977263875069749716497726387506974971649772638750697497164977263875069749716497726387506974971649772638750697497164977263875069749716497726387506974971649772638750697497164977263875069749716497726387506974971649772638750697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7928c8d9-c5df-4909-9e2b-ac65173db38c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e37f1dd-2301-45a2-b995-16535342c878, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e37f1dd-2301-45a2-b995-16535342c878, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10555127481959177830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055512748195917783010555127481959177830105551274819591778301055512748195917783010555127481959177830105551274819591778301055512748195917783010555127481959177830105551274819591778301055512748195917783010555127481959177830105551274819591778301055512748195917783010555127481959177830105551274819591778301055512748195917783010555127481959177830105551274819591778301055512748195917783010555127481959177830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f05a1025-2869-4137-b5f9-dfab957cf373, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c4eeec0-a16e-4e14-89f9-2d2c7e5126c3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e37f1dd-2301-45a2-b995-16535342c878, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c4eeec0-a16e-4e14-89f9-2d2c7e5126c3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6888754474141139165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68887544741411391656888754474141139165688875447414113916568887544741411391656888754474141139165688875447414113916568887544741411391656888754474141139165688875447414113916568887544741411391656888754474141139165688875447414113916568887544741411391656888754474141139165688875447414113916568887544741411391656888754474141139165688875447414113916568887544741411391656888754474141139165" } } } 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 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0066f267-5d94-4119-89ef-16af0ff8bee4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c4eeec0-a16e-4e14-89f9-2d2c7e5126c3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e749846-cf5b-4e92-8c5f-bc87692cf8e8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0066f267-5d94-4119-89ef-16af0ff8bee4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12270256217020908900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227025621702090890012270256217020908900122702562170209089001227025621702090890012270256217020908900122702562170209089001227025621702090890012270256217020908900122702562170209089001227025621702090890012270256217020908900122702562170209089001227025621702090890012270256217020908900122702562170209089001227025621702090890012270256217020908900122702562170209089001227025621702090890012270256217020908900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e749846-cf5b-4e92-8c5f-bc87692cf8e8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10937206707182507556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093720670718250755610937206707182507556109372067071825075561093720670718250755610937206707182507556109372067071825075561093720670718250755610937206707182507556109372067071825075561093720670718250755610937206707182507556109372067071825075561093720670718250755610937206707182507556109372067071825075561093720670718250755610937206707182507556109372067071825075561093720670718250755610937206707182507556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0066f267-5d94-4119-89ef-16af0ff8bee4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e749846-cf5b-4e92-8c5f-bc87692cf8e8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 421b7257-9f51-4a06-bb75-6b6df60f768b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 421b7257-9f51-4a06-bb75-6b6df60f768b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9266925544011794606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92669255440117946069266925544011794606926692554401179460692669255440117946069266925544011794606926692554401179460692669255440117946069266925544011794606926692554401179460692669255440117946069266925544011794606926692554401179460692669255440117946069266925544011794606926692554401179460692669255440117946069266925544011794606926692554401179460692669255440117946069266925544011794606" } } } 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, e23586f1-5d9b-49f8-867c-d4c022b68140, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e23586f1-5d9b-49f8-867c-d4c022b68140, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1381415590734878301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13814155907348783011381415590734878301138141559073487830113814155907348783011381415590734878301138141559073487830113814155907348783011381415590734878301138141559073487830113814155907348783011381415590734878301138141559073487830113814155907348783011381415590734878301138141559073487830113814155907348783011381415590734878301138141559073487830113814155907348783011381415590734878301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 421b7257-9f51-4a06-bb75-6b6df60f768b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26bb6ab0-803e-4dc6-a4b0-aa63e267b4d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26bb6ab0-803e-4dc6-a4b0-aa63e267b4d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12073574930541495836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207357493054149583612073574930541495836120735749305414958361207357493054149583612073574930541495836120735749305414958361207357493054149583612073574930541495836120735749305414958361207357493054149583612073574930541495836120735749305414958361207357493054149583612073574930541495836120735749305414958361207357493054149583612073574930541495836120735749305414958361207357493054149583612073574930541495836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e23586f1-5d9b-49f8-867c-d4c022b68140, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26bb6ab0-803e-4dc6-a4b0-aa63e267b4d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1441a012-03bb-4158-a844-63f6b5aaaa02, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1486c613-f69e-42bb-9f3b-72b085d1fd4c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1486c613-f69e-42bb-9f3b-72b085d1fd4c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 780889156488219003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003780889156488219003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1441a012-03bb-4158-a844-63f6b5aaaa02, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13836824051803980360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383682405180398036013836824051803980360138368240518039803601383682405180398036013836824051803980360138368240518039803601383682405180398036013836824051803980360138368240518039803601383682405180398036013836824051803980360138368240518039803601383682405180398036013836824051803980360138368240518039803601383682405180398036013836824051803980360138368240518039803601383682405180398036013836824051803980360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1486c613-f69e-42bb-9f3b-72b085d1fd4c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1441a012-03bb-4158-a844-63f6b5aaaa02, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ee12ae4-7cbb-4e68-a459-eedacbeb86a4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ee12ae4-7cbb-4e68-a459-eedacbeb86a4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12985799591519151583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298579959151915158312985799591519151583129857995915191515831298579959151915158312985799591519151583129857995915191515831298579959151915158312985799591519151583129857995915191515831298579959151915158312985799591519151583129857995915191515831298579959151915158312985799591519151583129857995915191515831298579959151915158312985799591519151583129857995915191515831298579959151915158312985799591519151583" } } } 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 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc600959-2e73-40a6-97a2-50c23360a43d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc600959-2e73-40a6-97a2-50c23360a43d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11944601321360558497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194460132136055849711944601321360558497119446013213605584971194460132136055849711944601321360558497119446013213605584971194460132136055849711944601321360558497119446013213605584971194460132136055849711944601321360558497119446013213605584971194460132136055849711944601321360558497119446013213605584971194460132136055849711944601321360558497119446013213605584971194460132136055849711944601321360558497" } } } 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 1453392) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1453392) elapsed time (sec): 2.831291913986206
DEBUG    ya.test:process.py:263 Command (pid 1453392) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453392) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1453392) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453392) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1453392) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1453392) maxrss: 816252
DEBUG    ya.test:process.py:263 Command (pid 1453392) minflt: 45312
DEBUG    ya.test:process.py:263 Command (pid 1453392) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1453392) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1453392) nivcsw: 302
DEBUG    ya.test:process.py:263 Command (pid 1453392) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1453392) nswap: 0
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc600959-2e73-40a6-97a2-50c23360a43d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ee12ae4-7cbb-4e68-a459-eedacbeb86a4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ya.test:process.py:263 Command (pid 1453392) nvcsw: 15
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ya.test:process.py:263 Command (pid 1453392) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1453392) stime: 0.189635
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7ef368d-f2cc-4a9d-93b0-241678096bff, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7ef368d-f2cc-4a9d-93b0-241678096bff, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10809655685849624769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080965568584962476910809655685849624769108096556858496247691080965568584962476910809655685849624769108096556858496247691080965568584962476910809655685849624769108096556858496247691080965568584962476910809655685849624769108096556858496247691080965568584962476910809655685849624769108096556858496247691080965568584962476910809655685849624769108096556858496247691080965568584962476910809655685849624769" } } } 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 1453392) utime: 0.5953069999999999
DEBUG    ya.test:process.py:263 Command (pid 1453392) wtime: 2.861
DEBUG    ya.test:process.py:275 Command (pid 1453392) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7ef368d-f2cc-4a9d-93b0-241678096bff, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7c1a850-c31c-4a03-aa12-27afd5b08841, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b177afb1-1ddf-4c28-8dfc-06778b2c5a5f, ghrun-pubjovggeu.auto.internal:3103): creating call state
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 3 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7c1a850-c31c-4a03-aa12-27afd5b08841, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 663972449964108405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405663972449964108405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b177afb1-1ddf-4c28-8dfc-06778b2c5a5f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=ZmU5YmEwMTAtZjIzODc0ZC1kYWY4MGJhMC02YzYzMTdjYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5368718864879211233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53687188648792112335368718864879211233536871886487921123353687188648792112335368718864879211233536871886487921123353687188648792112335368718864879211233536871886487921123353687188648792112335368718864879211233536871886487921123353687188648792112335368718864879211233536871886487921123353687188648792112335368718864879211233536871886487921123353687188648792112335368718864879211233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7c1a850-c31c-4a03-aa12-27afd5b08841, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becc60130>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1becc60130>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1becc60130> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, e8da8cb7-12bf-4ca9-aa9a-b78b8e8407ce, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, e8da8cb7-12bf-4ca9-aa9a-b78b8e8407ce, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=YjYzYzAzZGUtYzBhZDgyMzMtYjRmODEyMTAtMTgwYWNmYTc=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b177afb1-1ddf-4c28-8dfc-06778b2c5a5f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=e0b7fa0a-f7e04c25-dedae46b-eface992" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, e8da8cb7-12bf-4ca9-aa9a-b78b8e8407ce, ghrun-pubjovggeu.auto.internal:3103): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, e8da8cb7-12bf-4ca9-aa9a-b78b8e8407ce, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, e8da8cb7-12bf-4ca9-aa9a-b78b8e8407ce, ghrun-pubjovggeu.auto.internal:3103): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c1becc60130>
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 0x7c1bee38d530 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 0x7c1bee38ec30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee38ec30>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 2f467905-c8db-4d3a-9399-0e10cf8c3d88, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2f467905-c8db-4d3a-9399-0e10cf8c3d88, ghrun-pubjovggeu.auto.internal:3103): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 2f467905-c8db-4d3a-9399-0e10cf8c3d88, ghrun-pubjovggeu.auto.internal:3103): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 2f467905-c8db-4d3a-9399-0e10cf8c3d88, ghrun-pubjovggeu.auto.internal:3103): 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-21T17:07:24.961281835+00:00"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 2f467905-c8db-4d3a-9399-0e10cf8c3d88, ghrun-pubjovggeu.auto.internal:3103): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-pubjovggeu.auto.internal:3103
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-21T17:07:24.961281835+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.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1beedba330>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1beedba330>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1beedba330> 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 0x7c1beedba330> replacement.
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7c1bee393cf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee393cf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 89cf6f59-a9d7-49a0-aa95-b543673986cf, localhost:24702): creating call state
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.connection:connection.py:63 RpcState(ListEndpoints, 89cf6f59-a9d7-49a0-aa95-b543673986cf, localhost:24702): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c1beedba330>
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 0x7c1bee39be70 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 0x7c1bee3acb30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee3acb30>
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.connection:connection.py:52 RpcState(ListEndpoints, 89cf6f59-a9d7-49a0-aa95-b543673986cf, localhost:24702): 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:24702". 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:24702
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, 75ec75c2-a576-449c-a883-15107dc34688, localhost:24702): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 75ec75c2-a576-449c-a883-15107dc34688, localhost:24702): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 75ec75c2-a576-449c-a883-15107dc34688, localhost:24702): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pubjovggeu.auto.internal" port: 13388 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-pubjovggeu.auto.internal:13388, 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:24702
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee38ec30>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 5d3e7d90-5cdf-4ef7-ad35-81374ef1c464, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5d3e7d90-5cdf-4ef7-ad35-81374ef1c464, ghrun-pubjovggeu.auto.internal:13388): 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 0x7c1bee393cf0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 77d175ed-0f94-4b15-906e-41c9ebaf1401, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 77d175ed-0f94-4b15-906e-41c9ebaf1401, ghrun-pubjovggeu.auto.internal:13388): 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 0x7c1bee3acb30>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, f9c0f73c-4982-4384-b2fc-4f2e3ffa6bdb, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f9c0f73c-4982-4384-b2fc-4f2e3ffa6bdb, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1bee38d530 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1bee39be70 state=pending>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 5d3e7d90-5cdf-4ef7-ad35-81374ef1c464, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 5d3e7d90-5cdf-4ef7-ad35-81374ef1c464, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:30.560086016+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 0x7c1bee38ec30>
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 0x7c1bee38ec30>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bee38ec30> is no longer active. Current active count 2.
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 0x7c1bee3eda30 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 0x7c1bee3f2670>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee3f2670>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 08a22028-00e1-42d5-8478-36de08505c4d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 08a22028-00e1-42d5-8478-36de08505c4d, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 77d175ed-0f94-4b15-906e-41c9ebaf1401, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 77d175ed-0f94-4b15-906e-41c9ebaf1401, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:30.650139844+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 0x7c1bee393cf0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, ee6728fa-17c2-4484-8c04-c36d60d838d5, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ee6728fa-17c2-4484-8c04-c36d60d838d5, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, f9c0f73c-4982-4384-b2fc-4f2e3ffa6bdb, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, f9c0f73c-4982-4384-b2fc-4f2e3ffa6bdb, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:30.715702706+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 0x7c1bee3acb30>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, f34442a2-c0f7-4c63-88f3-30772382a9d4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f34442a2-c0f7-4c63-88f3-30772382a9d4, ghrun-pubjovggeu.auto.internal:13388): 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 0x7c1bee4131f0 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 0x7c1bee413db0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bee413db0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, e882c165-69da-4838-b8fc-797bf6004ab0, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e882c165-69da-4838-b8fc-797bf6004ab0, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 08a22028-00e1-42d5-8478-36de08505c4d, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 08a22028-00e1-42d5-8478-36de08505c4d, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:33.670139997+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 0x7c1bee3f2670>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 4b399321-bd77-45b6-a9e9-fbd8db30eb9a, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 4b399321-bd77-45b6-a9e9-fbd8db30eb9a, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, ee6728fa-17c2-4484-8c04-c36d60d838d5, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, ee6728fa-17c2-4484-8c04-c36d60d838d5, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:33.772398601+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 0x7c1bee393cf0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 457ab066-8b74-4dad-807d-63660a137525, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 457ab066-8b74-4dad-807d-63660a137525, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, f34442a2-c0f7-4c63-88f3-30772382a9d4, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, f34442a2-c0f7-4c63-88f3-30772382a9d4, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:33.813069382+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 0x7c1bee3acb30>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 2c7d969a-6d05-44e7-a3fe-76cfee418e14, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2c7d969a-6d05-44e7-a3fe-76cfee418e14, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, e882c165-69da-4838-b8fc-797bf6004ab0, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, e882c165-69da-4838-b8fc-797bf6004ab0, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:34.053203584+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 0x7c1bee413db0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 07722aab-f1fa-4154-96a9-e1e5da36e1cc, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 07722aab-f1fa-4154-96a9-e1e5da36e1cc, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1bee3eda30 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1bee4131f0 state=pending>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 4b399321-bd77-45b6-a9e9-fbd8db30eb9a, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 4b399321-bd77-45b6-a9e9-fbd8db30eb9a, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:36.754369503+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 0x7c1bee3f2670>
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 0x7c1bee3f2670>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bee3f2670> is no longer active. Current active count 3.
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 457ab066-8b74-4dad-807d-63660a137525, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 457ab066-8b74-4dad-807d-63660a137525, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:36.800916268+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 0x7c1bee393cf0>
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 0x7c1bee393cf0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bee393cf0> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 2c7d969a-6d05-44e7-a3fe-76cfee418e14, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 2c7d969a-6d05-44e7-a3fe-76cfee418e14, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:36.850697902+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 0x7c1bee3acb30>
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 0x7c1bee3acb30>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bee3acb30> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 07722aab-f1fa-4154-96a9-e1e5da36e1cc, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 07722aab-f1fa-4154-96a9-e1e5da36e1cc, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:37.136082748+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 0x7c1bee413db0>
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 0x7c1bee413db0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bee413db0> 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 0x7c1becfd24b0 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 0x7c1becfd2db0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1becfd2db0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, d4af9e26-029b-4b88-9682-7edc191f56da, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, d4af9e26-029b-4b88-9682-7edc191f56da, ghrun-pubjovggeu.auto.internal:13388): 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 0x7c1becd44830 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 0x7c1becfc13f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1becfc13f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 01307f30-60c8-4380-b024-b26e62eb68e8, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 01307f30-60c8-4380-b024-b26e62eb68e8, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, d4af9e26-029b-4b88-9682-7edc191f56da, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, d4af9e26-029b-4b88-9682-7edc191f56da, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:40.468191898+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 0x7c1becfd2db0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 86a6aa6d-28d6-4378-ba4f-eeb9ddbd63c7, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 86a6aa6d-28d6-4378-ba4f-eeb9ddbd63c7, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 01307f30-60c8-4380-b024-b26e62eb68e8, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 01307f30-60c8-4380-b024-b26e62eb68e8, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:07:40.995058015+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 0x7c1becfc13f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, e471c00f-4a89-467e-ac32-4129f7d42199, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, e471c00f-4a89-467e-ac32-4129f7d42199, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 86a6aa6d-28d6-4378-ba4f-eeb9ddbd63c7, ghrun-pubjovggeu.auto.internal:13388): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 86a6aa6d-28d6-4378-ba4f-eeb9ddbd63c7, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NjdjNjUyNC02OTJiOGNiOS1jMDI2OWM3ZS00MTQwNTBjYw==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becfd2db0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1becfd2db0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 86a6aa6d-28d6-4378-ba4f-eeb9ddbd63c7, ghrun-pubjovggeu.auto.internal:13388): on response callback success
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, e471c00f-4a89-467e-ac32-4129f7d42199, ghrun-pubjovggeu.auto.internal:13388): on response callback started
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, f9ca7ed3-c3d5-409e-8222-62c0b03e8962, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, f9ca7ed3-c3d5-409e-8222-62c0b03e8962, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=NjdjNjUyNC02OTJiOGNiOS1jMDI2OWM3ZS00MTQwNTBjYw==" 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(CreateSession, e471c00f-4a89-467e-ac32-4129f7d42199, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NjFhMGE3ZTUtMTZhNDhjYzgtNDU0NjY4NzQtMzA0NDFmZg==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becfc13f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1becfc13f0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, e471c00f-4a89-467e-ac32-4129f7d42199, ghrun-pubjovggeu.auto.internal:13388): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 30bf4723-227e-4bcd-a828-aeefcc78356f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 30bf4723-227e-4bcd-a828-aeefcc78356f, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=NjFhMGE3ZTUtMTZhNDhjYzgtNDU0NjY4NzQtMzA0NDFmZg==" 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     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:3103/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_kracoi73.log --grpc-port=3103 --mon-port=4221 --ic-port=13271 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_kracoi73.log', '--grpc-port=3103', '--mon-port=4221', '--ic-port=13271', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1454506
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:3103/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1454509
DEBUG    ya.test:process.py:259 Command (pid 1454509) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1454509) elapsed time (sec): 2.5438547134399414
DEBUG    ya.test:process.py:263 Command (pid 1454509) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1454509) inblock: 8
DEBUG    ya.test:process.py:263 Command (pid 1454509) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1454509) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1454509) majflt: 1
DEBUG    ya.test:process.py:263 Command (pid 1454509) maxrss: 816252
DEBUG    ya.test:process.py:263 Command (pid 1454509) minflt: 45334
DEBUG    ya.test:process.py:263 Command (pid 1454509) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1454509) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1454509) nivcsw: 273
DEBUG    ya.test:process.py:263 Command (pid 1454509) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1454509) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1454509) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1454509) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1454509) stime: 0.22661299999999998
DEBUG    ya.test:process.py:263 Command (pid 1454509) utime: 0.589916
DEBUG    ya.test:process.py:263 Command (pid 1454509) wtime: 2.552
DEBUG    ya.test:process.py:275 Command (pid 1454509) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 4 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
INFO     __tests__.test_encryption:test_encryption.py:139 Status {
  Success: true
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 14528
      NodeId: 2
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 14528
      NodeId: 2
    }
    Path: "SectorMap:2:64"
    Status: ACTIVE
    PDiskId: 1000
  }
}
Success: true
ConfigTxSeqNo: 36

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 14528 SectorMap:1:64
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 37
}

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

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 14528 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: 1
        VDisk: 0
      }
      From {
        NodeId: 2
        PDiskId: 1000
        VSlotId: 1000
      }
      To {
        NodeId: 2
        PDiskId: 1
        VSlotId: 1000
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038081
        GroupGeneration: 1
        Ring: 0
        Domain: 1
        VDisk: 0
      }
      From {
        NodeId: 2
        PDiskId: 1000
        VSlotId: 1001
      }
      To {
        NodeId: 2
        PDiskId: 1
        VSlotId: 1001
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
  }
  ErrorDescription: "Group may become degraded GroupId# 2181038083"
  ConfigTxSeqNo: 38
}

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

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, 3066e796-e714-4e0d-96b2-a89220d77b83, localhost:24702): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3066e796-e714-4e0d-96b2-a89220d77b83, localhost:24702): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3066e796-e714-4e0d-96b2-a89220d77b83, localhost:24702): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pubjovggeu.auto.internal" port: 13139 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 } 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-pubjovggeu.auto.internal:13139, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:24702
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-pubjovggeu.auto.internal:31694
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:31694/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_slm60wxp.log --grpc-port=31694 --mon-port=10676 --ic-port=22584 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_slm60wxp.log', '--grpc-port=31694', '--mon-port=10676', '--ic-port=22584', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1455294
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:31694/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1455295
DEBUG    ya.test:process.py:259 Command (pid 1455295) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1455295) elapsed time (sec): 2.2992658615112305
DEBUG    ya.test:process.py:263 Command (pid 1455295) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) maxrss: 816252
DEBUG    ya.test:process.py:263 Command (pid 1455295) minflt: 45295
DEBUG    ya.test:process.py:263 Command (pid 1455295) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) nivcsw: 281
DEBUG    ya.test:process.py:263 Command (pid 1455295) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1455295) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1455295) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1455295) stime: 0.251979
DEBUG    ya.test:process.py:263 Command (pid 1455295) utime: 0.556277
DEBUG    ya.test:process.py:263 Command (pid 1455295) wtime: 2.339
DEBUG    ya.test:process.py:275 Command (pid 1455295) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 1 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:13139/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:268 CFG_DIR_PATH="/home/runner/.ya/build/build_root/4ogs/000bb2/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:269 Final command: /home/runner/.ya/build/build_root/4ogs/000bb2/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:24702 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_hgbka8pj.log --grpc-port=13139 --mon-port=12323 --ic-port=32677 --key-file /home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/4ogs/000bb2/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:24702', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_hgbka8pj.log', '--grpc-port=13139', '--mon-port=12323', '--ic-port=32677', '--key-file', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/4ogs/000bb2/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: 1455899
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:309 Started node localhost:13139/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/4ogs/000bb2/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1455905
DEBUG    ya.test:process.py:259 Command (pid 1455905) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1455905) elapsed time (sec): 1.7651259899139404
DEBUG    ya.test:process.py:263 Command (pid 1455905) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) maxrss: 816252
DEBUG    ya.test:process.py:263 Command (pid 1455905) minflt: 45373
DEBUG    ya.test:process.py:263 Command (pid 1455905) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) nivcsw: 251
DEBUG    ya.test:process.py:263 Command (pid 1455905) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1455905) nvcsw: 18
DEBUG    ya.test:process.py:263 Command (pid 1455905) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1455905) stime: 0.230699
DEBUG    ya.test:process.py:263 Command (pid 1455905) utime: 0.5394519999999999
DEBUG    ya.test:process.py:263 Command (pid 1455905) wtime: 1.787
DEBUG    ya.test:process.py:275 Command (pid 1455905) output:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:310 Node 2 version:
Git info:
    Commit: ee80ae4714818e86919ffbd5c1bd34c858e8c78f
    Branch: 
    Author: Nikita Vasilev <nekitvas@gmail.com>
    Summary: Merge b13ea97e2cd7e9e40abfe0bb0b38b656689a5347 into 89e301cbe834eb76d4b7ea75970e2fdfaabccbda
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 30bf4723-227e-4bcd-a828-aeefcc78356f, ghrun-pubjovggeu.auto.internal:13388): 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 44516ms during compilation" severity: 1 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becfc13f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1becfc13f0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1becfc13f0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 176ab259-e932-48f6-a4eb-ed3393bd3a37, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, f9ca7ed3-c3d5-409e-8222-62c0b03e8962, ghrun-pubjovggeu.auto.internal:13388): 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 44881ms during compilation" severity: 1 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 176ab259-e932-48f6-a4eb-ed3393bd3a37, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=NjFhMGE3ZTUtMTZhNDhjYzgtNDU0NjY4NzQtMzA0NDFmZg==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 176ab259-e932-48f6-a4eb-ed3393bd3a37, ghrun-pubjovggeu.auto.internal:13388): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 176ab259-e932-48f6-a4eb-ed3393bd3a37, ghrun-pubjovggeu.auto.internal:13388): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 176ab259-e932-48f6-a4eb-ed3393bd3a37, ghrun-pubjovggeu.auto.internal:13388): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c1becfc13f0>
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 44516ms during compilation" severity: 1 (server_code: 400160)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becfd2db0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7c1becfd2db0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1becfd2db0> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 413e2584-f94e-47c7-816f-0077869a446d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 413e2584-f94e-47c7-816f-0077869a446d, ghrun-pubjovggeu.auto.internal:13388): request = { session_id: "ydb://session/3?node_id=50002&id=NjdjNjUyNC02OTJiOGNiOS1jMDI2OWM3ZS00MTQwNTBjYw==" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7c1becfd2db0>
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 44881ms 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 0x7c1bed222630 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 0x7c1bed2247f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bed2247f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 5e77940c-f046-4419-8253-eb360df8b86f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 5e77940c-f046-4419-8253-eb360df8b86f, ghrun-pubjovggeu.auto.internal:13388): 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 0x7c1bed221430 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 0x7c1becce0cf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1becce0cf0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 9b22c588-110a-4dc2-b946-40b1fad2d10f, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9b22c588-110a-4dc2-b946-40b1fad2d10f, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 413e2584-f94e-47c7-816f-0077869a446d, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(DeleteSession, 413e2584-f94e-47c7-816f-0077869a446d, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:08:30.26213767+00:00"}"
>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 5e77940c-f046-4419-8253-eb360df8b86f, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 5e77940c-f046-4419-8253-eb360df8b86f, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:08:30.483061481+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 0x7c1bed2247f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, cd9640df-d6a3-4c1c-80a4-fe89b27d6fd4, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 9b22c588-110a-4dc2-b946-40b1fad2d10f, ghrun-pubjovggeu.auto.internal:13388): on response callback started
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, cd9640df-d6a3-4c1c-80a4-fe89b27d6fd4, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 9b22c588-110a-4dc2-b946-40b1fad2d10f, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:08:30.531504694+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 0x7c1becce0cf0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, f0345cd9-ab9f-44ce-ab88-bff2d8446d0d, ghrun-pubjovggeu.auto.internal:13388): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f0345cd9-ab9f-44ce-ab88-bff2d8446d0d, ghrun-pubjovggeu.auto.internal:13388): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, cd9640df-d6a3-4c1c-80a4-fe89b27d6fd4, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, cd9640df-d6a3-4c1c-80a4-fe89b27d6fd4, ghrun-pubjovggeu.auto.internal:13388): 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-21T17:08:32.438671739+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, cd9640df-d6a3-4c1c-80a4-fe89b27d6fd4, ghrun-pubjovggeu.auto.internal:13388): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-pubjovggeu.auto.internal:13388
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-21T17:08:32.438671739+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, f0345cd9-ab9f-44ce-ab88-bff2d8446d0d, ghrun-pubjovggeu.auto.internal:13388): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, f0345cd9-ab9f-44ce-ab88-bff2d8446d0d, ghrun-pubjovggeu.auto.internal:13388): 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  {grpc_message:"Cancelled on the server side", grpc_status:1, created_time:"2025-11-21T17:08:32.438892846+00:00"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, f0345cd9-ab9f-44ce-ab88-bff2d8446d0d, ghrun-pubjovggeu.auto.internal:13388): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-pubjovggeu.auto.internal:13388
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
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  {grpc_message:"Cancelled on the server side", grpc_status:1, created_time:"2025-11-21T17:08:32.438892846+00:00"}"
>
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 0x7c1bed222630 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7c1bed221430 state=pending>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 42092a7d-334b-4c22-be54-590fb633bdea, localhost:24702): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 42092a7d-334b-4c22-be54-590fb633bdea, localhost:24702): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 42092a7d-334b-4c22-be54-590fb633bdea, localhost:24702): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pubjovggeu.auto.internal" port: 3103 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-pubjovggeu.auto.internal:3103, 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:24702
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1bed2247f0>
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 0x7c1bed2247f0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1bed2247f0> is no longer active. Current active count 1.
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1becce0cf0>
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 0x7c1becce0cf0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7c1becce0cf0> 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 0x7c1becd10bb0 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 0x7c1becd0c270>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 83f4d685-4bac-4768-94ff-9b85db024312, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 83f4d685-4bac-4768-94ff-9b85db024312, ghrun-pubjovggeu.auto.internal:3103): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 83f4d685-4bac-4768-94ff-9b85db024312, ghrun-pubjovggeu.auto.internal:3103): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 83f4d685-4bac-4768-94ff-9b85db024312, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 83f4d685-4bac-4768-94ff-9b85db024312, ghrun-pubjovggeu.auto.internal:3103): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 954c4ced-56e8-457c-9b3a-ade0911e42c5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 954c4ced-56e8-457c-9b3a-ade0911e42c5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" 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 0x7c1beccc91f0 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 0x7c1becd31a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 0067e2b1-3a82-4fbe-a0b1-e36fdc404fdf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 0067e2b1-3a82-4fbe-a0b1-e36fdc404fdf, ghrun-pubjovggeu.auto.internal:3103): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 0067e2b1-3a82-4fbe-a0b1-e36fdc404fdf, ghrun-pubjovggeu.auto.internal:3103): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 0067e2b1-3a82-4fbe-a0b1-e36fdc404fdf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 0067e2b1-3a82-4fbe-a0b1-e36fdc404fdf, ghrun-pubjovggeu.auto.internal:3103): on response callback success
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, 954c4ced-56e8-457c-9b3a-ade0911e42c5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=e66b029f-b9c2fec0-724b31b9-ef9ca09c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 220b2091-c527-495e-9ddf-5dc844a199d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, d1a3a7e8-45c3-465a-ac32-e414f861e846, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, d1a3a7e8-45c3-465a-ac32-e414f861e846, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" 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:63 RpcState(ExecuteDataQuery, 220b2091-c527-495e-9ddf-5dc844a199d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 120291362562800641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641120291362562800641" } } } 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, d1a3a7e8-45c3-465a-ac32-e414f861e846, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=e66b029f-b9c2fec0-724b31b9-ef9ca09c" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09892e64-4682-4bcc-8840-425970afda19, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09892e64-4682-4bcc-8840-425970afda19, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10999208288355257880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099920828835525788010999208288355257880109992082883552578801099920828835525788010999208288355257880109992082883552578801099920828835525788010999208288355257880109992082883552578801099920828835525788010999208288355257880109992082883552578801099920828835525788010999208288355257880109992082883552578801099920828835525788010999208288355257880109992082883552578801099920828835525788010999208288355257880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 220b2091-c527-495e-9ddf-5dc844a199d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea13e147-442b-4655-9187-4f8de9d0cba5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea13e147-442b-4655-9187-4f8de9d0cba5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13535160826392955922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353516082639295592213535160826392955922135351608263929559221353516082639295592213535160826392955922135351608263929559221353516082639295592213535160826392955922135351608263929559221353516082639295592213535160826392955922135351608263929559221353516082639295592213535160826392955922135351608263929559221353516082639295592213535160826392955922135351608263929559221353516082639295592213535160826392955922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09892e64-4682-4bcc-8840-425970afda19, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea13e147-442b-4655-9187-4f8de9d0cba5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ad9482e-3793-467e-bc5b-27844885f127, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e7a3664-d9aa-47f6-a034-9ebc23e35256, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e7a3664-d9aa-47f6-a034-9ebc23e35256, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11277332645436753172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127733264543675317211277332645436753172112773326454367531721127733264543675317211277332645436753172112773326454367531721127733264543675317211277332645436753172112773326454367531721127733264543675317211277332645436753172112773326454367531721127733264543675317211277332645436753172112773326454367531721127733264543675317211277332645436753172112773326454367531721127733264543675317211277332645436753172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ad9482e-3793-467e-bc5b-27844885f127, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15697957080983738792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569795708098373879215697957080983738792156979570809837387921569795708098373879215697957080983738792156979570809837387921569795708098373879215697957080983738792156979570809837387921569795708098373879215697957080983738792156979570809837387921569795708098373879215697957080983738792156979570809837387921569795708098373879215697957080983738792156979570809837387921569795708098373879215697957080983738792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e7a3664-d9aa-47f6-a034-9ebc23e35256, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51340e1c-d722-4a87-94b4-b162d6bcd64b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ad9482e-3793-467e-bc5b-27844885f127, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51340e1c-d722-4a87-94b4-b162d6bcd64b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6531524929910905766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65315249299109057666531524929910905766653152492991090576665315249299109057666531524929910905766653152492991090576665315249299109057666531524929910905766653152492991090576665315249299109057666531524929910905766653152492991090576665315249299109057666531524929910905766653152492991090576665315249299109057666531524929910905766653152492991090576665315249299109057666531524929910905766" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61ad2cfc-e04d-4e3f-b86e-8f641f44c17f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ad2cfc-e04d-4e3f-b86e-8f641f44c17f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13840188333303298469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384018833330329846913840188333303298469138401883333032984691384018833330329846913840188333303298469138401883333032984691384018833330329846913840188333303298469138401883333032984691384018833330329846913840188333303298469138401883333032984691384018833330329846913840188333303298469138401883333032984691384018833330329846913840188333303298469138401883333032984691384018833330329846913840188333303298469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51340e1c-d722-4a87-94b4-b162d6bcd64b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2647e30d-55fa-4201-b1b8-b0d34839dfd7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2647e30d-55fa-4201-b1b8-b0d34839dfd7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14776486957579500847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477648695757950084714776486957579500847147764869575795008471477648695757950084714776486957579500847147764869575795008471477648695757950084714776486957579500847147764869575795008471477648695757950084714776486957579500847147764869575795008471477648695757950084714776486957579500847147764869575795008471477648695757950084714776486957579500847147764869575795008471477648695757950084714776486957579500847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ad2cfc-e04d-4e3f-b86e-8f641f44c17f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d6c2e5f-3911-420d-bd9e-af2ba438c122, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d6c2e5f-3911-420d-bd9e-af2ba438c122, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11088680589194743154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108868058919474315411088680589194743154110886805891947431541108868058919474315411088680589194743154110886805891947431541108868058919474315411088680589194743154110886805891947431541108868058919474315411088680589194743154110886805891947431541108868058919474315411088680589194743154110886805891947431541108868058919474315411088680589194743154110886805891947431541108868058919474315411088680589194743154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2647e30d-55fa-4201-b1b8-b0d34839dfd7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0220af1e-54b4-4cba-8efd-aa33107e4b87, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d6c2e5f-3911-420d-bd9e-af2ba438c122, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0220af1e-54b4-4cba-8efd-aa33107e4b87, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 54142474262652153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5414247426265215354142474262652153541424742626521535414247426265215354142474262652153541424742626521535414247426265215354142474262652153541424742626521535414247426265215354142474262652153541424742626521535414247426265215354142474262652153541424742626521535414247426265215354142474262652153541424742626521535414247426265215354142474262652153" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9690983b-0bde-4fa4-8b17-eda0341728e1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9690983b-0bde-4fa4-8b17-eda0341728e1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4075719006985103305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40757190069851033054075719006985103305407571900698510330540757190069851033054075719006985103305407571900698510330540757190069851033054075719006985103305407571900698510330540757190069851033054075719006985103305407571900698510330540757190069851033054075719006985103305407571900698510330540757190069851033054075719006985103305407571900698510330540757190069851033054075719006985103305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0220af1e-54b4-4cba-8efd-aa33107e4b87, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15964810-1bde-4d4e-b37a-6e98863e8b8d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15964810-1bde-4d4e-b37a-6e98863e8b8d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 904320642305817428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428904320642305817428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9690983b-0bde-4fa4-8b17-eda0341728e1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 073b65b4-d161-4d85-8554-4f449ce788a7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 073b65b4-d161-4d85-8554-4f449ce788a7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6975256582819232870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69752565828192328706975256582819232870697525658281923287069752565828192328706975256582819232870697525658281923287069752565828192328706975256582819232870697525658281923287069752565828192328706975256582819232870697525658281923287069752565828192328706975256582819232870697525658281923287069752565828192328706975256582819232870697525658281923287069752565828192328706975256582819232870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15964810-1bde-4d4e-b37a-6e98863e8b8d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5daa5ae1-9081-4ab6-b27c-d179a2bfc399, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 073b65b4-d161-4d85-8554-4f449ce788a7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5daa5ae1-9081-4ab6-b27c-d179a2bfc399, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5831684121431003557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58316841214310035575831684121431003557583168412143100355758316841214310035575831684121431003557583168412143100355758316841214310035575831684121431003557583168412143100355758316841214310035575831684121431003557583168412143100355758316841214310035575831684121431003557583168412143100355758316841214310035575831684121431003557583168412143100355758316841214310035575831684121431003557" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d32ce8b-d7af-4539-b8d0-e52ebb667b6e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d32ce8b-d7af-4539-b8d0-e52ebb667b6e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12041179515334804382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204117951533480438212041179515334804382120411795153348043821204117951533480438212041179515334804382120411795153348043821204117951533480438212041179515334804382120411795153348043821204117951533480438212041179515334804382120411795153348043821204117951533480438212041179515334804382120411795153348043821204117951533480438212041179515334804382120411795153348043821204117951533480438212041179515334804382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5daa5ae1-9081-4ab6-b27c-d179a2bfc399, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a944e01f-91a7-43fe-bc6e-c6f3738bd2a2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a944e01f-91a7-43fe-bc6e-c6f3738bd2a2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12334346786560194223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233434678656019422312334346786560194223123343467865601942231233434678656019422312334346786560194223123343467865601942231233434678656019422312334346786560194223123343467865601942231233434678656019422312334346786560194223123343467865601942231233434678656019422312334346786560194223123343467865601942231233434678656019422312334346786560194223123343467865601942231233434678656019422312334346786560194223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d32ce8b-d7af-4539-b8d0-e52ebb667b6e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec21d0b7-8c55-45ff-b910-f3c4f6f263c1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec21d0b7-8c55-45ff-b910-f3c4f6f263c1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17332197628308577210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733219762830857721017332197628308577210173321976283085772101733219762830857721017332197628308577210173321976283085772101733219762830857721017332197628308577210173321976283085772101733219762830857721017332197628308577210173321976283085772101733219762830857721017332197628308577210173321976283085772101733219762830857721017332197628308577210173321976283085772101733219762830857721017332197628308577210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a944e01f-91a7-43fe-bc6e-c6f3738bd2a2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4504ab4b-39a1-4582-b001-994cac493c26, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4504ab4b-39a1-4582-b001-994cac493c26, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 524486213265428950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950524486213265428950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec21d0b7-8c55-45ff-b910-f3c4f6f263c1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e062f895-59ee-445e-828b-b6eafb34276b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e062f895-59ee-445e-828b-b6eafb34276b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6698425111255888550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66984251112558885506698425111255888550669842511125588855066984251112558885506698425111255888550669842511125588855066984251112558885506698425111255888550669842511125588855066984251112558885506698425111255888550669842511125588855066984251112558885506698425111255888550669842511125588855066984251112558885506698425111255888550669842511125588855066984251112558885506698425111255888550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4504ab4b-39a1-4582-b001-994cac493c26, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e062f895-59ee-445e-828b-b6eafb34276b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f019344-ef7f-4638-812d-4518982849e4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3abacf93-2ab9-4c51-8a8c-4e7c755143e8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f019344-ef7f-4638-812d-4518982849e4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15783161257226935410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578316125722693541015783161257226935410157831612572269354101578316125722693541015783161257226935410157831612572269354101578316125722693541015783161257226935410157831612572269354101578316125722693541015783161257226935410157831612572269354101578316125722693541015783161257226935410157831612572269354101578316125722693541015783161257226935410157831612572269354101578316125722693541015783161257226935410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3abacf93-2ab9-4c51-8a8c-4e7c755143e8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12022448847156261725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202244884715626172512022448847156261725120224488471562617251202244884715626172512022448847156261725120224488471562617251202244884715626172512022448847156261725120224488471562617251202244884715626172512022448847156261725120224488471562617251202244884715626172512022448847156261725120224488471562617251202244884715626172512022448847156261725120224488471562617251202244884715626172512022448847156261725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f019344-ef7f-4638-812d-4518982849e4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3abacf93-2ab9-4c51-8a8c-4e7c755143e8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de395a5a-cd9c-40f7-b404-e6df04eacade, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de395a5a-cd9c-40f7-b404-e6df04eacade, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2740225348952132965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27402253489521329652740225348952132965274022534895213296527402253489521329652740225348952132965274022534895213296527402253489521329652740225348952132965274022534895213296527402253489521329652740225348952132965274022534895213296527402253489521329652740225348952132965274022534895213296527402253489521329652740225348952132965274022534895213296527402253489521329652740225348952132965" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a791017b-01de-4724-a197-1106e09715a7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a791017b-01de-4724-a197-1106e09715a7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3356969380718344982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33569693807183449823356969380718344982335696938071834498233569693807183449823356969380718344982335696938071834498233569693807183449823356969380718344982335696938071834498233569693807183449823356969380718344982335696938071834498233569693807183449823356969380718344982335696938071834498233569693807183449823356969380718344982335696938071834498233569693807183449823356969380718344982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de395a5a-cd9c-40f7-b404-e6df04eacade, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1959d42e-3b1d-4697-b5c7-b409cdd64bbd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1959d42e-3b1d-4697-b5c7-b409cdd64bbd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14094857559574669940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409485755957466994014094857559574669940140948575595746699401409485755957466994014094857559574669940140948575595746699401409485755957466994014094857559574669940140948575595746699401409485755957466994014094857559574669940140948575595746699401409485755957466994014094857559574669940140948575595746699401409485755957466994014094857559574669940140948575595746699401409485755957466994014094857559574669940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a791017b-01de-4724-a197-1106e09715a7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e3ac37f-2f9f-4261-9395-3daf5fbc5d1d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e3ac37f-2f9f-4261-9395-3daf5fbc5d1d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1060834414052424368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10608344140524243681060834414052424368106083441405242436810608344140524243681060834414052424368106083441405242436810608344140524243681060834414052424368106083441405242436810608344140524243681060834414052424368106083441405242436810608344140524243681060834414052424368106083441405242436810608344140524243681060834414052424368106083441405242436810608344140524243681060834414052424368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1959d42e-3b1d-4697-b5c7-b409cdd64bbd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a47d60dd-36ee-4ef4-af1e-c7f3f3948eb1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a47d60dd-36ee-4ef4-af1e-c7f3f3948eb1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15110601304757928819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511060130475792881915110601304757928819151106013047579288191511060130475792881915110601304757928819151106013047579288191511060130475792881915110601304757928819151106013047579288191511060130475792881915110601304757928819151106013047579288191511060130475792881915110601304757928819151106013047579288191511060130475792881915110601304757928819151106013047579288191511060130475792881915110601304757928819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e3ac37f-2f9f-4261-9395-3daf5fbc5d1d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b712687-9f88-4b96-a335-c9ac298c1fe7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b712687-9f88-4b96-a335-c9ac298c1fe7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10837511974529296563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083751197452929656310837511974529296563108375119745292965631083751197452929656310837511974529296563108375119745292965631083751197452929656310837511974529296563108375119745292965631083751197452929656310837511974529296563108375119745292965631083751197452929656310837511974529296563108375119745292965631083751197452929656310837511974529296563108375119745292965631083751197452929656310837511974529296563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a47d60dd-36ee-4ef4-af1e-c7f3f3948eb1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86b95799-e534-4c06-ac28-7d280c7d5f9b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86b95799-e534-4c06-ac28-7d280c7d5f9b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4204953655676827850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42049536556768278504204953655676827850420495365567682785042049536556768278504204953655676827850420495365567682785042049536556768278504204953655676827850420495365567682785042049536556768278504204953655676827850420495365567682785042049536556768278504204953655676827850420495365567682785042049536556768278504204953655676827850420495365567682785042049536556768278504204953655676827850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b712687-9f88-4b96-a335-c9ac298c1fe7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86b95799-e534-4c06-ac28-7d280c7d5f9b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68528869-4b38-4ab5-95af-8064b4a26eb1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68528869-4b38-4ab5-95af-8064b4a26eb1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12565492118606397433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256549211860639743312565492118606397433125654921186063974331256549211860639743312565492118606397433125654921186063974331256549211860639743312565492118606397433125654921186063974331256549211860639743312565492118606397433125654921186063974331256549211860639743312565492118606397433125654921186063974331256549211860639743312565492118606397433125654921186063974331256549211860639743312565492118606397433" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4ccdd79-667b-42ac-bf14-52e97336164f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68528869-4b38-4ab5-95af-8064b4a26eb1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a74048e4-805c-42fd-9c96-5e21da350558, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a74048e4-805c-42fd-9c96-5e21da350558, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15148856033328855742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514885603332885574215148856033328855742151488560333288557421514885603332885574215148856033328855742151488560333288557421514885603332885574215148856033328855742151488560333288557421514885603332885574215148856033328855742151488560333288557421514885603332885574215148856033328855742151488560333288557421514885603332885574215148856033328855742151488560333288557421514885603332885574215148856033328855742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4ccdd79-667b-42ac-bf14-52e97336164f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7889269294289367900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78892692942893679007889269294289367900788926929428936790078892692942893679007889269294289367900788926929428936790078892692942893679007889269294289367900788926929428936790078892692942893679007889269294289367900788926929428936790078892692942893679007889269294289367900788926929428936790078892692942893679007889269294289367900788926929428936790078892692942893679007889269294289367900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a74048e4-805c-42fd-9c96-5e21da350558, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7aea076-e762-4807-8a19-cf6e2816a9c7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7aea076-e762-4807-8a19-cf6e2816a9c7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1875119494079577075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18751194940795770751875119494079577075187511949407957707518751194940795770751875119494079577075187511949407957707518751194940795770751875119494079577075187511949407957707518751194940795770751875119494079577075187511949407957707518751194940795770751875119494079577075187511949407957707518751194940795770751875119494079577075187511949407957707518751194940795770751875119494079577075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4ccdd79-667b-42ac-bf14-52e97336164f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96a14f08-a24a-4437-bed3-1da9ded9b85c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96a14f08-a24a-4437-bed3-1da9ded9b85c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14939260468260181081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493926046826018108114939260468260181081149392604682601810811493926046826018108114939260468260181081149392604682601810811493926046826018108114939260468260181081149392604682601810811493926046826018108114939260468260181081149392604682601810811493926046826018108114939260468260181081149392604682601810811493926046826018108114939260468260181081149392604682601810811493926046826018108114939260468260181081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7aea076-e762-4807-8a19-cf6e2816a9c7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1afede78-99d4-454e-acc7-8cca763aecfe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1afede78-99d4-454e-acc7-8cca763aecfe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13749036100082149381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374903610008214938113749036100082149381137490361000821493811374903610008214938113749036100082149381137490361000821493811374903610008214938113749036100082149381137490361000821493811374903610008214938113749036100082149381137490361000821493811374903610008214938113749036100082149381137490361000821493811374903610008214938113749036100082149381137490361000821493811374903610008214938113749036100082149381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96a14f08-a24a-4437-bed3-1da9ded9b85c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b44bbf7-81d2-45b5-8504-87033069a9a8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b44bbf7-81d2-45b5-8504-87033069a9a8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6806572669698109890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68065726696981098906806572669698109890680657266969810989068065726696981098906806572669698109890680657266969810989068065726696981098906806572669698109890680657266969810989068065726696981098906806572669698109890680657266969810989068065726696981098906806572669698109890680657266969810989068065726696981098906806572669698109890680657266969810989068065726696981098906806572669698109890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1afede78-99d4-454e-acc7-8cca763aecfe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ede160db-44bf-44ea-a6be-3b77605b2f5b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede160db-44bf-44ea-a6be-3b77605b2f5b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1603436437562355453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16034364375623554531603436437562355453160343643756235545316034364375623554531603436437562355453160343643756235545316034364375623554531603436437562355453160343643756235545316034364375623554531603436437562355453160343643756235545316034364375623554531603436437562355453160343643756235545316034364375623554531603436437562355453160343643756235545316034364375623554531603436437562355453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b44bbf7-81d2-45b5-8504-87033069a9a8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb16c144-fcda-4f07-92a3-d5d55226ea64, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb16c144-fcda-4f07-92a3-d5d55226ea64, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14882319351963788013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488231935196378801314882319351963788013148823193519637880131488231935196378801314882319351963788013148823193519637880131488231935196378801314882319351963788013148823193519637880131488231935196378801314882319351963788013148823193519637880131488231935196378801314882319351963788013148823193519637880131488231935196378801314882319351963788013148823193519637880131488231935196378801314882319351963788013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede160db-44bf-44ea-a6be-3b77605b2f5b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a07e353c-451a-4613-8aa7-97bdaddd0316, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a07e353c-451a-4613-8aa7-97bdaddd0316, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2269086958974228566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22690869589742285662269086958974228566226908695897422856622690869589742285662269086958974228566226908695897422856622690869589742285662269086958974228566226908695897422856622690869589742285662269086958974228566226908695897422856622690869589742285662269086958974228566226908695897422856622690869589742285662269086958974228566226908695897422856622690869589742285662269086958974228566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb16c144-fcda-4f07-92a3-d5d55226ea64, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d39e038b-8dae-4486-925e-c7fec883844c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d39e038b-8dae-4486-925e-c7fec883844c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18065020786792670841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806502078679267084118065020786792670841180650207867926708411806502078679267084118065020786792670841180650207867926708411806502078679267084118065020786792670841180650207867926708411806502078679267084118065020786792670841180650207867926708411806502078679267084118065020786792670841180650207867926708411806502078679267084118065020786792670841180650207867926708411806502078679267084118065020786792670841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a07e353c-451a-4613-8aa7-97bdaddd0316, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d39e038b-8dae-4486-925e-c7fec883844c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f47895f8-861b-43e0-85bf-8deec42c4418, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f47895f8-861b-43e0-85bf-8deec42c4418, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13332316995136434748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333231699513643474813332316995136434748133323169951364347481333231699513643474813332316995136434748133323169951364347481333231699513643474813332316995136434748133323169951364347481333231699513643474813332316995136434748133323169951364347481333231699513643474813332316995136434748133323169951364347481333231699513643474813332316995136434748133323169951364347481333231699513643474813332316995136434748" } } } 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, 006df7ac-a2d6-49b1-9dbb-9e40283890af, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 006df7ac-a2d6-49b1-9dbb-9e40283890af, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1132401295640121188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11324012956401211881132401295640121188113240129564012118811324012956401211881132401295640121188113240129564012118811324012956401211881132401295640121188113240129564012118811324012956401211881132401295640121188113240129564012118811324012956401211881132401295640121188113240129564012118811324012956401211881132401295640121188113240129564012118811324012956401211881132401295640121188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f47895f8-861b-43e0-85bf-8deec42c4418, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f0c24f9-03d8-4857-9a13-d66339770d5a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f0c24f9-03d8-4857-9a13-d66339770d5a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14037477219098299938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403747721909829993814037477219098299938140374772190982999381403747721909829993814037477219098299938140374772190982999381403747721909829993814037477219098299938140374772190982999381403747721909829993814037477219098299938140374772190982999381403747721909829993814037477219098299938140374772190982999381403747721909829993814037477219098299938140374772190982999381403747721909829993814037477219098299938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 006df7ac-a2d6-49b1-9dbb-9e40283890af, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20d6024c-811d-4861-ab6a-770251d31f01, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20d6024c-811d-4861-ab6a-770251d31f01, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5173223379408326551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51732233794083265515173223379408326551517322337940832655151732233794083265515173223379408326551517322337940832655151732233794083265515173223379408326551517322337940832655151732233794083265515173223379408326551517322337940832655151732233794083265515173223379408326551517322337940832655151732233794083265515173223379408326551517322337940832655151732233794083265515173223379408326551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f0c24f9-03d8-4857-9a13-d66339770d5a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da2d0db1-b82b-42cb-a9fe-4cbeddbdf8d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da2d0db1-b82b-42cb-a9fe-4cbeddbdf8d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14099303274697748573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409930327469774857314099303274697748573140993032746977485731409930327469774857314099303274697748573140993032746977485731409930327469774857314099303274697748573140993032746977485731409930327469774857314099303274697748573140993032746977485731409930327469774857314099303274697748573140993032746977485731409930327469774857314099303274697748573140993032746977485731409930327469774857314099303274697748573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20d6024c-811d-4861-ab6a-770251d31f01, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 843c4e77-e3c4-49ef-82b3-210dd3d3a820, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 843c4e77-e3c4-49ef-82b3-210dd3d3a820, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14092814036597644017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409281403659764401714092814036597644017140928140365976440171409281403659764401714092814036597644017140928140365976440171409281403659764401714092814036597644017140928140365976440171409281403659764401714092814036597644017140928140365976440171409281403659764401714092814036597644017140928140365976440171409281403659764401714092814036597644017140928140365976440171409281403659764401714092814036597644017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da2d0db1-b82b-42cb-a9fe-4cbeddbdf8d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 322dd814-e446-4141-88db-29ece442f2c6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 322dd814-e446-4141-88db-29ece442f2c6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16536748302810316511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653674830281031651116536748302810316511165367483028103165111653674830281031651116536748302810316511165367483028103165111653674830281031651116536748302810316511165367483028103165111653674830281031651116536748302810316511165367483028103165111653674830281031651116536748302810316511165367483028103165111653674830281031651116536748302810316511165367483028103165111653674830281031651116536748302810316511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 843c4e77-e3c4-49ef-82b3-210dd3d3a820, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fbb0ccd-4f32-4948-9e9e-5eb971f3c6dc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fbb0ccd-4f32-4948-9e9e-5eb971f3c6dc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16984093092204374335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698409309220437433516984093092204374335169840930922043743351698409309220437433516984093092204374335169840930922043743351698409309220437433516984093092204374335169840930922043743351698409309220437433516984093092204374335169840930922043743351698409309220437433516984093092204374335169840930922043743351698409309220437433516984093092204374335169840930922043743351698409309220437433516984093092204374335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 322dd814-e446-4141-88db-29ece442f2c6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79a6922e-e56e-45f4-917a-5b9d3375864a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79a6922e-e56e-45f4-917a-5b9d3375864a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6501591653272784244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65015916532727842446501591653272784244650159165327278424465015916532727842446501591653272784244650159165327278424465015916532727842446501591653272784244650159165327278424465015916532727842446501591653272784244650159165327278424465015916532727842446501591653272784244650159165327278424465015916532727842446501591653272784244650159165327278424465015916532727842446501591653272784244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79a6922e-e56e-45f4-917a-5b9d3375864a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19690971-a410-490c-916d-84edf9e6d7e4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19690971-a410-490c-916d-84edf9e6d7e4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9742991719739765465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97429917197397654659742991719739765465974299171973976546597429917197397654659742991719739765465974299171973976546597429917197397654659742991719739765465974299171973976546597429917197397654659742991719739765465974299171973976546597429917197397654659742991719739765465974299171973976546597429917197397654659742991719739765465974299171973976546597429917197397654659742991719739765465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fbb0ccd-4f32-4948-9e9e-5eb971f3c6dc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8783542c-4e23-462b-b871-f46c24ecbf00, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8783542c-4e23-462b-b871-f46c24ecbf00, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7785822749902537341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77858227499025373417785822749902537341778582274990253734177858227499025373417785822749902537341778582274990253734177858227499025373417785822749902537341778582274990253734177858227499025373417785822749902537341778582274990253734177858227499025373417785822749902537341778582274990253734177858227499025373417785822749902537341778582274990253734177858227499025373417785822749902537341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19690971-a410-490c-916d-84edf9e6d7e4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2162d7ff-2884-48cc-9265-0d238bab34ac, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2162d7ff-2884-48cc-9265-0d238bab34ac, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9815786652858842493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98157866528588424939815786652858842493981578665285884249398157866528588424939815786652858842493981578665285884249398157866528588424939815786652858842493981578665285884249398157866528588424939815786652858842493981578665285884249398157866528588424939815786652858842493981578665285884249398157866528588424939815786652858842493981578665285884249398157866528588424939815786652858842493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8783542c-4e23-462b-b871-f46c24ecbf00, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4a86005-64f0-4f7a-8ee2-d4b5779ad53c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4a86005-64f0-4f7a-8ee2-d4b5779ad53c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12900586340566674023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290058634056667402312900586340566674023129005863405666740231290058634056667402312900586340566674023129005863405666740231290058634056667402312900586340566674023129005863405666740231290058634056667402312900586340566674023129005863405666740231290058634056667402312900586340566674023129005863405666740231290058634056667402312900586340566674023129005863405666740231290058634056667402312900586340566674023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2162d7ff-2884-48cc-9265-0d238bab34ac, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 335a1fe9-5a0b-4009-9306-28d434720841, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 335a1fe9-5a0b-4009-9306-28d434720841, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9904228051143808185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99042280511438081859904228051143808185990422805114380818599042280511438081859904228051143808185990422805114380818599042280511438081859904228051143808185990422805114380818599042280511438081859904228051143808185990422805114380818599042280511438081859904228051143808185990422805114380818599042280511438081859904228051143808185990422805114380818599042280511438081859904228051143808185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4a86005-64f0-4f7a-8ee2-d4b5779ad53c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ee9778e-a089-4cfc-a297-c236c1720335, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ee9778e-a089-4cfc-a297-c236c1720335, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3116256163955639451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31162561639556394513116256163955639451311625616395563945131162561639556394513116256163955639451311625616395563945131162561639556394513116256163955639451311625616395563945131162561639556394513116256163955639451311625616395563945131162561639556394513116256163955639451311625616395563945131162561639556394513116256163955639451311625616395563945131162561639556394513116256163955639451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 335a1fe9-5a0b-4009-9306-28d434720841, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f00d91e0-8f1b-4eef-9111-883090768241, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f00d91e0-8f1b-4eef-9111-883090768241, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11634418559699570528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163441855969957052811634418559699570528116344185596995705281163441855969957052811634418559699570528116344185596995705281163441855969957052811634418559699570528116344185596995705281163441855969957052811634418559699570528116344185596995705281163441855969957052811634418559699570528116344185596995705281163441855969957052811634418559699570528116344185596995705281163441855969957052811634418559699570528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ee9778e-a089-4cfc-a297-c236c1720335, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a8eb757-570c-48f8-a40f-df79d5465114, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a8eb757-570c-48f8-a40f-df79d5465114, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17321858834114138341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732185883411413834117321858834114138341173218588341141383411732185883411413834117321858834114138341173218588341141383411732185883411413834117321858834114138341173218588341141383411732185883411413834117321858834114138341173218588341141383411732185883411413834117321858834114138341173218588341141383411732185883411413834117321858834114138341173218588341141383411732185883411413834117321858834114138341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f00d91e0-8f1b-4eef-9111-883090768241, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3b9202e-c9d4-4911-b79d-3bb0a3bdc82f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b9202e-c9d4-4911-b79d-3bb0a3bdc82f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5785240330991045831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57852403309910458315785240330991045831578524033099104583157852403309910458315785240330991045831578524033099104583157852403309910458315785240330991045831578524033099104583157852403309910458315785240330991045831578524033099104583157852403309910458315785240330991045831578524033099104583157852403309910458315785240330991045831578524033099104583157852403309910458315785240330991045831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a8eb757-570c-48f8-a40f-df79d5465114, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50daa261-a5f2-46b4-8b30-b411b5b76aeb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50daa261-a5f2-46b4-8b30-b411b5b76aeb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 752344481877505403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403752344481877505403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b9202e-c9d4-4911-b79d-3bb0a3bdc82f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2e52fe1-4a89-456d-a5c3-181f579b4253, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50daa261-a5f2-46b4-8b30-b411b5b76aeb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95667c53-22c9-4ad7-be9c-332bc3dc0668, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95667c53-22c9-4ad7-be9c-332bc3dc0668, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12157826046346160438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215782604634616043812157826046346160438121578260463461604381215782604634616043812157826046346160438121578260463461604381215782604634616043812157826046346160438121578260463461604381215782604634616043812157826046346160438121578260463461604381215782604634616043812157826046346160438121578260463461604381215782604634616043812157826046346160438121578260463461604381215782604634616043812157826046346160438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2e52fe1-4a89-456d-a5c3-181f579b4253, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12910688120239771154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291068812023977115412910688120239771154129106881202397711541291068812023977115412910688120239771154129106881202397711541291068812023977115412910688120239771154129106881202397711541291068812023977115412910688120239771154129106881202397711541291068812023977115412910688120239771154129106881202397711541291068812023977115412910688120239771154129106881202397711541291068812023977115412910688120239771154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2e52fe1-4a89-456d-a5c3-181f579b4253, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95667c53-22c9-4ad7-be9c-332bc3dc0668, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3241cb30-939e-46b8-99cd-e919d938efcd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3241cb30-939e-46b8-99cd-e919d938efcd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10244929015439846419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024492901543984641910244929015439846419102449290154398464191024492901543984641910244929015439846419102449290154398464191024492901543984641910244929015439846419102449290154398464191024492901543984641910244929015439846419102449290154398464191024492901543984641910244929015439846419102449290154398464191024492901543984641910244929015439846419102449290154398464191024492901543984641910244929015439846419" } } } 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, 8e81a7f7-6d26-409a-b477-7c1d67d6dd8d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e81a7f7-6d26-409a-b477-7c1d67d6dd8d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7557488571604695646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75574885716046956467557488571604695646755748857160469564675574885716046956467557488571604695646755748857160469564675574885716046956467557488571604695646755748857160469564675574885716046956467557488571604695646755748857160469564675574885716046956467557488571604695646755748857160469564675574885716046956467557488571604695646755748857160469564675574885716046956467557488571604695646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3241cb30-939e-46b8-99cd-e919d938efcd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 221a3968-72df-4d4c-bad5-dfc18c3a0c3f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 221a3968-72df-4d4c-bad5-dfc18c3a0c3f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9294873656546464327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92948736565464643279294873656546464327929487365654646432792948736565464643279294873656546464327929487365654646432792948736565464643279294873656546464327929487365654646432792948736565464643279294873656546464327929487365654646432792948736565464643279294873656546464327929487365654646432792948736565464643279294873656546464327929487365654646432792948736565464643279294873656546464327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e81a7f7-6d26-409a-b477-7c1d67d6dd8d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4122cf82-36f6-4df8-98af-e5cf75aa96f7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4122cf82-36f6-4df8-98af-e5cf75aa96f7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6653481729656845582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66534817296568455826653481729656845582665348172965684558266534817296568455826653481729656845582665348172965684558266534817296568455826653481729656845582665348172965684558266534817296568455826653481729656845582665348172965684558266534817296568455826653481729656845582665348172965684558266534817296568455826653481729656845582665348172965684558266534817296568455826653481729656845582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 221a3968-72df-4d4c-bad5-dfc18c3a0c3f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4122cf82-36f6-4df8-98af-e5cf75aa96f7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b3106c0-af55-4ebf-b63e-302440a4e717, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b3106c0-af55-4ebf-b63e-302440a4e717, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16813905252402549532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681390525240254953216813905252402549532168139052524025495321681390525240254953216813905252402549532168139052524025495321681390525240254953216813905252402549532168139052524025495321681390525240254953216813905252402549532168139052524025495321681390525240254953216813905252402549532168139052524025495321681390525240254953216813905252402549532168139052524025495321681390525240254953216813905252402549532" } } } 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, b72684cc-f20a-4633-ad49-5b16da2eaaff, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b72684cc-f20a-4633-ad49-5b16da2eaaff, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5582328335486246761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55823283354862467615582328335486246761558232833548624676155823283354862467615582328335486246761558232833548624676155823283354862467615582328335486246761558232833548624676155823283354862467615582328335486246761558232833548624676155823283354862467615582328335486246761558232833548624676155823283354862467615582328335486246761558232833548624676155823283354862467615582328335486246761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b3106c0-af55-4ebf-b63e-302440a4e717, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ab02fd7-73b6-4f0f-b112-714922da6745, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ab02fd7-73b6-4f0f-b112-714922da6745, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6807000182834932051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68070001828349320516807000182834932051680700018283493205168070001828349320516807000182834932051680700018283493205168070001828349320516807000182834932051680700018283493205168070001828349320516807000182834932051680700018283493205168070001828349320516807000182834932051680700018283493205168070001828349320516807000182834932051680700018283493205168070001828349320516807000182834932051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b72684cc-f20a-4633-ad49-5b16da2eaaff, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ed8f0d5-3f32-4c1f-8040-0ab4c7934d97, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ed8f0d5-3f32-4c1f-8040-0ab4c7934d97, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6425905438238705899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64259054382387058996425905438238705899642590543823870589964259054382387058996425905438238705899642590543823870589964259054382387058996425905438238705899642590543823870589964259054382387058996425905438238705899642590543823870589964259054382387058996425905438238705899642590543823870589964259054382387058996425905438238705899642590543823870589964259054382387058996425905438238705899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ab02fd7-73b6-4f0f-b112-714922da6745, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0574babf-5d03-44fc-8e4a-7d64b4c04b05, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0574babf-5d03-44fc-8e4a-7d64b4c04b05, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10211647451068121893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021164745106812189310211647451068121893102116474510681218931021164745106812189310211647451068121893102116474510681218931021164745106812189310211647451068121893102116474510681218931021164745106812189310211647451068121893102116474510681218931021164745106812189310211647451068121893102116474510681218931021164745106812189310211647451068121893102116474510681218931021164745106812189310211647451068121893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ed8f0d5-3f32-4c1f-8040-0ab4c7934d97, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f383519d-cb5e-4110-b4eb-8e8df7509137, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f383519d-cb5e-4110-b4eb-8e8df7509137, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4204460903519967711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42044609035199677114204460903519967711420446090351996771142044609035199677114204460903519967711420446090351996771142044609035199677114204460903519967711420446090351996771142044609035199677114204460903519967711420446090351996771142044609035199677114204460903519967711420446090351996771142044609035199677114204460903519967711420446090351996771142044609035199677114204460903519967711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0574babf-5d03-44fc-8e4a-7d64b4c04b05, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8273376d-2977-4ef2-96a4-103483446bb8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8273376d-2977-4ef2-96a4-103483446bb8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6864657269090297141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68646572690902971416864657269090297141686465726909029714168646572690902971416864657269090297141686465726909029714168646572690902971416864657269090297141686465726909029714168646572690902971416864657269090297141686465726909029714168646572690902971416864657269090297141686465726909029714168646572690902971416864657269090297141686465726909029714168646572690902971416864657269090297141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f383519d-cb5e-4110-b4eb-8e8df7509137, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2ede64e-2d2f-4675-b9b6-0b8754d6265c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2ede64e-2d2f-4675-b9b6-0b8754d6265c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15496046951489867047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549604695148986704715496046951489867047154960469514898670471549604695148986704715496046951489867047154960469514898670471549604695148986704715496046951489867047154960469514898670471549604695148986704715496046951489867047154960469514898670471549604695148986704715496046951489867047154960469514898670471549604695148986704715496046951489867047154960469514898670471549604695148986704715496046951489867047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8273376d-2977-4ef2-96a4-103483446bb8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b736353-cf01-443a-939a-f81cd0c13944, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b736353-cf01-443a-939a-f81cd0c13944, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16492865019515953424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649286501951595342416492865019515953424164928650195159534241649286501951595342416492865019515953424164928650195159534241649286501951595342416492865019515953424164928650195159534241649286501951595342416492865019515953424164928650195159534241649286501951595342416492865019515953424164928650195159534241649286501951595342416492865019515953424164928650195159534241649286501951595342416492865019515953424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2ede64e-2d2f-4675-b9b6-0b8754d6265c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70be8ea4-3960-4ec4-9071-0295eb1b0b06, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70be8ea4-3960-4ec4-9071-0295eb1b0b06, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13044914771141178136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304491477114117813613044914771141178136130449147711411781361304491477114117813613044914771141178136130449147711411781361304491477114117813613044914771141178136130449147711411781361304491477114117813613044914771141178136130449147711411781361304491477114117813613044914771141178136130449147711411781361304491477114117813613044914771141178136130449147711411781361304491477114117813613044914771141178136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b736353-cf01-443a-939a-f81cd0c13944, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f62ede1-43f3-4515-8a72-38904a0d5ea7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f62ede1-43f3-4515-8a72-38904a0d5ea7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14690723317602172674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469072331760217267414690723317602172674146907233176021726741469072331760217267414690723317602172674146907233176021726741469072331760217267414690723317602172674146907233176021726741469072331760217267414690723317602172674146907233176021726741469072331760217267414690723317602172674146907233176021726741469072331760217267414690723317602172674146907233176021726741469072331760217267414690723317602172674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70be8ea4-3960-4ec4-9071-0295eb1b0b06, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0929c05d-9890-4ade-ab9a-4f787aa765fe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0929c05d-9890-4ade-ab9a-4f787aa765fe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16289436389952397816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628943638995239781616289436389952397816162894363899523978161628943638995239781616289436389952397816162894363899523978161628943638995239781616289436389952397816162894363899523978161628943638995239781616289436389952397816162894363899523978161628943638995239781616289436389952397816162894363899523978161628943638995239781616289436389952397816162894363899523978161628943638995239781616289436389952397816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f62ede1-43f3-4515-8a72-38904a0d5ea7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0573453-e79a-4b80-ae11-889dde18322b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0573453-e79a-4b80-ae11-889dde18322b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7951584822165984110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79515848221659841107951584822165984110795158482216598411079515848221659841107951584822165984110795158482216598411079515848221659841107951584822165984110795158482216598411079515848221659841107951584822165984110795158482216598411079515848221659841107951584822165984110795158482216598411079515848221659841107951584822165984110795158482216598411079515848221659841107951584822165984110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0929c05d-9890-4ade-ab9a-4f787aa765fe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27db27b1-12f2-4446-8a1d-6db8ad1eddf7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27db27b1-12f2-4446-8a1d-6db8ad1eddf7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12233322840671709995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223332284067170999512233322840671709995122333228406717099951223332284067170999512233322840671709995122333228406717099951223332284067170999512233322840671709995122333228406717099951223332284067170999512233322840671709995122333228406717099951223332284067170999512233322840671709995122333228406717099951223332284067170999512233322840671709995122333228406717099951223332284067170999512233322840671709995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27db27b1-12f2-4446-8a1d-6db8ad1eddf7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99147a3a-e894-4c2b-8b27-535e8ef19c2e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0573453-e79a-4b80-ae11-889dde18322b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99147a3a-e894-4c2b-8b27-535e8ef19c2e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16685912685505830649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668591268550583064916685912685505830649166859126855058306491668591268550583064916685912685505830649166859126855058306491668591268550583064916685912685505830649166859126855058306491668591268550583064916685912685505830649166859126855058306491668591268550583064916685912685505830649166859126855058306491668591268550583064916685912685505830649166859126855058306491668591268550583064916685912685505830649" } } } 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, 29eb1b6a-d101-423a-9031-26ad772dbbce, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99147a3a-e894-4c2b-8b27-535e8ef19c2e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29eb1b6a-d101-423a-9031-26ad772dbbce, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2907136689112690782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29071366891126907822907136689112690782290713668911269078229071366891126907822907136689112690782290713668911269078229071366891126907822907136689112690782290713668911269078229071366891126907822907136689112690782290713668911269078229071366891126907822907136689112690782290713668911269078229071366891126907822907136689112690782290713668911269078229071366891126907822907136689112690782" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00001b41-d346-4caa-a332-e02b90097e90, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00001b41-d346-4caa-a332-e02b90097e90, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2867664707718039438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28676647077180394382867664707718039438286766470771803943828676647077180394382867664707718039438286766470771803943828676647077180394382867664707718039438286766470771803943828676647077180394382867664707718039438286766470771803943828676647077180394382867664707718039438286766470771803943828676647077180394382867664707718039438286766470771803943828676647077180394382867664707718039438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29eb1b6a-d101-423a-9031-26ad772dbbce, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00001b41-d346-4caa-a332-e02b90097e90, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad18d4ba-5d10-4f0d-9665-b2ccbe470446, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33be5771-d113-493f-9704-ccffa728ff0f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad18d4ba-5d10-4f0d-9665-b2ccbe470446, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13205626324959127793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320562632495912779313205626324959127793132056263249591277931320562632495912779313205626324959127793132056263249591277931320562632495912779313205626324959127793132056263249591277931320562632495912779313205626324959127793132056263249591277931320562632495912779313205626324959127793132056263249591277931320562632495912779313205626324959127793132056263249591277931320562632495912779313205626324959127793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33be5771-d113-493f-9704-ccffa728ff0f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5886626492977475814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58866264929774758145886626492977475814588662649297747581458866264929774758145886626492977475814588662649297747581458866264929774758145886626492977475814588662649297747581458866264929774758145886626492977475814588662649297747581458866264929774758145886626492977475814588662649297747581458866264929774758145886626492977475814588662649297747581458866264929774758145886626492977475814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad18d4ba-5d10-4f0d-9665-b2ccbe470446, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af70de98-4d76-43ea-8892-7b93bdb6bc2e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33be5771-d113-493f-9704-ccffa728ff0f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af70de98-4d76-43ea-8892-7b93bdb6bc2e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17779934557190416069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777993455719041606917779934557190416069177799345571904160691777993455719041606917779934557190416069177799345571904160691777993455719041606917779934557190416069177799345571904160691777993455719041606917779934557190416069177799345571904160691777993455719041606917779934557190416069177799345571904160691777993455719041606917779934557190416069177799345571904160691777993455719041606917779934557190416069" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17949340-ef83-45a3-9f73-fb6f07c276f6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17949340-ef83-45a3-9f73-fb6f07c276f6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12686326393991321508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268632639399132150812686326393991321508126863263939913215081268632639399132150812686326393991321508126863263939913215081268632639399132150812686326393991321508126863263939913215081268632639399132150812686326393991321508126863263939913215081268632639399132150812686326393991321508126863263939913215081268632639399132150812686326393991321508126863263939913215081268632639399132150812686326393991321508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af70de98-4d76-43ea-8892-7b93bdb6bc2e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2182a12-e92f-4f5f-84cc-958d95c45076, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17949340-ef83-45a3-9f73-fb6f07c276f6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2182a12-e92f-4f5f-84cc-958d95c45076, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11307837927611444985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130783792761144498511307837927611444985113078379276114449851130783792761144498511307837927611444985113078379276114449851130783792761144498511307837927611444985113078379276114449851130783792761144498511307837927611444985113078379276114449851130783792761144498511307837927611444985113078379276114449851130783792761144498511307837927611444985113078379276114449851130783792761144498511307837927611444985" } } } 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, 0b03ca8b-e63c-482f-9b2d-ce366fdedef4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b03ca8b-e63c-482f-9b2d-ce366fdedef4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9215535273095947637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92155352730959476379215535273095947637921553527309594763792155352730959476379215535273095947637921553527309594763792155352730959476379215535273095947637921553527309594763792155352730959476379215535273095947637921553527309594763792155352730959476379215535273095947637921553527309594763792155352730959476379215535273095947637921553527309594763792155352730959476379215535273095947637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2182a12-e92f-4f5f-84cc-958d95c45076, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a616cb8-ce91-4679-bd3e-62ffcd63acb4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a616cb8-ce91-4679-bd3e-62ffcd63acb4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13135986917596498961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313598691759649896113135986917596498961131359869175964989611313598691759649896113135986917596498961131359869175964989611313598691759649896113135986917596498961131359869175964989611313598691759649896113135986917596498961131359869175964989611313598691759649896113135986917596498961131359869175964989611313598691759649896113135986917596498961131359869175964989611313598691759649896113135986917596498961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b03ca8b-e63c-482f-9b2d-ce366fdedef4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d5d3ed8-3356-41f8-a82a-fea9828d3ec7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5d3ed8-3356-41f8-a82a-fea9828d3ec7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9901153853220868771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99011538532208687719901153853220868771990115385322086877199011538532208687719901153853220868771990115385322086877199011538532208687719901153853220868771990115385322086877199011538532208687719901153853220868771990115385322086877199011538532208687719901153853220868771990115385322086877199011538532208687719901153853220868771990115385322086877199011538532208687719901153853220868771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a616cb8-ce91-4679-bd3e-62ffcd63acb4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d60ad8c7-1580-40d1-8b90-44c14aa489a3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d60ad8c7-1580-40d1-8b90-44c14aa489a3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3048475127451963185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30484751274519631853048475127451963185304847512745196318530484751274519631853048475127451963185304847512745196318530484751274519631853048475127451963185304847512745196318530484751274519631853048475127451963185304847512745196318530484751274519631853048475127451963185304847512745196318530484751274519631853048475127451963185304847512745196318530484751274519631853048475127451963185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5d3ed8-3356-41f8-a82a-fea9828d3ec7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfaf6794-0415-45ab-b490-bce03d4fd2aa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfaf6794-0415-45ab-b490-bce03d4fd2aa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2771895483795498981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27718954837954989812771895483795498981277189548379549898127718954837954989812771895483795498981277189548379549898127718954837954989812771895483795498981277189548379549898127718954837954989812771895483795498981277189548379549898127718954837954989812771895483795498981277189548379549898127718954837954989812771895483795498981277189548379549898127718954837954989812771895483795498981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d60ad8c7-1580-40d1-8b90-44c14aa489a3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 175d88f5-1c1f-4a82-8d78-2f59def27069, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 175d88f5-1c1f-4a82-8d78-2f59def27069, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9960697452291897412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99606974522918974129960697452291897412996069745229189741299606974522918974129960697452291897412996069745229189741299606974522918974129960697452291897412996069745229189741299606974522918974129960697452291897412996069745229189741299606974522918974129960697452291897412996069745229189741299606974522918974129960697452291897412996069745229189741299606974522918974129960697452291897412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfaf6794-0415-45ab-b490-bce03d4fd2aa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c62dc55e-c1b5-48d4-992b-d615925fad82, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c62dc55e-c1b5-48d4-992b-d615925fad82, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5942060372133187524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59420603721331875245942060372133187524594206037213318752459420603721331875245942060372133187524594206037213318752459420603721331875245942060372133187524594206037213318752459420603721331875245942060372133187524594206037213318752459420603721331875245942060372133187524594206037213318752459420603721331875245942060372133187524594206037213318752459420603721331875245942060372133187524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 175d88f5-1c1f-4a82-8d78-2f59def27069, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccd2a019-fe64-4e78-93c6-e04c659af9a0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c62dc55e-c1b5-48d4-992b-d615925fad82, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccd2a019-fe64-4e78-93c6-e04c659af9a0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5210025259604126535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52100252596041265355210025259604126535521002525960412653552100252596041265355210025259604126535521002525960412653552100252596041265355210025259604126535521002525960412653552100252596041265355210025259604126535521002525960412653552100252596041265355210025259604126535521002525960412653552100252596041265355210025259604126535521002525960412653552100252596041265355210025259604126535" } } } 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, 6650bc19-268f-4f94-93de-aefe105fb375, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6650bc19-268f-4f94-93de-aefe105fb375, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6281943083257487400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62819430832574874006281943083257487400628194308325748740062819430832574874006281943083257487400628194308325748740062819430832574874006281943083257487400628194308325748740062819430832574874006281943083257487400628194308325748740062819430832574874006281943083257487400628194308325748740062819430832574874006281943083257487400628194308325748740062819430832574874006281943083257487400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccd2a019-fe64-4e78-93c6-e04c659af9a0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faa03a0b-554a-461c-814a-37988d1b8565, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6650bc19-268f-4f94-93de-aefe105fb375, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faa03a0b-554a-461c-814a-37988d1b8565, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13330474005151423060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333047400515142306013330474005151423060133304740051514230601333047400515142306013330474005151423060133304740051514230601333047400515142306013330474005151423060133304740051514230601333047400515142306013330474005151423060133304740051514230601333047400515142306013330474005151423060133304740051514230601333047400515142306013330474005151423060133304740051514230601333047400515142306013330474005151423060" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e05ef7d-cdf4-4b69-9428-fe805fccdf9e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e05ef7d-cdf4-4b69-9428-fe805fccdf9e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6594786137142022095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65947861371420220956594786137142022095659478613714202209565947861371420220956594786137142022095659478613714202209565947861371420220956594786137142022095659478613714202209565947861371420220956594786137142022095659478613714202209565947861371420220956594786137142022095659478613714202209565947861371420220956594786137142022095659478613714202209565947861371420220956594786137142022095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faa03a0b-554a-461c-814a-37988d1b8565, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2475a5be-c8af-4f61-ba08-e54c453699ee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2475a5be-c8af-4f61-ba08-e54c453699ee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14494272724412253959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449427272441225395914494272724412253959144942727244122539591449427272441225395914494272724412253959144942727244122539591449427272441225395914494272724412253959144942727244122539591449427272441225395914494272724412253959144942727244122539591449427272441225395914494272724412253959144942727244122539591449427272441225395914494272724412253959144942727244122539591449427272441225395914494272724412253959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e05ef7d-cdf4-4b69-9428-fe805fccdf9e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e80f9728-02e4-4349-aeb1-973151550978, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e80f9728-02e4-4349-aeb1-973151550978, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8092963860272528078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80929638602725280788092963860272528078809296386027252807880929638602725280788092963860272528078809296386027252807880929638602725280788092963860272528078809296386027252807880929638602725280788092963860272528078809296386027252807880929638602725280788092963860272528078809296386027252807880929638602725280788092963860272528078809296386027252807880929638602725280788092963860272528078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2475a5be-c8af-4f61-ba08-e54c453699ee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d33f9227-f836-4984-91b5-c7ee7fad5f77, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d33f9227-f836-4984-91b5-c7ee7fad5f77, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6278911127571682551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62789111275716825516278911127571682551627891112757168255162789111275716825516278911127571682551627891112757168255162789111275716825516278911127571682551627891112757168255162789111275716825516278911127571682551627891112757168255162789111275716825516278911127571682551627891112757168255162789111275716825516278911127571682551627891112757168255162789111275716825516278911127571682551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e80f9728-02e4-4349-aeb1-973151550978, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9899c5f3-3819-469e-aaaa-3d6a8cf654c6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9899c5f3-3819-469e-aaaa-3d6a8cf654c6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11040124523945395210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104012452394539521011040124523945395210110401245239453952101104012452394539521011040124523945395210110401245239453952101104012452394539521011040124523945395210110401245239453952101104012452394539521011040124523945395210110401245239453952101104012452394539521011040124523945395210110401245239453952101104012452394539521011040124523945395210110401245239453952101104012452394539521011040124523945395210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d33f9227-f836-4984-91b5-c7ee7fad5f77, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff80ceb6-1686-4ae0-ba7d-c7f8166deeb7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff80ceb6-1686-4ae0-ba7d-c7f8166deeb7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16374072141037879815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637407214103787981516374072141037879815163740721410378798151637407214103787981516374072141037879815163740721410378798151637407214103787981516374072141037879815163740721410378798151637407214103787981516374072141037879815163740721410378798151637407214103787981516374072141037879815163740721410378798151637407214103787981516374072141037879815163740721410378798151637407214103787981516374072141037879815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9899c5f3-3819-469e-aaaa-3d6a8cf654c6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f482c1c-cab2-4c70-a03f-981c8ce73f1f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f482c1c-cab2-4c70-a03f-981c8ce73f1f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13377200866169780896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337720086616978089613377200866169780896133772008661697808961337720086616978089613377200866169780896133772008661697808961337720086616978089613377200866169780896133772008661697808961337720086616978089613377200866169780896133772008661697808961337720086616978089613377200866169780896133772008661697808961337720086616978089613377200866169780896133772008661697808961337720086616978089613377200866169780896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff80ceb6-1686-4ae0-ba7d-c7f8166deeb7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f482c1c-cab2-4c70-a03f-981c8ce73f1f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddda4b2e-743e-4ad5-ac01-535f65235f01, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 712a6a93-050d-4008-bba5-848d1da9d508, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 712a6a93-050d-4008-bba5-848d1da9d508, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14335452385208867083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433545238520886708314335452385208867083143354523852088670831433545238520886708314335452385208867083143354523852088670831433545238520886708314335452385208867083143354523852088670831433545238520886708314335452385208867083143354523852088670831433545238520886708314335452385208867083143354523852088670831433545238520886708314335452385208867083143354523852088670831433545238520886708314335452385208867083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddda4b2e-743e-4ad5-ac01-535f65235f01, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2974283479310825158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29742834793108251582974283479310825158297428347931082515829742834793108251582974283479310825158297428347931082515829742834793108251582974283479310825158297428347931082515829742834793108251582974283479310825158297428347931082515829742834793108251582974283479310825158297428347931082515829742834793108251582974283479310825158297428347931082515829742834793108251582974283479310825158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 712a6a93-050d-4008-bba5-848d1da9d508, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddda4b2e-743e-4ad5-ac01-535f65235f01, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf5823ba-d478-4749-822b-7cc747f6e132, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 343c204d-f53c-41c4-a961-5094d3121c81, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf5823ba-d478-4749-822b-7cc747f6e132, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7830033259560090675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78300332595600906757830033259560090675783003325956009067578300332595600906757830033259560090675783003325956009067578300332595600906757830033259560090675783003325956009067578300332595600906757830033259560090675783003325956009067578300332595600906757830033259560090675783003325956009067578300332595600906757830033259560090675783003325956009067578300332595600906757830033259560090675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 343c204d-f53c-41c4-a961-5094d3121c81, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15566484300126192642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556648430012619264215566484300126192642155664843001261926421556648430012619264215566484300126192642155664843001261926421556648430012619264215566484300126192642155664843001261926421556648430012619264215566484300126192642155664843001261926421556648430012619264215566484300126192642155664843001261926421556648430012619264215566484300126192642155664843001261926421556648430012619264215566484300126192642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf5823ba-d478-4749-822b-7cc747f6e132, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e954e32c-63c3-45fe-88c4-487cf68fdf6e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 343c204d-f53c-41c4-a961-5094d3121c81, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e954e32c-63c3-45fe-88c4-487cf68fdf6e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15321562634974982534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532156263497498253415321562634974982534153215626349749825341532156263497498253415321562634974982534153215626349749825341532156263497498253415321562634974982534153215626349749825341532156263497498253415321562634974982534153215626349749825341532156263497498253415321562634974982534153215626349749825341532156263497498253415321562634974982534153215626349749825341532156263497498253415321562634974982534" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 773c694b-54f9-4a48-b82a-cc66ba2dd621, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 773c694b-54f9-4a48-b82a-cc66ba2dd621, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14272280060718789660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427228006071878966014272280060718789660142722800607187896601427228006071878966014272280060718789660142722800607187896601427228006071878966014272280060718789660142722800607187896601427228006071878966014272280060718789660142722800607187896601427228006071878966014272280060718789660142722800607187896601427228006071878966014272280060718789660142722800607187896601427228006071878966014272280060718789660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e954e32c-63c3-45fe-88c4-487cf68fdf6e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2a18b71-ce3a-40ce-8e29-bde8d3ce71c4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 773c694b-54f9-4a48-b82a-cc66ba2dd621, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2a18b71-ce3a-40ce-8e29-bde8d3ce71c4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18169977950895048846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816997795089504884618169977950895048846181699779508950488461816997795089504884618169977950895048846181699779508950488461816997795089504884618169977950895048846181699779508950488461816997795089504884618169977950895048846181699779508950488461816997795089504884618169977950895048846181699779508950488461816997795089504884618169977950895048846181699779508950488461816997795089504884618169977950895048846" } } } 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, a92b348a-d667-438f-b028-777246ee5ddb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a92b348a-d667-438f-b028-777246ee5ddb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11617868488457779303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161786848845777930311617868488457779303116178684884577793031161786848845777930311617868488457779303116178684884577793031161786848845777930311617868488457779303116178684884577793031161786848845777930311617868488457779303116178684884577793031161786848845777930311617868488457779303116178684884577793031161786848845777930311617868488457779303116178684884577793031161786848845777930311617868488457779303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2a18b71-ce3a-40ce-8e29-bde8d3ce71c4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88c80cf5-f6ea-4c7d-b243-1c13dc40adfe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a92b348a-d667-438f-b028-777246ee5ddb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88c80cf5-f6ea-4c7d-b243-1c13dc40adfe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8118752579288382952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81187525792883829528118752579288382952811875257928838295281187525792883829528118752579288382952811875257928838295281187525792883829528118752579288382952811875257928838295281187525792883829528118752579288382952811875257928838295281187525792883829528118752579288382952811875257928838295281187525792883829528118752579288382952811875257928838295281187525792883829528118752579288382952" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 179fe115-c14c-4c62-9451-a32310db00ae, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 179fe115-c14c-4c62-9451-a32310db00ae, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7062547458978085716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70625474589780857167062547458978085716706254745897808571670625474589780857167062547458978085716706254745897808571670625474589780857167062547458978085716706254745897808571670625474589780857167062547458978085716706254745897808571670625474589780857167062547458978085716706254745897808571670625474589780857167062547458978085716706254745897808571670625474589780857167062547458978085716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88c80cf5-f6ea-4c7d-b243-1c13dc40adfe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aaa9fc50-6105-4e46-b9dd-6df4a8e9dfe7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaa9fc50-6105-4e46-b9dd-6df4a8e9dfe7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7720648254952469209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77206482549524692097720648254952469209772064825495246920977206482549524692097720648254952469209772064825495246920977206482549524692097720648254952469209772064825495246920977206482549524692097720648254952469209772064825495246920977206482549524692097720648254952469209772064825495246920977206482549524692097720648254952469209772064825495246920977206482549524692097720648254952469209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 179fe115-c14c-4c62-9451-a32310db00ae, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16acc87c-c7cc-4f07-a654-edff4b4f1535, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16acc87c-c7cc-4f07-a654-edff4b4f1535, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8473564201217906274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84735642012179062748473564201217906274847356420121790627484735642012179062748473564201217906274847356420121790627484735642012179062748473564201217906274847356420121790627484735642012179062748473564201217906274847356420121790627484735642012179062748473564201217906274847356420121790627484735642012179062748473564201217906274847356420121790627484735642012179062748473564201217906274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaa9fc50-6105-4e46-b9dd-6df4a8e9dfe7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05d3e339-7535-46e7-bc79-891ae43cfffa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05d3e339-7535-46e7-bc79-891ae43cfffa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12941790090878082251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294179009087808225112941790090878082251129417900908780822511294179009087808225112941790090878082251129417900908780822511294179009087808225112941790090878082251129417900908780822511294179009087808225112941790090878082251129417900908780822511294179009087808225112941790090878082251129417900908780822511294179009087808225112941790090878082251129417900908780822511294179009087808225112941790090878082251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16acc87c-c7cc-4f07-a654-edff4b4f1535, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84a5124c-4dff-46be-8751-8b39395ea271, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a5124c-4dff-46be-8751-8b39395ea271, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13144412545260458357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314441254526045835713144412545260458357131444125452604583571314441254526045835713144412545260458357131444125452604583571314441254526045835713144412545260458357131444125452604583571314441254526045835713144412545260458357131444125452604583571314441254526045835713144412545260458357131444125452604583571314441254526045835713144412545260458357131444125452604583571314441254526045835713144412545260458357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05d3e339-7535-46e7-bc79-891ae43cfffa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a5124c-4dff-46be-8751-8b39395ea271, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ba3d56e-104b-468a-b5c8-2ee7f6adcd72, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98a8760d-a3e8-4a1b-af24-82cb314c2254, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ba3d56e-104b-468a-b5c8-2ee7f6adcd72, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1852614085967887420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18526140859678874201852614085967887420185261408596788742018526140859678874201852614085967887420185261408596788742018526140859678874201852614085967887420185261408596788742018526140859678874201852614085967887420185261408596788742018526140859678874201852614085967887420185261408596788742018526140859678874201852614085967887420185261408596788742018526140859678874201852614085967887420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98a8760d-a3e8-4a1b-af24-82cb314c2254, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7388342731683711785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73883427316837117857388342731683711785738834273168371178573883427316837117857388342731683711785738834273168371178573883427316837117857388342731683711785738834273168371178573883427316837117857388342731683711785738834273168371178573883427316837117857388342731683711785738834273168371178573883427316837117857388342731683711785738834273168371178573883427316837117857388342731683711785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ba3d56e-104b-468a-b5c8-2ee7f6adcd72, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98a8760d-a3e8-4a1b-af24-82cb314c2254, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f837520e-8b19-4bae-8dfb-093e81b272b8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f837520e-8b19-4bae-8dfb-093e81b272b8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14663640577597787618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466364057759778761814663640577597787618146636405775977876181466364057759778761814663640577597787618146636405775977876181466364057759778761814663640577597787618146636405775977876181466364057759778761814663640577597787618146636405775977876181466364057759778761814663640577597787618146636405775977876181466364057759778761814663640577597787618146636405775977876181466364057759778761814663640577597787618" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d719cdd8-0733-47f8-8ee1-94b347b0e172, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d719cdd8-0733-47f8-8ee1-94b347b0e172, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5116880049206167314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51168800492061673145116880049206167314511688004920616731451168800492061673145116880049206167314511688004920616731451168800492061673145116880049206167314511688004920616731451168800492061673145116880049206167314511688004920616731451168800492061673145116880049206167314511688004920616731451168800492061673145116880049206167314511688004920616731451168800492061673145116880049206167314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f837520e-8b19-4bae-8dfb-093e81b272b8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99355339-d4f3-4f6d-9a99-ed1cde8d2e6d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99355339-d4f3-4f6d-9a99-ed1cde8d2e6d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14117486091523634225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411748609152363422514117486091523634225141174860915236342251411748609152363422514117486091523634225141174860915236342251411748609152363422514117486091523634225141174860915236342251411748609152363422514117486091523634225141174860915236342251411748609152363422514117486091523634225141174860915236342251411748609152363422514117486091523634225141174860915236342251411748609152363422514117486091523634225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d719cdd8-0733-47f8-8ee1-94b347b0e172, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2d0ca44-a218-47f5-9093-99d07faec95c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d0ca44-a218-47f5-9093-99d07faec95c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17180128999153317808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718012899915331780817180128999153317808171801289991533178081718012899915331780817180128999153317808171801289991533178081718012899915331780817180128999153317808171801289991533178081718012899915331780817180128999153317808171801289991533178081718012899915331780817180128999153317808171801289991533178081718012899915331780817180128999153317808171801289991533178081718012899915331780817180128999153317808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99355339-d4f3-4f6d-9a99-ed1cde8d2e6d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a9886bd-94db-4be5-a28e-ba32a1f33503, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a9886bd-94db-4be5-a28e-ba32a1f33503, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13726776843173610663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372677684317361066313726776843173610663137267768431736106631372677684317361066313726776843173610663137267768431736106631372677684317361066313726776843173610663137267768431736106631372677684317361066313726776843173610663137267768431736106631372677684317361066313726776843173610663137267768431736106631372677684317361066313726776843173610663137267768431736106631372677684317361066313726776843173610663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d0ca44-a218-47f5-9093-99d07faec95c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a9886bd-94db-4be5-a28e-ba32a1f33503, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3267beef-3577-44a2-81ba-0148eef83021, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3267beef-3577-44a2-81ba-0148eef83021, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11648764126421802243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164876412642180224311648764126421802243116487641264218022431164876412642180224311648764126421802243116487641264218022431164876412642180224311648764126421802243116487641264218022431164876412642180224311648764126421802243116487641264218022431164876412642180224311648764126421802243116487641264218022431164876412642180224311648764126421802243116487641264218022431164876412642180224311648764126421802243" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 421d9173-7fd9-413f-a57a-3493d2e2dbab, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 421d9173-7fd9-413f-a57a-3493d2e2dbab, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16639739740865393520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663973974086539352016639739740865393520166397397408653935201663973974086539352016639739740865393520166397397408653935201663973974086539352016639739740865393520166397397408653935201663973974086539352016639739740865393520166397397408653935201663973974086539352016639739740865393520166397397408653935201663973974086539352016639739740865393520166397397408653935201663973974086539352016639739740865393520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3267beef-3577-44a2-81ba-0148eef83021, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fea2f9e1-cb50-4e1a-a0cc-333001bf9219, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 421d9173-7fd9-413f-a57a-3493d2e2dbab, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c9c316b-d0c9-4cbd-9eaf-2f936c2b93cf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c9c316b-d0c9-4cbd-9eaf-2f936c2b93cf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8426109685548329165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84261096855483291658426109685548329165842610968554832916584261096855483291658426109685548329165842610968554832916584261096855483291658426109685548329165842610968554832916584261096855483291658426109685548329165842610968554832916584261096855483291658426109685548329165842610968554832916584261096855483291658426109685548329165842610968554832916584261096855483291658426109685548329165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fea2f9e1-cb50-4e1a-a0cc-333001bf9219, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2116686079277571123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21166860792775711232116686079277571123211668607927757112321166860792775711232116686079277571123211668607927757112321166860792775711232116686079277571123211668607927757112321166860792775711232116686079277571123211668607927757112321166860792775711232116686079277571123211668607927757112321166860792775711232116686079277571123211668607927757112321166860792775711232116686079277571123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c9c316b-d0c9-4cbd-9eaf-2f936c2b93cf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1feb006a-08be-4505-9b1d-dc4de4061252, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1feb006a-08be-4505-9b1d-dc4de4061252, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16980010870500844303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698001087050084430316980010870500844303169800108705008443031698001087050084430316980010870500844303169800108705008443031698001087050084430316980010870500844303169800108705008443031698001087050084430316980010870500844303169800108705008443031698001087050084430316980010870500844303169800108705008443031698001087050084430316980010870500844303169800108705008443031698001087050084430316980010870500844303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fea2f9e1-cb50-4e1a-a0cc-333001bf9219, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67f9914b-03be-4b15-af1b-5b391e13281b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1feb006a-08be-4505-9b1d-dc4de4061252, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e01b39c-fef3-41c9-9c21-1b91e5317040, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e01b39c-fef3-41c9-9c21-1b91e5317040, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7857171111942863833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78571711119428638337857171111942863833785717111194286383378571711119428638337857171111942863833785717111194286383378571711119428638337857171111942863833785717111194286383378571711119428638337857171111942863833785717111194286383378571711119428638337857171111942863833785717111194286383378571711119428638337857171111942863833785717111194286383378571711119428638337857171111942863833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67f9914b-03be-4b15-af1b-5b391e13281b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10716855242209264806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071685524220926480610716855242209264806107168552422092648061071685524220926480610716855242209264806107168552422092648061071685524220926480610716855242209264806107168552422092648061071685524220926480610716855242209264806107168552422092648061071685524220926480610716855242209264806107168552422092648061071685524220926480610716855242209264806107168552422092648061071685524220926480610716855242209264806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e01b39c-fef3-41c9-9c21-1b91e5317040, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67f9914b-03be-4b15-af1b-5b391e13281b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dd59d76-c059-4eb6-98ea-bad8982a1416, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dd59d76-c059-4eb6-98ea-bad8982a1416, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6011665499012774459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60116654990127744596011665499012774459601166549901277445960116654990127744596011665499012774459601166549901277445960116654990127744596011665499012774459601166549901277445960116654990127744596011665499012774459601166549901277445960116654990127744596011665499012774459601166549901277445960116654990127744596011665499012774459601166549901277445960116654990127744596011665499012774459" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9cc693f-1417-40da-b01c-4ab9d78e61f4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9cc693f-1417-40da-b01c-4ab9d78e61f4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6516417454911268650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65164174549112686506516417454911268650651641745491126865065164174549112686506516417454911268650651641745491126865065164174549112686506516417454911268650651641745491126865065164174549112686506516417454911268650651641745491126865065164174549112686506516417454911268650651641745491126865065164174549112686506516417454911268650651641745491126865065164174549112686506516417454911268650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dd59d76-c059-4eb6-98ea-bad8982a1416, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47be1278-d7a3-4e74-afb6-5e2f48c0b396, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47be1278-d7a3-4e74-afb6-5e2f48c0b396, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14368257040430226764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436825704043022676414368257040430226764143682570404302267641436825704043022676414368257040430226764143682570404302267641436825704043022676414368257040430226764143682570404302267641436825704043022676414368257040430226764143682570404302267641436825704043022676414368257040430226764143682570404302267641436825704043022676414368257040430226764143682570404302267641436825704043022676414368257040430226764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9cc693f-1417-40da-b01c-4ab9d78e61f4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6459df5e-491d-4a5f-a921-143b16d9a222, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6459df5e-491d-4a5f-a921-143b16d9a222, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18296354991181095747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829635499118109574718296354991181095747182963549911810957471829635499118109574718296354991181095747182963549911810957471829635499118109574718296354991181095747182963549911810957471829635499118109574718296354991181095747182963549911810957471829635499118109574718296354991181095747182963549911810957471829635499118109574718296354991181095747182963549911810957471829635499118109574718296354991181095747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47be1278-d7a3-4e74-afb6-5e2f48c0b396, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6459df5e-491d-4a5f-a921-143b16d9a222, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71fb0e24-06d4-4628-9c90-899d5c41d500, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1ff313e-c86f-4b94-a220-a2ce2b2edb10, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1ff313e-c86f-4b94-a220-a2ce2b2edb10, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3016516259145624530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30165162591456245303016516259145624530301651625914562453030165162591456245303016516259145624530301651625914562453030165162591456245303016516259145624530301651625914562453030165162591456245303016516259145624530301651625914562453030165162591456245303016516259145624530301651625914562453030165162591456245303016516259145624530301651625914562453030165162591456245303016516259145624530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71fb0e24-06d4-4628-9c90-899d5c41d500, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3086930194716444097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30869301947164440973086930194716444097308693019471644409730869301947164440973086930194716444097308693019471644409730869301947164440973086930194716444097308693019471644409730869301947164440973086930194716444097308693019471644409730869301947164440973086930194716444097308693019471644409730869301947164440973086930194716444097308693019471644409730869301947164440973086930194716444097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1ff313e-c86f-4b94-a220-a2ce2b2edb10, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2557997-17d7-47ac-a625-53e19d1bfed1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71fb0e24-06d4-4628-9c90-899d5c41d500, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2557997-17d7-47ac-a625-53e19d1bfed1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15326513100014039346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532651310001403934615326513100014039346153265131000140393461532651310001403934615326513100014039346153265131000140393461532651310001403934615326513100014039346153265131000140393461532651310001403934615326513100014039346153265131000140393461532651310001403934615326513100014039346153265131000140393461532651310001403934615326513100014039346153265131000140393461532651310001403934615326513100014039346" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb39b17c-5cd5-4b7f-a8ee-c6e2ee3b9a7d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb39b17c-5cd5-4b7f-a8ee-c6e2ee3b9a7d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16345184171921331339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634518417192133133916345184171921331339163451841719213313391634518417192133133916345184171921331339163451841719213313391634518417192133133916345184171921331339163451841719213313391634518417192133133916345184171921331339163451841719213313391634518417192133133916345184171921331339163451841719213313391634518417192133133916345184171921331339163451841719213313391634518417192133133916345184171921331339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2557997-17d7-47ac-a625-53e19d1bfed1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b850ccf-29dc-45ac-9163-7debd8436375, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b850ccf-29dc-45ac-9163-7debd8436375, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4973582210486488818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49735822104864888184973582210486488818497358221048648881849735822104864888184973582210486488818497358221048648881849735822104864888184973582210486488818497358221048648881849735822104864888184973582210486488818497358221048648881849735822104864888184973582210486488818497358221048648881849735822104864888184973582210486488818497358221048648881849735822104864888184973582210486488818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb39b17c-5cd5-4b7f-a8ee-c6e2ee3b9a7d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2334c86-2b98-4a52-a31f-dc8ea8cfedd2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2334c86-2b98-4a52-a31f-dc8ea8cfedd2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15104589469825444286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510458946982544428615104589469825444286151045894698254442861510458946982544428615104589469825444286151045894698254442861510458946982544428615104589469825444286151045894698254442861510458946982544428615104589469825444286151045894698254442861510458946982544428615104589469825444286151045894698254442861510458946982544428615104589469825444286151045894698254442861510458946982544428615104589469825444286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b850ccf-29dc-45ac-9163-7debd8436375, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2334c86-2b98-4a52-a31f-dc8ea8cfedd2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 001c1005-ce12-46cb-b2b8-1be93e20d3ee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 001c1005-ce12-46cb-b2b8-1be93e20d3ee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13747788819514699434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374778881951469943413747788819514699434137477888195146994341374778881951469943413747788819514699434137477888195146994341374778881951469943413747788819514699434137477888195146994341374778881951469943413747788819514699434137477888195146994341374778881951469943413747788819514699434137477888195146994341374778881951469943413747788819514699434137477888195146994341374778881951469943413747788819514699434" } } } 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, a2a25902-24ce-4870-8032-e0bd06a83a92, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2a25902-24ce-4870-8032-e0bd06a83a92, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12729657331097248589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272965733109724858912729657331097248589127296573310972485891272965733109724858912729657331097248589127296573310972485891272965733109724858912729657331097248589127296573310972485891272965733109724858912729657331097248589127296573310972485891272965733109724858912729657331097248589127296573310972485891272965733109724858912729657331097248589127296573310972485891272965733109724858912729657331097248589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 001c1005-ce12-46cb-b2b8-1be93e20d3ee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7bd5e15-b7a6-4145-b2c6-6a563a346864, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2a25902-24ce-4870-8032-e0bd06a83a92, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7bd5e15-b7a6-4145-b2c6-6a563a346864, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12109668808941323294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210966880894132329412109668808941323294121096688089413232941210966880894132329412109668808941323294121096688089413232941210966880894132329412109668808941323294121096688089413232941210966880894132329412109668808941323294121096688089413232941210966880894132329412109668808941323294121096688089413232941210966880894132329412109668808941323294121096688089413232941210966880894132329412109668808941323294" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e29b376-732c-4ed8-b33a-827b409dd3bd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e29b376-732c-4ed8-b33a-827b409dd3bd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18189462776924462067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818946277692446206718189462776924462067181894627769244620671818946277692446206718189462776924462067181894627769244620671818946277692446206718189462776924462067181894627769244620671818946277692446206718189462776924462067181894627769244620671818946277692446206718189462776924462067181894627769244620671818946277692446206718189462776924462067181894627769244620671818946277692446206718189462776924462067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7bd5e15-b7a6-4145-b2c6-6a563a346864, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 279b031d-9e4a-4228-8f80-671119a2c57f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e29b376-732c-4ed8-b33a-827b409dd3bd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279b031d-9e4a-4228-8f80-671119a2c57f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13757997499106100038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375799749910610003813757997499106100038137579974991061000381375799749910610003813757997499106100038137579974991061000381375799749910610003813757997499106100038137579974991061000381375799749910610003813757997499106100038137579974991061000381375799749910610003813757997499106100038137579974991061000381375799749910610003813757997499106100038137579974991061000381375799749910610003813757997499106100038" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd5616b0-dedd-47de-b9c5-e07698e286f5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd5616b0-dedd-47de-b9c5-e07698e286f5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4958918897751358950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49589188977513589504958918897751358950495891889775135895049589188977513589504958918897751358950495891889775135895049589188977513589504958918897751358950495891889775135895049589188977513589504958918897751358950495891889775135895049589188977513589504958918897751358950495891889775135895049589188977513589504958918897751358950495891889775135895049589188977513589504958918897751358950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279b031d-9e4a-4228-8f80-671119a2c57f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd5616b0-dedd-47de-b9c5-e07698e286f5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fb3021f-5339-483c-815a-5694a060d8ce, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fb3021f-5339-483c-815a-5694a060d8ce, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13047098690739527307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304709869073952730713047098690739527307130470986907395273071304709869073952730713047098690739527307130470986907395273071304709869073952730713047098690739527307130470986907395273071304709869073952730713047098690739527307130470986907395273071304709869073952730713047098690739527307130470986907395273071304709869073952730713047098690739527307130470986907395273071304709869073952730713047098690739527307" } } } 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, 81781594-a3e0-4106-b0af-3ec3ca48ad97, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81781594-a3e0-4106-b0af-3ec3ca48ad97, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2511936293899638083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25119362938996380832511936293899638083251193629389963808325119362938996380832511936293899638083251193629389963808325119362938996380832511936293899638083251193629389963808325119362938996380832511936293899638083251193629389963808325119362938996380832511936293899638083251193629389963808325119362938996380832511936293899638083251193629389963808325119362938996380832511936293899638083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fb3021f-5339-483c-815a-5694a060d8ce, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81781594-a3e0-4106-b0af-3ec3ca48ad97, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36a95abb-1ce2-405e-b7d5-3796467d1076, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a95abb-1ce2-405e-b7d5-3796467d1076, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11327056590325662282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132705659032566228211327056590325662282113270565903256622821132705659032566228211327056590325662282113270565903256622821132705659032566228211327056590325662282113270565903256622821132705659032566228211327056590325662282113270565903256622821132705659032566228211327056590325662282113270565903256622821132705659032566228211327056590325662282113270565903256622821132705659032566228211327056590325662282" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4a81925-e551-47ef-995d-018d3581edf7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4a81925-e551-47ef-995d-018d3581edf7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5151217631606459216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51512176316064592165151217631606459216515121763160645921651512176316064592165151217631606459216515121763160645921651512176316064592165151217631606459216515121763160645921651512176316064592165151217631606459216515121763160645921651512176316064592165151217631606459216515121763160645921651512176316064592165151217631606459216515121763160645921651512176316064592165151217631606459216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a95abb-1ce2-405e-b7d5-3796467d1076, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4a81925-e551-47ef-995d-018d3581edf7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd31d4fa-9926-4828-8a6f-b722d386f8ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd31d4fa-9926-4828-8a6f-b722d386f8ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13166146626876805032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316614662687680503213166146626876805032131661466268768050321316614662687680503213166146626876805032131661466268768050321316614662687680503213166146626876805032131661466268768050321316614662687680503213166146626876805032131661466268768050321316614662687680503213166146626876805032131661466268768050321316614662687680503213166146626876805032131661466268768050321316614662687680503213166146626876805032" } } } 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, 3a325f88-d6b2-4612-8737-3a2a67329df3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a325f88-d6b2-4612-8737-3a2a67329df3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7774512419866147915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77745124198661479157774512419866147915777451241986614791577745124198661479157774512419866147915777451241986614791577745124198661479157774512419866147915777451241986614791577745124198661479157774512419866147915777451241986614791577745124198661479157774512419866147915777451241986614791577745124198661479157774512419866147915777451241986614791577745124198661479157774512419866147915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd31d4fa-9926-4828-8a6f-b722d386f8ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9e38b7b-7781-4c51-9dc4-08ffe08e8417, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9e38b7b-7781-4c51-9dc4-08ffe08e8417, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5678301138570153279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56783011385701532795678301138570153279567830113857015327956783011385701532795678301138570153279567830113857015327956783011385701532795678301138570153279567830113857015327956783011385701532795678301138570153279567830113857015327956783011385701532795678301138570153279567830113857015327956783011385701532795678301138570153279567830113857015327956783011385701532795678301138570153279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a325f88-d6b2-4612-8737-3a2a67329df3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c5d2f98-8402-4463-aad7-16ccea825ddf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c5d2f98-8402-4463-aad7-16ccea825ddf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11505026214640753467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150502621464075346711505026214640753467115050262146407534671150502621464075346711505026214640753467115050262146407534671150502621464075346711505026214640753467115050262146407534671150502621464075346711505026214640753467115050262146407534671150502621464075346711505026214640753467115050262146407534671150502621464075346711505026214640753467115050262146407534671150502621464075346711505026214640753467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9e38b7b-7781-4c51-9dc4-08ffe08e8417, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea06e344-5cb0-4e73-8923-1dc3daf3a1e3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea06e344-5cb0-4e73-8923-1dc3daf3a1e3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17916979104947579029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791697910494757902917916979104947579029179169791049475790291791697910494757902917916979104947579029179169791049475790291791697910494757902917916979104947579029179169791049475790291791697910494757902917916979104947579029179169791049475790291791697910494757902917916979104947579029179169791049475790291791697910494757902917916979104947579029179169791049475790291791697910494757902917916979104947579029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c5d2f98-8402-4463-aad7-16ccea825ddf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea06e344-5cb0-4e73-8923-1dc3daf3a1e3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15dbc90d-8ff9-4fb6-8610-14e540faf7f3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15dbc90d-8ff9-4fb6-8610-14e540faf7f3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14798789710864897492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479878971086489749214798789710864897492147987897108648974921479878971086489749214798789710864897492147987897108648974921479878971086489749214798789710864897492147987897108648974921479878971086489749214798789710864897492147987897108648974921479878971086489749214798789710864897492147987897108648974921479878971086489749214798789710864897492147987897108648974921479878971086489749214798789710864897492" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aead0cb5-130b-4684-861f-21a020ba7940, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aead0cb5-130b-4684-861f-21a020ba7940, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1931188625888288975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19311886258882889751931188625888288975193118862588828897519311886258882889751931188625888288975193118862588828897519311886258882889751931188625888288975193118862588828897519311886258882889751931188625888288975193118862588828897519311886258882889751931188625888288975193118862588828897519311886258882889751931188625888288975193118862588828897519311886258882889751931188625888288975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15dbc90d-8ff9-4fb6-8610-14e540faf7f3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e33137a4-002e-4485-a6a2-1f49db7c5607, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e33137a4-002e-4485-a6a2-1f49db7c5607, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6506816674819198923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65068166748191989236506816674819198923650681667481919892365068166748191989236506816674819198923650681667481919892365068166748191989236506816674819198923650681667481919892365068166748191989236506816674819198923650681667481919892365068166748191989236506816674819198923650681667481919892365068166748191989236506816674819198923650681667481919892365068166748191989236506816674819198923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aead0cb5-130b-4684-861f-21a020ba7940, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a16de75-b73c-4f30-aec9-7255891ca321, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a16de75-b73c-4f30-aec9-7255891ca321, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 567897374658126917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917567897374658126917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e33137a4-002e-4485-a6a2-1f49db7c5607, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a16de75-b73c-4f30-aec9-7255891ca321, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98780e51-3d70-4633-b237-a0b0604a1bf9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98780e51-3d70-4633-b237-a0b0604a1bf9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18218892696209303597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821889269620930359718218892696209303597182188926962093035971821889269620930359718218892696209303597182188926962093035971821889269620930359718218892696209303597182188926962093035971821889269620930359718218892696209303597182188926962093035971821889269620930359718218892696209303597182188926962093035971821889269620930359718218892696209303597182188926962093035971821889269620930359718218892696209303597" } } } 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, 0c8f1769-082e-42d7-bdbc-3d2eca063f41, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98780e51-3d70-4633-b237-a0b0604a1bf9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bb465d8-80c9-4b72-b815-f141b9c166ff, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c8f1769-082e-42d7-bdbc-3d2eca063f41, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5632702878435991229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56327028784359912295632702878435991229563270287843599122956327028784359912295632702878435991229563270287843599122956327028784359912295632702878435991229563270287843599122956327028784359912295632702878435991229563270287843599122956327028784359912295632702878435991229563270287843599122956327028784359912295632702878435991229563270287843599122956327028784359912295632702878435991229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bb465d8-80c9-4b72-b815-f141b9c166ff, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14544107237268217260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454410723726821726014544107237268217260145441072372682172601454410723726821726014544107237268217260145441072372682172601454410723726821726014544107237268217260145441072372682172601454410723726821726014544107237268217260145441072372682172601454410723726821726014544107237268217260145441072372682172601454410723726821726014544107237268217260145441072372682172601454410723726821726014544107237268217260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c8f1769-082e-42d7-bdbc-3d2eca063f41, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8359aae-1f4c-4f26-b65a-1d567bab9053, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bb465d8-80c9-4b72-b815-f141b9c166ff, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da482aa2-f216-449a-ab6f-f21b7fb68c75, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da482aa2-f216-449a-ab6f-f21b7fb68c75, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13509108652991113892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350910865299111389213509108652991113892135091086529911138921350910865299111389213509108652991113892135091086529911138921350910865299111389213509108652991113892135091086529911138921350910865299111389213509108652991113892135091086529911138921350910865299111389213509108652991113892135091086529911138921350910865299111389213509108652991113892135091086529911138921350910865299111389213509108652991113892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8359aae-1f4c-4f26-b65a-1d567bab9053, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17218034185866187855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721803418586618785517218034185866187855172180341858661878551721803418586618785517218034185866187855172180341858661878551721803418586618785517218034185866187855172180341858661878551721803418586618785517218034185866187855172180341858661878551721803418586618785517218034185866187855172180341858661878551721803418586618785517218034185866187855172180341858661878551721803418586618785517218034185866187855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da482aa2-f216-449a-ab6f-f21b7fb68c75, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0321bf49-2d1d-41d6-aa38-b48501a624ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0321bf49-2d1d-41d6-aa38-b48501a624ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17761533944717077574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776153394471707757417761533944717077574177615339447170775741776153394471707757417761533944717077574177615339447170775741776153394471707757417761533944717077574177615339447170775741776153394471707757417761533944717077574177615339447170775741776153394471707757417761533944717077574177615339447170775741776153394471707757417761533944717077574177615339447170775741776153394471707757417761533944717077574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8359aae-1f4c-4f26-b65a-1d567bab9053, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5436e6b4-2da2-4761-8307-162744827197, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0321bf49-2d1d-41d6-aa38-b48501a624ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc1689ca-f8da-4730-b483-3453a4856b53, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5436e6b4-2da2-4761-8307-162744827197, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18382470349581026633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838247034958102663318382470349581026633183824703495810266331838247034958102663318382470349581026633183824703495810266331838247034958102663318382470349581026633183824703495810266331838247034958102663318382470349581026633183824703495810266331838247034958102663318382470349581026633183824703495810266331838247034958102663318382470349581026633183824703495810266331838247034958102663318382470349581026633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc1689ca-f8da-4730-b483-3453a4856b53, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16029430260163339592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602943026016333959216029430260163339592160294302601633395921602943026016333959216029430260163339592160294302601633395921602943026016333959216029430260163339592160294302601633395921602943026016333959216029430260163339592160294302601633395921602943026016333959216029430260163339592160294302601633395921602943026016333959216029430260163339592160294302601633395921602943026016333959216029430260163339592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5436e6b4-2da2-4761-8307-162744827197, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 916a5324-33be-44f3-b0a5-b9e06de3574b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 916a5324-33be-44f3-b0a5-b9e06de3574b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2587965248020633184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25879652480206331842587965248020633184258796524802063318425879652480206331842587965248020633184258796524802063318425879652480206331842587965248020633184258796524802063318425879652480206331842587965248020633184258796524802063318425879652480206331842587965248020633184258796524802063318425879652480206331842587965248020633184258796524802063318425879652480206331842587965248020633184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc1689ca-f8da-4730-b483-3453a4856b53, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9386b0e-b3e9-4221-bc0b-bdb71bb6bb02, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9386b0e-b3e9-4221-bc0b-bdb71bb6bb02, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10104289107865377573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010428910786537757310104289107865377573101042891078653775731010428910786537757310104289107865377573101042891078653775731010428910786537757310104289107865377573101042891078653775731010428910786537757310104289107865377573101042891078653775731010428910786537757310104289107865377573101042891078653775731010428910786537757310104289107865377573101042891078653775731010428910786537757310104289107865377573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 916a5324-33be-44f3-b0a5-b9e06de3574b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f621de8-4074-4b00-a2ff-778a506a397b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f621de8-4074-4b00-a2ff-778a506a397b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10319483725508705642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031948372550870564210319483725508705642103194837255087056421031948372550870564210319483725508705642103194837255087056421031948372550870564210319483725508705642103194837255087056421031948372550870564210319483725508705642103194837255087056421031948372550870564210319483725508705642103194837255087056421031948372550870564210319483725508705642103194837255087056421031948372550870564210319483725508705642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9386b0e-b3e9-4221-bc0b-bdb71bb6bb02, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4119c6d-bd43-4a4d-bbce-c2f65cad34cb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4119c6d-bd43-4a4d-bbce-c2f65cad34cb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15772189222286993643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577218922228699364315772189222286993643157721892222869936431577218922228699364315772189222286993643157721892222869936431577218922228699364315772189222286993643157721892222869936431577218922228699364315772189222286993643157721892222869936431577218922228699364315772189222286993643157721892222869936431577218922228699364315772189222286993643157721892222869936431577218922228699364315772189222286993643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f621de8-4074-4b00-a2ff-778a506a397b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92ae0946-efea-4306-9f12-5b3dec7ae631, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92ae0946-efea-4306-9f12-5b3dec7ae631, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6259673146007882652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62596731460078826526259673146007882652625967314600788265262596731460078826526259673146007882652625967314600788265262596731460078826526259673146007882652625967314600788265262596731460078826526259673146007882652625967314600788265262596731460078826526259673146007882652625967314600788265262596731460078826526259673146007882652625967314600788265262596731460078826526259673146007882652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4119c6d-bd43-4a4d-bbce-c2f65cad34cb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92ae0946-efea-4306-9f12-5b3dec7ae631, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39e3d459-7e54-48b5-9247-1f45d1c5347e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e94771f-70f4-496c-b493-d62140f6fa1a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e94771f-70f4-496c-b493-d62140f6fa1a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17772311177667423094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777231117766742309417772311177667423094177723111776674230941777231117766742309417772311177667423094177723111776674230941777231117766742309417772311177667423094177723111776674230941777231117766742309417772311177667423094177723111776674230941777231117766742309417772311177667423094177723111776674230941777231117766742309417772311177667423094177723111776674230941777231117766742309417772311177667423094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e3d459-7e54-48b5-9247-1f45d1c5347e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15235752403634928858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523575240363492885815235752403634928858152357524036349288581523575240363492885815235752403634928858152357524036349288581523575240363492885815235752403634928858152357524036349288581523575240363492885815235752403634928858152357524036349288581523575240363492885815235752403634928858152357524036349288581523575240363492885815235752403634928858152357524036349288581523575240363492885815235752403634928858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e94771f-70f4-496c-b493-d62140f6fa1a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 954404c0-0b5e-43d6-897e-321e6e715479, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 954404c0-0b5e-43d6-897e-321e6e715479, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 287342170559701342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342287342170559701342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e3d459-7e54-48b5-9247-1f45d1c5347e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a09286f-1d90-4552-b8e5-6f6fc698daeb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a09286f-1d90-4552-b8e5-6f6fc698daeb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6243200632383117868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62432006323831178686243200632383117868624320063238311786862432006323831178686243200632383117868624320063238311786862432006323831178686243200632383117868624320063238311786862432006323831178686243200632383117868624320063238311786862432006323831178686243200632383117868624320063238311786862432006323831178686243200632383117868624320063238311786862432006323831178686243200632383117868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a09286f-1d90-4552-b8e5-6f6fc698daeb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48af6d1e-6ed1-4f4b-b9df-2f5d183dc30e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48af6d1e-6ed1-4f4b-b9df-2f5d183dc30e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16079084144477470382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607908414447747038216079084144477470382160790841444774703821607908414447747038216079084144477470382160790841444774703821607908414447747038216079084144477470382160790841444774703821607908414447747038216079084144477470382160790841444774703821607908414447747038216079084144477470382160790841444774703821607908414447747038216079084144477470382160790841444774703821607908414447747038216079084144477470382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 954404c0-0b5e-43d6-897e-321e6e715479, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5b029fd-6707-4beb-bc96-52e801f1714f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5b029fd-6707-4beb-bc96-52e801f1714f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3940639598914054596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39406395989140545963940639598914054596394063959891405459639406395989140545963940639598914054596394063959891405459639406395989140545963940639598914054596394063959891405459639406395989140545963940639598914054596394063959891405459639406395989140545963940639598914054596394063959891405459639406395989140545963940639598914054596394063959891405459639406395989140545963940639598914054596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48af6d1e-6ed1-4f4b-b9df-2f5d183dc30e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9836e3a1-af9a-4c23-b02b-97bff94a4fc3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9836e3a1-af9a-4c23-b02b-97bff94a4fc3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5137703840155913309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51377038401559133095137703840155913309513770384015591330951377038401559133095137703840155913309513770384015591330951377038401559133095137703840155913309513770384015591330951377038401559133095137703840155913309513770384015591330951377038401559133095137703840155913309513770384015591330951377038401559133095137703840155913309513770384015591330951377038401559133095137703840155913309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5b029fd-6707-4beb-bc96-52e801f1714f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a20d18bd-62fa-47b9-9eaf-135c374a8e63, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a20d18bd-62fa-47b9-9eaf-135c374a8e63, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17718342699547479398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771834269954747939817718342699547479398177183426995474793981771834269954747939817718342699547479398177183426995474793981771834269954747939817718342699547479398177183426995474793981771834269954747939817718342699547479398177183426995474793981771834269954747939817718342699547479398177183426995474793981771834269954747939817718342699547479398177183426995474793981771834269954747939817718342699547479398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9836e3a1-af9a-4c23-b02b-97bff94a4fc3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 689005fc-a38e-45a0-85c9-cbc829003e75, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a20d18bd-62fa-47b9-9eaf-135c374a8e63, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 689005fc-a38e-45a0-85c9-cbc829003e75, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14107894946696928056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410789494669692805614107894946696928056141078949466969280561410789494669692805614107894946696928056141078949466969280561410789494669692805614107894946696928056141078949466969280561410789494669692805614107894946696928056141078949466969280561410789494669692805614107894946696928056141078949466969280561410789494669692805614107894946696928056141078949466969280561410789494669692805614107894946696928056" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad2c8e13-7b8b-4176-a523-68d9e3c9cefe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad2c8e13-7b8b-4176-a523-68d9e3c9cefe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18251380218733717376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825138021873371737618251380218733717376182513802187337173761825138021873371737618251380218733717376182513802187337173761825138021873371737618251380218733717376182513802187337173761825138021873371737618251380218733717376182513802187337173761825138021873371737618251380218733717376182513802187337173761825138021873371737618251380218733717376182513802187337173761825138021873371737618251380218733717376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 689005fc-a38e-45a0-85c9-cbc829003e75, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82ee4e3d-b0c2-4bb6-8a80-728c3d63e161, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82ee4e3d-b0c2-4bb6-8a80-728c3d63e161, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14447419593385485882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444741959338548588214447419593385485882144474195933854858821444741959338548588214447419593385485882144474195933854858821444741959338548588214447419593385485882144474195933854858821444741959338548588214447419593385485882144474195933854858821444741959338548588214447419593385485882144474195933854858821444741959338548588214447419593385485882144474195933854858821444741959338548588214447419593385485882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad2c8e13-7b8b-4176-a523-68d9e3c9cefe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c9c9c5e-5080-4770-9fc5-2e8cbde9fde6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c9c9c5e-5080-4770-9fc5-2e8cbde9fde6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3879978599950663217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38799785999506632173879978599950663217387997859995066321738799785999506632173879978599950663217387997859995066321738799785999506632173879978599950663217387997859995066321738799785999506632173879978599950663217387997859995066321738799785999506632173879978599950663217387997859995066321738799785999506632173879978599950663217387997859995066321738799785999506632173879978599950663217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82ee4e3d-b0c2-4bb6-8a80-728c3d63e161, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42187663-d992-4ba9-ae74-d7b3bb8d0c6f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42187663-d992-4ba9-ae74-d7b3bb8d0c6f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14876206227777916995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487620622777791699514876206227777916995148762062277779169951487620622777791699514876206227777916995148762062277779169951487620622777791699514876206227777916995148762062277779169951487620622777791699514876206227777916995148762062277779169951487620622777791699514876206227777916995148762062277779169951487620622777791699514876206227777916995148762062277779169951487620622777791699514876206227777916995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c9c9c5e-5080-4770-9fc5-2e8cbde9fde6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61fcc11f-8ee3-4901-946c-dc784b9f900c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61fcc11f-8ee3-4901-946c-dc784b9f900c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2919095961295064200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29190959612950642002919095961295064200291909596129506420029190959612950642002919095961295064200291909596129506420029190959612950642002919095961295064200291909596129506420029190959612950642002919095961295064200291909596129506420029190959612950642002919095961295064200291909596129506420029190959612950642002919095961295064200291909596129506420029190959612950642002919095961295064200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42187663-d992-4ba9-ae74-d7b3bb8d0c6f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 400b7faf-b782-49ba-a0cd-7e7932b7389e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61fcc11f-8ee3-4901-946c-dc784b9f900c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 400b7faf-b782-49ba-a0cd-7e7932b7389e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14372661536737814572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437266153673781457214372661536737814572143726615367378145721437266153673781457214372661536737814572143726615367378145721437266153673781457214372661536737814572143726615367378145721437266153673781457214372661536737814572143726615367378145721437266153673781457214372661536737814572143726615367378145721437266153673781457214372661536737814572143726615367378145721437266153673781457214372661536737814572" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09688d0e-884b-42c9-a621-a6aea4c62da7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09688d0e-884b-42c9-a621-a6aea4c62da7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13513592376051723758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351359237605172375813513592376051723758135135923760517237581351359237605172375813513592376051723758135135923760517237581351359237605172375813513592376051723758135135923760517237581351359237605172375813513592376051723758135135923760517237581351359237605172375813513592376051723758135135923760517237581351359237605172375813513592376051723758135135923760517237581351359237605172375813513592376051723758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 400b7faf-b782-49ba-a0cd-7e7932b7389e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d480f497-144c-47ee-90d9-324960e8a797, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d480f497-144c-47ee-90d9-324960e8a797, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4825978959761726854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48259789597617268544825978959761726854482597895976172685448259789597617268544825978959761726854482597895976172685448259789597617268544825978959761726854482597895976172685448259789597617268544825978959761726854482597895976172685448259789597617268544825978959761726854482597895976172685448259789597617268544825978959761726854482597895976172685448259789597617268544825978959761726854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09688d0e-884b-42c9-a621-a6aea4c62da7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ed7d327-d01b-4cbe-bc0a-268baf48d99e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ed7d327-d01b-4cbe-bc0a-268baf48d99e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3842020510280193970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38420205102801939703842020510280193970384202051028019397038420205102801939703842020510280193970384202051028019397038420205102801939703842020510280193970384202051028019397038420205102801939703842020510280193970384202051028019397038420205102801939703842020510280193970384202051028019397038420205102801939703842020510280193970384202051028019397038420205102801939703842020510280193970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d480f497-144c-47ee-90d9-324960e8a797, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ed7d327-d01b-4cbe-bc0a-268baf48d99e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ac601bb-25e0-485b-b71d-467658b5857f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ac601bb-25e0-485b-b71d-467658b5857f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11762310717390394319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176231071739039431911762310717390394319117623107173903943191176231071739039431911762310717390394319117623107173903943191176231071739039431911762310717390394319117623107173903943191176231071739039431911762310717390394319117623107173903943191176231071739039431911762310717390394319117623107173903943191176231071739039431911762310717390394319117623107173903943191176231071739039431911762310717390394319" } } } 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, 3859f908-0543-4f2f-b0c7-c2f9a0df5803, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3859f908-0543-4f2f-b0c7-c2f9a0df5803, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7102319025494909494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71023190254949094947102319025494909494710231902549490949471023190254949094947102319025494909494710231902549490949471023190254949094947102319025494909494710231902549490949471023190254949094947102319025494909494710231902549490949471023190254949094947102319025494909494710231902549490949471023190254949094947102319025494909494710231902549490949471023190254949094947102319025494909494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ac601bb-25e0-485b-b71d-467658b5857f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3859f908-0543-4f2f-b0c7-c2f9a0df5803, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bf41dd3-ffd2-4ed0-9491-d6ac1a21c7eb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bf41dd3-ffd2-4ed0-9491-d6ac1a21c7eb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8660204310881843394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86602043108818433948660204310881843394866020431088184339486602043108818433948660204310881843394866020431088184339486602043108818433948660204310881843394866020431088184339486602043108818433948660204310881843394866020431088184339486602043108818433948660204310881843394866020431088184339486602043108818433948660204310881843394866020431088184339486602043108818433948660204310881843394" } } } 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, 5dc9e426-bd8b-4978-b3e0-d586e68693ac, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dc9e426-bd8b-4978-b3e0-d586e68693ac, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11608117294513799589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160811729451379958911608117294513799589116081172945137995891160811729451379958911608117294513799589116081172945137995891160811729451379958911608117294513799589116081172945137995891160811729451379958911608117294513799589116081172945137995891160811729451379958911608117294513799589116081172945137995891160811729451379958911608117294513799589116081172945137995891160811729451379958911608117294513799589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bf41dd3-ffd2-4ed0-9491-d6ac1a21c7eb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22b3bbd5-ea72-4fd3-989d-77f5f3acea84, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22b3bbd5-ea72-4fd3-989d-77f5f3acea84, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10530748639520345453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053074863952034545310530748639520345453105307486395203454531053074863952034545310530748639520345453105307486395203454531053074863952034545310530748639520345453105307486395203454531053074863952034545310530748639520345453105307486395203454531053074863952034545310530748639520345453105307486395203454531053074863952034545310530748639520345453105307486395203454531053074863952034545310530748639520345453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dc9e426-bd8b-4978-b3e0-d586e68693ac, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d2a9ad4-46e8-43f2-91e9-5c993e21d214, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d2a9ad4-46e8-43f2-91e9-5c993e21d214, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14896327591684916686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489632759168491668614896327591684916686148963275916849166861489632759168491668614896327591684916686148963275916849166861489632759168491668614896327591684916686148963275916849166861489632759168491668614896327591684916686148963275916849166861489632759168491668614896327591684916686148963275916849166861489632759168491668614896327591684916686148963275916849166861489632759168491668614896327591684916686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d2a9ad4-46e8-43f2-91e9-5c993e21d214, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22b3bbd5-ea72-4fd3-989d-77f5f3acea84, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6ccbe8a-594b-4b4b-a08b-061df029c8e7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6ccbe8a-594b-4b4b-a08b-061df029c8e7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4568532530074514772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45685325300745147724568532530074514772456853253007451477245685325300745147724568532530074514772456853253007451477245685325300745147724568532530074514772456853253007451477245685325300745147724568532530074514772456853253007451477245685325300745147724568532530074514772456853253007451477245685325300745147724568532530074514772456853253007451477245685325300745147724568532530074514772" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 476c1666-938f-4df0-8840-627b0c689764, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 476c1666-938f-4df0-8840-627b0c689764, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11877139071340214227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187713907134021422711877139071340214227118771390713402142271187713907134021422711877139071340214227118771390713402142271187713907134021422711877139071340214227118771390713402142271187713907134021422711877139071340214227118771390713402142271187713907134021422711877139071340214227118771390713402142271187713907134021422711877139071340214227118771390713402142271187713907134021422711877139071340214227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6ccbe8a-594b-4b4b-a08b-061df029c8e7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f415791e-7fde-4651-89c8-325434871f4d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f415791e-7fde-4651-89c8-325434871f4d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2309924429898661542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23099244298986615422309924429898661542230992442989866154223099244298986615422309924429898661542230992442989866154223099244298986615422309924429898661542230992442989866154223099244298986615422309924429898661542230992442989866154223099244298986615422309924429898661542230992442989866154223099244298986615422309924429898661542230992442989866154223099244298986615422309924429898661542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 476c1666-938f-4df0-8840-627b0c689764, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39a4405b-f172-4b60-9f35-2dd5a4cce78b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39a4405b-f172-4b60-9f35-2dd5a4cce78b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10528400539874217276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052840053987421727610528400539874217276105284005398742172761052840053987421727610528400539874217276105284005398742172761052840053987421727610528400539874217276105284005398742172761052840053987421727610528400539874217276105284005398742172761052840053987421727610528400539874217276105284005398742172761052840053987421727610528400539874217276105284005398742172761052840053987421727610528400539874217276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f415791e-7fde-4651-89c8-325434871f4d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39a4405b-f172-4b60-9f35-2dd5a4cce78b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd4555e5-d05a-4d72-89ff-ff51947e32d4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63460b2c-48b5-4640-8749-7d041f40dee6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd4555e5-d05a-4d72-89ff-ff51947e32d4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2149371493490745105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21493714934907451052149371493490745105214937149349074510521493714934907451052149371493490745105214937149349074510521493714934907451052149371493490745105214937149349074510521493714934907451052149371493490745105214937149349074510521493714934907451052149371493490745105214937149349074510521493714934907451052149371493490745105214937149349074510521493714934907451052149371493490745105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63460b2c-48b5-4640-8749-7d041f40dee6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5349921995159359408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53499219951593594085349921995159359408534992199515935940853499219951593594085349921995159359408534992199515935940853499219951593594085349921995159359408534992199515935940853499219951593594085349921995159359408534992199515935940853499219951593594085349921995159359408534992199515935940853499219951593594085349921995159359408534992199515935940853499219951593594085349921995159359408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd4555e5-d05a-4d72-89ff-ff51947e32d4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63460b2c-48b5-4640-8749-7d041f40dee6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2007d0bd-6967-4b6d-831a-ccba1574ab1e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2eec6989-5be5-4afe-ad67-0669f871d880, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2007d0bd-6967-4b6d-831a-ccba1574ab1e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 842080951755267544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544842080951755267544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eec6989-5be5-4afe-ad67-0669f871d880, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6625924621986781497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66259246219867814976625924621986781497662592462198678149766259246219867814976625924621986781497662592462198678149766259246219867814976625924621986781497662592462198678149766259246219867814976625924621986781497662592462198678149766259246219867814976625924621986781497662592462198678149766259246219867814976625924621986781497662592462198678149766259246219867814976625924621986781497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2007d0bd-6967-4b6d-831a-ccba1574ab1e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdd12766-699e-45bb-8ada-6a045c279bc5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd12766-699e-45bb-8ada-6a045c279bc5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3140017901555707408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31400179015557074083140017901555707408314001790155570740831400179015557074083140017901555707408314001790155570740831400179015557074083140017901555707408314001790155570740831400179015557074083140017901555707408314001790155570740831400179015557074083140017901555707408314001790155570740831400179015557074083140017901555707408314001790155570740831400179015557074083140017901555707408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eec6989-5be5-4afe-ad67-0669f871d880, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 056459fd-7056-42ca-ba7e-5dbfd6af7a2e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 056459fd-7056-42ca-ba7e-5dbfd6af7a2e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11459513854641707807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145951385464170780711459513854641707807114595138546417078071145951385464170780711459513854641707807114595138546417078071145951385464170780711459513854641707807114595138546417078071145951385464170780711459513854641707807114595138546417078071145951385464170780711459513854641707807114595138546417078071145951385464170780711459513854641707807114595138546417078071145951385464170780711459513854641707807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd12766-699e-45bb-8ada-6a045c279bc5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae291e34-db36-44d3-bd4f-6a060b912f71, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae291e34-db36-44d3-bd4f-6a060b912f71, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9262551093444596727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92625510934445967279262551093444596727926255109344459672792625510934445967279262551093444596727926255109344459672792625510934445967279262551093444596727926255109344459672792625510934445967279262551093444596727926255109344459672792625510934445967279262551093444596727926255109344459672792625510934445967279262551093444596727926255109344459672792625510934445967279262551093444596727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 056459fd-7056-42ca-ba7e-5dbfd6af7a2e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 244be254-f8a2-4728-add1-2242494f9463, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 244be254-f8a2-4728-add1-2242494f9463, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11375468533086565712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137546853308656571211375468533086565712113754685330865657121137546853308656571211375468533086565712113754685330865657121137546853308656571211375468533086565712113754685330865657121137546853308656571211375468533086565712113754685330865657121137546853308656571211375468533086565712113754685330865657121137546853308656571211375468533086565712113754685330865657121137546853308656571211375468533086565712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae291e34-db36-44d3-bd4f-6a060b912f71, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 244be254-f8a2-4728-add1-2242494f9463, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ef83726-cafd-40b4-8e3a-e19024fc857a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ef83726-cafd-40b4-8e3a-e19024fc857a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13410877903608428724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341087790360842872413410877903608428724134108779036084287241341087790360842872413410877903608428724134108779036084287241341087790360842872413410877903608428724134108779036084287241341087790360842872413410877903608428724134108779036084287241341087790360842872413410877903608428724134108779036084287241341087790360842872413410877903608428724134108779036084287241341087790360842872413410877903608428724" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af6c8d38-302d-497a-b344-f97b800878c3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af6c8d38-302d-497a-b344-f97b800878c3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7185658334818354656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71856583348183546567185658334818354656718565833481835465671856583348183546567185658334818354656718565833481835465671856583348183546567185658334818354656718565833481835465671856583348183546567185658334818354656718565833481835465671856583348183546567185658334818354656718565833481835465671856583348183546567185658334818354656718565833481835465671856583348183546567185658334818354656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ef83726-cafd-40b4-8e3a-e19024fc857a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0cd46b0-5b0e-449a-87e6-1f0d9a923c12, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0cd46b0-5b0e-449a-87e6-1f0d9a923c12, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17441376553916834604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744137655391683460417441376553916834604174413765539168346041744137655391683460417441376553916834604174413765539168346041744137655391683460417441376553916834604174413765539168346041744137655391683460417441376553916834604174413765539168346041744137655391683460417441376553916834604174413765539168346041744137655391683460417441376553916834604174413765539168346041744137655391683460417441376553916834604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af6c8d38-302d-497a-b344-f97b800878c3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ee6c3ad-0ca5-40e3-90ba-9c03381a9ef7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee6c3ad-0ca5-40e3-90ba-9c03381a9ef7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17802107205606354383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780210720560635438317802107205606354383178021072056063543831780210720560635438317802107205606354383178021072056063543831780210720560635438317802107205606354383178021072056063543831780210720560635438317802107205606354383178021072056063543831780210720560635438317802107205606354383178021072056063543831780210720560635438317802107205606354383178021072056063543831780210720560635438317802107205606354383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0cd46b0-5b0e-449a-87e6-1f0d9a923c12, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68b86d81-7038-4876-835f-a2ae8bb6b4a8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68b86d81-7038-4876-835f-a2ae8bb6b4a8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3265889685567767254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32658896855677672543265889685567767254326588968556776725432658896855677672543265889685567767254326588968556776725432658896855677672543265889685567767254326588968556776725432658896855677672543265889685567767254326588968556776725432658896855677672543265889685567767254326588968556776725432658896855677672543265889685567767254326588968556776725432658896855677672543265889685567767254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee6c3ad-0ca5-40e3-90ba-9c03381a9ef7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f1f30e5-a6d5-42c2-9bba-77ec7bc79bf1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f1f30e5-a6d5-42c2-9bba-77ec7bc79bf1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13350700916127190670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335070091612719067013350700916127190670133507009161271906701335070091612719067013350700916127190670133507009161271906701335070091612719067013350700916127190670133507009161271906701335070091612719067013350700916127190670133507009161271906701335070091612719067013350700916127190670133507009161271906701335070091612719067013350700916127190670133507009161271906701335070091612719067013350700916127190670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68b86d81-7038-4876-835f-a2ae8bb6b4a8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f2cbbd0-72a1-4db7-9a9a-96f2f9c56356, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f2cbbd0-72a1-4db7-9a9a-96f2f9c56356, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 268477004045712147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147268477004045712147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f1f30e5-a6d5-42c2-9bba-77ec7bc79bf1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8c0a06b-a2b6-4fca-aa5e-ebcf6512ceda, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8c0a06b-a2b6-4fca-aa5e-ebcf6512ceda, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7210827062642785630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72108270626427856307210827062642785630721082706264278563072108270626427856307210827062642785630721082706264278563072108270626427856307210827062642785630721082706264278563072108270626427856307210827062642785630721082706264278563072108270626427856307210827062642785630721082706264278563072108270626427856307210827062642785630721082706264278563072108270626427856307210827062642785630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f2cbbd0-72a1-4db7-9a9a-96f2f9c56356, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d3938f3-a721-4319-adc8-cd1ef7dbd727, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d3938f3-a721-4319-adc8-cd1ef7dbd727, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8884808875506208855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88848088755062088558884808875506208855888480887550620885588848088755062088558884808875506208855888480887550620885588848088755062088558884808875506208855888480887550620885588848088755062088558884808875506208855888480887550620885588848088755062088558884808875506208855888480887550620885588848088755062088558884808875506208855888480887550620885588848088755062088558884808875506208855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8c0a06b-a2b6-4fca-aa5e-ebcf6512ceda, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2f0c326-8422-447c-be32-e8cfc08805f2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2f0c326-8422-447c-be32-e8cfc08805f2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18256711305660615002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825671130566061500218256711305660615002182567113056606150021825671130566061500218256711305660615002182567113056606150021825671130566061500218256711305660615002182567113056606150021825671130566061500218256711305660615002182567113056606150021825671130566061500218256711305660615002182567113056606150021825671130566061500218256711305660615002182567113056606150021825671130566061500218256711305660615002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d3938f3-a721-4319-adc8-cd1ef7dbd727, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7730b1c-879e-4f8c-a5e2-fa3be81486e3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7730b1c-879e-4f8c-a5e2-fa3be81486e3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6740679712979645093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67406797129796450936740679712979645093674067971297964509367406797129796450936740679712979645093674067971297964509367406797129796450936740679712979645093674067971297964509367406797129796450936740679712979645093674067971297964509367406797129796450936740679712979645093674067971297964509367406797129796450936740679712979645093674067971297964509367406797129796450936740679712979645093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2f0c326-8422-447c-be32-e8cfc08805f2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24746685-b176-46d8-b540-5bddd9909599, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7730b1c-879e-4f8c-a5e2-fa3be81486e3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17aa2813-456a-484d-8582-6ca21f156efd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17aa2813-456a-484d-8582-6ca21f156efd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7918507135636992610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79185071356369926107918507135636992610791850713563699261079185071356369926107918507135636992610791850713563699261079185071356369926107918507135636992610791850713563699261079185071356369926107918507135636992610791850713563699261079185071356369926107918507135636992610791850713563699261079185071356369926107918507135636992610791850713563699261079185071356369926107918507135636992610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24746685-b176-46d8-b540-5bddd9909599, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13924921588664273261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392492158866427326113924921588664273261139249215886642732611392492158866427326113924921588664273261139249215886642732611392492158866427326113924921588664273261139249215886642732611392492158866427326113924921588664273261139249215886642732611392492158866427326113924921588664273261139249215886642732611392492158866427326113924921588664273261139249215886642732611392492158866427326113924921588664273261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17aa2813-456a-484d-8582-6ca21f156efd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 229eb46a-e305-4b57-8674-9e417b9ff0c9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 229eb46a-e305-4b57-8674-9e417b9ff0c9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11460994003332561367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146099400333256136711460994003332561367114609940033325613671146099400333256136711460994003332561367114609940033325613671146099400333256136711460994003332561367114609940033325613671146099400333256136711460994003332561367114609940033325613671146099400333256136711460994003332561367114609940033325613671146099400333256136711460994003332561367114609940033325613671146099400333256136711460994003332561367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24746685-b176-46d8-b540-5bddd9909599, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f88d5889-8f3d-48b0-9584-a3da34f8311d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f88d5889-8f3d-48b0-9584-a3da34f8311d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5205786463465396119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52057864634653961195205786463465396119520578646346539611952057864634653961195205786463465396119520578646346539611952057864634653961195205786463465396119520578646346539611952057864634653961195205786463465396119520578646346539611952057864634653961195205786463465396119520578646346539611952057864634653961195205786463465396119520578646346539611952057864634653961195205786463465396119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 229eb46a-e305-4b57-8674-9e417b9ff0c9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65e79b73-e0c8-49f8-a084-51978ae7333f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e79b73-e0c8-49f8-a084-51978ae7333f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2847964484099332052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28479644840993320522847964484099332052284796448409933205228479644840993320522847964484099332052284796448409933205228479644840993320522847964484099332052284796448409933205228479644840993320522847964484099332052284796448409933205228479644840993320522847964484099332052284796448409933205228479644840993320522847964484099332052284796448409933205228479644840993320522847964484099332052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f88d5889-8f3d-48b0-9584-a3da34f8311d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ffab51f-dc84-4fdd-b325-605eecfd0302, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e79b73-e0c8-49f8-a084-51978ae7333f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ffab51f-dc84-4fdd-b325-605eecfd0302, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9066036157159917863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90660361571599178639066036157159917863906603615715991786390660361571599178639066036157159917863906603615715991786390660361571599178639066036157159917863906603615715991786390660361571599178639066036157159917863906603615715991786390660361571599178639066036157159917863906603615715991786390660361571599178639066036157159917863906603615715991786390660361571599178639066036157159917863" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dec1e59-7e0d-4aa8-932e-c97f19558260, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dec1e59-7e0d-4aa8-932e-c97f19558260, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12828344383697676964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282834438369767696412828344383697676964128283443836976769641282834438369767696412828344383697676964128283443836976769641282834438369767696412828344383697676964128283443836976769641282834438369767696412828344383697676964128283443836976769641282834438369767696412828344383697676964128283443836976769641282834438369767696412828344383697676964128283443836976769641282834438369767696412828344383697676964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ffab51f-dc84-4fdd-b325-605eecfd0302, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dec1e59-7e0d-4aa8-932e-c97f19558260, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de775db4-fc01-4c04-8257-6190c3f4ab14, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de775db4-fc01-4c04-8257-6190c3f4ab14, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14446188940799005289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444618894079900528914446188940799005289144461889407990052891444618894079900528914446188940799005289144461889407990052891444618894079900528914446188940799005289144461889407990052891444618894079900528914446188940799005289144461889407990052891444618894079900528914446188940799005289144461889407990052891444618894079900528914446188940799005289144461889407990052891444618894079900528914446188940799005289" } } } 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, 2e554629-55f1-4109-80cf-eedd3b7c9c5e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e554629-55f1-4109-80cf-eedd3b7c9c5e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8648707039219325907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86487070392193259078648707039219325907864870703921932590786487070392193259078648707039219325907864870703921932590786487070392193259078648707039219325907864870703921932590786487070392193259078648707039219325907864870703921932590786487070392193259078648707039219325907864870703921932590786487070392193259078648707039219325907864870703921932590786487070392193259078648707039219325907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de775db4-fc01-4c04-8257-6190c3f4ab14, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 160b3b61-5a83-43d1-acee-eb01c9aab976, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 160b3b61-5a83-43d1-acee-eb01c9aab976, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11047239699369315391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104723969936931539111047239699369315391110472396993693153911104723969936931539111047239699369315391110472396993693153911104723969936931539111047239699369315391110472396993693153911104723969936931539111047239699369315391110472396993693153911104723969936931539111047239699369315391110472396993693153911104723969936931539111047239699369315391110472396993693153911104723969936931539111047239699369315391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e554629-55f1-4109-80cf-eedd3b7c9c5e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b92134b9-f4a7-4a68-9245-857da15a699e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b92134b9-f4a7-4a68-9245-857da15a699e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17525852481468977696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752585248146897769617525852481468977696175258524814689776961752585248146897769617525852481468977696175258524814689776961752585248146897769617525852481468977696175258524814689776961752585248146897769617525852481468977696175258524814689776961752585248146897769617525852481468977696175258524814689776961752585248146897769617525852481468977696175258524814689776961752585248146897769617525852481468977696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 160b3b61-5a83-43d1-acee-eb01c9aab976, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a499dffd-1724-4cd7-bfc0-10bd62f08a29, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a499dffd-1724-4cd7-bfc0-10bd62f08a29, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17371559183371094988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737155918337109498817371559183371094988173715591833710949881737155918337109498817371559183371094988173715591833710949881737155918337109498817371559183371094988173715591833710949881737155918337109498817371559183371094988173715591833710949881737155918337109498817371559183371094988173715591833710949881737155918337109498817371559183371094988173715591833710949881737155918337109498817371559183371094988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b92134b9-f4a7-4a68-9245-857da15a699e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5a21494-9f5f-4104-8fc2-6172d073423e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5a21494-9f5f-4104-8fc2-6172d073423e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18309762969427985337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830976296942798533718309762969427985337183097629694279853371830976296942798533718309762969427985337183097629694279853371830976296942798533718309762969427985337183097629694279853371830976296942798533718309762969427985337183097629694279853371830976296942798533718309762969427985337183097629694279853371830976296942798533718309762969427985337183097629694279853371830976296942798533718309762969427985337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a499dffd-1724-4cd7-bfc0-10bd62f08a29, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d298ac84-3299-4cce-92bb-6b6e9b168fdf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5a21494-9f5f-4104-8fc2-6172d073423e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d298ac84-3299-4cce-92bb-6b6e9b168fdf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6287980128854551271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62879801288545512716287980128854551271628798012885455127162879801288545512716287980128854551271628798012885455127162879801288545512716287980128854551271628798012885455127162879801288545512716287980128854551271628798012885455127162879801288545512716287980128854551271628798012885455127162879801288545512716287980128854551271628798012885455127162879801288545512716287980128854551271" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a604cfc-31bc-4137-87f0-cf7111728563, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a604cfc-31bc-4137-87f0-cf7111728563, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16960107886592397574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696010788659239757416960107886592397574169601078865923975741696010788659239757416960107886592397574169601078865923975741696010788659239757416960107886592397574169601078865923975741696010788659239757416960107886592397574169601078865923975741696010788659239757416960107886592397574169601078865923975741696010788659239757416960107886592397574169601078865923975741696010788659239757416960107886592397574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d298ac84-3299-4cce-92bb-6b6e9b168fdf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfc87a79-ddb1-4c87-a192-255e86c5d3d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfc87a79-ddb1-4c87-a192-255e86c5d3d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9022106253376785543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90221062533767855439022106253376785543902210625337678554390221062533767855439022106253376785543902210625337678554390221062533767855439022106253376785543902210625337678554390221062533767855439022106253376785543902210625337678554390221062533767855439022106253376785543902210625337678554390221062533767855439022106253376785543902210625337678554390221062533767855439022106253376785543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a604cfc-31bc-4137-87f0-cf7111728563, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c1a55e6-a625-4eb4-a4b7-6947501ba4ee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c1a55e6-a625-4eb4-a4b7-6947501ba4ee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13087546833524864812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308754683352486481213087546833524864812130875468335248648121308754683352486481213087546833524864812130875468335248648121308754683352486481213087546833524864812130875468335248648121308754683352486481213087546833524864812130875468335248648121308754683352486481213087546833524864812130875468335248648121308754683352486481213087546833524864812130875468335248648121308754683352486481213087546833524864812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfc87a79-ddb1-4c87-a192-255e86c5d3d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8317ecd2-728c-4108-9379-a14a884a6848, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8317ecd2-728c-4108-9379-a14a884a6848, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10351877102494216818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035187710249421681810351877102494216818103518771024942168181035187710249421681810351877102494216818103518771024942168181035187710249421681810351877102494216818103518771024942168181035187710249421681810351877102494216818103518771024942168181035187710249421681810351877102494216818103518771024942168181035187710249421681810351877102494216818103518771024942168181035187710249421681810351877102494216818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c1a55e6-a625-4eb4-a4b7-6947501ba4ee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bade6bf-b092-4f9f-9f48-792ed4d574d1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bade6bf-b092-4f9f-9f48-792ed4d574d1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2444678771328966878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24446787713289668782444678771328966878244467877132896687824446787713289668782444678771328966878244467877132896687824446787713289668782444678771328966878244467877132896687824446787713289668782444678771328966878244467877132896687824446787713289668782444678771328966878244467877132896687824446787713289668782444678771328966878244467877132896687824446787713289668782444678771328966878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8317ecd2-728c-4108-9379-a14a884a6848, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7a17064-cddf-4600-9cff-9097a2ef1e07, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7a17064-cddf-4600-9cff-9097a2ef1e07, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5463583684616736978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54635836846167369785463583684616736978546358368461673697854635836846167369785463583684616736978546358368461673697854635836846167369785463583684616736978546358368461673697854635836846167369785463583684616736978546358368461673697854635836846167369785463583684616736978546358368461673697854635836846167369785463583684616736978546358368461673697854635836846167369785463583684616736978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bade6bf-b092-4f9f-9f48-792ed4d574d1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18363c2c-ea64-4683-b4be-03c007698897, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18363c2c-ea64-4683-b4be-03c007698897, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3973468542671300454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39734685426713004543973468542671300454397346854267130045439734685426713004543973468542671300454397346854267130045439734685426713004543973468542671300454397346854267130045439734685426713004543973468542671300454397346854267130045439734685426713004543973468542671300454397346854267130045439734685426713004543973468542671300454397346854267130045439734685426713004543973468542671300454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7a17064-cddf-4600-9cff-9097a2ef1e07, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb6e6d7a-2478-4f82-81bd-84a1f3670268, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb6e6d7a-2478-4f82-81bd-84a1f3670268, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5296960015973727201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52969600159737272015296960015973727201529696001597372720152969600159737272015296960015973727201529696001597372720152969600159737272015296960015973727201529696001597372720152969600159737272015296960015973727201529696001597372720152969600159737272015296960015973727201529696001597372720152969600159737272015296960015973727201529696001597372720152969600159737272015296960015973727201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18363c2c-ea64-4683-b4be-03c007698897, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32436df2-a175-4054-8d56-420704d65545, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb6e6d7a-2478-4f82-81bd-84a1f3670268, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0e435bb-553a-4122-b51b-45da4cf53f1a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32436df2-a175-4054-8d56-420704d65545, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3870158109228352929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38701581092283529293870158109228352929387015810922835292938701581092283529293870158109228352929387015810922835292938701581092283529293870158109228352929387015810922835292938701581092283529293870158109228352929387015810922835292938701581092283529293870158109228352929387015810922835292938701581092283529293870158109228352929387015810922835292938701581092283529293870158109228352929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0e435bb-553a-4122-b51b-45da4cf53f1a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18372697664675295663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837269766467529566318372697664675295663183726976646752956631837269766467529566318372697664675295663183726976646752956631837269766467529566318372697664675295663183726976646752956631837269766467529566318372697664675295663183726976646752956631837269766467529566318372697664675295663183726976646752956631837269766467529566318372697664675295663183726976646752956631837269766467529566318372697664675295663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32436df2-a175-4054-8d56-420704d65545, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a6519da-d964-408e-b262-f7b2c069d994, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a6519da-d964-408e-b262-f7b2c069d994, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10697949743813204328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069794974381320432810697949743813204328106979497438132043281069794974381320432810697949743813204328106979497438132043281069794974381320432810697949743813204328106979497438132043281069794974381320432810697949743813204328106979497438132043281069794974381320432810697949743813204328106979497438132043281069794974381320432810697949743813204328106979497438132043281069794974381320432810697949743813204328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0e435bb-553a-4122-b51b-45da4cf53f1a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b19492c-7ca4-4632-a5e4-5e6ef4263c21, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b19492c-7ca4-4632-a5e4-5e6ef4263c21, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3293709042526849035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32937090425268490353293709042526849035329370904252684903532937090425268490353293709042526849035329370904252684903532937090425268490353293709042526849035329370904252684903532937090425268490353293709042526849035329370904252684903532937090425268490353293709042526849035329370904252684903532937090425268490353293709042526849035329370904252684903532937090425268490353293709042526849035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a6519da-d964-408e-b262-f7b2c069d994, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e7301c9-e5c2-4397-90fd-2486d4b324c4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e7301c9-e5c2-4397-90fd-2486d4b324c4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1702676401724432189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17026764017244321891702676401724432189170267640172443218917026764017244321891702676401724432189170267640172443218917026764017244321891702676401724432189170267640172443218917026764017244321891702676401724432189170267640172443218917026764017244321891702676401724432189170267640172443218917026764017244321891702676401724432189170267640172443218917026764017244321891702676401724432189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b19492c-7ca4-4632-a5e4-5e6ef4263c21, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93effe46-13a2-4359-b591-d46d5ca9fa4a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93effe46-13a2-4359-b591-d46d5ca9fa4a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7977504396867923866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79775043968679238667977504396867923866797750439686792386679775043968679238667977504396867923866797750439686792386679775043968679238667977504396867923866797750439686792386679775043968679238667977504396867923866797750439686792386679775043968679238667977504396867923866797750439686792386679775043968679238667977504396867923866797750439686792386679775043968679238667977504396867923866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e7301c9-e5c2-4397-90fd-2486d4b324c4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eca488ef-7b76-4d4a-9c18-19cc75abc46e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eca488ef-7b76-4d4a-9c18-19cc75abc46e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4995846954174754814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49958469541747548144995846954174754814499584695417475481449958469541747548144995846954174754814499584695417475481449958469541747548144995846954174754814499584695417475481449958469541747548144995846954174754814499584695417475481449958469541747548144995846954174754814499584695417475481449958469541747548144995846954174754814499584695417475481449958469541747548144995846954174754814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93effe46-13a2-4359-b591-d46d5ca9fa4a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efe89929-fda8-4484-8c08-6984d94671ca, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efe89929-fda8-4484-8c08-6984d94671ca, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13566965083961551968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356696508396155196813566965083961551968135669650839615519681356696508396155196813566965083961551968135669650839615519681356696508396155196813566965083961551968135669650839615519681356696508396155196813566965083961551968135669650839615519681356696508396155196813566965083961551968135669650839615519681356696508396155196813566965083961551968135669650839615519681356696508396155196813566965083961551968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eca488ef-7b76-4d4a-9c18-19cc75abc46e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b883f6b4-f307-4d4f-a23d-8c03f43174ed, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b883f6b4-f307-4d4f-a23d-8c03f43174ed, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12069771236047898015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206977123604789801512069771236047898015120697712360478980151206977123604789801512069771236047898015120697712360478980151206977123604789801512069771236047898015120697712360478980151206977123604789801512069771236047898015120697712360478980151206977123604789801512069771236047898015120697712360478980151206977123604789801512069771236047898015120697712360478980151206977123604789801512069771236047898015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efe89929-fda8-4484-8c08-6984d94671ca, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b883f6b4-f307-4d4f-a23d-8c03f43174ed, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 749db7df-45cd-43ec-9104-211cfce93b62, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 749db7df-45cd-43ec-9104-211cfce93b62, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8164222025161625511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81642220251616255118164222025161625511816422202516162551181642220251616255118164222025161625511816422202516162551181642220251616255118164222025161625511816422202516162551181642220251616255118164222025161625511816422202516162551181642220251616255118164222025161625511816422202516162551181642220251616255118164222025161625511816422202516162551181642220251616255118164222025161625511" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 137a2a0a-a6b3-4ba1-94a2-e9eef54c58fb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 137a2a0a-a6b3-4ba1-94a2-e9eef54c58fb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17476086082364870205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747608608236487020517476086082364870205174760860823648702051747608608236487020517476086082364870205174760860823648702051747608608236487020517476086082364870205174760860823648702051747608608236487020517476086082364870205174760860823648702051747608608236487020517476086082364870205174760860823648702051747608608236487020517476086082364870205174760860823648702051747608608236487020517476086082364870205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 749db7df-45cd-43ec-9104-211cfce93b62, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 372accc8-7766-4401-8c0d-b844dafc0ac2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 372accc8-7766-4401-8c0d-b844dafc0ac2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16705672653510152960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670567265351015296016705672653510152960167056726535101529601670567265351015296016705672653510152960167056726535101529601670567265351015296016705672653510152960167056726535101529601670567265351015296016705672653510152960167056726535101529601670567265351015296016705672653510152960167056726535101529601670567265351015296016705672653510152960167056726535101529601670567265351015296016705672653510152960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 137a2a0a-a6b3-4ba1-94a2-e9eef54c58fb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 372accc8-7766-4401-8c0d-b844dafc0ac2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19d8ca10-2fb9-4fd1-bf7c-7791fa01941e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19d8ca10-2fb9-4fd1-bf7c-7791fa01941e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1926725102330441025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19267251023304410251926725102330441025192672510233044102519267251023304410251926725102330441025192672510233044102519267251023304410251926725102330441025192672510233044102519267251023304410251926725102330441025192672510233044102519267251023304410251926725102330441025192672510233044102519267251023304410251926725102330441025192672510233044102519267251023304410251926725102330441025" } } } 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, 8131c565-67af-49d3-b799-679f2ab02d34, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8131c565-67af-49d3-b799-679f2ab02d34, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4093076661409079843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40930766614090798434093076661409079843409307666140907984340930766614090798434093076661409079843409307666140907984340930766614090798434093076661409079843409307666140907984340930766614090798434093076661409079843409307666140907984340930766614090798434093076661409079843409307666140907984340930766614090798434093076661409079843409307666140907984340930766614090798434093076661409079843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19d8ca10-2fb9-4fd1-bf7c-7791fa01941e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 253c0f6c-3129-4c6b-9006-c0d72c1f6a38, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8131c565-67af-49d3-b799-679f2ab02d34, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b26a3545-9502-4134-a038-8a3709b166f5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 253c0f6c-3129-4c6b-9006-c0d72c1f6a38, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18375102855035908997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837510285503590899718375102855035908997183751028550359089971837510285503590899718375102855035908997183751028550359089971837510285503590899718375102855035908997183751028550359089971837510285503590899718375102855035908997183751028550359089971837510285503590899718375102855035908997183751028550359089971837510285503590899718375102855035908997183751028550359089971837510285503590899718375102855035908997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b26a3545-9502-4134-a038-8a3709b166f5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7127668091165244123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71276680911652441237127668091165244123712766809116524412371276680911652441237127668091165244123712766809116524412371276680911652441237127668091165244123712766809116524412371276680911652441237127668091165244123712766809116524412371276680911652441237127668091165244123712766809116524412371276680911652441237127668091165244123712766809116524412371276680911652441237127668091165244123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b26a3545-9502-4134-a038-8a3709b166f5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3b71191-28d9-49e8-a6ec-f2f4d8b8dc22, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3b71191-28d9-49e8-a6ec-f2f4d8b8dc22, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2118859265210310786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21188592652103107862118859265210310786211885926521031078621188592652103107862118859265210310786211885926521031078621188592652103107862118859265210310786211885926521031078621188592652103107862118859265210310786211885926521031078621188592652103107862118859265210310786211885926521031078621188592652103107862118859265210310786211885926521031078621188592652103107862118859265210310786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 253c0f6c-3129-4c6b-9006-c0d72c1f6a38, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8881f488-8151-4b9f-a8a7-63619f7e4b05, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3b71191-28d9-49e8-a6ec-f2f4d8b8dc22, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8881f488-8151-4b9f-a8a7-63619f7e4b05, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16261065252936044665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626106525293604466516261065252936044665162610652529360446651626106525293604466516261065252936044665162610652529360446651626106525293604466516261065252936044665162610652529360446651626106525293604466516261065252936044665162610652529360446651626106525293604466516261065252936044665162610652529360446651626106525293604466516261065252936044665162610652529360446651626106525293604466516261065252936044665" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 379e3ff6-1fbc-46a6-92d8-bd36e8872359, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 379e3ff6-1fbc-46a6-92d8-bd36e8872359, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14029241002884737410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402924100288473741014029241002884737410140292410028847374101402924100288473741014029241002884737410140292410028847374101402924100288473741014029241002884737410140292410028847374101402924100288473741014029241002884737410140292410028847374101402924100288473741014029241002884737410140292410028847374101402924100288473741014029241002884737410140292410028847374101402924100288473741014029241002884737410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8881f488-8151-4b9f-a8a7-63619f7e4b05, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f63bec83-6e61-4c11-ab23-3ffc18c1e7f2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f63bec83-6e61-4c11-ab23-3ffc18c1e7f2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11910310013662053233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191031001366205323311910310013662053233119103100136620532331191031001366205323311910310013662053233119103100136620532331191031001366205323311910310013662053233119103100136620532331191031001366205323311910310013662053233119103100136620532331191031001366205323311910310013662053233119103100136620532331191031001366205323311910310013662053233119103100136620532331191031001366205323311910310013662053233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 379e3ff6-1fbc-46a6-92d8-bd36e8872359, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f63bec83-6e61-4c11-ab23-3ffc18c1e7f2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d55755cb-05ab-4396-bc32-eff19f7dc8fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5013149d-00f4-4f59-ace2-3852017b77ca, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d55755cb-05ab-4396-bc32-eff19f7dc8fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3525973913606989828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35259739136069898283525973913606989828352597391360698982835259739136069898283525973913606989828352597391360698982835259739136069898283525973913606989828352597391360698982835259739136069898283525973913606989828352597391360698982835259739136069898283525973913606989828352597391360698982835259739136069898283525973913606989828352597391360698982835259739136069898283525973913606989828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5013149d-00f4-4f59-ace2-3852017b77ca, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8712495812930096088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87124958129300960888712495812930096088871249581293009608887124958129300960888712495812930096088871249581293009608887124958129300960888712495812930096088871249581293009608887124958129300960888712495812930096088871249581293009608887124958129300960888712495812930096088871249581293009608887124958129300960888712495812930096088871249581293009608887124958129300960888712495812930096088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d55755cb-05ab-4396-bc32-eff19f7dc8fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5013149d-00f4-4f59-ace2-3852017b77ca, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd83c143-c1a5-4eb2-ab51-000ab576f272, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd83c143-c1a5-4eb2-ab51-000ab576f272, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13925407138996882428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392540713899688242813925407138996882428139254071389968824281392540713899688242813925407138996882428139254071389968824281392540713899688242813925407138996882428139254071389968824281392540713899688242813925407138996882428139254071389968824281392540713899688242813925407138996882428139254071389968824281392540713899688242813925407138996882428139254071389968824281392540713899688242813925407138996882428" } } } 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, 3ac4a3ca-f2aa-4f79-9de4-fdd00c4cc911, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ac4a3ca-f2aa-4f79-9de4-fdd00c4cc911, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3447452816227731827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34474528162277318273447452816227731827344745281622773182734474528162277318273447452816227731827344745281622773182734474528162277318273447452816227731827344745281622773182734474528162277318273447452816227731827344745281622773182734474528162277318273447452816227731827344745281622773182734474528162277318273447452816227731827344745281622773182734474528162277318273447452816227731827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd83c143-c1a5-4eb2-ab51-000ab576f272, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b40dbf6-055b-481e-b386-e829332af29a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b40dbf6-055b-481e-b386-e829332af29a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16586358672660340847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658635867266034084716586358672660340847165863586726603408471658635867266034084716586358672660340847165863586726603408471658635867266034084716586358672660340847165863586726603408471658635867266034084716586358672660340847165863586726603408471658635867266034084716586358672660340847165863586726603408471658635867266034084716586358672660340847165863586726603408471658635867266034084716586358672660340847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ac4a3ca-f2aa-4f79-9de4-fdd00c4cc911, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d23492e-99cc-4ff0-9212-22b3a110a2ab, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d23492e-99cc-4ff0-9212-22b3a110a2ab, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14549771660560598792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454977166056059879214549771660560598792145497716605605987921454977166056059879214549771660560598792145497716605605987921454977166056059879214549771660560598792145497716605605987921454977166056059879214549771660560598792145497716605605987921454977166056059879214549771660560598792145497716605605987921454977166056059879214549771660560598792145497716605605987921454977166056059879214549771660560598792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b40dbf6-055b-481e-b386-e829332af29a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daddea62-8050-4174-9e3b-a8a15fd8e895, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daddea62-8050-4174-9e3b-a8a15fd8e895, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4934405760734413685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49344057607344136854934405760734413685493440576073441368549344057607344136854934405760734413685493440576073441368549344057607344136854934405760734413685493440576073441368549344057607344136854934405760734413685493440576073441368549344057607344136854934405760734413685493440576073441368549344057607344136854934405760734413685493440576073441368549344057607344136854934405760734413685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d23492e-99cc-4ff0-9212-22b3a110a2ab, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82f5abc7-e868-418d-9970-f65a4a2f9dbd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82f5abc7-e868-418d-9970-f65a4a2f9dbd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13431833036945567418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343183303694556741813431833036945567418134318330369455674181343183303694556741813431833036945567418134318330369455674181343183303694556741813431833036945567418134318330369455674181343183303694556741813431833036945567418134318330369455674181343183303694556741813431833036945567418134318330369455674181343183303694556741813431833036945567418134318330369455674181343183303694556741813431833036945567418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daddea62-8050-4174-9e3b-a8a15fd8e895, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad89a12c-da88-456a-9590-f8027ed91fbc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad89a12c-da88-456a-9590-f8027ed91fbc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9958875634957482156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99588756349574821569958875634957482156995887563495748215699588756349574821569958875634957482156995887563495748215699588756349574821569958875634957482156995887563495748215699588756349574821569958875634957482156995887563495748215699588756349574821569958875634957482156995887563495748215699588756349574821569958875634957482156995887563495748215699588756349574821569958875634957482156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82f5abc7-e868-418d-9970-f65a4a2f9dbd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad89a12c-da88-456a-9590-f8027ed91fbc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 004882b5-11fd-4737-a246-b9f8fcfeba37, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 004882b5-11fd-4737-a246-b9f8fcfeba37, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1972763741713650516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19727637417136505161972763741713650516197276374171365051619727637417136505161972763741713650516197276374171365051619727637417136505161972763741713650516197276374171365051619727637417136505161972763741713650516197276374171365051619727637417136505161972763741713650516197276374171365051619727637417136505161972763741713650516197276374171365051619727637417136505161972763741713650516" } } } 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, 4186a752-63c4-4534-9865-9e3c88fb9b0e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4186a752-63c4-4534-9865-9e3c88fb9b0e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1201434124556720587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12014341245567205871201434124556720587120143412455672058712014341245567205871201434124556720587120143412455672058712014341245567205871201434124556720587120143412455672058712014341245567205871201434124556720587120143412455672058712014341245567205871201434124556720587120143412455672058712014341245567205871201434124556720587120143412455672058712014341245567205871201434124556720587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 004882b5-11fd-4737-a246-b9f8fcfeba37, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1fc3617-b463-458b-bbc3-5c5e5842e5c6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1fc3617-b463-458b-bbc3-5c5e5842e5c6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 106541260870714001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001106541260870714001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1fc3617-b463-458b-bbc3-5c5e5842e5c6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e268ed31-ae16-4db3-b80b-d8cb49c8edb8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4186a752-63c4-4534-9865-9e3c88fb9b0e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a1a3b4e-70c1-4fb5-a348-7c01392f2c26, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a1a3b4e-70c1-4fb5-a348-7c01392f2c26, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9261612026975506377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92616120269755063779261612026975506377926161202697550637792616120269755063779261612026975506377926161202697550637792616120269755063779261612026975506377926161202697550637792616120269755063779261612026975506377926161202697550637792616120269755063779261612026975506377926161202697550637792616120269755063779261612026975506377926161202697550637792616120269755063779261612026975506377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e268ed31-ae16-4db3-b80b-d8cb49c8edb8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14921948311297165778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492194831129716577814921948311297165778149219483112971657781492194831129716577814921948311297165778149219483112971657781492194831129716577814921948311297165778149219483112971657781492194831129716577814921948311297165778149219483112971657781492194831129716577814921948311297165778149219483112971657781492194831129716577814921948311297165778149219483112971657781492194831129716577814921948311297165778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a1a3b4e-70c1-4fb5-a348-7c01392f2c26, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e268ed31-ae16-4db3-b80b-d8cb49c8edb8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4afd86c-9dc2-4811-9f0c-ac748896e239, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4afd86c-9dc2-4811-9f0c-ac748896e239, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12250904583729531371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225090458372953137112250904583729531371122509045837295313711225090458372953137112250904583729531371122509045837295313711225090458372953137112250904583729531371122509045837295313711225090458372953137112250904583729531371122509045837295313711225090458372953137112250904583729531371122509045837295313711225090458372953137112250904583729531371122509045837295313711225090458372953137112250904583729531371" } } } 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, 5b68d354-85db-48e9-bd98-dc118200adac, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b68d354-85db-48e9-bd98-dc118200adac, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13391182041294010866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339118204129401086613391182041294010866133911820412940108661339118204129401086613391182041294010866133911820412940108661339118204129401086613391182041294010866133911820412940108661339118204129401086613391182041294010866133911820412940108661339118204129401086613391182041294010866133911820412940108661339118204129401086613391182041294010866133911820412940108661339118204129401086613391182041294010866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4afd86c-9dc2-4811-9f0c-ac748896e239, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37dcfa35-2f12-4535-8e4b-e318fc2f28aa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b68d354-85db-48e9-bd98-dc118200adac, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37dcfa35-2f12-4535-8e4b-e318fc2f28aa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14835853106139179787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483585310613917978714835853106139179787148358531061391797871483585310613917978714835853106139179787148358531061391797871483585310613917978714835853106139179787148358531061391797871483585310613917978714835853106139179787148358531061391797871483585310613917978714835853106139179787148358531061391797871483585310613917978714835853106139179787148358531061391797871483585310613917978714835853106139179787" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35491249-39d9-45ea-8bcd-903eaba7ccbc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35491249-39d9-45ea-8bcd-903eaba7ccbc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17514368188527141949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751436818852714194917514368188527141949175143681885271419491751436818852714194917514368188527141949175143681885271419491751436818852714194917514368188527141949175143681885271419491751436818852714194917514368188527141949175143681885271419491751436818852714194917514368188527141949175143681885271419491751436818852714194917514368188527141949175143681885271419491751436818852714194917514368188527141949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37dcfa35-2f12-4535-8e4b-e318fc2f28aa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7118ab2-6abd-44de-8662-1fbd40b090f4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7118ab2-6abd-44de-8662-1fbd40b090f4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3205019452263343278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32050194522633432783205019452263343278320501945226334327832050194522633432783205019452263343278320501945226334327832050194522633432783205019452263343278320501945226334327832050194522633432783205019452263343278320501945226334327832050194522633432783205019452263343278320501945226334327832050194522633432783205019452263343278320501945226334327832050194522633432783205019452263343278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35491249-39d9-45ea-8bcd-903eaba7ccbc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59c33e0c-3133-40b8-8f44-f2bcbfaff765, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59c33e0c-3133-40b8-8f44-f2bcbfaff765, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9402398108777846031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94023981087778460319402398108777846031940239810877784603194023981087778460319402398108777846031940239810877784603194023981087778460319402398108777846031940239810877784603194023981087778460319402398108777846031940239810877784603194023981087778460319402398108777846031940239810877784603194023981087778460319402398108777846031940239810877784603194023981087778460319402398108777846031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7118ab2-6abd-44de-8662-1fbd40b090f4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45a7e9be-82a9-4ce0-8488-2907428a8b6e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45a7e9be-82a9-4ce0-8488-2907428a8b6e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11649310288645970117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164931028864597011711649310288645970117116493102886459701171164931028864597011711649310288645970117116493102886459701171164931028864597011711649310288645970117116493102886459701171164931028864597011711649310288645970117116493102886459701171164931028864597011711649310288645970117116493102886459701171164931028864597011711649310288645970117116493102886459701171164931028864597011711649310288645970117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59c33e0c-3133-40b8-8f44-f2bcbfaff765, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d9b10d0-568c-4b47-941c-114aa1ff6396, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d9b10d0-568c-4b47-941c-114aa1ff6396, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13123510303922114207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312351030392211420713123510303922114207131235103039221142071312351030392211420713123510303922114207131235103039221142071312351030392211420713123510303922114207131235103039221142071312351030392211420713123510303922114207131235103039221142071312351030392211420713123510303922114207131235103039221142071312351030392211420713123510303922114207131235103039221142071312351030392211420713123510303922114207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45a7e9be-82a9-4ce0-8488-2907428a8b6e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bae92b4d-5f2d-46bf-9a04-dcd25a919ab4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bae92b4d-5f2d-46bf-9a04-dcd25a919ab4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1782373772726307717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17823737727263077171782373772726307717178237377272630771717823737727263077171782373772726307717178237377272630771717823737727263077171782373772726307717178237377272630771717823737727263077171782373772726307717178237377272630771717823737727263077171782373772726307717178237377272630771717823737727263077171782373772726307717178237377272630771717823737727263077171782373772726307717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d9b10d0-568c-4b47-941c-114aa1ff6396, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a97af43-173c-4bed-aba2-309d017989db, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a97af43-173c-4bed-aba2-309d017989db, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16821427805540092885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682142780554009288516821427805540092885168214278055400928851682142780554009288516821427805540092885168214278055400928851682142780554009288516821427805540092885168214278055400928851682142780554009288516821427805540092885168214278055400928851682142780554009288516821427805540092885168214278055400928851682142780554009288516821427805540092885168214278055400928851682142780554009288516821427805540092885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bae92b4d-5f2d-46bf-9a04-dcd25a919ab4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a939b1fa-51c8-41d9-be41-7faffc78d71e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a97af43-173c-4bed-aba2-309d017989db, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5c8ff2f-dcac-471f-8440-1cc44e7c0037, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a939b1fa-51c8-41d9-be41-7faffc78d71e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13592252578887857782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359225257888785778213592252578887857782135922525788878577821359225257888785778213592252578887857782135922525788878577821359225257888785778213592252578887857782135922525788878577821359225257888785778213592252578887857782135922525788878577821359225257888785778213592252578887857782135922525788878577821359225257888785778213592252578887857782135922525788878577821359225257888785778213592252578887857782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5c8ff2f-dcac-471f-8440-1cc44e7c0037, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15077112495443452403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507711249544345240315077112495443452403150771124954434524031507711249544345240315077112495443452403150771124954434524031507711249544345240315077112495443452403150771124954434524031507711249544345240315077112495443452403150771124954434524031507711249544345240315077112495443452403150771124954434524031507711249544345240315077112495443452403150771124954434524031507711249544345240315077112495443452403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a939b1fa-51c8-41d9-be41-7faffc78d71e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f71c08d2-da6c-4cde-a0eb-0e1224fdae9c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5c8ff2f-dcac-471f-8440-1cc44e7c0037, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f71c08d2-da6c-4cde-a0eb-0e1224fdae9c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2819278001984095541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28192780019840955412819278001984095541281927800198409554128192780019840955412819278001984095541281927800198409554128192780019840955412819278001984095541281927800198409554128192780019840955412819278001984095541281927800198409554128192780019840955412819278001984095541281927800198409554128192780019840955412819278001984095541281927800198409554128192780019840955412819278001984095541" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d949cd19-acc0-4475-b733-a8e0b9b91a95, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d949cd19-acc0-4475-b733-a8e0b9b91a95, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12445226615311293245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244522661531129324512445226615311293245124452266153112932451244522661531129324512445226615311293245124452266153112932451244522661531129324512445226615311293245124452266153112932451244522661531129324512445226615311293245124452266153112932451244522661531129324512445226615311293245124452266153112932451244522661531129324512445226615311293245124452266153112932451244522661531129324512445226615311293245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f71c08d2-da6c-4cde-a0eb-0e1224fdae9c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b413322-6a3f-47e5-bc5f-b94e53441d86, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d949cd19-acc0-4475-b733-a8e0b9b91a95, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b413322-6a3f-47e5-bc5f-b94e53441d86, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5389127736616573335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53891277366165733355389127736616573335538912773661657333553891277366165733355389127736616573335538912773661657333553891277366165733355389127736616573335538912773661657333553891277366165733355389127736616573335538912773661657333553891277366165733355389127736616573335538912773661657333553891277366165733355389127736616573335538912773661657333553891277366165733355389127736616573335" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 940e031d-ba13-46c8-b02a-f18b6a24e091, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 940e031d-ba13-46c8-b02a-f18b6a24e091, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10764283757706645936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076428375770664593610764283757706645936107642837577066459361076428375770664593610764283757706645936107642837577066459361076428375770664593610764283757706645936107642837577066459361076428375770664593610764283757706645936107642837577066459361076428375770664593610764283757706645936107642837577066459361076428375770664593610764283757706645936107642837577066459361076428375770664593610764283757706645936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b413322-6a3f-47e5-bc5f-b94e53441d86, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acedc3e7-ec05-4599-a1c9-8c2cb731cb47, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 940e031d-ba13-46c8-b02a-f18b6a24e091, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a8d4e8f-2089-4484-95d4-8d8ce9866db6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a8d4e8f-2089-4484-95d4-8d8ce9866db6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11410093227735515163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141009322773551516311410093227735515163114100932277355151631141009322773551516311410093227735515163114100932277355151631141009322773551516311410093227735515163114100932277355151631141009322773551516311410093227735515163114100932277355151631141009322773551516311410093227735515163114100932277355151631141009322773551516311410093227735515163114100932277355151631141009322773551516311410093227735515163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acedc3e7-ec05-4599-a1c9-8c2cb731cb47, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13548876649028154045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354887664902815404513548876649028154045135488766490281540451354887664902815404513548876649028154045135488766490281540451354887664902815404513548876649028154045135488766490281540451354887664902815404513548876649028154045135488766490281540451354887664902815404513548876649028154045135488766490281540451354887664902815404513548876649028154045135488766490281540451354887664902815404513548876649028154045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a8d4e8f-2089-4484-95d4-8d8ce9866db6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acedc3e7-ec05-4599-a1c9-8c2cb731cb47, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 463f52b5-356c-4850-a8b4-9cf258ffd626, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 463f52b5-356c-4850-a8b4-9cf258ffd626, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15760014579644932469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576001457964493246915760014579644932469157600145796449324691576001457964493246915760014579644932469157600145796449324691576001457964493246915760014579644932469157600145796449324691576001457964493246915760014579644932469157600145796449324691576001457964493246915760014579644932469157600145796449324691576001457964493246915760014579644932469157600145796449324691576001457964493246915760014579644932469" } } } 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, 456949a9-8bfe-44dc-9c85-f1d71b38e529, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 456949a9-8bfe-44dc-9c85-f1d71b38e529, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7875343943957295337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78753439439572953377875343943957295337787534394395729533778753439439572953377875343943957295337787534394395729533778753439439572953377875343943957295337787534394395729533778753439439572953377875343943957295337787534394395729533778753439439572953377875343943957295337787534394395729533778753439439572953377875343943957295337787534394395729533778753439439572953377875343943957295337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 463f52b5-356c-4850-a8b4-9cf258ffd626, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f81a3b4c-e693-4c2a-a4e1-f228c2b61694, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f81a3b4c-e693-4c2a-a4e1-f228c2b61694, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14252452952519695283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425245295251969528314252452952519695283142524529525196952831425245295251969528314252452952519695283142524529525196952831425245295251969528314252452952519695283142524529525196952831425245295251969528314252452952519695283142524529525196952831425245295251969528314252452952519695283142524529525196952831425245295251969528314252452952519695283142524529525196952831425245295251969528314252452952519695283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 456949a9-8bfe-44dc-9c85-f1d71b38e529, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7f802c0-5e10-4009-8415-82aef791531c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f81a3b4c-e693-4c2a-a4e1-f228c2b61694, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7f802c0-5e10-4009-8415-82aef791531c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7365709106342842914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73657091063428429147365709106342842914736570910634284291473657091063428429147365709106342842914736570910634284291473657091063428429147365709106342842914736570910634284291473657091063428429147365709106342842914736570910634284291473657091063428429147365709106342842914736570910634284291473657091063428429147365709106342842914736570910634284291473657091063428429147365709106342842914" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7f802c0-5e10-4009-8415-82aef791531c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c706b1e-8001-49e5-bd97-b9d9bc2a25c1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c706b1e-8001-49e5-bd97-b9d9bc2a25c1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17128836469997748228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712883646999774822817128836469997748228171288364699977482281712883646999774822817128836469997748228171288364699977482281712883646999774822817128836469997748228171288364699977482281712883646999774822817128836469997748228171288364699977482281712883646999774822817128836469997748228171288364699977482281712883646999774822817128836469997748228171288364699977482281712883646999774822817128836469997748228" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e62b6d09-991d-4bda-b764-47a17265dd4a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e62b6d09-991d-4bda-b764-47a17265dd4a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10756302278597084290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075630227859708429010756302278597084290107563022785970842901075630227859708429010756302278597084290107563022785970842901075630227859708429010756302278597084290107563022785970842901075630227859708429010756302278597084290107563022785970842901075630227859708429010756302278597084290107563022785970842901075630227859708429010756302278597084290107563022785970842901075630227859708429010756302278597084290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c706b1e-8001-49e5-bd97-b9d9bc2a25c1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e62b6d09-991d-4bda-b764-47a17265dd4a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 906c9dab-f2c3-4d6b-b22e-19d1a5465fb6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 906c9dab-f2c3-4d6b-b22e-19d1a5465fb6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10480401048954490878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048040104895449087810480401048954490878104804010489544908781048040104895449087810480401048954490878104804010489544908781048040104895449087810480401048954490878104804010489544908781048040104895449087810480401048954490878104804010489544908781048040104895449087810480401048954490878104804010489544908781048040104895449087810480401048954490878104804010489544908781048040104895449087810480401048954490878" } } } 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, 3270c5e0-75ea-4f32-9704-93a46644cd81, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3270c5e0-75ea-4f32-9704-93a46644cd81, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18434879846472920312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843487984647292031218434879846472920312184348798464729203121843487984647292031218434879846472920312184348798464729203121843487984647292031218434879846472920312184348798464729203121843487984647292031218434879846472920312184348798464729203121843487984647292031218434879846472920312184348798464729203121843487984647292031218434879846472920312184348798464729203121843487984647292031218434879846472920312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 906c9dab-f2c3-4d6b-b22e-19d1a5465fb6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c03cc2f3-a5c2-4eb1-bb2a-d4ece57a71f1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c03cc2f3-a5c2-4eb1-bb2a-d4ece57a71f1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11704043128538309987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170404312853830998711704043128538309987117040431285383099871170404312853830998711704043128538309987117040431285383099871170404312853830998711704043128538309987117040431285383099871170404312853830998711704043128538309987117040431285383099871170404312853830998711704043128538309987117040431285383099871170404312853830998711704043128538309987117040431285383099871170404312853830998711704043128538309987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3270c5e0-75ea-4f32-9704-93a46644cd81, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7334057-7e69-4bb6-bb4d-a63fc0f51e1d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7334057-7e69-4bb6-bb4d-a63fc0f51e1d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16764993072955501672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676499307295550167216764993072955501672167649930729555016721676499307295550167216764993072955501672167649930729555016721676499307295550167216764993072955501672167649930729555016721676499307295550167216764993072955501672167649930729555016721676499307295550167216764993072955501672167649930729555016721676499307295550167216764993072955501672167649930729555016721676499307295550167216764993072955501672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c03cc2f3-a5c2-4eb1-bb2a-d4ece57a71f1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f2dc056-9c46-4acb-9924-8fb5adf0d9ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2dc056-9c46-4acb-9924-8fb5adf0d9ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16971445801981360728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697144580198136072816971445801981360728169714458019813607281697144580198136072816971445801981360728169714458019813607281697144580198136072816971445801981360728169714458019813607281697144580198136072816971445801981360728169714458019813607281697144580198136072816971445801981360728169714458019813607281697144580198136072816971445801981360728169714458019813607281697144580198136072816971445801981360728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7334057-7e69-4bb6-bb4d-a63fc0f51e1d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e132d2ea-4c7a-409f-9f29-df2bf2110b5e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e132d2ea-4c7a-409f-9f29-df2bf2110b5e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3272283212344462005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32722832123444620053272283212344462005327228321234446200532722832123444620053272283212344462005327228321234446200532722832123444620053272283212344462005327228321234446200532722832123444620053272283212344462005327228321234446200532722832123444620053272283212344462005327228321234446200532722832123444620053272283212344462005327228321234446200532722832123444620053272283212344462005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2dc056-9c46-4acb-9924-8fb5adf0d9ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5f33925-ce4c-4ed8-9502-e5a184e1638c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5f33925-ce4c-4ed8-9502-e5a184e1638c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16272646405649813737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627264640564981373716272646405649813737162726464056498137371627264640564981373716272646405649813737162726464056498137371627264640564981373716272646405649813737162726464056498137371627264640564981373716272646405649813737162726464056498137371627264640564981373716272646405649813737162726464056498137371627264640564981373716272646405649813737162726464056498137371627264640564981373716272646405649813737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e132d2ea-4c7a-409f-9f29-df2bf2110b5e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e6ea08c-e4a0-4b70-939a-a18d3084c827, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e6ea08c-e4a0-4b70-939a-a18d3084c827, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15693725310667975011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569372531066797501115693725310667975011156937253106679750111569372531066797501115693725310667975011156937253106679750111569372531066797501115693725310667975011156937253106679750111569372531066797501115693725310667975011156937253106679750111569372531066797501115693725310667975011156937253106679750111569372531066797501115693725310667975011156937253106679750111569372531066797501115693725310667975011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5f33925-ce4c-4ed8-9502-e5a184e1638c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93dcfbf2-ada7-497e-9fe5-4ec9b025c91b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93dcfbf2-ada7-497e-9fe5-4ec9b025c91b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2571443342690753880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25714433426907538802571443342690753880257144334269075388025714433426907538802571443342690753880257144334269075388025714433426907538802571443342690753880257144334269075388025714433426907538802571443342690753880257144334269075388025714433426907538802571443342690753880257144334269075388025714433426907538802571443342690753880257144334269075388025714433426907538802571443342690753880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e6ea08c-e4a0-4b70-939a-a18d3084c827, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4e7b3df-d1f2-4757-8b15-6af261844ace, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4e7b3df-d1f2-4757-8b15-6af261844ace, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16220648130667544515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622064813066754451516220648130667544515162206481306675445151622064813066754451516220648130667544515162206481306675445151622064813066754451516220648130667544515162206481306675445151622064813066754451516220648130667544515162206481306675445151622064813066754451516220648130667544515162206481306675445151622064813066754451516220648130667544515162206481306675445151622064813066754451516220648130667544515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93dcfbf2-ada7-497e-9fe5-4ec9b025c91b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f642589d-4a3e-4787-b7b4-ad9ebd897fdb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f642589d-4a3e-4787-b7b4-ad9ebd897fdb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9553409227198332125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95534092271983321259553409227198332125955340922719833212595534092271983321259553409227198332125955340922719833212595534092271983321259553409227198332125955340922719833212595534092271983321259553409227198332125955340922719833212595534092271983321259553409227198332125955340922719833212595534092271983321259553409227198332125955340922719833212595534092271983321259553409227198332125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4e7b3df-d1f2-4757-8b15-6af261844ace, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d258551-bf60-41e8-9f89-9d9aefa149ef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d258551-bf60-41e8-9f89-9d9aefa149ef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2606512938819317855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26065129388193178552606512938819317855260651293881931785526065129388193178552606512938819317855260651293881931785526065129388193178552606512938819317855260651293881931785526065129388193178552606512938819317855260651293881931785526065129388193178552606512938819317855260651293881931785526065129388193178552606512938819317855260651293881931785526065129388193178552606512938819317855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f642589d-4a3e-4787-b7b4-ad9ebd897fdb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cf544c6-1164-4907-af9f-c82d9d243b83, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cf544c6-1164-4907-af9f-c82d9d243b83, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1876257276811349629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18762572768113496291876257276811349629187625727681134962918762572768113496291876257276811349629187625727681134962918762572768113496291876257276811349629187625727681134962918762572768113496291876257276811349629187625727681134962918762572768113496291876257276811349629187625727681134962918762572768113496291876257276811349629187625727681134962918762572768113496291876257276811349629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d258551-bf60-41e8-9f89-9d9aefa149ef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42fbe7a8-a5b2-45f1-bfd1-7fbca0b7557d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42fbe7a8-a5b2-45f1-bfd1-7fbca0b7557d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4067234525971127185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40672345259711271854067234525971127185406723452597112718540672345259711271854067234525971127185406723452597112718540672345259711271854067234525971127185406723452597112718540672345259711271854067234525971127185406723452597112718540672345259711271854067234525971127185406723452597112718540672345259711271854067234525971127185406723452597112718540672345259711271854067234525971127185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42fbe7a8-a5b2-45f1-bfd1-7fbca0b7557d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 546f9924-877c-4f14-8ebe-57aeaf5d1d1b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 546f9924-877c-4f14-8ebe-57aeaf5d1d1b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3280264938673689223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32802649386736892233280264938673689223328026493867368922332802649386736892233280264938673689223328026493867368922332802649386736892233280264938673689223328026493867368922332802649386736892233280264938673689223328026493867368922332802649386736892233280264938673689223328026493867368922332802649386736892233280264938673689223328026493867368922332802649386736892233280264938673689223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cf544c6-1164-4907-af9f-c82d9d243b83, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6af30be5-f04c-4196-86f2-8557fc5938fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 546f9924-877c-4f14-8ebe-57aeaf5d1d1b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6af30be5-f04c-4196-86f2-8557fc5938fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1849088087534815307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18490880875348153071849088087534815307184908808753481530718490880875348153071849088087534815307184908808753481530718490880875348153071849088087534815307184908808753481530718490880875348153071849088087534815307184908808753481530718490880875348153071849088087534815307184908808753481530718490880875348153071849088087534815307184908808753481530718490880875348153071849088087534815307" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7cbabda-a40e-4352-87df-d932d8cadba5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6af30be5-f04c-4196-86f2-8557fc5938fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7cbabda-a40e-4352-87df-d932d8cadba5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16317139424992790299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631713942499279029916317139424992790299163171394249927902991631713942499279029916317139424992790299163171394249927902991631713942499279029916317139424992790299163171394249927902991631713942499279029916317139424992790299163171394249927902991631713942499279029916317139424992790299163171394249927902991631713942499279029916317139424992790299163171394249927902991631713942499279029916317139424992790299" } } } 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, 49f9b442-edb2-472d-9371-3885e55d9cc5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f9b442-edb2-472d-9371-3885e55d9cc5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12430263511492285411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243026351149228541112430263511492285411124302635114922854111243026351149228541112430263511492285411124302635114922854111243026351149228541112430263511492285411124302635114922854111243026351149228541112430263511492285411124302635114922854111243026351149228541112430263511492285411124302635114922854111243026351149228541112430263511492285411124302635114922854111243026351149228541112430263511492285411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7cbabda-a40e-4352-87df-d932d8cadba5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f9b442-edb2-472d-9371-3885e55d9cc5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c6cb981-4d15-4c8a-9a0e-5ab38578f50b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c6cb981-4d15-4c8a-9a0e-5ab38578f50b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4838506757193357505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48385067571933575054838506757193357505483850675719335750548385067571933575054838506757193357505483850675719335750548385067571933575054838506757193357505483850675719335750548385067571933575054838506757193357505483850675719335750548385067571933575054838506757193357505483850675719335750548385067571933575054838506757193357505483850675719335750548385067571933575054838506757193357505" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67714c2f-804b-4743-b36e-ae1ddeb677c0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67714c2f-804b-4743-b36e-ae1ddeb677c0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13077467165854849668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307746716585484966813077467165854849668130774671658548496681307746716585484966813077467165854849668130774671658548496681307746716585484966813077467165854849668130774671658548496681307746716585484966813077467165854849668130774671658548496681307746716585484966813077467165854849668130774671658548496681307746716585484966813077467165854849668130774671658548496681307746716585484966813077467165854849668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c6cb981-4d15-4c8a-9a0e-5ab38578f50b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78087156-df3f-40d4-8bc7-f35c1e6803c0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78087156-df3f-40d4-8bc7-f35c1e6803c0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8044089569231654144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80440895692316541448044089569231654144804408956923165414480440895692316541448044089569231654144804408956923165414480440895692316541448044089569231654144804408956923165414480440895692316541448044089569231654144804408956923165414480440895692316541448044089569231654144804408956923165414480440895692316541448044089569231654144804408956923165414480440895692316541448044089569231654144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67714c2f-804b-4743-b36e-ae1ddeb677c0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47960093-75f0-4bc0-863a-dfd6ee09f12d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78087156-df3f-40d4-8bc7-f35c1e6803c0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47960093-75f0-4bc0-863a-dfd6ee09f12d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6088316930218874290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60883169302188742906088316930218874290608831693021887429060883169302188742906088316930218874290608831693021887429060883169302188742906088316930218874290608831693021887429060883169302188742906088316930218874290608831693021887429060883169302188742906088316930218874290608831693021887429060883169302188742906088316930218874290608831693021887429060883169302188742906088316930218874290" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 411f04bf-6930-4836-beb0-464a13d4073a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47960093-75f0-4bc0-863a-dfd6ee09f12d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5da0c0ff-8b53-4291-826f-93f106eccab0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 411f04bf-6930-4836-beb0-464a13d4073a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8354311433767408285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83543114337674082858354311433767408285835431143376740828583543114337674082858354311433767408285835431143376740828583543114337674082858354311433767408285835431143376740828583543114337674082858354311433767408285835431143376740828583543114337674082858354311433767408285835431143376740828583543114337674082858354311433767408285835431143376740828583543114337674082858354311433767408285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5da0c0ff-8b53-4291-826f-93f106eccab0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11928423523350207169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192842352335020716911928423523350207169119284235233502071691192842352335020716911928423523350207169119284235233502071691192842352335020716911928423523350207169119284235233502071691192842352335020716911928423523350207169119284235233502071691192842352335020716911928423523350207169119284235233502071691192842352335020716911928423523350207169119284235233502071691192842352335020716911928423523350207169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 411f04bf-6930-4836-beb0-464a13d4073a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f53ed609-cb5c-4e38-a66a-4f0a0c5d6d0c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f53ed609-cb5c-4e38-a66a-4f0a0c5d6d0c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8774749365678717587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87747493656787175878774749365678717587877474936567871758787747493656787175878774749365678717587877474936567871758787747493656787175878774749365678717587877474936567871758787747493656787175878774749365678717587877474936567871758787747493656787175878774749365678717587877474936567871758787747493656787175878774749365678717587877474936567871758787747493656787175878774749365678717587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5da0c0ff-8b53-4291-826f-93f106eccab0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f53ed609-cb5c-4e38-a66a-4f0a0c5d6d0c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e509cb3f-ea61-4710-9278-4ecfc65cdf6f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e509cb3f-ea61-4710-9278-4ecfc65cdf6f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3661257687319670228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36612576873196702283661257687319670228366125768731967022836612576873196702283661257687319670228366125768731967022836612576873196702283661257687319670228366125768731967022836612576873196702283661257687319670228366125768731967022836612576873196702283661257687319670228366125768731967022836612576873196702283661257687319670228366125768731967022836612576873196702283661257687319670228" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a1e641f-00bc-4deb-ae75-28a7329ccccd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e509cb3f-ea61-4710-9278-4ecfc65cdf6f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a1e641f-00bc-4deb-ae75-28a7329ccccd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12591959568686962637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259195956868696263712591959568686962637125919595686869626371259195956868696263712591959568686962637125919595686869626371259195956868696263712591959568686962637125919595686869626371259195956868696263712591959568686962637125919595686869626371259195956868696263712591959568686962637125919595686869626371259195956868696263712591959568686962637125919595686869626371259195956868696263712591959568686962637" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c0ee169-dc91-4ecc-9849-0147282b604b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a1e641f-00bc-4deb-ae75-28a7329ccccd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c0ee169-dc91-4ecc-9849-0147282b604b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11202426581405455955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120242658140545595511202426581405455955112024265814054559551120242658140545595511202426581405455955112024265814054559551120242658140545595511202426581405455955112024265814054559551120242658140545595511202426581405455955112024265814054559551120242658140545595511202426581405455955112024265814054559551120242658140545595511202426581405455955112024265814054559551120242658140545595511202426581405455955" } } } 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, b44c27bd-d72d-4299-95fb-cfc96566ae06, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b44c27bd-d72d-4299-95fb-cfc96566ae06, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4915458829946731213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49154588299467312134915458829946731213491545882994673121349154588299467312134915458829946731213491545882994673121349154588299467312134915458829946731213491545882994673121349154588299467312134915458829946731213491545882994673121349154588299467312134915458829946731213491545882994673121349154588299467312134915458829946731213491545882994673121349154588299467312134915458829946731213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c0ee169-dc91-4ecc-9849-0147282b604b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dcfcccf-6e68-45a3-921b-b16dfd40cca9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dcfcccf-6e68-45a3-921b-b16dfd40cca9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15227450378043743974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522745037804374397415227450378043743974152274503780437439741522745037804374397415227450378043743974152274503780437439741522745037804374397415227450378043743974152274503780437439741522745037804374397415227450378043743974152274503780437439741522745037804374397415227450378043743974152274503780437439741522745037804374397415227450378043743974152274503780437439741522745037804374397415227450378043743974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b44c27bd-d72d-4299-95fb-cfc96566ae06, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d85c9f7-0728-45dd-b97a-cb038adcfacd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dcfcccf-6e68-45a3-921b-b16dfd40cca9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d85c9f7-0728-45dd-b97a-cb038adcfacd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6014402820179220838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60144028201792208386014402820179220838601440282017922083860144028201792208386014402820179220838601440282017922083860144028201792208386014402820179220838601440282017922083860144028201792208386014402820179220838601440282017922083860144028201792208386014402820179220838601440282017922083860144028201792208386014402820179220838601440282017922083860144028201792208386014402820179220838" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02ccc72d-7afa-470a-86a5-b2145e95db87, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02ccc72d-7afa-470a-86a5-b2145e95db87, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14279275517369476109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427927551736947610914279275517369476109142792755173694761091427927551736947610914279275517369476109142792755173694761091427927551736947610914279275517369476109142792755173694761091427927551736947610914279275517369476109142792755173694761091427927551736947610914279275517369476109142792755173694761091427927551736947610914279275517369476109142792755173694761091427927551736947610914279275517369476109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d85c9f7-0728-45dd-b97a-cb038adcfacd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02ccc72d-7afa-470a-86a5-b2145e95db87, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4410df44-8ccb-4e15-ab88-44c59669a949, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4410df44-8ccb-4e15-ab88-44c59669a949, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16406349832883001352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640634983288300135216406349832883001352164063498328830013521640634983288300135216406349832883001352164063498328830013521640634983288300135216406349832883001352164063498328830013521640634983288300135216406349832883001352164063498328830013521640634983288300135216406349832883001352164063498328830013521640634983288300135216406349832883001352164063498328830013521640634983288300135216406349832883001352" } } } 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, cab54b7a-ae48-400a-b9e2-8e97d465ccf0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cab54b7a-ae48-400a-b9e2-8e97d465ccf0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1711719095021203713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17117190950212037131711719095021203713171171909502120371317117190950212037131711719095021203713171171909502120371317117190950212037131711719095021203713171171909502120371317117190950212037131711719095021203713171171909502120371317117190950212037131711719095021203713171171909502120371317117190950212037131711719095021203713171171909502120371317117190950212037131711719095021203713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4410df44-8ccb-4e15-ab88-44c59669a949, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d41bf941-321b-4160-837e-759cf4c609cf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cab54b7a-ae48-400a-b9e2-8e97d465ccf0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d41bf941-321b-4160-837e-759cf4c609cf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2934826610401433480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29348266104014334802934826610401433480293482661040143348029348266104014334802934826610401433480293482661040143348029348266104014334802934826610401433480293482661040143348029348266104014334802934826610401433480293482661040143348029348266104014334802934826610401433480293482661040143348029348266104014334802934826610401433480293482661040143348029348266104014334802934826610401433480" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49f57002-c3f1-448b-900e-12d504a91315, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f57002-c3f1-448b-900e-12d504a91315, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17927576049830683869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792757604983068386917927576049830683869179275760498306838691792757604983068386917927576049830683869179275760498306838691792757604983068386917927576049830683869179275760498306838691792757604983068386917927576049830683869179275760498306838691792757604983068386917927576049830683869179275760498306838691792757604983068386917927576049830683869179275760498306838691792757604983068386917927576049830683869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d41bf941-321b-4160-837e-759cf4c609cf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46c94c36-2933-4386-b06f-eace65f54f27, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46c94c36-2933-4386-b06f-eace65f54f27, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5195143049048577904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51951430490485779045195143049048577904519514304904857790451951430490485779045195143049048577904519514304904857790451951430490485779045195143049048577904519514304904857790451951430490485779045195143049048577904519514304904857790451951430490485779045195143049048577904519514304904857790451951430490485779045195143049048577904519514304904857790451951430490485779045195143049048577904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f57002-c3f1-448b-900e-12d504a91315, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46c94c36-2933-4386-b06f-eace65f54f27, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d2138a9-702c-493c-9bf0-59289a2fa9de, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e35e19a-bf5a-4e2d-8da1-447ce20dc97f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e35e19a-bf5a-4e2d-8da1-447ce20dc97f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11313802301414610938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131380230141461093811313802301414610938113138023014146109381131380230141461093811313802301414610938113138023014146109381131380230141461093811313802301414610938113138023014146109381131380230141461093811313802301414610938113138023014146109381131380230141461093811313802301414610938113138023014146109381131380230141461093811313802301414610938113138023014146109381131380230141461093811313802301414610938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d2138a9-702c-493c-9bf0-59289a2fa9de, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6444976713507793786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64449767135077937866444976713507793786644497671350779378664449767135077937866444976713507793786644497671350779378664449767135077937866444976713507793786644497671350779378664449767135077937866444976713507793786644497671350779378664449767135077937866444976713507793786644497671350779378664449767135077937866444976713507793786644497671350779378664449767135077937866444976713507793786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e35e19a-bf5a-4e2d-8da1-447ce20dc97f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34c4a56e-1ac2-4e20-a108-382e6700451c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34c4a56e-1ac2-4e20-a108-382e6700451c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1052885332860291369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10528853328602913691052885332860291369105288533286029136910528853328602913691052885332860291369105288533286029136910528853328602913691052885332860291369105288533286029136910528853328602913691052885332860291369105288533286029136910528853328602913691052885332860291369105288533286029136910528853328602913691052885332860291369105288533286029136910528853328602913691052885332860291369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d2138a9-702c-493c-9bf0-59289a2fa9de, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bce7d01a-0955-4109-917f-89f5471577a9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bce7d01a-0955-4109-917f-89f5471577a9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10488675327207120485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048867532720712048510488675327207120485104886753272071204851048867532720712048510488675327207120485104886753272071204851048867532720712048510488675327207120485104886753272071204851048867532720712048510488675327207120485104886753272071204851048867532720712048510488675327207120485104886753272071204851048867532720712048510488675327207120485104886753272071204851048867532720712048510488675327207120485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34c4a56e-1ac2-4e20-a108-382e6700451c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fe245d2-7c64-4c22-9b9f-e467937be46f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fe245d2-7c64-4c22-9b9f-e467937be46f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10730165665919774530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073016566591977453010730165665919774530107301656659197745301073016566591977453010730165665919774530107301656659197745301073016566591977453010730165665919774530107301656659197745301073016566591977453010730165665919774530107301656659197745301073016566591977453010730165665919774530107301656659197745301073016566591977453010730165665919774530107301656659197745301073016566591977453010730165665919774530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bce7d01a-0955-4109-917f-89f5471577a9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fe245d2-7c64-4c22-9b9f-e467937be46f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76b19aa8-3cff-4f41-8bfa-bba3ac6502dd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a4f8ebe-e104-419d-8d76-ad3c4b907d96, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a4f8ebe-e104-419d-8d76-ad3c4b907d96, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 63649292955188796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6364929295518879663649292955188796636492929551887966364929295518879663649292955188796636492929551887966364929295518879663649292955188796636492929551887966364929295518879663649292955188796636492929551887966364929295518879663649292955188796636492929551887966364929295518879663649292955188796636492929551887966364929295518879663649292955188796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76b19aa8-3cff-4f41-8bfa-bba3ac6502dd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13266872230233804225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326687223023380422513266872230233804225132668722302338042251326687223023380422513266872230233804225132668722302338042251326687223023380422513266872230233804225132668722302338042251326687223023380422513266872230233804225132668722302338042251326687223023380422513266872230233804225132668722302338042251326687223023380422513266872230233804225132668722302338042251326687223023380422513266872230233804225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a4f8ebe-e104-419d-8d76-ad3c4b907d96, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76b19aa8-3cff-4f41-8bfa-bba3ac6502dd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8187dc9e-729a-48b5-91c1-52bd97c3e50f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8187dc9e-729a-48b5-91c1-52bd97c3e50f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7465592661822764219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74655926618227642197465592661822764219746559266182276421974655926618227642197465592661822764219746559266182276421974655926618227642197465592661822764219746559266182276421974655926618227642197465592661822764219746559266182276421974655926618227642197465592661822764219746559266182276421974655926618227642197465592661822764219746559266182276421974655926618227642197465592661822764219" } } } 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, 6b238bf9-6c60-40d7-b39e-51f76036fca7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b238bf9-6c60-40d7-b39e-51f76036fca7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13505998381677494157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350599838167749415713505998381677494157135059983816774941571350599838167749415713505998381677494157135059983816774941571350599838167749415713505998381677494157135059983816774941571350599838167749415713505998381677494157135059983816774941571350599838167749415713505998381677494157135059983816774941571350599838167749415713505998381677494157135059983816774941571350599838167749415713505998381677494157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8187dc9e-729a-48b5-91c1-52bd97c3e50f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6021962b-2888-4261-af32-b5cd93a25291, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6021962b-2888-4261-af32-b5cd93a25291, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18145132194946506381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814513219494650638118145132194946506381181451321949465063811814513219494650638118145132194946506381181451321949465063811814513219494650638118145132194946506381181451321949465063811814513219494650638118145132194946506381181451321949465063811814513219494650638118145132194946506381181451321949465063811814513219494650638118145132194946506381181451321949465063811814513219494650638118145132194946506381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6021962b-2888-4261-af32-b5cd93a25291, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6a58676-383a-4b40-8e0a-4dbdbbe6574c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6a58676-383a-4b40-8e0a-4dbdbbe6574c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8969505107534506710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89695051075345067108969505107534506710896950510753450671089695051075345067108969505107534506710896950510753450671089695051075345067108969505107534506710896950510753450671089695051075345067108969505107534506710896950510753450671089695051075345067108969505107534506710896950510753450671089695051075345067108969505107534506710896950510753450671089695051075345067108969505107534506710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b238bf9-6c60-40d7-b39e-51f76036fca7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45564be4-f44e-4815-9296-1c8c52f3ec75, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45564be4-f44e-4815-9296-1c8c52f3ec75, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12565325745179451089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256532574517945108912565325745179451089125653257451794510891256532574517945108912565325745179451089125653257451794510891256532574517945108912565325745179451089125653257451794510891256532574517945108912565325745179451089125653257451794510891256532574517945108912565325745179451089125653257451794510891256532574517945108912565325745179451089125653257451794510891256532574517945108912565325745179451089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6a58676-383a-4b40-8e0a-4dbdbbe6574c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45564be4-f44e-4815-9296-1c8c52f3ec75, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d69935ad-d8ef-4976-98e9-6ac4946ee4b4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19b54c3a-5783-4dc6-a4ea-7247409e1e0f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19b54c3a-5783-4dc6-a4ea-7247409e1e0f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11637555811367020662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163755581136702066211637555811367020662116375558113670206621163755581136702066211637555811367020662116375558113670206621163755581136702066211637555811367020662116375558113670206621163755581136702066211637555811367020662116375558113670206621163755581136702066211637555811367020662116375558113670206621163755581136702066211637555811367020662116375558113670206621163755581136702066211637555811367020662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d69935ad-d8ef-4976-98e9-6ac4946ee4b4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2801910100698277651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28019101006982776512801910100698277651280191010069827765128019101006982776512801910100698277651280191010069827765128019101006982776512801910100698277651280191010069827765128019101006982776512801910100698277651280191010069827765128019101006982776512801910100698277651280191010069827765128019101006982776512801910100698277651280191010069827765128019101006982776512801910100698277651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19b54c3a-5783-4dc6-a4ea-7247409e1e0f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d69935ad-d8ef-4976-98e9-6ac4946ee4b4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c3ad369-7f74-4a5b-9f68-321687cfa751, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c3ad369-7f74-4a5b-9f68-321687cfa751, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6422297288512124779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64222972885121247796422297288512124779642229728851212477964222972885121247796422297288512124779642229728851212477964222972885121247796422297288512124779642229728851212477964222972885121247796422297288512124779642229728851212477964222972885121247796422297288512124779642229728851212477964222972885121247796422297288512124779642229728851212477964222972885121247796422297288512124779" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53142719-f712-4d23-9991-366aac4b7f3a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53142719-f712-4d23-9991-366aac4b7f3a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9082433922847065360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90824339228470653609082433922847065360908243392284706536090824339228470653609082433922847065360908243392284706536090824339228470653609082433922847065360908243392284706536090824339228470653609082433922847065360908243392284706536090824339228470653609082433922847065360908243392284706536090824339228470653609082433922847065360908243392284706536090824339228470653609082433922847065360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c3ad369-7f74-4a5b-9f68-321687cfa751, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27011835-fb47-42c1-969d-744afb518ad7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27011835-fb47-42c1-969d-744afb518ad7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9655180105441130410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96551801054411304109655180105441130410965518010544113041096551801054411304109655180105441130410965518010544113041096551801054411304109655180105441130410965518010544113041096551801054411304109655180105441130410965518010544113041096551801054411304109655180105441130410965518010544113041096551801054411304109655180105441130410965518010544113041096551801054411304109655180105441130410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53142719-f712-4d23-9991-366aac4b7f3a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 268e8a03-196e-4d60-b862-d2a022ef1c33, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 268e8a03-196e-4d60-b862-d2a022ef1c33, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4372849443698307139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43728494436983071394372849443698307139437284944369830713943728494436983071394372849443698307139437284944369830713943728494436983071394372849443698307139437284944369830713943728494436983071394372849443698307139437284944369830713943728494436983071394372849443698307139437284944369830713943728494436983071394372849443698307139437284944369830713943728494436983071394372849443698307139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27011835-fb47-42c1-969d-744afb518ad7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abbc1b98-4237-472e-8d2f-a3406c9ef15d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abbc1b98-4237-472e-8d2f-a3406c9ef15d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6826330272445383356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68263302724453833566826330272445383356682633027244538335668263302724453833566826330272445383356682633027244538335668263302724453833566826330272445383356682633027244538335668263302724453833566826330272445383356682633027244538335668263302724453833566826330272445383356682633027244538335668263302724453833566826330272445383356682633027244538335668263302724453833566826330272445383356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 268e8a03-196e-4d60-b862-d2a022ef1c33, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abbc1b98-4237-472e-8d2f-a3406c9ef15d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48283c37-43bd-4b74-bb42-26b239ed742d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48283c37-43bd-4b74-bb42-26b239ed742d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16168034450707816729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616803445070781672916168034450707816729161680344507078167291616803445070781672916168034450707816729161680344507078167291616803445070781672916168034450707816729161680344507078167291616803445070781672916168034450707816729161680344507078167291616803445070781672916168034450707816729161680344507078167291616803445070781672916168034450707816729161680344507078167291616803445070781672916168034450707816729" } } } 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, 8e08a895-b618-4567-aaf2-df299e8a3c4e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e08a895-b618-4567-aaf2-df299e8a3c4e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3399191750297394110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33991917502973941103399191750297394110339919175029739411033991917502973941103399191750297394110339919175029739411033991917502973941103399191750297394110339919175029739411033991917502973941103399191750297394110339919175029739411033991917502973941103399191750297394110339919175029739411033991917502973941103399191750297394110339919175029739411033991917502973941103399191750297394110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48283c37-43bd-4b74-bb42-26b239ed742d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 097ec4d2-b7ff-46df-a6f8-479d86549e1b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 097ec4d2-b7ff-46df-a6f8-479d86549e1b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14107154974816412746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410715497481641274614107154974816412746141071549748164127461410715497481641274614107154974816412746141071549748164127461410715497481641274614107154974816412746141071549748164127461410715497481641274614107154974816412746141071549748164127461410715497481641274614107154974816412746141071549748164127461410715497481641274614107154974816412746141071549748164127461410715497481641274614107154974816412746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 097ec4d2-b7ff-46df-a6f8-479d86549e1b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6253a62-04d4-47b5-a232-a79a75ec1a3a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6253a62-04d4-47b5-a232-a79a75ec1a3a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7800510212271970057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78005102122719700577800510212271970057780051021227197005778005102122719700577800510212271970057780051021227197005778005102122719700577800510212271970057780051021227197005778005102122719700577800510212271970057780051021227197005778005102122719700577800510212271970057780051021227197005778005102122719700577800510212271970057780051021227197005778005102122719700577800510212271970057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e08a895-b618-4567-aaf2-df299e8a3c4e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ce8668a-3817-46df-ad10-c3fc7b576b73, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ce8668a-3817-46df-ad10-c3fc7b576b73, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4046663248333408573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40466632483334085734046663248333408573404666324833340857340466632483334085734046663248333408573404666324833340857340466632483334085734046663248333408573404666324833340857340466632483334085734046663248333408573404666324833340857340466632483334085734046663248333408573404666324833340857340466632483334085734046663248333408573404666324833340857340466632483334085734046663248333408573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6253a62-04d4-47b5-a232-a79a75ec1a3a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb2417ac-d82f-43a2-a2f2-3fd59aea4c68, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb2417ac-d82f-43a2-a2f2-3fd59aea4c68, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12721302810781385179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272130281078138517912721302810781385179127213028107813851791272130281078138517912721302810781385179127213028107813851791272130281078138517912721302810781385179127213028107813851791272130281078138517912721302810781385179127213028107813851791272130281078138517912721302810781385179127213028107813851791272130281078138517912721302810781385179127213028107813851791272130281078138517912721302810781385179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ce8668a-3817-46df-ad10-c3fc7b576b73, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c604cdcd-2c17-41c7-b0a0-697638aa467c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c604cdcd-2c17-41c7-b0a0-697638aa467c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3069601334084749920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30696013340847499203069601334084749920306960133408474992030696013340847499203069601334084749920306960133408474992030696013340847499203069601334084749920306960133408474992030696013340847499203069601334084749920306960133408474992030696013340847499203069601334084749920306960133408474992030696013340847499203069601334084749920306960133408474992030696013340847499203069601334084749920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb2417ac-d82f-43a2-a2f2-3fd59aea4c68, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a961c890-591e-447b-b120-eb86abc21e62, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c604cdcd-2c17-41c7-b0a0-697638aa467c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a961c890-591e-447b-b120-eb86abc21e62, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4091485928767343619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40914859287673436194091485928767343619409148592876734361940914859287673436194091485928767343619409148592876734361940914859287673436194091485928767343619409148592876734361940914859287673436194091485928767343619409148592876734361940914859287673436194091485928767343619409148592876734361940914859287673436194091485928767343619409148592876734361940914859287673436194091485928767343619" } } } 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, 912e42a6-cde5-4766-ba8b-0968413119d8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 912e42a6-cde5-4766-ba8b-0968413119d8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6051034672080710367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60510346720807103676051034672080710367605103467208071036760510346720807103676051034672080710367605103467208071036760510346720807103676051034672080710367605103467208071036760510346720807103676051034672080710367605103467208071036760510346720807103676051034672080710367605103467208071036760510346720807103676051034672080710367605103467208071036760510346720807103676051034672080710367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a961c890-591e-447b-b120-eb86abc21e62, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d049a21b-4e66-470d-997b-a58a8a325641, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 912e42a6-cde5-4766-ba8b-0968413119d8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d049a21b-4e66-470d-997b-a58a8a325641, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13426426427332975264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342642642733297526413426426427332975264134264264273329752641342642642733297526413426426427332975264134264264273329752641342642642733297526413426426427332975264134264264273329752641342642642733297526413426426427332975264134264264273329752641342642642733297526413426426427332975264134264264273329752641342642642733297526413426426427332975264134264264273329752641342642642733297526413426426427332975264" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1156a3d-c572-46c5-bb1a-eccb174b27eb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1156a3d-c572-46c5-bb1a-eccb174b27eb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6501171725439848478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65011717254398484786501171725439848478650117172543984847865011717254398484786501171725439848478650117172543984847865011717254398484786501171725439848478650117172543984847865011717254398484786501171725439848478650117172543984847865011717254398484786501171725439848478650117172543984847865011717254398484786501171725439848478650117172543984847865011717254398484786501171725439848478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d049a21b-4e66-470d-997b-a58a8a325641, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fcd97a8-c812-4bc3-b0df-39fbcf58a69c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fcd97a8-c812-4bc3-b0df-39fbcf58a69c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16694461578951503754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669446157895150375416694461578951503754166944615789515037541669446157895150375416694461578951503754166944615789515037541669446157895150375416694461578951503754166944615789515037541669446157895150375416694461578951503754166944615789515037541669446157895150375416694461578951503754166944615789515037541669446157895150375416694461578951503754166944615789515037541669446157895150375416694461578951503754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1156a3d-c572-46c5-bb1a-eccb174b27eb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2facc205-a701-4a7e-ba05-128d6570934f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2facc205-a701-4a7e-ba05-128d6570934f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3959540039846255685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39595400398462556853959540039846255685395954003984625568539595400398462556853959540039846255685395954003984625568539595400398462556853959540039846255685395954003984625568539595400398462556853959540039846255685395954003984625568539595400398462556853959540039846255685395954003984625568539595400398462556853959540039846255685395954003984625568539595400398462556853959540039846255685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fcd97a8-c812-4bc3-b0df-39fbcf58a69c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b2b1be0-6797-44a5-ae1f-09cb8e595f5e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b2b1be0-6797-44a5-ae1f-09cb8e595f5e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8749193878470405113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87491938784704051138749193878470405113874919387847040511387491938784704051138749193878470405113874919387847040511387491938784704051138749193878470405113874919387847040511387491938784704051138749193878470405113874919387847040511387491938784704051138749193878470405113874919387847040511387491938784704051138749193878470405113874919387847040511387491938784704051138749193878470405113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b2b1be0-6797-44a5-ae1f-09cb8e595f5e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52ddfd04-136c-43b1-865d-34b3c3bf5fc7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52ddfd04-136c-43b1-865d-34b3c3bf5fc7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5095139128452322628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50951391284523226285095139128452322628509513912845232262850951391284523226285095139128452322628509513912845232262850951391284523226285095139128452322628509513912845232262850951391284523226285095139128452322628509513912845232262850951391284523226285095139128452322628509513912845232262850951391284523226285095139128452322628509513912845232262850951391284523226285095139128452322628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2facc205-a701-4a7e-ba05-128d6570934f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fef373b-bc24-41b4-88a1-883e23154762, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fef373b-bc24-41b4-88a1-883e23154762, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9265513611504597502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92655136115045975029265513611504597502926551361150459750292655136115045975029265513611504597502926551361150459750292655136115045975029265513611504597502926551361150459750292655136115045975029265513611504597502926551361150459750292655136115045975029265513611504597502926551361150459750292655136115045975029265513611504597502926551361150459750292655136115045975029265513611504597502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52ddfd04-136c-43b1-865d-34b3c3bf5fc7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aab23c2-2747-4758-b12e-b7e3e413f236, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aab23c2-2747-4758-b12e-b7e3e413f236, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4156029758274371813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41560297582743718134156029758274371813415602975827437181341560297582743718134156029758274371813415602975827437181341560297582743718134156029758274371813415602975827437181341560297582743718134156029758274371813415602975827437181341560297582743718134156029758274371813415602975827437181341560297582743718134156029758274371813415602975827437181341560297582743718134156029758274371813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fef373b-bc24-41b4-88a1-883e23154762, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f2e91d8-60c5-4a1c-9751-586bf146993a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f2e91d8-60c5-4a1c-9751-586bf146993a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13196940103116791036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319694010311679103613196940103116791036131969401031167910361319694010311679103613196940103116791036131969401031167910361319694010311679103613196940103116791036131969401031167910361319694010311679103613196940103116791036131969401031167910361319694010311679103613196940103116791036131969401031167910361319694010311679103613196940103116791036131969401031167910361319694010311679103613196940103116791036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aab23c2-2747-4758-b12e-b7e3e413f236, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a7fe68e-045f-466c-b6ac-7b8760a891bb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a7fe68e-045f-466c-b6ac-7b8760a891bb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11938911802437267618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193891180243726761811938911802437267618119389118024372676181193891180243726761811938911802437267618119389118024372676181193891180243726761811938911802437267618119389118024372676181193891180243726761811938911802437267618119389118024372676181193891180243726761811938911802437267618119389118024372676181193891180243726761811938911802437267618119389118024372676181193891180243726761811938911802437267618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f2e91d8-60c5-4a1c-9751-586bf146993a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c25ee37-4b52-4906-ad50-49e3112fd4e4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c25ee37-4b52-4906-ad50-49e3112fd4e4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2050472537408984779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20504725374089847792050472537408984779205047253740898477920504725374089847792050472537408984779205047253740898477920504725374089847792050472537408984779205047253740898477920504725374089847792050472537408984779205047253740898477920504725374089847792050472537408984779205047253740898477920504725374089847792050472537408984779205047253740898477920504725374089847792050472537408984779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a7fe68e-045f-466c-b6ac-7b8760a891bb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c00e235a-ff59-43c6-8152-d4601ca5d56b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c00e235a-ff59-43c6-8152-d4601ca5d56b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8549045509773743815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85490455097737438158549045509773743815854904550977374381585490455097737438158549045509773743815854904550977374381585490455097737438158549045509773743815854904550977374381585490455097737438158549045509773743815854904550977374381585490455097737438158549045509773743815854904550977374381585490455097737438158549045509773743815854904550977374381585490455097737438158549045509773743815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c25ee37-4b52-4906-ad50-49e3112fd4e4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2822881d-0edc-4846-88d6-c73b6310ddc3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2822881d-0edc-4846-88d6-c73b6310ddc3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12107440501577879891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210744050157787989112107440501577879891121074405015778798911210744050157787989112107440501577879891121074405015778798911210744050157787989112107440501577879891121074405015778798911210744050157787989112107440501577879891121074405015778798911210744050157787989112107440501577879891121074405015778798911210744050157787989112107440501577879891121074405015778798911210744050157787989112107440501577879891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c00e235a-ff59-43c6-8152-d4601ca5d56b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c251923-3e8f-49c3-80b2-625a496d1687, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c251923-3e8f-49c3-80b2-625a496d1687, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4455124411315207154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44551244113152071544455124411315207154445512441131520715444551244113152071544455124411315207154445512441131520715444551244113152071544455124411315207154445512441131520715444551244113152071544455124411315207154445512441131520715444551244113152071544455124411315207154445512441131520715444551244113152071544455124411315207154445512441131520715444551244113152071544455124411315207154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2822881d-0edc-4846-88d6-c73b6310ddc3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c7aadc2-7161-494a-a2f9-b3e9d06eff1a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c7aadc2-7161-494a-a2f9-b3e9d06eff1a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15209871407367242659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520987140736724265915209871407367242659152098714073672426591520987140736724265915209871407367242659152098714073672426591520987140736724265915209871407367242659152098714073672426591520987140736724265915209871407367242659152098714073672426591520987140736724265915209871407367242659152098714073672426591520987140736724265915209871407367242659152098714073672426591520987140736724265915209871407367242659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c251923-3e8f-49c3-80b2-625a496d1687, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5679e2dc-5f9f-40c1-bc81-e3da3adb949e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c7aadc2-7161-494a-a2f9-b3e9d06eff1a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5679e2dc-5f9f-40c1-bc81-e3da3adb949e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 661904219621042768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768661904219621042768" } } } 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, b1957052-4cff-48b1-8605-ecb84e5f2a69, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1957052-4cff-48b1-8605-ecb84e5f2a69, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15419262539656670829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541926253965667082915419262539656670829154192625396566708291541926253965667082915419262539656670829154192625396566708291541926253965667082915419262539656670829154192625396566708291541926253965667082915419262539656670829154192625396566708291541926253965667082915419262539656670829154192625396566708291541926253965667082915419262539656670829154192625396566708291541926253965667082915419262539656670829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5679e2dc-5f9f-40c1-bc81-e3da3adb949e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97df4536-efbf-442d-913b-381e16f7e102, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97df4536-efbf-442d-913b-381e16f7e102, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10581887001158570446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058188700115857044610581887001158570446105818870011585704461058188700115857044610581887001158570446105818870011585704461058188700115857044610581887001158570446105818870011585704461058188700115857044610581887001158570446105818870011585704461058188700115857044610581887001158570446105818870011585704461058188700115857044610581887001158570446105818870011585704461058188700115857044610581887001158570446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1957052-4cff-48b1-8605-ecb84e5f2a69, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97df4536-efbf-442d-913b-381e16f7e102, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c935203d-524d-456c-acfd-e2c58b6d96fb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c935203d-524d-456c-acfd-e2c58b6d96fb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11795444177895014787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179544417789501478711795444177895014787117954441778950147871179544417789501478711795444177895014787117954441778950147871179544417789501478711795444177895014787117954441778950147871179544417789501478711795444177895014787117954441778950147871179544417789501478711795444177895014787117954441778950147871179544417789501478711795444177895014787117954441778950147871179544417789501478711795444177895014787" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92d6073f-6445-4a3f-8c3d-eefce9b591f4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92d6073f-6445-4a3f-8c3d-eefce9b591f4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 54010569826647166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5401056982664716654010569826647166540105698266471665401056982664716654010569826647166540105698266471665401056982664716654010569826647166540105698266471665401056982664716654010569826647166540105698266471665401056982664716654010569826647166540105698266471665401056982664716654010569826647166540105698266471665401056982664716654010569826647166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c935203d-524d-456c-acfd-e2c58b6d96fb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92d6073f-6445-4a3f-8c3d-eefce9b591f4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1f7c63b-cbe6-4840-8d78-ec46447a25cb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e16665c-655d-4d0e-9ffa-edc18168bec4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e16665c-655d-4d0e-9ffa-edc18168bec4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15507697435974907560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550769743597490756015507697435974907560155076974359749075601550769743597490756015507697435974907560155076974359749075601550769743597490756015507697435974907560155076974359749075601550769743597490756015507697435974907560155076974359749075601550769743597490756015507697435974907560155076974359749075601550769743597490756015507697435974907560155076974359749075601550769743597490756015507697435974907560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1f7c63b-cbe6-4840-8d78-ec46447a25cb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3757159883937847525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37571598839378475253757159883937847525375715988393784752537571598839378475253757159883937847525375715988393784752537571598839378475253757159883937847525375715988393784752537571598839378475253757159883937847525375715988393784752537571598839378475253757159883937847525375715988393784752537571598839378475253757159883937847525375715988393784752537571598839378475253757159883937847525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e16665c-655d-4d0e-9ffa-edc18168bec4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1f7c63b-cbe6-4840-8d78-ec46447a25cb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e935cc18-d5f9-41c1-a2a7-c9d757416745, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e935cc18-d5f9-41c1-a2a7-c9d757416745, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5079213563357745124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50792135633577451245079213563357745124507921356335774512450792135633577451245079213563357745124507921356335774512450792135633577451245079213563357745124507921356335774512450792135633577451245079213563357745124507921356335774512450792135633577451245079213563357745124507921356335774512450792135633577451245079213563357745124507921356335774512450792135633577451245079213563357745124" } } } 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, 8688134b-c6bf-4963-a301-f6c247f747f4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8688134b-c6bf-4963-a301-f6c247f747f4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1922094052841904101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19220940528419041011922094052841904101192209405284190410119220940528419041011922094052841904101192209405284190410119220940528419041011922094052841904101192209405284190410119220940528419041011922094052841904101192209405284190410119220940528419041011922094052841904101192209405284190410119220940528419041011922094052841904101192209405284190410119220940528419041011922094052841904101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e935cc18-d5f9-41c1-a2a7-c9d757416745, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c08d304-3845-463a-8af1-855cdbbfc3ff, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c08d304-3845-463a-8af1-855cdbbfc3ff, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14795552285873243291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479555228587324329114795552285873243291147955522858732432911479555228587324329114795552285873243291147955522858732432911479555228587324329114795552285873243291147955522858732432911479555228587324329114795552285873243291147955522858732432911479555228587324329114795552285873243291147955522858732432911479555228587324329114795552285873243291147955522858732432911479555228587324329114795552285873243291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8688134b-c6bf-4963-a301-f6c247f747f4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88d86ff2-6f7a-46a0-9a4e-600edd0921cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c08d304-3845-463a-8af1-855cdbbfc3ff, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88d86ff2-6f7a-46a0-9a4e-600edd0921cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14513250538482608009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451325053848260800914513250538482608009145132505384826080091451325053848260800914513250538482608009145132505384826080091451325053848260800914513250538482608009145132505384826080091451325053848260800914513250538482608009145132505384826080091451325053848260800914513250538482608009145132505384826080091451325053848260800914513250538482608009145132505384826080091451325053848260800914513250538482608009" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1181a785-ca05-4049-be0d-0d4f81d1621d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1181a785-ca05-4049-be0d-0d4f81d1621d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17956802594944779315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795680259494477931517956802594944779315179568025949447793151795680259494477931517956802594944779315179568025949447793151795680259494477931517956802594944779315179568025949447793151795680259494477931517956802594944779315179568025949447793151795680259494477931517956802594944779315179568025949447793151795680259494477931517956802594944779315179568025949447793151795680259494477931517956802594944779315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88d86ff2-6f7a-46a0-9a4e-600edd0921cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 878a1db5-9ec5-47ea-98a1-9e6cf36542bc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 878a1db5-9ec5-47ea-98a1-9e6cf36542bc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5917614864047162896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59176148640471628965917614864047162896591761486404716289659176148640471628965917614864047162896591761486404716289659176148640471628965917614864047162896591761486404716289659176148640471628965917614864047162896591761486404716289659176148640471628965917614864047162896591761486404716289659176148640471628965917614864047162896591761486404716289659176148640471628965917614864047162896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1181a785-ca05-4049-be0d-0d4f81d1621d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a62af181-7f4b-4e95-9abf-74f63aeb17ee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 878a1db5-9ec5-47ea-98a1-9e6cf36542bc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62af181-7f4b-4e95-9abf-74f63aeb17ee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1170545497030075982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11705454970300759821170545497030075982117054549703007598211705454970300759821170545497030075982117054549703007598211705454970300759821170545497030075982117054549703007598211705454970300759821170545497030075982117054549703007598211705454970300759821170545497030075982117054549703007598211705454970300759821170545497030075982117054549703007598211705454970300759821170545497030075982" } } } 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, ac4aab7e-9595-40a9-8fcf-ce5966153500, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac4aab7e-9595-40a9-8fcf-ce5966153500, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13164901717157808678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316490171715780867813164901717157808678131649017171578086781316490171715780867813164901717157808678131649017171578086781316490171715780867813164901717157808678131649017171578086781316490171715780867813164901717157808678131649017171578086781316490171715780867813164901717157808678131649017171578086781316490171715780867813164901717157808678131649017171578086781316490171715780867813164901717157808678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62af181-7f4b-4e95-9abf-74f63aeb17ee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d068fe47-ccba-436d-b1ad-d1236b293fa2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d068fe47-ccba-436d-b1ad-d1236b293fa2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4248176153105806311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42481761531058063114248176153105806311424817615310580631142481761531058063114248176153105806311424817615310580631142481761531058063114248176153105806311424817615310580631142481761531058063114248176153105806311424817615310580631142481761531058063114248176153105806311424817615310580631142481761531058063114248176153105806311424817615310580631142481761531058063114248176153105806311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac4aab7e-9595-40a9-8fcf-ce5966153500, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeb9e159-e5aa-4f75-ad99-f12fa0baa89b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d068fe47-ccba-436d-b1ad-d1236b293fa2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73042c18-344a-473e-bc7e-8d5496f27598, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73042c18-344a-473e-bc7e-8d5496f27598, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9082010842518844062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90820108425188440629082010842518844062908201084251884406290820108425188440629082010842518844062908201084251884406290820108425188440629082010842518844062908201084251884406290820108425188440629082010842518844062908201084251884406290820108425188440629082010842518844062908201084251884406290820108425188440629082010842518844062908201084251884406290820108425188440629082010842518844062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeb9e159-e5aa-4f75-ad99-f12fa0baa89b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2403574268827115189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24035742688271151892403574268827115189240357426882711518924035742688271151892403574268827115189240357426882711518924035742688271151892403574268827115189240357426882711518924035742688271151892403574268827115189240357426882711518924035742688271151892403574268827115189240357426882711518924035742688271151892403574268827115189240357426882711518924035742688271151892403574268827115189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73042c18-344a-473e-bc7e-8d5496f27598, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13509077-5b50-4afd-8d7b-620401f1cbde, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeb9e159-e5aa-4f75-ad99-f12fa0baa89b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13509077-5b50-4afd-8d7b-620401f1cbde, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9346544308995078964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93465443089950789649346544308995078964934654430899507896493465443089950789649346544308995078964934654430899507896493465443089950789649346544308995078964934654430899507896493465443089950789649346544308995078964934654430899507896493465443089950789649346544308995078964934654430899507896493465443089950789649346544308995078964934654430899507896493465443089950789649346544308995078964" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5d8e69f-142a-495d-891b-536c67d3d747, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13509077-5b50-4afd-8d7b-620401f1cbde, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5d8e69f-142a-495d-891b-536c67d3d747, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18001364094225386551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800136409422538655118001364094225386551180013640942253865511800136409422538655118001364094225386551180013640942253865511800136409422538655118001364094225386551180013640942253865511800136409422538655118001364094225386551180013640942253865511800136409422538655118001364094225386551180013640942253865511800136409422538655118001364094225386551180013640942253865511800136409422538655118001364094225386551" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bec3688-0147-4a2b-bc86-2dc8fce85322, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5d8e69f-142a-495d-891b-536c67d3d747, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bec3688-0147-4a2b-bc86-2dc8fce85322, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17100714490973438734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710071449097343873417100714490973438734171007144909734387341710071449097343873417100714490973438734171007144909734387341710071449097343873417100714490973438734171007144909734387341710071449097343873417100714490973438734171007144909734387341710071449097343873417100714490973438734171007144909734387341710071449097343873417100714490973438734171007144909734387341710071449097343873417100714490973438734" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3812367e-73b1-452b-bfe3-dcf3488ea6cb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3812367e-73b1-452b-bfe3-dcf3488ea6cb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 849626188192793868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868849626188192793868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bec3688-0147-4a2b-bc86-2dc8fce85322, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02997e3b-37aa-418a-ad14-2c6abcbf903a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02997e3b-37aa-418a-ad14-2c6abcbf903a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4628578156481026608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46285781564810266084628578156481026608462857815648102660846285781564810266084628578156481026608462857815648102660846285781564810266084628578156481026608462857815648102660846285781564810266084628578156481026608462857815648102660846285781564810266084628578156481026608462857815648102660846285781564810266084628578156481026608462857815648102660846285781564810266084628578156481026608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3812367e-73b1-452b-bfe3-dcf3488ea6cb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 169c6326-a0a9-435a-9080-b187ba16a99f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 169c6326-a0a9-435a-9080-b187ba16a99f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17696119197507776118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769611919750777611817696119197507776118176961191975077761181769611919750777611817696119197507776118176961191975077761181769611919750777611817696119197507776118176961191975077761181769611919750777611817696119197507776118176961191975077761181769611919750777611817696119197507776118176961191975077761181769611919750777611817696119197507776118176961191975077761181769611919750777611817696119197507776118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02997e3b-37aa-418a-ad14-2c6abcbf903a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42cd0d97-ff8f-4c00-bc75-d1b657e96998, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42cd0d97-ff8f-4c00-bc75-d1b657e96998, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10610926628065503417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061092662806550341710610926628065503417106109266280655034171061092662806550341710610926628065503417106109266280655034171061092662806550341710610926628065503417106109266280655034171061092662806550341710610926628065503417106109266280655034171061092662806550341710610926628065503417106109266280655034171061092662806550341710610926628065503417106109266280655034171061092662806550341710610926628065503417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 169c6326-a0a9-435a-9080-b187ba16a99f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d171d16a-e008-48eb-bc8a-9cbcdfcea903, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42cd0d97-ff8f-4c00-bc75-d1b657e96998, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d171d16a-e008-48eb-bc8a-9cbcdfcea903, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4236272333552943094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42362723335529430944236272333552943094423627233355294309442362723335529430944236272333552943094423627233355294309442362723335529430944236272333552943094423627233355294309442362723335529430944236272333552943094423627233355294309442362723335529430944236272333552943094423627233355294309442362723335529430944236272333552943094423627233355294309442362723335529430944236272333552943094" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 035f37f7-12f7-4777-a59d-25e8333432ce, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 035f37f7-12f7-4777-a59d-25e8333432ce, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18288781700225209386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828878170022520938618288781700225209386182887817002252093861828878170022520938618288781700225209386182887817002252093861828878170022520938618288781700225209386182887817002252093861828878170022520938618288781700225209386182887817002252093861828878170022520938618288781700225209386182887817002252093861828878170022520938618288781700225209386182887817002252093861828878170022520938618288781700225209386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d171d16a-e008-48eb-bc8a-9cbcdfcea903, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 148f974a-805b-45f8-80f2-5d7b87c7fb3a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 148f974a-805b-45f8-80f2-5d7b87c7fb3a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1631783347864169717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16317833478641697171631783347864169717163178334786416971716317833478641697171631783347864169717163178334786416971716317833478641697171631783347864169717163178334786416971716317833478641697171631783347864169717163178334786416971716317833478641697171631783347864169717163178334786416971716317833478641697171631783347864169717163178334786416971716317833478641697171631783347864169717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 035f37f7-12f7-4777-a59d-25e8333432ce, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b64621fd-bb30-482b-9da8-5d1321b8ba19, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b64621fd-bb30-482b-9da8-5d1321b8ba19, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17925722279329700380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792572227932970038017925722279329700380179257222793297003801792572227932970038017925722279329700380179257222793297003801792572227932970038017925722279329700380179257222793297003801792572227932970038017925722279329700380179257222793297003801792572227932970038017925722279329700380179257222793297003801792572227932970038017925722279329700380179257222793297003801792572227932970038017925722279329700380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 148f974a-805b-45f8-80f2-5d7b87c7fb3a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25563ba7-6cc4-44b5-8a1a-ee06ce46f5d1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25563ba7-6cc4-44b5-8a1a-ee06ce46f5d1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18234332804388587674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823433280438858767418234332804388587674182343328043885876741823433280438858767418234332804388587674182343328043885876741823433280438858767418234332804388587674182343328043885876741823433280438858767418234332804388587674182343328043885876741823433280438858767418234332804388587674182343328043885876741823433280438858767418234332804388587674182343328043885876741823433280438858767418234332804388587674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b64621fd-bb30-482b-9da8-5d1321b8ba19, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b471f97f-6d67-4a07-bb7a-adee18fd722f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b471f97f-6d67-4a07-bb7a-adee18fd722f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3294913515223932982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32949135152239329823294913515223932982329491351522393298232949135152239329823294913515223932982329491351522393298232949135152239329823294913515223932982329491351522393298232949135152239329823294913515223932982329491351522393298232949135152239329823294913515223932982329491351522393298232949135152239329823294913515223932982329491351522393298232949135152239329823294913515223932982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25563ba7-6cc4-44b5-8a1a-ee06ce46f5d1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d6149a0-4ea1-429b-907a-d01998d915b8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d6149a0-4ea1-429b-907a-d01998d915b8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10819299933409176354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081929993340917635410819299933409176354108192999334091763541081929993340917635410819299933409176354108192999334091763541081929993340917635410819299933409176354108192999334091763541081929993340917635410819299933409176354108192999334091763541081929993340917635410819299933409176354108192999334091763541081929993340917635410819299933409176354108192999334091763541081929993340917635410819299933409176354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b471f97f-6d67-4a07-bb7a-adee18fd722f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e26aebe-7ab8-42c1-bcf3-1849e5c143a6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e26aebe-7ab8-42c1-bcf3-1849e5c143a6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17953252281232755688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795325228123275568817953252281232755688179532522812327556881795325228123275568817953252281232755688179532522812327556881795325228123275568817953252281232755688179532522812327556881795325228123275568817953252281232755688179532522812327556881795325228123275568817953252281232755688179532522812327556881795325228123275568817953252281232755688179532522812327556881795325228123275568817953252281232755688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d6149a0-4ea1-429b-907a-d01998d915b8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a15a9cf9-9cea-44f1-bc85-88d90de28797, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e26aebe-7ab8-42c1-bcf3-1849e5c143a6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a15a9cf9-9cea-44f1-bc85-88d90de28797, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9270680414588965281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92706804145889652819270680414588965281927068041458896528192706804145889652819270680414588965281927068041458896528192706804145889652819270680414588965281927068041458896528192706804145889652819270680414588965281927068041458896528192706804145889652819270680414588965281927068041458896528192706804145889652819270680414588965281927068041458896528192706804145889652819270680414588965281" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96093cd9-821b-43c6-91f6-2f82fa0a0870, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96093cd9-821b-43c6-91f6-2f82fa0a0870, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7876900981234851575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78769009812348515757876900981234851575787690098123485157578769009812348515757876900981234851575787690098123485157578769009812348515757876900981234851575787690098123485157578769009812348515757876900981234851575787690098123485157578769009812348515757876900981234851575787690098123485157578769009812348515757876900981234851575787690098123485157578769009812348515757876900981234851575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a15a9cf9-9cea-44f1-bc85-88d90de28797, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77b52f7d-b878-449a-b7c1-286204ab0790, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96093cd9-821b-43c6-91f6-2f82fa0a0870, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77b52f7d-b878-449a-b7c1-286204ab0790, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13499864005260043145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349986400526004314513499864005260043145134998640052600431451349986400526004314513499864005260043145134998640052600431451349986400526004314513499864005260043145134998640052600431451349986400526004314513499864005260043145134998640052600431451349986400526004314513499864005260043145134998640052600431451349986400526004314513499864005260043145134998640052600431451349986400526004314513499864005260043145" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e399cf0-b403-42c5-bf4f-6368ed2b0042, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77b52f7d-b878-449a-b7c1-286204ab0790, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e399cf0-b403-42c5-bf4f-6368ed2b0042, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2563100651869258988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25631006518692589882563100651869258988256310065186925898825631006518692589882563100651869258988256310065186925898825631006518692589882563100651869258988256310065186925898825631006518692589882563100651869258988256310065186925898825631006518692589882563100651869258988256310065186925898825631006518692589882563100651869258988256310065186925898825631006518692589882563100651869258988" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8253e40d-e18b-4e2f-acb6-9abffc897f72, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e399cf0-b403-42c5-bf4f-6368ed2b0042, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a32fc4d-ba6b-416c-b031-4fe7c4400e60, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8253e40d-e18b-4e2f-acb6-9abffc897f72, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6688444144311194520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66884441443111945206688444144311194520668844414431119452066884441443111945206688444144311194520668844414431119452066884441443111945206688444144311194520668844414431119452066884441443111945206688444144311194520668844414431119452066884441443111945206688444144311194520668844414431119452066884441443111945206688444144311194520668844414431119452066884441443111945206688444144311194520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a32fc4d-ba6b-416c-b031-4fe7c4400e60, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11485299782656191531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148529978265619153111485299782656191531114852997826561915311148529978265619153111485299782656191531114852997826561915311148529978265619153111485299782656191531114852997826561915311148529978265619153111485299782656191531114852997826561915311148529978265619153111485299782656191531114852997826561915311148529978265619153111485299782656191531114852997826561915311148529978265619153111485299782656191531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8253e40d-e18b-4e2f-acb6-9abffc897f72, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4efa6968-b356-49ce-ab02-d25ef04bd69b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4efa6968-b356-49ce-ab02-d25ef04bd69b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3265538876867753333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32655388768677533333265538876867753333326553887686775333332655388768677533333265538876867753333326553887686775333332655388768677533333265538876867753333326553887686775333332655388768677533333265538876867753333326553887686775333332655388768677533333265538876867753333326553887686775333332655388768677533333265538876867753333326553887686775333332655388768677533333265538876867753333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a32fc4d-ba6b-416c-b031-4fe7c4400e60, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 813c3370-ee92-41fe-be88-3c387cb5f8f6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4efa6968-b356-49ce-ab02-d25ef04bd69b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdd491a7-f104-4fa5-b43d-9c18f83106c5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 813c3370-ee92-41fe-be88-3c387cb5f8f6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6686107145200773571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66861071452007735716686107145200773571668610714520077357166861071452007735716686107145200773571668610714520077357166861071452007735716686107145200773571668610714520077357166861071452007735716686107145200773571668610714520077357166861071452007735716686107145200773571668610714520077357166861071452007735716686107145200773571668610714520077357166861071452007735716686107145200773571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd491a7-f104-4fa5-b43d-9c18f83106c5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5727329802363100531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57273298023631005315727329802363100531572732980236310053157273298023631005315727329802363100531572732980236310053157273298023631005315727329802363100531572732980236310053157273298023631005315727329802363100531572732980236310053157273298023631005315727329802363100531572732980236310053157273298023631005315727329802363100531572732980236310053157273298023631005315727329802363100531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 813c3370-ee92-41fe-be88-3c387cb5f8f6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd491a7-f104-4fa5-b43d-9c18f83106c5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83dcaa5b-492e-47bb-bbf6-4d9161b41a4c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83dcaa5b-492e-47bb-bbf6-4d9161b41a4c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12178377281836845099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217837728183684509912178377281836845099121783772818368450991217837728183684509912178377281836845099121783772818368450991217837728183684509912178377281836845099121783772818368450991217837728183684509912178377281836845099121783772818368450991217837728183684509912178377281836845099121783772818368450991217837728183684509912178377281836845099121783772818368450991217837728183684509912178377281836845099" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79eedb17-4e02-4876-80cc-c450a5acd2b5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79eedb17-4e02-4876-80cc-c450a5acd2b5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13449820366836315926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344982036683631592613449820366836315926134498203668363159261344982036683631592613449820366836315926134498203668363159261344982036683631592613449820366836315926134498203668363159261344982036683631592613449820366836315926134498203668363159261344982036683631592613449820366836315926134498203668363159261344982036683631592613449820366836315926134498203668363159261344982036683631592613449820366836315926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83dcaa5b-492e-47bb-bbf6-4d9161b41a4c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acbddc70-63fd-4ef2-a260-dffe38a285dd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acbddc70-63fd-4ef2-a260-dffe38a285dd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 953494567849665294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294953494567849665294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79eedb17-4e02-4876-80cc-c450a5acd2b5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acbddc70-63fd-4ef2-a260-dffe38a285dd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3afc38c4-b62b-4372-a6a1-3cd29c58bc01, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91a6228f-435c-4cbf-a609-4b93c053c6a1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3afc38c4-b62b-4372-a6a1-3cd29c58bc01, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12444266154020030996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244426615402003099612444266154020030996124442661540200309961244426615402003099612444266154020030996124442661540200309961244426615402003099612444266154020030996124442661540200309961244426615402003099612444266154020030996124442661540200309961244426615402003099612444266154020030996124442661540200309961244426615402003099612444266154020030996124442661540200309961244426615402003099612444266154020030996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a6228f-435c-4cbf-a609-4b93c053c6a1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11517492095162874793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151749209516287479311517492095162874793115174920951628747931151749209516287479311517492095162874793115174920951628747931151749209516287479311517492095162874793115174920951628747931151749209516287479311517492095162874793115174920951628747931151749209516287479311517492095162874793115174920951628747931151749209516287479311517492095162874793115174920951628747931151749209516287479311517492095162874793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3afc38c4-b62b-4372-a6a1-3cd29c58bc01, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20cddfaa-feca-4e1e-9129-cc83d3fd8106, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20cddfaa-feca-4e1e-9129-cc83d3fd8106, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1543897708167411390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15438977081674113901543897708167411390154389770816741139015438977081674113901543897708167411390154389770816741139015438977081674113901543897708167411390154389770816741139015438977081674113901543897708167411390154389770816741139015438977081674113901543897708167411390154389770816741139015438977081674113901543897708167411390154389770816741139015438977081674113901543897708167411390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a6228f-435c-4cbf-a609-4b93c053c6a1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ee66748-edb6-4b08-90a6-e2f7945c7563, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ee66748-edb6-4b08-90a6-e2f7945c7563, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13332696097810298348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333269609781029834813332696097810298348133326960978102983481333269609781029834813332696097810298348133326960978102983481333269609781029834813332696097810298348133326960978102983481333269609781029834813332696097810298348133326960978102983481333269609781029834813332696097810298348133326960978102983481333269609781029834813332696097810298348133326960978102983481333269609781029834813332696097810298348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20cddfaa-feca-4e1e-9129-cc83d3fd8106, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ee66748-edb6-4b08-90a6-e2f7945c7563, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e0a15cc-1495-4db8-95dd-890771ae4be1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e0a15cc-1495-4db8-95dd-890771ae4be1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2171480158624592193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21714801586245921932171480158624592193217148015862459219321714801586245921932171480158624592193217148015862459219321714801586245921932171480158624592193217148015862459219321714801586245921932171480158624592193217148015862459219321714801586245921932171480158624592193217148015862459219321714801586245921932171480158624592193217148015862459219321714801586245921932171480158624592193" } } } 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, d4682c27-47c5-45a9-9916-a642c92e6f66, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4682c27-47c5-45a9-9916-a642c92e6f66, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1868248521446107228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18682485214461072281868248521446107228186824852144610722818682485214461072281868248521446107228186824852144610722818682485214461072281868248521446107228186824852144610722818682485214461072281868248521446107228186824852144610722818682485214461072281868248521446107228186824852144610722818682485214461072281868248521446107228186824852144610722818682485214461072281868248521446107228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e0a15cc-1495-4db8-95dd-890771ae4be1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8cf333b-0432-4c50-bfa2-a83f8956859e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8cf333b-0432-4c50-bfa2-a83f8956859e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13585872692182750767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358587269218275076713585872692182750767135858726921827507671358587269218275076713585872692182750767135858726921827507671358587269218275076713585872692182750767135858726921827507671358587269218275076713585872692182750767135858726921827507671358587269218275076713585872692182750767135858726921827507671358587269218275076713585872692182750767135858726921827507671358587269218275076713585872692182750767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4682c27-47c5-45a9-9916-a642c92e6f66, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b246b9b2-2546-4e7a-9f86-dc755b0ae73c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b246b9b2-2546-4e7a-9f86-dc755b0ae73c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14909965750751731498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490996575075173149814909965750751731498149099657507517314981490996575075173149814909965750751731498149099657507517314981490996575075173149814909965750751731498149099657507517314981490996575075173149814909965750751731498149099657507517314981490996575075173149814909965750751731498149099657507517314981490996575075173149814909965750751731498149099657507517314981490996575075173149814909965750751731498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8cf333b-0432-4c50-bfa2-a83f8956859e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54f8c6c8-c751-4c98-8be7-a5149d51103a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54f8c6c8-c751-4c98-8be7-a5149d51103a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4683627408489238767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46836274084892387674683627408489238767468362740848923876746836274084892387674683627408489238767468362740848923876746836274084892387674683627408489238767468362740848923876746836274084892387674683627408489238767468362740848923876746836274084892387674683627408489238767468362740848923876746836274084892387674683627408489238767468362740848923876746836274084892387674683627408489238767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b246b9b2-2546-4e7a-9f86-dc755b0ae73c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef660f86-50b7-4204-8642-41547da030fc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef660f86-50b7-4204-8642-41547da030fc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6505775726140614893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65057757261406148936505775726140614893650577572614061489365057757261406148936505775726140614893650577572614061489365057757261406148936505775726140614893650577572614061489365057757261406148936505775726140614893650577572614061489365057757261406148936505775726140614893650577572614061489365057757261406148936505775726140614893650577572614061489365057757261406148936505775726140614893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef660f86-50b7-4204-8642-41547da030fc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54f8c6c8-c751-4c98-8be7-a5149d51103a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc2772a7-ad2f-49de-ae26-889754dc754d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc2772a7-ad2f-49de-ae26-889754dc754d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9004997583609578490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90049975836095784909004997583609578490900499758360957849090049975836095784909004997583609578490900499758360957849090049975836095784909004997583609578490900499758360957849090049975836095784909004997583609578490900499758360957849090049975836095784909004997583609578490900499758360957849090049975836095784909004997583609578490900499758360957849090049975836095784909004997583609578490" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5adb6419-fff3-43c5-8e20-c7d4bdeeef75, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5adb6419-fff3-43c5-8e20-c7d4bdeeef75, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8383499148275187224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83834991482751872248383499148275187224838349914827518722483834991482751872248383499148275187224838349914827518722483834991482751872248383499148275187224838349914827518722483834991482751872248383499148275187224838349914827518722483834991482751872248383499148275187224838349914827518722483834991482751872248383499148275187224838349914827518722483834991482751872248383499148275187224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc2772a7-ad2f-49de-ae26-889754dc754d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e67e074d-16f6-42e9-b117-140f78d9fbb8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5adb6419-fff3-43c5-8e20-c7d4bdeeef75, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e67e074d-16f6-42e9-b117-140f78d9fbb8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10004966778347163923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000496677834716392310004966778347163923100049667783471639231000496677834716392310004966778347163923100049667783471639231000496677834716392310004966778347163923100049667783471639231000496677834716392310004966778347163923100049667783471639231000496677834716392310004966778347163923100049667783471639231000496677834716392310004966778347163923100049667783471639231000496677834716392310004966778347163923" } } } 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, e76ca902-b406-4dad-bf8f-d437bd92c46f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e76ca902-b406-4dad-bf8f-d437bd92c46f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5031120110468001108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50311201104680011085031120110468001108503112011046800110850311201104680011085031120110468001108503112011046800110850311201104680011085031120110468001108503112011046800110850311201104680011085031120110468001108503112011046800110850311201104680011085031120110468001108503112011046800110850311201104680011085031120110468001108503112011046800110850311201104680011085031120110468001108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e67e074d-16f6-42e9-b117-140f78d9fbb8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 691a98b8-25f8-426d-aa38-317cc56ab6ac, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e76ca902-b406-4dad-bf8f-d437bd92c46f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 691a98b8-25f8-426d-aa38-317cc56ab6ac, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11128452618140558277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112845261814055827711128452618140558277111284526181405582771112845261814055827711128452618140558277111284526181405582771112845261814055827711128452618140558277111284526181405582771112845261814055827711128452618140558277111284526181405582771112845261814055827711128452618140558277111284526181405582771112845261814055827711128452618140558277111284526181405582771112845261814055827711128452618140558277" } } } 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, 5d80fb94-5212-4096-871c-68bca26be729, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d80fb94-5212-4096-871c-68bca26be729, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8517784661711093812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85177846617110938128517784661711093812851778466171109381285177846617110938128517784661711093812851778466171109381285177846617110938128517784661711093812851778466171109381285177846617110938128517784661711093812851778466171109381285177846617110938128517784661711093812851778466171109381285177846617110938128517784661711093812851778466171109381285177846617110938128517784661711093812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 691a98b8-25f8-426d-aa38-317cc56ab6ac, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7057c62-4691-46d3-ba6a-43e92cb39318, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7057c62-4691-46d3-ba6a-43e92cb39318, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15885058420171658760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588505842017165876015885058420171658760158850584201716587601588505842017165876015885058420171658760158850584201716587601588505842017165876015885058420171658760158850584201716587601588505842017165876015885058420171658760158850584201716587601588505842017165876015885058420171658760158850584201716587601588505842017165876015885058420171658760158850584201716587601588505842017165876015885058420171658760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d80fb94-5212-4096-871c-68bca26be729, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cf9a190-e065-4db0-bc3c-026f2435aeb8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cf9a190-e065-4db0-bc3c-026f2435aeb8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1905106994933424127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19051069949334241271905106994933424127190510699493342412719051069949334241271905106994933424127190510699493342412719051069949334241271905106994933424127190510699493342412719051069949334241271905106994933424127190510699493342412719051069949334241271905106994933424127190510699493342412719051069949334241271905106994933424127190510699493342412719051069949334241271905106994933424127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7057c62-4691-46d3-ba6a-43e92cb39318, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cf9a190-e065-4db0-bc3c-026f2435aeb8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 731ecf4f-69f0-43af-90bc-6623b11cf2a6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f74fee33-f3a0-44e9-9222-802f2a3c0fe0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f74fee33-f3a0-44e9-9222-802f2a3c0fe0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1939354520848302355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19393545208483023551939354520848302355193935452084830235519393545208483023551939354520848302355193935452084830235519393545208483023551939354520848302355193935452084830235519393545208483023551939354520848302355193935452084830235519393545208483023551939354520848302355193935452084830235519393545208483023551939354520848302355193935452084830235519393545208483023551939354520848302355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 731ecf4f-69f0-43af-90bc-6623b11cf2a6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5341139175521662675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53411391755216626755341139175521662675534113917552166267553411391755216626755341139175521662675534113917552166267553411391755216626755341139175521662675534113917552166267553411391755216626755341139175521662675534113917552166267553411391755216626755341139175521662675534113917552166267553411391755216626755341139175521662675534113917552166267553411391755216626755341139175521662675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f74fee33-f3a0-44e9-9222-802f2a3c0fe0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4accf20d-9955-490b-9997-ed1b999b93b6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4accf20d-9955-490b-9997-ed1b999b93b6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8124976682018023211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81249766820180232118124976682018023211812497668201802321181249766820180232118124976682018023211812497668201802321181249766820180232118124976682018023211812497668201802321181249766820180232118124976682018023211812497668201802321181249766820180232118124976682018023211812497668201802321181249766820180232118124976682018023211812497668201802321181249766820180232118124976682018023211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 731ecf4f-69f0-43af-90bc-6623b11cf2a6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b50828c6-321b-4c9d-9167-b5c79efa7fc6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4accf20d-9955-490b-9997-ed1b999b93b6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b50828c6-321b-4c9d-9167-b5c79efa7fc6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1539728677507764168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15397286775077641681539728677507764168153972867750776416815397286775077641681539728677507764168153972867750776416815397286775077641681539728677507764168153972867750776416815397286775077641681539728677507764168153972867750776416815397286775077641681539728677507764168153972867750776416815397286775077641681539728677507764168153972867750776416815397286775077641681539728677507764168" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbd00ebb-17dc-47d8-bb0d-701792c06557, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbd00ebb-17dc-47d8-bb0d-701792c06557, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15480155276054843739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548015527605484373915480155276054843739154801552760548437391548015527605484373915480155276054843739154801552760548437391548015527605484373915480155276054843739154801552760548437391548015527605484373915480155276054843739154801552760548437391548015527605484373915480155276054843739154801552760548437391548015527605484373915480155276054843739154801552760548437391548015527605484373915480155276054843739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b50828c6-321b-4c9d-9167-b5c79efa7fc6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a206d54-7ec9-4539-8de2-fe2ae8bae36d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbd00ebb-17dc-47d8-bb0d-701792c06557, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a206d54-7ec9-4539-8de2-fe2ae8bae36d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2907951057431691089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29079510574316910892907951057431691089290795105743169108929079510574316910892907951057431691089290795105743169108929079510574316910892907951057431691089290795105743169108929079510574316910892907951057431691089290795105743169108929079510574316910892907951057431691089290795105743169108929079510574316910892907951057431691089290795105743169108929079510574316910892907951057431691089" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cf859de-e198-4c23-866a-bc00213ab149, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cf859de-e198-4c23-866a-bc00213ab149, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3369376275393830571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33693762753938305713369376275393830571336937627539383057133693762753938305713369376275393830571336937627539383057133693762753938305713369376275393830571336937627539383057133693762753938305713369376275393830571336937627539383057133693762753938305713369376275393830571336937627539383057133693762753938305713369376275393830571336937627539383057133693762753938305713369376275393830571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a206d54-7ec9-4539-8de2-fe2ae8bae36d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 843b6769-cebd-4968-9192-07ba12629714, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 843b6769-cebd-4968-9192-07ba12629714, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17079063242637762811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707906324263776281117079063242637762811170790632426377628111707906324263776281117079063242637762811170790632426377628111707906324263776281117079063242637762811170790632426377628111707906324263776281117079063242637762811170790632426377628111707906324263776281117079063242637762811170790632426377628111707906324263776281117079063242637762811170790632426377628111707906324263776281117079063242637762811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cf859de-e198-4c23-866a-bc00213ab149, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90efc502-2315-4474-864a-ca8561d7a490, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90efc502-2315-4474-864a-ca8561d7a490, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5200181596467709284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52001815964677092845200181596467709284520018159646770928452001815964677092845200181596467709284520018159646770928452001815964677092845200181596467709284520018159646770928452001815964677092845200181596467709284520018159646770928452001815964677092845200181596467709284520018159646770928452001815964677092845200181596467709284520018159646770928452001815964677092845200181596467709284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 843b6769-cebd-4968-9192-07ba12629714, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8807a20a-6444-4902-acee-165bfbd61b20, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8807a20a-6444-4902-acee-165bfbd61b20, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2585383815311537360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25853838153115373602585383815311537360258538381531153736025853838153115373602585383815311537360258538381531153736025853838153115373602585383815311537360258538381531153736025853838153115373602585383815311537360258538381531153736025853838153115373602585383815311537360258538381531153736025853838153115373602585383815311537360258538381531153736025853838153115373602585383815311537360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90efc502-2315-4474-864a-ca8561d7a490, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d2042c0-1b3c-4248-8808-554b74546a31, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d2042c0-1b3c-4248-8808-554b74546a31, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4772019207946930831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47720192079469308314772019207946930831477201920794693083147720192079469308314772019207946930831477201920794693083147720192079469308314772019207946930831477201920794693083147720192079469308314772019207946930831477201920794693083147720192079469308314772019207946930831477201920794693083147720192079469308314772019207946930831477201920794693083147720192079469308314772019207946930831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8807a20a-6444-4902-acee-165bfbd61b20, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6a47038-bedb-46a3-b999-f9b99493d9a2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6a47038-bedb-46a3-b999-f9b99493d9a2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17874218738213958844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787421873821395884417874218738213958844178742187382139588441787421873821395884417874218738213958844178742187382139588441787421873821395884417874218738213958844178742187382139588441787421873821395884417874218738213958844178742187382139588441787421873821395884417874218738213958844178742187382139588441787421873821395884417874218738213958844178742187382139588441787421873821395884417874218738213958844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d2042c0-1b3c-4248-8808-554b74546a31, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c83b570b-fbeb-4564-a375-6e8695fb853d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c83b570b-fbeb-4564-a375-6e8695fb853d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8453526982021028236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84535269820210282368453526982021028236845352698202102823684535269820210282368453526982021028236845352698202102823684535269820210282368453526982021028236845352698202102823684535269820210282368453526982021028236845352698202102823684535269820210282368453526982021028236845352698202102823684535269820210282368453526982021028236845352698202102823684535269820210282368453526982021028236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6a47038-bedb-46a3-b999-f9b99493d9a2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb938606-ee25-4b64-bba2-31a154865329, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb938606-ee25-4b64-bba2-31a154865329, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4683407531529355771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46834075315293557714683407531529355771468340753152935577146834075315293557714683407531529355771468340753152935577146834075315293557714683407531529355771468340753152935577146834075315293557714683407531529355771468340753152935577146834075315293557714683407531529355771468340753152935577146834075315293557714683407531529355771468340753152935577146834075315293557714683407531529355771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c83b570b-fbeb-4564-a375-6e8695fb853d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e941964d-5376-4660-bfaf-535a6dad78eb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e941964d-5376-4660-bfaf-535a6dad78eb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6931789432239739121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69317894322397391216931789432239739121693178943223973912169317894322397391216931789432239739121693178943223973912169317894322397391216931789432239739121693178943223973912169317894322397391216931789432239739121693178943223973912169317894322397391216931789432239739121693178943223973912169317894322397391216931789432239739121693178943223973912169317894322397391216931789432239739121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e941964d-5376-4660-bfaf-535a6dad78eb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e50e30c6-6cc3-441c-ae31-195fd117754f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e50e30c6-6cc3-441c-ae31-195fd117754f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3214148616713564631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32141486167135646313214148616713564631321414861671356463132141486167135646313214148616713564631321414861671356463132141486167135646313214148616713564631321414861671356463132141486167135646313214148616713564631321414861671356463132141486167135646313214148616713564631321414861671356463132141486167135646313214148616713564631321414861671356463132141486167135646313214148616713564631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e50e30c6-6cc3-441c-ae31-195fd117754f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2668d800-5e19-49bb-938b-5fc6d557006d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2668d800-5e19-49bb-938b-5fc6d557006d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8033205184797560474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80332051847975604748033205184797560474803320518479756047480332051847975604748033205184797560474803320518479756047480332051847975604748033205184797560474803320518479756047480332051847975604748033205184797560474803320518479756047480332051847975604748033205184797560474803320518479756047480332051847975604748033205184797560474803320518479756047480332051847975604748033205184797560474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2668d800-5e19-49bb-938b-5fc6d557006d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83bb45d7-cc39-4ce6-8617-fd69945cd24a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83bb45d7-cc39-4ce6-8617-fd69945cd24a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12477686450400164017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247768645040016401712477686450400164017124776864504001640171247768645040016401712477686450400164017124776864504001640171247768645040016401712477686450400164017124776864504001640171247768645040016401712477686450400164017124776864504001640171247768645040016401712477686450400164017124776864504001640171247768645040016401712477686450400164017124776864504001640171247768645040016401712477686450400164017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb938606-ee25-4b64-bba2-31a154865329, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2012b67-d56a-4086-82fe-5983af0a1aa6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2012b67-d56a-4086-82fe-5983af0a1aa6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4839725710544416696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48397257105444166964839725710544416696483972571054441669648397257105444166964839725710544416696483972571054441669648397257105444166964839725710544416696483972571054441669648397257105444166964839725710544416696483972571054441669648397257105444166964839725710544416696483972571054441669648397257105444166964839725710544416696483972571054441669648397257105444166964839725710544416696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83bb45d7-cc39-4ce6-8617-fd69945cd24a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce6b3547-1c49-42c5-a54e-9945237d2fac, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce6b3547-1c49-42c5-a54e-9945237d2fac, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1719701964046519657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17197019640465196571719701964046519657171970196404651965717197019640465196571719701964046519657171970196404651965717197019640465196571719701964046519657171970196404651965717197019640465196571719701964046519657171970196404651965717197019640465196571719701964046519657171970196404651965717197019640465196571719701964046519657171970196404651965717197019640465196571719701964046519657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2012b67-d56a-4086-82fe-5983af0a1aa6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce6b3547-1c49-42c5-a54e-9945237d2fac, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 574ddac2-01f1-4408-a099-d97e42ceabd7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 574ddac2-01f1-4408-a099-d97e42ceabd7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7957907360601437304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79579073606014373047957907360601437304795790736060143730479579073606014373047957907360601437304795790736060143730479579073606014373047957907360601437304795790736060143730479579073606014373047957907360601437304795790736060143730479579073606014373047957907360601437304795790736060143730479579073606014373047957907360601437304795790736060143730479579073606014373047957907360601437304" } } } 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, d283e28d-bece-43e5-9a91-87b8fc8cd5fd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d283e28d-bece-43e5-9a91-87b8fc8cd5fd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 817102073130606541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541817102073130606541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 574ddac2-01f1-4408-a099-d97e42ceabd7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d6a41b3-60a3-426b-8184-113eb580b4b2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d6a41b3-60a3-426b-8184-113eb580b4b2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16727415942691489612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672741594269148961216727415942691489612167274159426914896121672741594269148961216727415942691489612167274159426914896121672741594269148961216727415942691489612167274159426914896121672741594269148961216727415942691489612167274159426914896121672741594269148961216727415942691489612167274159426914896121672741594269148961216727415942691489612167274159426914896121672741594269148961216727415942691489612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d283e28d-bece-43e5-9a91-87b8fc8cd5fd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d6a41b3-60a3-426b-8184-113eb580b4b2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b4cd7c9-67c7-49e5-b00b-184c15e4ecbf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b6b9f1a-7e52-43de-a420-6be8682fafe2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b4cd7c9-67c7-49e5-b00b-184c15e4ecbf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6946117815008077612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69461178150080776126946117815008077612694611781500807761269461178150080776126946117815008077612694611781500807761269461178150080776126946117815008077612694611781500807761269461178150080776126946117815008077612694611781500807761269461178150080776126946117815008077612694611781500807761269461178150080776126946117815008077612694611781500807761269461178150080776126946117815008077612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b6b9f1a-7e52-43de-a420-6be8682fafe2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11215286180239427825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121528618023942782511215286180239427825112152861802394278251121528618023942782511215286180239427825112152861802394278251121528618023942782511215286180239427825112152861802394278251121528618023942782511215286180239427825112152861802394278251121528618023942782511215286180239427825112152861802394278251121528618023942782511215286180239427825112152861802394278251121528618023942782511215286180239427825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b4cd7c9-67c7-49e5-b00b-184c15e4ecbf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b6b9f1a-7e52-43de-a420-6be8682fafe2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8d8c56d-28c9-4241-bfd5-f5e72865c59d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8d8c56d-28c9-4241-bfd5-f5e72865c59d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18285399315185869309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828539931518586930918285399315185869309182853993151858693091828539931518586930918285399315185869309182853993151858693091828539931518586930918285399315185869309182853993151858693091828539931518586930918285399315185869309182853993151858693091828539931518586930918285399315185869309182853993151858693091828539931518586930918285399315185869309182853993151858693091828539931518586930918285399315185869309" } } } 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, b99d74b6-6946-4806-a49c-35a9554e9a9b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b99d74b6-6946-4806-a49c-35a9554e9a9b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16013206284404743252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601320628440474325216013206284404743252160132062844047432521601320628440474325216013206284404743252160132062844047432521601320628440474325216013206284404743252160132062844047432521601320628440474325216013206284404743252160132062844047432521601320628440474325216013206284404743252160132062844047432521601320628440474325216013206284404743252160132062844047432521601320628440474325216013206284404743252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8d8c56d-28c9-4241-bfd5-f5e72865c59d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b99d74b6-6946-4806-a49c-35a9554e9a9b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38842864-4781-4558-80ab-57275fc80fa8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38842864-4781-4558-80ab-57275fc80fa8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2566687269971526529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25666872699715265292566687269971526529256668726997152652925666872699715265292566687269971526529256668726997152652925666872699715265292566687269971526529256668726997152652925666872699715265292566687269971526529256668726997152652925666872699715265292566687269971526529256668726997152652925666872699715265292566687269971526529256668726997152652925666872699715265292566687269971526529" } } } 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, d387676a-34ce-4c6a-88ad-5db6b7fb8b0f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d387676a-34ce-4c6a-88ad-5db6b7fb8b0f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6585331037580691047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65853310375806910476585331037580691047658533103758069104765853310375806910476585331037580691047658533103758069104765853310375806910476585331037580691047658533103758069104765853310375806910476585331037580691047658533103758069104765853310375806910476585331037580691047658533103758069104765853310375806910476585331037580691047658533103758069104765853310375806910476585331037580691047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38842864-4781-4558-80ab-57275fc80fa8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d387676a-34ce-4c6a-88ad-5db6b7fb8b0f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e46a44d4-e92e-4471-9a44-c513969bd9ff, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e46a44d4-e92e-4471-9a44-c513969bd9ff, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11204575460008524348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120457546000852434811204575460008524348112045754600085243481120457546000852434811204575460008524348112045754600085243481120457546000852434811204575460008524348112045754600085243481120457546000852434811204575460008524348112045754600085243481120457546000852434811204575460008524348112045754600085243481120457546000852434811204575460008524348112045754600085243481120457546000852434811204575460008524348" } } } 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, a3adcbc9-3684-4f90-b7fe-0e623d735a7d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3adcbc9-3684-4f90-b7fe-0e623d735a7d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13947867088717039139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394786708871703913913947867088717039139139478670887170391391394786708871703913913947867088717039139139478670887170391391394786708871703913913947867088717039139139478670887170391391394786708871703913913947867088717039139139478670887170391391394786708871703913913947867088717039139139478670887170391391394786708871703913913947867088717039139139478670887170391391394786708871703913913947867088717039139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e46a44d4-e92e-4471-9a44-c513969bd9ff, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9c7dfd0-7db1-4d5d-aee8-565e1e522302, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9c7dfd0-7db1-4d5d-aee8-565e1e522302, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5800166319687780385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58001663196877803855800166319687780385580016631968778038558001663196877803855800166319687780385580016631968778038558001663196877803855800166319687780385580016631968778038558001663196877803855800166319687780385580016631968778038558001663196877803855800166319687780385580016631968778038558001663196877803855800166319687780385580016631968778038558001663196877803855800166319687780385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3adcbc9-3684-4f90-b7fe-0e623d735a7d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e6287fa-47c8-43ce-8044-fdeb53912a4f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e6287fa-47c8-43ce-8044-fdeb53912a4f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12576455096096892065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257645509609689206512576455096096892065125764550960968920651257645509609689206512576455096096892065125764550960968920651257645509609689206512576455096096892065125764550960968920651257645509609689206512576455096096892065125764550960968920651257645509609689206512576455096096892065125764550960968920651257645509609689206512576455096096892065125764550960968920651257645509609689206512576455096096892065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9c7dfd0-7db1-4d5d-aee8-565e1e522302, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dce6012-8fac-44dd-8549-50b806417314, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e6287fa-47c8-43ce-8044-fdeb53912a4f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dce6012-8fac-44dd-8549-50b806417314, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5353640247745537332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53536402477455373325353640247745537332535364024774553733253536402477455373325353640247745537332535364024774553733253536402477455373325353640247745537332535364024774553733253536402477455373325353640247745537332535364024774553733253536402477455373325353640247745537332535364024774553733253536402477455373325353640247745537332535364024774553733253536402477455373325353640247745537332" } } } 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, cf62d34b-0b87-4d88-94e5-da6bd89d8298, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf62d34b-0b87-4d88-94e5-da6bd89d8298, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13987533364287850372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398753336428785037213987533364287850372139875333642878503721398753336428785037213987533364287850372139875333642878503721398753336428785037213987533364287850372139875333642878503721398753336428785037213987533364287850372139875333642878503721398753336428785037213987533364287850372139875333642878503721398753336428785037213987533364287850372139875333642878503721398753336428785037213987533364287850372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dce6012-8fac-44dd-8549-50b806417314, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf62d34b-0b87-4d88-94e5-da6bd89d8298, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfa7ea60-12a2-4eb4-aa0e-53cb286a671e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa7ea60-12a2-4eb4-aa0e-53cb286a671e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13006387923625465133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300638792362546513313006387923625465133130063879236254651331300638792362546513313006387923625465133130063879236254651331300638792362546513313006387923625465133130063879236254651331300638792362546513313006387923625465133130063879236254651331300638792362546513313006387923625465133130063879236254651331300638792362546513313006387923625465133130063879236254651331300638792362546513313006387923625465133" } } } 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, 8b79f6ec-b5eb-4788-9c9a-6994ddd6e1cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b79f6ec-b5eb-4788-9c9a-6994ddd6e1cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7059593962427342597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70595939624273425977059593962427342597705959396242734259770595939624273425977059593962427342597705959396242734259770595939624273425977059593962427342597705959396242734259770595939624273425977059593962427342597705959396242734259770595939624273425977059593962427342597705959396242734259770595939624273425977059593962427342597705959396242734259770595939624273425977059593962427342597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa7ea60-12a2-4eb4-aa0e-53cb286a671e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c9f689d-6cb3-41aa-a949-0d7b4c9a578a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9f689d-6cb3-41aa-a949-0d7b4c9a578a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 382957345886512985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985382957345886512985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b79f6ec-b5eb-4788-9c9a-6994ddd6e1cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56bed1fa-161d-4670-a453-5477b2d9546b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56bed1fa-161d-4670-a453-5477b2d9546b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7650744238216131808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76507442382161318087650744238216131808765074423821613180876507442382161318087650744238216131808765074423821613180876507442382161318087650744238216131808765074423821613180876507442382161318087650744238216131808765074423821613180876507442382161318087650744238216131808765074423821613180876507442382161318087650744238216131808765074423821613180876507442382161318087650744238216131808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9f689d-6cb3-41aa-a949-0d7b4c9a578a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1724757e-fe9d-4640-a28d-dfb2d8fe71d9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1724757e-fe9d-4640-a28d-dfb2d8fe71d9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7930353552807420566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79303535528074205667930353552807420566793035355280742056679303535528074205667930353552807420566793035355280742056679303535528074205667930353552807420566793035355280742056679303535528074205667930353552807420566793035355280742056679303535528074205667930353552807420566793035355280742056679303535528074205667930353552807420566793035355280742056679303535528074205667930353552807420566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56bed1fa-161d-4670-a453-5477b2d9546b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a07f0d41-9614-449f-b02d-bc2169907345, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a07f0d41-9614-449f-b02d-bc2169907345, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17649872217723332125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764987221772333212517649872217723332125176498722177233321251764987221772333212517649872217723332125176498722177233321251764987221772333212517649872217723332125176498722177233321251764987221772333212517649872217723332125176498722177233321251764987221772333212517649872217723332125176498722177233321251764987221772333212517649872217723332125176498722177233321251764987221772333212517649872217723332125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1724757e-fe9d-4640-a28d-dfb2d8fe71d9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f934392b-94e7-4712-bfca-0c0f7a113bb2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a07f0d41-9614-449f-b02d-bc2169907345, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f934392b-94e7-4712-bfca-0c0f7a113bb2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15007010521462201323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500701052146220132315007010521462201323150070105214622013231500701052146220132315007010521462201323150070105214622013231500701052146220132315007010521462201323150070105214622013231500701052146220132315007010521462201323150070105214622013231500701052146220132315007010521462201323150070105214622013231500701052146220132315007010521462201323150070105214622013231500701052146220132315007010521462201323" } } } 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, 94015c96-8dc3-451e-b2fc-c3323559753a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94015c96-8dc3-451e-b2fc-c3323559753a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13514316317126368369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351431631712636836913514316317126368369135143163171263683691351431631712636836913514316317126368369135143163171263683691351431631712636836913514316317126368369135143163171263683691351431631712636836913514316317126368369135143163171263683691351431631712636836913514316317126368369135143163171263683691351431631712636836913514316317126368369135143163171263683691351431631712636836913514316317126368369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f934392b-94e7-4712-bfca-0c0f7a113bb2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d5230c4-4952-4237-954a-8d424c85a23e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94015c96-8dc3-451e-b2fc-c3323559753a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5230c4-4952-4237-954a-8d424c85a23e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 20020522461251568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2002052246125156820020522461251568200205224612515682002052246125156820020522461251568200205224612515682002052246125156820020522461251568200205224612515682002052246125156820020522461251568200205224612515682002052246125156820020522461251568200205224612515682002052246125156820020522461251568200205224612515682002052246125156820020522461251568" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a33e9c0-7eb8-41c0-94ab-475f58b98243, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a33e9c0-7eb8-41c0-94ab-475f58b98243, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3636576612588654937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36365766125886549373636576612588654937363657661258865493736365766125886549373636576612588654937363657661258865493736365766125886549373636576612588654937363657661258865493736365766125886549373636576612588654937363657661258865493736365766125886549373636576612588654937363657661258865493736365766125886549373636576612588654937363657661258865493736365766125886549373636576612588654937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5230c4-4952-4237-954a-8d424c85a23e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
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:379 RpcState(ExecuteDataQuery, 4175cf69-027f-4df1-bfb2-c4ea275cb7e7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4175cf69-027f-4df1-bfb2-c4ea275cb7e7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10935143526716648652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093514352671664865210935143526716648652109351435267166486521093514352671664865210935143526716648652109351435267166486521093514352671664865210935143526716648652109351435267166486521093514352671664865210935143526716648652109351435267166486521093514352671664865210935143526716648652109351435267166486521093514352671664865210935143526716648652109351435267166486521093514352671664865210935143526716648652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a33e9c0-7eb8-41c0-94ab-475f58b98243, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72d6b580-0138-4ff9-9c33-4bb2e9be3db3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72d6b580-0138-4ff9-9c33-4bb2e9be3db3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10726128735778106270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072612873577810627010726128735778106270107261287357781062701072612873577810627010726128735778106270107261287357781062701072612873577810627010726128735778106270107261287357781062701072612873577810627010726128735778106270107261287357781062701072612873577810627010726128735778106270107261287357781062701072612873577810627010726128735778106270107261287357781062701072612873577810627010726128735778106270" } } } 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, c1086be7-a261-4ae6-9796-06b0121e7f76, localhost:24702): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4175cf69-027f-4df1-bfb2-c4ea275cb7e7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, c1086be7-a261-4ae6-9796-06b0121e7f76, localhost:24702): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 134e767d-0f8c-48fe-bf23-4bf7c9470909, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 134e767d-0f8c-48fe-bf23-4bf7c9470909, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8441429674536413661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84414296745364136618441429674536413661844142967453641366184414296745364136618441429674536413661844142967453641366184414296745364136618441429674536413661844142967453641366184414296745364136618441429674536413661844142967453641366184414296745364136618441429674536413661844142967453641366184414296745364136618441429674536413661844142967453641366184414296745364136618441429674536413661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72d6b580-0138-4ff9-9c33-4bb2e9be3db3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, c1086be7-a261-4ae6-9796-06b0121e7f76, localhost:24702): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-pubjovggeu.auto.internal" port: 13139 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-pubjovggeu.auto.internal" port: 31694 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-pubjovggeu.auto.internal:31694, location , ssl: False>, <Endpoint ghrun-pubjovggeu.auto.internal:13139, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 134e767d-0f8c-48fe-bf23-4bf7c9470909, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8bbb4d1-1b30-4b8b-943a-cee348c96096, ghrun-pubjovggeu.auto.internal:3103): creating call state
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:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8bbb4d1-1b30-4b8b-943a-cee348c96096, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9220743587869519556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92207435878695195569220743587869519556922074358786951955692207435878695195569220743587869519556922074358786951955692207435878695195569220743587869519556922074358786951955692207435878695195569220743587869519556922074358786951955692207435878695195569220743587869519556922074358786951955692207435878695195569220743587869519556922074358786951955692207435878695195569220743587869519556" } } } 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, 93cc7252-5659-43d4-b5e5-f6990bcc2f20, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93cc7252-5659-43d4-b5e5-f6990bcc2f20, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7666726747385942784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76667267473859427847666726747385942784766672674738594278476667267473859427847666726747385942784766672674738594278476667267473859427847666726747385942784766672674738594278476667267473859427847666726747385942784766672674738594278476667267473859427847666726747385942784766672674738594278476667267473859427847666726747385942784766672674738594278476667267473859427847666726747385942784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:24702
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93cc7252-5659-43d4-b5e5-f6990bcc2f20, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32267781-6189-4296-93b6-5c6c47262c95, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8bbb4d1-1b30-4b8b-943a-cee348c96096, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32267781-6189-4296-93b6-5c6c47262c95, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8307467568234886879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83074675682348868798307467568234886879830746756823488687983074675682348868798307467568234886879830746756823488687983074675682348868798307467568234886879830746756823488687983074675682348868798307467568234886879830746756823488687983074675682348868798307467568234886879830746756823488687983074675682348868798307467568234886879830746756823488687983074675682348868798307467568234886879" } } } 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, 77875257-96d8-493b-867b-70f354236d1d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77875257-96d8-493b-867b-70f354236d1d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16966946972768331364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696694697276833136416966946972768331364169669469727683313641696694697276833136416966946972768331364169669469727683313641696694697276833136416966946972768331364169669469727683313641696694697276833136416966946972768331364169669469727683313641696694697276833136416966946972768331364169669469727683313641696694697276833136416966946972768331364169669469727683313641696694697276833136416966946972768331364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32267781-6189-4296-93b6-5c6c47262c95, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77875257-96d8-493b-867b-70f354236d1d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3874873-d058-49c1-aa68-82aea0a337da, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3874873-d058-49c1-aa68-82aea0a337da, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7573576718578357114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75735767185783571147573576718578357114757357671857835711475735767185783571147573576718578357114757357671857835711475735767185783571147573576718578357114757357671857835711475735767185783571147573576718578357114757357671857835711475735767185783571147573576718578357114757357671857835711475735767185783571147573576718578357114757357671857835711475735767185783571147573576718578357114" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1223a527-4d70-45b0-8651-cf4704fd619c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3874873-d058-49c1-aa68-82aea0a337da, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1223a527-4d70-45b0-8651-cf4704fd619c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3621244339152319769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36212443391523197693621244339152319769362124433915231976936212443391523197693621244339152319769362124433915231976936212443391523197693621244339152319769362124433915231976936212443391523197693621244339152319769362124433915231976936212443391523197693621244339152319769362124433915231976936212443391523197693621244339152319769362124433915231976936212443391523197693621244339152319769" } } } 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, 6dfcbc16-9670-490e-9fba-92a4babdc487, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dfcbc16-9670-490e-9fba-92a4babdc487, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 41484610847792914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4148461084779291441484610847792914414846108477929144148461084779291441484610847792914414846108477929144148461084779291441484610847792914414846108477929144148461084779291441484610847792914414846108477929144148461084779291441484610847792914414846108477929144148461084779291441484610847792914414846108477929144148461084779291441484610847792914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1223a527-4d70-45b0-8651-cf4704fd619c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dfcbc16-9670-490e-9fba-92a4babdc487, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac155acb-6bbd-4465-ad65-b26da8ac756f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac155acb-6bbd-4465-ad65-b26da8ac756f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1807476668707123042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18074766687071230421807476668707123042180747666870712304218074766687071230421807476668707123042180747666870712304218074766687071230421807476668707123042180747666870712304218074766687071230421807476668707123042180747666870712304218074766687071230421807476668707123042180747666870712304218074766687071230421807476668707123042180747666870712304218074766687071230421807476668707123042" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d666d2b-e105-47c1-aae6-c9166cb68041, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d666d2b-e105-47c1-aae6-c9166cb68041, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14076642149976001744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407664214997600174414076642149976001744140766421499760017441407664214997600174414076642149976001744140766421499760017441407664214997600174414076642149976001744140766421499760017441407664214997600174414076642149976001744140766421499760017441407664214997600174414076642149976001744140766421499760017441407664214997600174414076642149976001744140766421499760017441407664214997600174414076642149976001744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac155acb-6bbd-4465-ad65-b26da8ac756f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d666d2b-e105-47c1-aae6-c9166cb68041, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5daea0ef-2a28-4a6b-acac-7cdab55df29d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5daea0ef-2a28-4a6b-acac-7cdab55df29d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7620885532239445516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76208855322394455167620885532239445516762088553223944551676208855322394455167620885532239445516762088553223944551676208855322394455167620885532239445516762088553223944551676208855322394455167620885532239445516762088553223944551676208855322394455167620885532239445516762088553223944551676208855322394455167620885532239445516762088553223944551676208855322394455167620885532239445516" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb79ebeb-8e87-4acb-a697-49b14900d915, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb79ebeb-8e87-4acb-a697-49b14900d915, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11370742475521331397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137074247552133139711370742475521331397113707424755213313971137074247552133139711370742475521331397113707424755213313971137074247552133139711370742475521331397113707424755213313971137074247552133139711370742475521331397113707424755213313971137074247552133139711370742475521331397113707424755213313971137074247552133139711370742475521331397113707424755213313971137074247552133139711370742475521331397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5daea0ef-2a28-4a6b-acac-7cdab55df29d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2986d1e2-800b-4570-8792-025dcc9655c7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2986d1e2-800b-4570-8792-025dcc9655c7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9805944829285457825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98059448292854578259805944829285457825980594482928545782598059448292854578259805944829285457825980594482928545782598059448292854578259805944829285457825980594482928545782598059448292854578259805944829285457825980594482928545782598059448292854578259805944829285457825980594482928545782598059448292854578259805944829285457825980594482928545782598059448292854578259805944829285457825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb79ebeb-8e87-4acb-a697-49b14900d915, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5582182b-8edd-4924-95bc-8e2785d9259b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5582182b-8edd-4924-95bc-8e2785d9259b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3980251787775698021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39802517877756980213980251787775698021398025178777569802139802517877756980213980251787775698021398025178777569802139802517877756980213980251787775698021398025178777569802139802517877756980213980251787775698021398025178777569802139802517877756980213980251787775698021398025178777569802139802517877756980213980251787775698021398025178777569802139802517877756980213980251787775698021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2986d1e2-800b-4570-8792-025dcc9655c7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75ffcfce-b2fc-429c-a5e5-a80f6ad0b426, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75ffcfce-b2fc-429c-a5e5-a80f6ad0b426, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10041284492396644731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004128449239664473110041284492396644731100412844923966447311004128449239664473110041284492396644731100412844923966447311004128449239664473110041284492396644731100412844923966447311004128449239664473110041284492396644731100412844923966447311004128449239664473110041284492396644731100412844923966447311004128449239664473110041284492396644731100412844923966447311004128449239664473110041284492396644731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5582182b-8edd-4924-95bc-8e2785d9259b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6c8dab1-4d36-482d-9135-5c93487f7e8d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6c8dab1-4d36-482d-9135-5c93487f7e8d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11451048435201081336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145104843520108133611451048435201081336114510484352010813361145104843520108133611451048435201081336114510484352010813361145104843520108133611451048435201081336114510484352010813361145104843520108133611451048435201081336114510484352010813361145104843520108133611451048435201081336114510484352010813361145104843520108133611451048435201081336114510484352010813361145104843520108133611451048435201081336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75ffcfce-b2fc-429c-a5e5-a80f6ad0b426, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db3ca8bf-1c2d-4acc-b282-bede3091b291, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db3ca8bf-1c2d-4acc-b282-bede3091b291, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1378696379696579493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13786963796965794931378696379696579493137869637969657949313786963796965794931378696379696579493137869637969657949313786963796965794931378696379696579493137869637969657949313786963796965794931378696379696579493137869637969657949313786963796965794931378696379696579493137869637969657949313786963796965794931378696379696579493137869637969657949313786963796965794931378696379696579493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6c8dab1-4d36-482d-9135-5c93487f7e8d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4eb60588-5223-47fa-a705-d796292c5441, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eb60588-5223-47fa-a705-d796292c5441, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18248326499835458055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824832649983545805518248326499835458055182483264998354580551824832649983545805518248326499835458055182483264998354580551824832649983545805518248326499835458055182483264998354580551824832649983545805518248326499835458055182483264998354580551824832649983545805518248326499835458055182483264998354580551824832649983545805518248326499835458055182483264998354580551824832649983545805518248326499835458055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db3ca8bf-1c2d-4acc-b282-bede3091b291, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eb60588-5223-47fa-a705-d796292c5441, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efca1346-ecd1-407e-bdb5-7816a4833dd4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efca1346-ecd1-407e-bdb5-7816a4833dd4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13571811592758888904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357181159275888890413571811592758888904135718115927588889041357181159275888890413571811592758888904135718115927588889041357181159275888890413571811592758888904135718115927588889041357181159275888890413571811592758888904135718115927588889041357181159275888890413571811592758888904135718115927588889041357181159275888890413571811592758888904135718115927588889041357181159275888890413571811592758888904" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61f74937-2d6f-4086-a69a-1b578769cc37, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f74937-2d6f-4086-a69a-1b578769cc37, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17900337481341450211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790033748134145021117900337481341450211179003374813414502111790033748134145021117900337481341450211179003374813414502111790033748134145021117900337481341450211179003374813414502111790033748134145021117900337481341450211179003374813414502111790033748134145021117900337481341450211179003374813414502111790033748134145021117900337481341450211179003374813414502111790033748134145021117900337481341450211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efca1346-ecd1-407e-bdb5-7816a4833dd4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f1e9a28-c9ac-4a13-8d4e-af23fbc878c2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f1e9a28-c9ac-4a13-8d4e-af23fbc878c2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6432193091551395339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64321930915513953396432193091551395339643219309155139533964321930915513953396432193091551395339643219309155139533964321930915513953396432193091551395339643219309155139533964321930915513953396432193091551395339643219309155139533964321930915513953396432193091551395339643219309155139533964321930915513953396432193091551395339643219309155139533964321930915513953396432193091551395339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f74937-2d6f-4086-a69a-1b578769cc37, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e067d828-7a6f-4d76-8032-85fa0b831599, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e067d828-7a6f-4d76-8032-85fa0b831599, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13901328529589776305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390132852958977630513901328529589776305139013285295897763051390132852958977630513901328529589776305139013285295897763051390132852958977630513901328529589776305139013285295897763051390132852958977630513901328529589776305139013285295897763051390132852958977630513901328529589776305139013285295897763051390132852958977630513901328529589776305139013285295897763051390132852958977630513901328529589776305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f1e9a28-c9ac-4a13-8d4e-af23fbc878c2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65e9fa11-cc8c-4c73-8970-c2a82db33245, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e9fa11-cc8c-4c73-8970-c2a82db33245, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 59045568505765628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5904556850576562859045568505765628590455685057656285904556850576562859045568505765628590455685057656285904556850576562859045568505765628590455685057656285904556850576562859045568505765628590455685057656285904556850576562859045568505765628590455685057656285904556850576562859045568505765628590455685057656285904556850576562859045568505765628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e067d828-7a6f-4d76-8032-85fa0b831599, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e9fa11-cc8c-4c73-8970-c2a82db33245, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93a2547d-9d3a-4992-9ba4-267c67b890a3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d55c4351-1a74-4f98-87e2-34af28bcfd8c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d55c4351-1a74-4f98-87e2-34af28bcfd8c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6921222500329863929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69212225003298639296921222500329863929692122250032986392969212225003298639296921222500329863929692122250032986392969212225003298639296921222500329863929692122250032986392969212225003298639296921222500329863929692122250032986392969212225003298639296921222500329863929692122250032986392969212225003298639296921222500329863929692122250032986392969212225003298639296921222500329863929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93a2547d-9d3a-4992-9ba4-267c67b890a3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8836586867499393709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88365868674993937098836586867499393709883658686749939370988365868674993937098836586867499393709883658686749939370988365868674993937098836586867499393709883658686749939370988365868674993937098836586867499393709883658686749939370988365868674993937098836586867499393709883658686749939370988365868674993937098836586867499393709883658686749939370988365868674993937098836586867499393709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d55c4351-1a74-4f98-87e2-34af28bcfd8c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93a2547d-9d3a-4992-9ba4-267c67b890a3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c49773bd-1fe8-476d-8aa7-576dc068b5ac, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c49773bd-1fe8-476d-8aa7-576dc068b5ac, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8076497238976945185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80764972389769451858076497238976945185807649723897694518580764972389769451858076497238976945185807649723897694518580764972389769451858076497238976945185807649723897694518580764972389769451858076497238976945185807649723897694518580764972389769451858076497238976945185807649723897694518580764972389769451858076497238976945185807649723897694518580764972389769451858076497238976945185" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 477f3ae9-150c-4dad-a0ac-62a182c3f2ab, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 477f3ae9-150c-4dad-a0ac-62a182c3f2ab, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10644005337549234700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064400533754923470010644005337549234700106440053375492347001064400533754923470010644005337549234700106440053375492347001064400533754923470010644005337549234700106440053375492347001064400533754923470010644005337549234700106440053375492347001064400533754923470010644005337549234700106440053375492347001064400533754923470010644005337549234700106440053375492347001064400533754923470010644005337549234700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c49773bd-1fe8-476d-8aa7-576dc068b5ac, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08d0a4a8-447b-4b80-84b4-f0b16cb94cfb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08d0a4a8-447b-4b80-84b4-f0b16cb94cfb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7970478241780885606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79704782417808856067970478241780885606797047824178088560679704782417808856067970478241780885606797047824178088560679704782417808856067970478241780885606797047824178088560679704782417808856067970478241780885606797047824178088560679704782417808856067970478241780885606797047824178088560679704782417808856067970478241780885606797047824178088560679704782417808856067970478241780885606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 477f3ae9-150c-4dad-a0ac-62a182c3f2ab, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27059a05-7d0d-4b2a-8c2b-fc01921222ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27059a05-7d0d-4b2a-8c2b-fc01921222ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1311915199995973546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13119151999959735461311915199995973546131191519999597354613119151999959735461311915199995973546131191519999597354613119151999959735461311915199995973546131191519999597354613119151999959735461311915199995973546131191519999597354613119151999959735461311915199995973546131191519999597354613119151999959735461311915199995973546131191519999597354613119151999959735461311915199995973546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08d0a4a8-447b-4b80-84b4-f0b16cb94cfb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27059a05-7d0d-4b2a-8c2b-fc01921222ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1e27c21-04d8-4f5a-9db3-c0ce7ffd4a84, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1e27c21-04d8-4f5a-9db3-c0ce7ffd4a84, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9268959776201630100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92689597762016301009268959776201630100926895977620163010092689597762016301009268959776201630100926895977620163010092689597762016301009268959776201630100926895977620163010092689597762016301009268959776201630100926895977620163010092689597762016301009268959776201630100926895977620163010092689597762016301009268959776201630100926895977620163010092689597762016301009268959776201630100" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f95f316a-6f2a-4918-afb1-cc6015bc6691, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f95f316a-6f2a-4918-afb1-cc6015bc6691, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16822297151744490745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682229715174449074516822297151744490745168222971517444907451682229715174449074516822297151744490745168222971517444907451682229715174449074516822297151744490745168222971517444907451682229715174449074516822297151744490745168222971517444907451682229715174449074516822297151744490745168222971517444907451682229715174449074516822297151744490745168222971517444907451682229715174449074516822297151744490745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1e27c21-04d8-4f5a-9db3-c0ce7ffd4a84, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ba4557b-48c8-44dd-82de-fe78afc91bbc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ba4557b-48c8-44dd-82de-fe78afc91bbc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 450830811978478912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912450830811978478912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f95f316a-6f2a-4918-afb1-cc6015bc6691, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ba4557b-48c8-44dd-82de-fe78afc91bbc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bc56427-dafb-48a7-8973-527e8db7e38d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ece7936-af62-4d83-b63a-e1cf297e36d0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ece7936-af62-4d83-b63a-e1cf297e36d0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9867184818031663535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98671848180316635359867184818031663535986718481803166353598671848180316635359867184818031663535986718481803166353598671848180316635359867184818031663535986718481803166353598671848180316635359867184818031663535986718481803166353598671848180316635359867184818031663535986718481803166353598671848180316635359867184818031663535986718481803166353598671848180316635359867184818031663535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bc56427-dafb-48a7-8973-527e8db7e38d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15866298818801854542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586629881880185454215866298818801854542158662988188018545421586629881880185454215866298818801854542158662988188018545421586629881880185454215866298818801854542158662988188018545421586629881880185454215866298818801854542158662988188018545421586629881880185454215866298818801854542158662988188018545421586629881880185454215866298818801854542158662988188018545421586629881880185454215866298818801854542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ece7936-af62-4d83-b63a-e1cf297e36d0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d387e03-4a23-4bdd-88c3-d2581143635e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d387e03-4a23-4bdd-88c3-d2581143635e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17595099980870159282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759509998087015928217595099980870159282175950999808701592821759509998087015928217595099980870159282175950999808701592821759509998087015928217595099980870159282175950999808701592821759509998087015928217595099980870159282175950999808701592821759509998087015928217595099980870159282175950999808701592821759509998087015928217595099980870159282175950999808701592821759509998087015928217595099980870159282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bc56427-dafb-48a7-8973-527e8db7e38d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fd103b3-e120-4857-bd22-9e503481f719, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fd103b3-e120-4857-bd22-9e503481f719, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4905927147715313570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49059271477153135704905927147715313570490592714771531357049059271477153135704905927147715313570490592714771531357049059271477153135704905927147715313570490592714771531357049059271477153135704905927147715313570490592714771531357049059271477153135704905927147715313570490592714771531357049059271477153135704905927147715313570490592714771531357049059271477153135704905927147715313570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d387e03-4a23-4bdd-88c3-d2581143635e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34adffaf-5659-40ec-9719-127fe58fda7e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fd103b3-e120-4857-bd22-9e503481f719, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34adffaf-5659-40ec-9719-127fe58fda7e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3920782675190254992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39207826751902549923920782675190254992392078267519025499239207826751902549923920782675190254992392078267519025499239207826751902549923920782675190254992392078267519025499239207826751902549923920782675190254992392078267519025499239207826751902549923920782675190254992392078267519025499239207826751902549923920782675190254992392078267519025499239207826751902549923920782675190254992" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e101054f-e943-46a7-bdc1-21494e14ec18, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e101054f-e943-46a7-bdc1-21494e14ec18, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1749755947051787153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17497559470517871531749755947051787153174975594705178715317497559470517871531749755947051787153174975594705178715317497559470517871531749755947051787153174975594705178715317497559470517871531749755947051787153174975594705178715317497559470517871531749755947051787153174975594705178715317497559470517871531749755947051787153174975594705178715317497559470517871531749755947051787153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34adffaf-5659-40ec-9719-127fe58fda7e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01a8f1f8-7e96-4577-a568-12170e86d4b1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e101054f-e943-46a7-bdc1-21494e14ec18, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01a8f1f8-7e96-4577-a568-12170e86d4b1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3948079618621578319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39480796186215783193948079618621578319394807961862157831939480796186215783193948079618621578319394807961862157831939480796186215783193948079618621578319394807961862157831939480796186215783193948079618621578319394807961862157831939480796186215783193948079618621578319394807961862157831939480796186215783193948079618621578319394807961862157831939480796186215783193948079618621578319" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb718488-20d4-461d-bee5-882b6bfe9cef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01a8f1f8-7e96-4577-a568-12170e86d4b1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4e581c6-c9a1-4c60-9474-5284baa4f3eb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4e581c6-c9a1-4c60-9474-5284baa4f3eb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18225304257447352753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822530425744735275318225304257447352753182253042574473527531822530425744735275318225304257447352753182253042574473527531822530425744735275318225304257447352753182253042574473527531822530425744735275318225304257447352753182253042574473527531822530425744735275318225304257447352753182253042574473527531822530425744735275318225304257447352753182253042574473527531822530425744735275318225304257447352753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb718488-20d4-461d-bee5-882b6bfe9cef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2702665080053784955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27026650800537849552702665080053784955270266508005378495527026650800537849552702665080053784955270266508005378495527026650800537849552702665080053784955270266508005378495527026650800537849552702665080053784955270266508005378495527026650800537849552702665080053784955270266508005378495527026650800537849552702665080053784955270266508005378495527026650800537849552702665080053784955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4e581c6-c9a1-4c60-9474-5284baa4f3eb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66e5664e-f29d-4a52-b2dc-1b60dc88aabd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66e5664e-f29d-4a52-b2dc-1b60dc88aabd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12139746679802688285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213974667980268828512139746679802688285121397466798026882851213974667980268828512139746679802688285121397466798026882851213974667980268828512139746679802688285121397466798026882851213974667980268828512139746679802688285121397466798026882851213974667980268828512139746679802688285121397466798026882851213974667980268828512139746679802688285121397466798026882851213974667980268828512139746679802688285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb718488-20d4-461d-bee5-882b6bfe9cef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f91870d-49bb-4b21-bf5d-3f22c21859c7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f91870d-49bb-4b21-bf5d-3f22c21859c7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3991354957435984136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39913549574359841363991354957435984136399135495743598413639913549574359841363991354957435984136399135495743598413639913549574359841363991354957435984136399135495743598413639913549574359841363991354957435984136399135495743598413639913549574359841363991354957435984136399135495743598413639913549574359841363991354957435984136399135495743598413639913549574359841363991354957435984136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66e5664e-f29d-4a52-b2dc-1b60dc88aabd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44766044-56ca-46dd-b92d-906f2fee0177, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44766044-56ca-46dd-b92d-906f2fee0177, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12391033181853450867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239103318185345086712391033181853450867123910331818534508671239103318185345086712391033181853450867123910331818534508671239103318185345086712391033181853450867123910331818534508671239103318185345086712391033181853450867123910331818534508671239103318185345086712391033181853450867123910331818534508671239103318185345086712391033181853450867123910331818534508671239103318185345086712391033181853450867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f91870d-49bb-4b21-bf5d-3f22c21859c7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85909278-d10e-479c-86f7-8d3b29b4fe6b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85909278-d10e-479c-86f7-8d3b29b4fe6b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14101603491017079100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410160349101707910014101603491017079100141016034910170791001410160349101707910014101603491017079100141016034910170791001410160349101707910014101603491017079100141016034910170791001410160349101707910014101603491017079100141016034910170791001410160349101707910014101603491017079100141016034910170791001410160349101707910014101603491017079100141016034910170791001410160349101707910014101603491017079100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44766044-56ca-46dd-b92d-906f2fee0177, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9658265-25b2-4915-9544-2cbaa7f13f9a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9658265-25b2-4915-9544-2cbaa7f13f9a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7141507255773525584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71415072557735255847141507255773525584714150725577352558471415072557735255847141507255773525584714150725577352558471415072557735255847141507255773525584714150725577352558471415072557735255847141507255773525584714150725577352558471415072557735255847141507255773525584714150725577352558471415072557735255847141507255773525584714150725577352558471415072557735255847141507255773525584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85909278-d10e-479c-86f7-8d3b29b4fe6b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0e0601d-47b2-4e84-baf4-ba1550ce84b0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0e0601d-47b2-4e84-baf4-ba1550ce84b0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18412662833111567743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841266283311156774318412662833111567743184126628331115677431841266283311156774318412662833111567743184126628331115677431841266283311156774318412662833111567743184126628331115677431841266283311156774318412662833111567743184126628331115677431841266283311156774318412662833111567743184126628331115677431841266283311156774318412662833111567743184126628331115677431841266283311156774318412662833111567743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9658265-25b2-4915-9544-2cbaa7f13f9a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0e0601d-47b2-4e84-baf4-ba1550ce84b0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13249593-1d72-4c2a-b0ae-853859e56b91, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13249593-1d72-4c2a-b0ae-853859e56b91, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 217724591651266694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694217724591651266694" } } } 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, 097ff416-3d65-4d26-b5ae-7f415fc9a2d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 097ff416-3d65-4d26-b5ae-7f415fc9a2d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8340463105716315229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83404631057163152298340463105716315229834046310571631522983404631057163152298340463105716315229834046310571631522983404631057163152298340463105716315229834046310571631522983404631057163152298340463105716315229834046310571631522983404631057163152298340463105716315229834046310571631522983404631057163152298340463105716315229834046310571631522983404631057163152298340463105716315229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13249593-1d72-4c2a-b0ae-853859e56b91, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8288335c-de04-4069-a9c3-f229133d4717, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8288335c-de04-4069-a9c3-f229133d4717, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3964790043327456326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39647900433274563263964790043327456326396479004332745632639647900433274563263964790043327456326396479004332745632639647900433274563263964790043327456326396479004332745632639647900433274563263964790043327456326396479004332745632639647900433274563263964790043327456326396479004332745632639647900433274563263964790043327456326396479004332745632639647900433274563263964790043327456326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 097ff416-3d65-4d26-b5ae-7f415fc9a2d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8288335c-de04-4069-a9c3-f229133d4717, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01fd44c0-741c-41c6-b3b3-4cc43df3d5a4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2902a92d-8e4e-4277-bb47-b8a1300c6a4a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2902a92d-8e4e-4277-bb47-b8a1300c6a4a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13920459877638584536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392045987763858453613920459877638584536139204598776385845361392045987763858453613920459877638584536139204598776385845361392045987763858453613920459877638584536139204598776385845361392045987763858453613920459877638584536139204598776385845361392045987763858453613920459877638584536139204598776385845361392045987763858453613920459877638584536139204598776385845361392045987763858453613920459877638584536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01fd44c0-741c-41c6-b3b3-4cc43df3d5a4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14498776936654309241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449877693665430924114498776936654309241144987769366543092411449877693665430924114498776936654309241144987769366543092411449877693665430924114498776936654309241144987769366543092411449877693665430924114498776936654309241144987769366543092411449877693665430924114498776936654309241144987769366543092411449877693665430924114498776936654309241144987769366543092411449877693665430924114498776936654309241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2902a92d-8e4e-4277-bb47-b8a1300c6a4a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01fd44c0-741c-41c6-b3b3-4cc43df3d5a4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31865deb-2b70-40e6-a2f0-39b48edb8715, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31865deb-2b70-40e6-a2f0-39b48edb8715, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1122861054072890298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11228610540728902981122861054072890298112286105407289029811228610540728902981122861054072890298112286105407289029811228610540728902981122861054072890298112286105407289029811228610540728902981122861054072890298112286105407289029811228610540728902981122861054072890298112286105407289029811228610540728902981122861054072890298112286105407289029811228610540728902981122861054072890298" } } } 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, 130f7029-5529-450d-998b-90eae4d3f011, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 130f7029-5529-450d-998b-90eae4d3f011, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16996127012718768845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699612701271876884516996127012718768845169961270127187688451699612701271876884516996127012718768845169961270127187688451699612701271876884516996127012718768845169961270127187688451699612701271876884516996127012718768845169961270127187688451699612701271876884516996127012718768845169961270127187688451699612701271876884516996127012718768845169961270127187688451699612701271876884516996127012718768845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31865deb-2b70-40e6-a2f0-39b48edb8715, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c5350db-c21e-4d7a-bbc1-ad1707588ffa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c5350db-c21e-4d7a-bbc1-ad1707588ffa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12805592367105918210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280559236710591821012805592367105918210128055923671059182101280559236710591821012805592367105918210128055923671059182101280559236710591821012805592367105918210128055923671059182101280559236710591821012805592367105918210128055923671059182101280559236710591821012805592367105918210128055923671059182101280559236710591821012805592367105918210128055923671059182101280559236710591821012805592367105918210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 130f7029-5529-450d-998b-90eae4d3f011, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01acc91f-a82b-4b0f-ba99-9701807e99c3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01acc91f-a82b-4b0f-ba99-9701807e99c3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6924800075034891535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69248000750348915356924800075034891535692480007503489153569248000750348915356924800075034891535692480007503489153569248000750348915356924800075034891535692480007503489153569248000750348915356924800075034891535692480007503489153569248000750348915356924800075034891535692480007503489153569248000750348915356924800075034891535692480007503489153569248000750348915356924800075034891535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c5350db-c21e-4d7a-bbc1-ad1707588ffa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f978b868-3e70-4efd-af28-a88db47aea6b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f978b868-3e70-4efd-af28-a88db47aea6b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17697066830935058662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769706683093505866217697066830935058662176970668309350586621769706683093505866217697066830935058662176970668309350586621769706683093505866217697066830935058662176970668309350586621769706683093505866217697066830935058662176970668309350586621769706683093505866217697066830935058662176970668309350586621769706683093505866217697066830935058662176970668309350586621769706683093505866217697066830935058662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01acc91f-a82b-4b0f-ba99-9701807e99c3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62850d66-9479-47b3-9fe9-b67a9cff0849, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62850d66-9479-47b3-9fe9-b67a9cff0849, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5315168329198461826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53151683291984618265315168329198461826531516832919846182653151683291984618265315168329198461826531516832919846182653151683291984618265315168329198461826531516832919846182653151683291984618265315168329198461826531516832919846182653151683291984618265315168329198461826531516832919846182653151683291984618265315168329198461826531516832919846182653151683291984618265315168329198461826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f978b868-3e70-4efd-af28-a88db47aea6b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62850d66-9479-47b3-9fe9-b67a9cff0849, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52fd0d09-08bd-4600-90e3-5ee6086e100f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52fd0d09-08bd-4600-90e3-5ee6086e100f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2458980333388093578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24589803333880935782458980333388093578245898033338809357824589803333880935782458980333388093578245898033338809357824589803333880935782458980333388093578245898033338809357824589803333880935782458980333388093578245898033338809357824589803333880935782458980333388093578245898033338809357824589803333880935782458980333388093578245898033338809357824589803333880935782458980333388093578" } } } 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, ab60f036-07f1-44cd-81b5-ce4ecdbdc425, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab60f036-07f1-44cd-81b5-ce4ecdbdc425, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17864460863146869935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786446086314686993517864460863146869935178644608631468699351786446086314686993517864460863146869935178644608631468699351786446086314686993517864460863146869935178644608631468699351786446086314686993517864460863146869935178644608631468699351786446086314686993517864460863146869935178644608631468699351786446086314686993517864460863146869935178644608631468699351786446086314686993517864460863146869935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52fd0d09-08bd-4600-90e3-5ee6086e100f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17106985-a6f8-4861-8acd-d4c84b321a80, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17106985-a6f8-4861-8acd-d4c84b321a80, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6207283304306487526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62072833043064875266207283304306487526620728330430648752662072833043064875266207283304306487526620728330430648752662072833043064875266207283304306487526620728330430648752662072833043064875266207283304306487526620728330430648752662072833043064875266207283304306487526620728330430648752662072833043064875266207283304306487526620728330430648752662072833043064875266207283304306487526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab60f036-07f1-44cd-81b5-ce4ecdbdc425, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21fad592-86c6-4d0e-b065-cf68c1bd29cf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21fad592-86c6-4d0e-b065-cf68c1bd29cf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17320772964526889745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732077296452688974517320772964526889745173207729645268897451732077296452688974517320772964526889745173207729645268897451732077296452688974517320772964526889745173207729645268897451732077296452688974517320772964526889745173207729645268897451732077296452688974517320772964526889745173207729645268897451732077296452688974517320772964526889745173207729645268897451732077296452688974517320772964526889745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17106985-a6f8-4861-8acd-d4c84b321a80, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8bc5253-f573-4ccb-a7c2-dee0fff7317f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8bc5253-f573-4ccb-a7c2-dee0fff7317f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17626069341542845201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762606934154284520117626069341542845201176260693415428452011762606934154284520117626069341542845201176260693415428452011762606934154284520117626069341542845201176260693415428452011762606934154284520117626069341542845201176260693415428452011762606934154284520117626069341542845201176260693415428452011762606934154284520117626069341542845201176260693415428452011762606934154284520117626069341542845201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8bc5253-f573-4ccb-a7c2-dee0fff7317f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21fad592-86c6-4d0e-b065-cf68c1bd29cf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b10df09-ff09-4f93-aa86-0d5cbe3bf78d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b10df09-ff09-4f93-aa86-0d5cbe3bf78d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4944327163869622832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49443271638696228324944327163869622832494432716386962283249443271638696228324944327163869622832494432716386962283249443271638696228324944327163869622832494432716386962283249443271638696228324944327163869622832494432716386962283249443271638696228324944327163869622832494432716386962283249443271638696228324944327163869622832494432716386962283249443271638696228324944327163869622832" } } } 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, 67b38b49-7529-46d3-a9c3-57eb371e7e6d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67b38b49-7529-46d3-a9c3-57eb371e7e6d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3352092549710358015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33520925497103580153352092549710358015335209254971035801533520925497103580153352092549710358015335209254971035801533520925497103580153352092549710358015335209254971035801533520925497103580153352092549710358015335209254971035801533520925497103580153352092549710358015335209254971035801533520925497103580153352092549710358015335209254971035801533520925497103580153352092549710358015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b10df09-ff09-4f93-aa86-0d5cbe3bf78d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 114d7f48-0faa-4ef1-aef0-e8923df3a055, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 114d7f48-0faa-4ef1-aef0-e8923df3a055, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18350837599217908630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835083759921790863018350837599217908630183508375992179086301835083759921790863018350837599217908630183508375992179086301835083759921790863018350837599217908630183508375992179086301835083759921790863018350837599217908630183508375992179086301835083759921790863018350837599217908630183508375992179086301835083759921790863018350837599217908630183508375992179086301835083759921790863018350837599217908630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67b38b49-7529-46d3-a9c3-57eb371e7e6d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c1b6c01-2361-4bc2-9179-3c2ebcf57dc6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c1b6c01-2361-4bc2-9179-3c2ebcf57dc6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6123563771339373843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61235637713393738436123563771339373843612356377133937384361235637713393738436123563771339373843612356377133937384361235637713393738436123563771339373843612356377133937384361235637713393738436123563771339373843612356377133937384361235637713393738436123563771339373843612356377133937384361235637713393738436123563771339373843612356377133937384361235637713393738436123563771339373843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 114d7f48-0faa-4ef1-aef0-e8923df3a055, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ba501d9-47e7-48cf-bdaf-1c9c7ba0b6f6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ba501d9-47e7-48cf-bdaf-1c9c7ba0b6f6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8964972218921235748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89649722189212357488964972218921235748896497221892123574889649722189212357488964972218921235748896497221892123574889649722189212357488964972218921235748896497221892123574889649722189212357488964972218921235748896497221892123574889649722189212357488964972218921235748896497221892123574889649722189212357488964972218921235748896497221892123574889649722189212357488964972218921235748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c1b6c01-2361-4bc2-9179-3c2ebcf57dc6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32baf15a-009c-4bba-81d8-0f9980c279fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ba501d9-47e7-48cf-bdaf-1c9c7ba0b6f6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32baf15a-009c-4bba-81d8-0f9980c279fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8807330570924338185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88073305709243381858807330570924338185880733057092433818588073305709243381858807330570924338185880733057092433818588073305709243381858807330570924338185880733057092433818588073305709243381858807330570924338185880733057092433818588073305709243381858807330570924338185880733057092433818588073305709243381858807330570924338185880733057092433818588073305709243381858807330570924338185" } } } 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, 2a2ad354-c04b-4a74-943b-6c798bb03403, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a2ad354-c04b-4a74-943b-6c798bb03403, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13661507391753264654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366150739175326465413661507391753264654136615073917532646541366150739175326465413661507391753264654136615073917532646541366150739175326465413661507391753264654136615073917532646541366150739175326465413661507391753264654136615073917532646541366150739175326465413661507391753264654136615073917532646541366150739175326465413661507391753264654136615073917532646541366150739175326465413661507391753264654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32baf15a-009c-4bba-81d8-0f9980c279fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8817b982-e4f5-4c0e-8a5d-eafd60550cd1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8817b982-e4f5-4c0e-8a5d-eafd60550cd1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5438275353731209999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54382753537312099995438275353731209999543827535373120999954382753537312099995438275353731209999543827535373120999954382753537312099995438275353731209999543827535373120999954382753537312099995438275353731209999543827535373120999954382753537312099995438275353731209999543827535373120999954382753537312099995438275353731209999543827535373120999954382753537312099995438275353731209999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a2ad354-c04b-4a74-943b-6c798bb03403, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0fdc5dc-7b3e-44a0-b1a0-13922f30055a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0fdc5dc-7b3e-44a0-b1a0-13922f30055a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11434392445685790693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143439244568579069311434392445685790693114343924456857906931143439244568579069311434392445685790693114343924456857906931143439244568579069311434392445685790693114343924456857906931143439244568579069311434392445685790693114343924456857906931143439244568579069311434392445685790693114343924456857906931143439244568579069311434392445685790693114343924456857906931143439244568579069311434392445685790693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8817b982-e4f5-4c0e-8a5d-eafd60550cd1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c206073a-b420-49a8-b7ed-b2da50f5e8bb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c206073a-b420-49a8-b7ed-b2da50f5e8bb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17711106603888723369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771110660388872336917711106603888723369177111066038887233691771110660388872336917711106603888723369177111066038887233691771110660388872336917711106603888723369177111066038887233691771110660388872336917711106603888723369177111066038887233691771110660388872336917711106603888723369177111066038887233691771110660388872336917711106603888723369177111066038887233691771110660388872336917711106603888723369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0fdc5dc-7b3e-44a0-b1a0-13922f30055a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c206073a-b420-49a8-b7ed-b2da50f5e8bb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e552d9f-adbc-4b52-ae28-fd432c013e1a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e552d9f-adbc-4b52-ae28-fd432c013e1a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2158191670285949389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21581916702859493892158191670285949389215819167028594938921581916702859493892158191670285949389215819167028594938921581916702859493892158191670285949389215819167028594938921581916702859493892158191670285949389215819167028594938921581916702859493892158191670285949389215819167028594938921581916702859493892158191670285949389215819167028594938921581916702859493892158191670285949389" } } } 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, 20006599-b2ed-4b55-8703-ea90cfb5ece6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20006599-b2ed-4b55-8703-ea90cfb5ece6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6138481281759392561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61384812817593925616138481281759392561613848128175939256161384812817593925616138481281759392561613848128175939256161384812817593925616138481281759392561613848128175939256161384812817593925616138481281759392561613848128175939256161384812817593925616138481281759392561613848128175939256161384812817593925616138481281759392561613848128175939256161384812817593925616138481281759392561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e552d9f-adbc-4b52-ae28-fd432c013e1a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebfdbefe-d331-4af2-8e88-e5e511e6a757, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20006599-b2ed-4b55-8703-ea90cfb5ece6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebfdbefe-d331-4af2-8e88-e5e511e6a757, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13629412217056783972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362941221705678397213629412217056783972136294122170567839721362941221705678397213629412217056783972136294122170567839721362941221705678397213629412217056783972136294122170567839721362941221705678397213629412217056783972136294122170567839721362941221705678397213629412217056783972136294122170567839721362941221705678397213629412217056783972136294122170567839721362941221705678397213629412217056783972" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efe6020d-a293-49bb-b5f4-ac835ee1ef9b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efe6020d-a293-49bb-b5f4-ac835ee1ef9b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8435579121397275481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84355791213972754818435579121397275481843557912139727548184355791213972754818435579121397275481843557912139727548184355791213972754818435579121397275481843557912139727548184355791213972754818435579121397275481843557912139727548184355791213972754818435579121397275481843557912139727548184355791213972754818435579121397275481843557912139727548184355791213972754818435579121397275481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebfdbefe-d331-4af2-8e88-e5e511e6a757, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efe6020d-a293-49bb-b5f4-ac835ee1ef9b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61a23a58-a312-491e-a64f-096d7f3b8d12, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61a23a58-a312-491e-a64f-096d7f3b8d12, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16364773652136345635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636477365213634563516364773652136345635163647736521363456351636477365213634563516364773652136345635163647736521363456351636477365213634563516364773652136345635163647736521363456351636477365213634563516364773652136345635163647736521363456351636477365213634563516364773652136345635163647736521363456351636477365213634563516364773652136345635163647736521363456351636477365213634563516364773652136345635" } } } 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, cf8dfd17-7ff5-4eb4-8b58-c60b2de95c14, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf8dfd17-7ff5-4eb4-8b58-c60b2de95c14, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15396434730229365495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539643473022936549515396434730229365495153964347302293654951539643473022936549515396434730229365495153964347302293654951539643473022936549515396434730229365495153964347302293654951539643473022936549515396434730229365495153964347302293654951539643473022936549515396434730229365495153964347302293654951539643473022936549515396434730229365495153964347302293654951539643473022936549515396434730229365495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61a23a58-a312-491e-a64f-096d7f3b8d12, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf8dfd17-7ff5-4eb4-8b58-c60b2de95c14, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc1b25bb-3dad-4c1e-a339-89179b4c9902, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc1b25bb-3dad-4c1e-a339-89179b4c9902, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9536622310073814988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95366223100738149889536622310073814988953662231007381498895366223100738149889536622310073814988953662231007381498895366223100738149889536622310073814988953662231007381498895366223100738149889536622310073814988953662231007381498895366223100738149889536622310073814988953662231007381498895366223100738149889536622310073814988953662231007381498895366223100738149889536622310073814988" } } } 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, 4820e447-13ce-47dc-88a3-8f0de2974c7b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4820e447-13ce-47dc-88a3-8f0de2974c7b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5181166635900711909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51811666359007119095181166635900711909518116663590071190951811666359007119095181166635900711909518116663590071190951811666359007119095181166635900711909518116663590071190951811666359007119095181166635900711909518116663590071190951811666359007119095181166635900711909518116663590071190951811666359007119095181166635900711909518116663590071190951811666359007119095181166635900711909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc1b25bb-3dad-4c1e-a339-89179b4c9902, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fc9c7ff-9f52-4dec-a213-f5480b48dd71, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4820e447-13ce-47dc-88a3-8f0de2974c7b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc9c7ff-9f52-4dec-a213-f5480b48dd71, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1077473587184603157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10774735871846031571077473587184603157107747358718460315710774735871846031571077473587184603157107747358718460315710774735871846031571077473587184603157107747358718460315710774735871846031571077473587184603157107747358718460315710774735871846031571077473587184603157107747358718460315710774735871846031571077473587184603157107747358718460315710774735871846031571077473587184603157" } } } 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, f44b0d7a-330e-4956-99da-04c347d2f307, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f44b0d7a-330e-4956-99da-04c347d2f307, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15402074283204984575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540207428320498457515402074283204984575154020742832049845751540207428320498457515402074283204984575154020742832049845751540207428320498457515402074283204984575154020742832049845751540207428320498457515402074283204984575154020742832049845751540207428320498457515402074283204984575154020742832049845751540207428320498457515402074283204984575154020742832049845751540207428320498457515402074283204984575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc9c7ff-9f52-4dec-a213-f5480b48dd71, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a34b1fc4-e6c1-4975-a57d-e35190c0e54b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f44b0d7a-330e-4956-99da-04c347d2f307, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a34b1fc4-e6c1-4975-a57d-e35190c0e54b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17674931952488550449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767493195248855044917674931952488550449176749319524885504491767493195248855044917674931952488550449176749319524885504491767493195248855044917674931952488550449176749319524885504491767493195248855044917674931952488550449176749319524885504491767493195248855044917674931952488550449176749319524885504491767493195248855044917674931952488550449176749319524885504491767493195248855044917674931952488550449" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb32512f-b527-4141-9f78-ba65fd47fc32, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a34b1fc4-e6c1-4975-a57d-e35190c0e54b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb32512f-b527-4141-9f78-ba65fd47fc32, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9627224697549356905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96272246975493569059627224697549356905962722469754935690596272246975493569059627224697549356905962722469754935690596272246975493569059627224697549356905962722469754935690596272246975493569059627224697549356905962722469754935690596272246975493569059627224697549356905962722469754935690596272246975493569059627224697549356905962722469754935690596272246975493569059627224697549356905" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4301140-3691-41e4-9f39-062658bb82d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4301140-3691-41e4-9f39-062658bb82d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6015335219886220419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60153352198862204196015335219886220419601533521988622041960153352198862204196015335219886220419601533521988622041960153352198862204196015335219886220419601533521988622041960153352198862204196015335219886220419601533521988622041960153352198862204196015335219886220419601533521988622041960153352198862204196015335219886220419601533521988622041960153352198862204196015335219886220419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4301140-3691-41e4-9f39-062658bb82d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb32512f-b527-4141-9f78-ba65fd47fc32, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 715ad513-e28c-4598-8dca-6112bb265884, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 715ad513-e28c-4598-8dca-6112bb265884, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14226410738831035623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422641073883103562314226410738831035623142264107388310356231422641073883103562314226410738831035623142264107388310356231422641073883103562314226410738831035623142264107388310356231422641073883103562314226410738831035623142264107388310356231422641073883103562314226410738831035623142264107388310356231422641073883103562314226410738831035623142264107388310356231422641073883103562314226410738831035623" } } } 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, 3db175a3-b49d-43aa-b15c-72cecd9640e1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3db175a3-b49d-43aa-b15c-72cecd9640e1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5202831900674603762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52028319006746037625202831900674603762520283190067460376252028319006746037625202831900674603762520283190067460376252028319006746037625202831900674603762520283190067460376252028319006746037625202831900674603762520283190067460376252028319006746037625202831900674603762520283190067460376252028319006746037625202831900674603762520283190067460376252028319006746037625202831900674603762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3db175a3-b49d-43aa-b15c-72cecd9640e1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 715ad513-e28c-4598-8dca-6112bb265884, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46fe51e8-0a1d-464e-92ca-9bc63a10e84c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2aa12ed6-6ea5-43cf-bff1-b0ad598b8bb2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aa12ed6-6ea5-43cf-bff1-b0ad598b8bb2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11720238518486862850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172023851848686285011720238518486862850117202385184868628501172023851848686285011720238518486862850117202385184868628501172023851848686285011720238518486862850117202385184868628501172023851848686285011720238518486862850117202385184868628501172023851848686285011720238518486862850117202385184868628501172023851848686285011720238518486862850117202385184868628501172023851848686285011720238518486862850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46fe51e8-0a1d-464e-92ca-9bc63a10e84c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16710980288927787644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671098028892778764416710980288927787644167109802889277876441671098028892778764416710980288927787644167109802889277876441671098028892778764416710980288927787644167109802889277876441671098028892778764416710980288927787644167109802889277876441671098028892778764416710980288927787644167109802889277876441671098028892778764416710980288927787644167109802889277876441671098028892778764416710980288927787644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aa12ed6-6ea5-43cf-bff1-b0ad598b8bb2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b8367f7-3a8c-4854-99be-498fb35a1ba6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46fe51e8-0a1d-464e-92ca-9bc63a10e84c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b09d0e8-8f83-434d-a2d3-9e4bae6c7a96, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b8367f7-3a8c-4854-99be-498fb35a1ba6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4876354664179804570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48763546641798045704876354664179804570487635466417980457048763546641798045704876354664179804570487635466417980457048763546641798045704876354664179804570487635466417980457048763546641798045704876354664179804570487635466417980457048763546641798045704876354664179804570487635466417980457048763546641798045704876354664179804570487635466417980457048763546641798045704876354664179804570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b09d0e8-8f83-434d-a2d3-9e4bae6c7a96, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3839300496470491320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38393004964704913203839300496470491320383930049647049132038393004964704913203839300496470491320383930049647049132038393004964704913203839300496470491320383930049647049132038393004964704913203839300496470491320383930049647049132038393004964704913203839300496470491320383930049647049132038393004964704913203839300496470491320383930049647049132038393004964704913203839300496470491320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b8367f7-3a8c-4854-99be-498fb35a1ba6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 041acbb1-4093-4eba-a45b-bb3b6235272a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 041acbb1-4093-4eba-a45b-bb3b6235272a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5981503960376888047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59815039603768880475981503960376888047598150396037688804759815039603768880475981503960376888047598150396037688804759815039603768880475981503960376888047598150396037688804759815039603768880475981503960376888047598150396037688804759815039603768880475981503960376888047598150396037688804759815039603768880475981503960376888047598150396037688804759815039603768880475981503960376888047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b09d0e8-8f83-434d-a2d3-9e4bae6c7a96, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 041acbb1-4093-4eba-a45b-bb3b6235272a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28abfb42-6ed6-4264-a15b-bd744ad16027, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28abfb42-6ed6-4264-a15b-bd744ad16027, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15892924575671066340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589292457567106634015892924575671066340158929245756710663401589292457567106634015892924575671066340158929245756710663401589292457567106634015892924575671066340158929245756710663401589292457567106634015892924575671066340158929245756710663401589292457567106634015892924575671066340158929245756710663401589292457567106634015892924575671066340158929245756710663401589292457567106634015892924575671066340" } } } 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, 483d577d-1c17-44e9-8417-14d78be8276b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28abfb42-6ed6-4264-a15b-bd744ad16027, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 483d577d-1c17-44e9-8417-14d78be8276b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17019551172365929021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701955117236592902117019551172365929021170195511723659290211701955117236592902117019551172365929021170195511723659290211701955117236592902117019551172365929021170195511723659290211701955117236592902117019551172365929021170195511723659290211701955117236592902117019551172365929021170195511723659290211701955117236592902117019551172365929021170195511723659290211701955117236592902117019551172365929021" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 225cbaf3-07a4-4f66-9262-2da7fadfe765, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 225cbaf3-07a4-4f66-9262-2da7fadfe765, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5653429098298790632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56534290982987906325653429098298790632565342909829879063256534290982987906325653429098298790632565342909829879063256534290982987906325653429098298790632565342909829879063256534290982987906325653429098298790632565342909829879063256534290982987906325653429098298790632565342909829879063256534290982987906325653429098298790632565342909829879063256534290982987906325653429098298790632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 483d577d-1c17-44e9-8417-14d78be8276b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da395a52-80fd-47ef-b555-174c2f373335, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da395a52-80fd-47ef-b555-174c2f373335, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13041078643247680345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304107864324768034513041078643247680345130410786432476803451304107864324768034513041078643247680345130410786432476803451304107864324768034513041078643247680345130410786432476803451304107864324768034513041078643247680345130410786432476803451304107864324768034513041078643247680345130410786432476803451304107864324768034513041078643247680345130410786432476803451304107864324768034513041078643247680345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 225cbaf3-07a4-4f66-9262-2da7fadfe765, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d017e8c-be05-4966-addd-54cd0f7ec771, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d017e8c-be05-4966-addd-54cd0f7ec771, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18137449240841479118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813744924084147911818137449240841479118181374492408414791181813744924084147911818137449240841479118181374492408414791181813744924084147911818137449240841479118181374492408414791181813744924084147911818137449240841479118181374492408414791181813744924084147911818137449240841479118181374492408414791181813744924084147911818137449240841479118181374492408414791181813744924084147911818137449240841479118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da395a52-80fd-47ef-b555-174c2f373335, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbfb8b33-9e11-402b-997a-92cc05cdaff3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d017e8c-be05-4966-addd-54cd0f7ec771, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbfb8b33-9e11-402b-997a-92cc05cdaff3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1206181241183774092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12061812411837740921206181241183774092120618124118377409212061812411837740921206181241183774092120618124118377409212061812411837740921206181241183774092120618124118377409212061812411837740921206181241183774092120618124118377409212061812411837740921206181241183774092120618124118377409212061812411837740921206181241183774092120618124118377409212061812411837740921206181241183774092" } } } 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, 61453a44-7a8d-48a7-b0ea-457d838a327d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbfb8b33-9e11-402b-997a-92cc05cdaff3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61453a44-7a8d-48a7-b0ea-457d838a327d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1614593403913048603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16145934039130486031614593403913048603161459340391304860316145934039130486031614593403913048603161459340391304860316145934039130486031614593403913048603161459340391304860316145934039130486031614593403913048603161459340391304860316145934039130486031614593403913048603161459340391304860316145934039130486031614593403913048603161459340391304860316145934039130486031614593403913048603" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6e0c39e-bc10-486a-9c18-a4aff2003cfe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61453a44-7a8d-48a7-b0ea-457d838a327d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6e0c39e-bc10-486a-9c18-a4aff2003cfe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5308197695864989478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53081976958649894785308197695864989478530819769586498947853081976958649894785308197695864989478530819769586498947853081976958649894785308197695864989478530819769586498947853081976958649894785308197695864989478530819769586498947853081976958649894785308197695864989478530819769586498947853081976958649894785308197695864989478530819769586498947853081976958649894785308197695864989478" } } } 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, 6c2161a5-562f-41db-8f93-9123eff13304, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c2161a5-562f-41db-8f93-9123eff13304, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1849068960454517161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18490689604545171611849068960454517161184906896045451716118490689604545171611849068960454517161184906896045451716118490689604545171611849068960454517161184906896045451716118490689604545171611849068960454517161184906896045451716118490689604545171611849068960454517161184906896045451716118490689604545171611849068960454517161184906896045451716118490689604545171611849068960454517161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6e0c39e-bc10-486a-9c18-a4aff2003cfe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c2161a5-562f-41db-8f93-9123eff13304, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe4dba0e-6ee6-449c-8dd5-6b83c4999323, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe4dba0e-6ee6-449c-8dd5-6b83c4999323, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10626002743925702853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062600274392570285310626002743925702853106260027439257028531062600274392570285310626002743925702853106260027439257028531062600274392570285310626002743925702853106260027439257028531062600274392570285310626002743925702853106260027439257028531062600274392570285310626002743925702853106260027439257028531062600274392570285310626002743925702853106260027439257028531062600274392570285310626002743925702853" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0b13948-3e70-40f0-b585-292adc71ad06, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe4dba0e-6ee6-449c-8dd5-6b83c4999323, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0b13948-3e70-40f0-b585-292adc71ad06, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7535061783280649699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75350617832806496997535061783280649699753506178328064969975350617832806496997535061783280649699753506178328064969975350617832806496997535061783280649699753506178328064969975350617832806496997535061783280649699753506178328064969975350617832806496997535061783280649699753506178328064969975350617832806496997535061783280649699753506178328064969975350617832806496997535061783280649699" } } } 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, 2f45943b-f689-46dc-b0b6-d2825d285266, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f45943b-f689-46dc-b0b6-d2825d285266, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10547251856882042216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054725185688204221610547251856882042216105472518568820422161054725185688204221610547251856882042216105472518568820422161054725185688204221610547251856882042216105472518568820422161054725185688204221610547251856882042216105472518568820422161054725185688204221610547251856882042216105472518568820422161054725185688204221610547251856882042216105472518568820422161054725185688204221610547251856882042216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0b13948-3e70-40f0-b585-292adc71ad06, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16d05d32-876c-4bc8-8429-069de04c6106, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16d05d32-876c-4bc8-8429-069de04c6106, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1438598091303540528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14385980913035405281438598091303540528143859809130354052814385980913035405281438598091303540528143859809130354052814385980913035405281438598091303540528143859809130354052814385980913035405281438598091303540528143859809130354052814385980913035405281438598091303540528143859809130354052814385980913035405281438598091303540528143859809130354052814385980913035405281438598091303540528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f45943b-f689-46dc-b0b6-d2825d285266, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a54c450e-248e-4c9a-a8be-421442258c62, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a54c450e-248e-4c9a-a8be-421442258c62, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10534948697663855038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053494869766385503810534948697663855038105349486976638550381053494869766385503810534948697663855038105349486976638550381053494869766385503810534948697663855038105349486976638550381053494869766385503810534948697663855038105349486976638550381053494869766385503810534948697663855038105349486976638550381053494869766385503810534948697663855038105349486976638550381053494869766385503810534948697663855038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16d05d32-876c-4bc8-8429-069de04c6106, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c73b5d2-31c7-45d2-9d7a-09c42b8aa38c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c73b5d2-31c7-45d2-9d7a-09c42b8aa38c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4332136598882527671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43321365988825276714332136598882527671433213659888252767143321365988825276714332136598882527671433213659888252767143321365988825276714332136598882527671433213659888252767143321365988825276714332136598882527671433213659888252767143321365988825276714332136598882527671433213659888252767143321365988825276714332136598882527671433213659888252767143321365988825276714332136598882527671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a54c450e-248e-4c9a-a8be-421442258c62, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f7584b2-0cbd-47bf-b6d8-6b2a1c1d8dfd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f7584b2-0cbd-47bf-b6d8-6b2a1c1d8dfd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7417919443620571918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74179194436205719187417919443620571918741791944362057191874179194436205719187417919443620571918741791944362057191874179194436205719187417919443620571918741791944362057191874179194436205719187417919443620571918741791944362057191874179194436205719187417919443620571918741791944362057191874179194436205719187417919443620571918741791944362057191874179194436205719187417919443620571918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c73b5d2-31c7-45d2-9d7a-09c42b8aa38c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b672bba8-d334-4336-9739-56f5e9aeb8ad, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b672bba8-d334-4336-9739-56f5e9aeb8ad, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 221410325552923970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970221410325552923970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f7584b2-0cbd-47bf-b6d8-6b2a1c1d8dfd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a311ff44-63a2-4898-ae7c-ee7f881f3957, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a311ff44-63a2-4898-ae7c-ee7f881f3957, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6358719487242719926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63587194872427199266358719487242719926635871948724271992663587194872427199266358719487242719926635871948724271992663587194872427199266358719487242719926635871948724271992663587194872427199266358719487242719926635871948724271992663587194872427199266358719487242719926635871948724271992663587194872427199266358719487242719926635871948724271992663587194872427199266358719487242719926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b672bba8-d334-4336-9739-56f5e9aeb8ad, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9e8382b-3c27-4e0c-a1b0-dbdd6bd9bf64, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9e8382b-3c27-4e0c-a1b0-dbdd6bd9bf64, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8481370994328103975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84813709943281039758481370994328103975848137099432810397584813709943281039758481370994328103975848137099432810397584813709943281039758481370994328103975848137099432810397584813709943281039758481370994328103975848137099432810397584813709943281039758481370994328103975848137099432810397584813709943281039758481370994328103975848137099432810397584813709943281039758481370994328103975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a311ff44-63a2-4898-ae7c-ee7f881f3957, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c931dea-7930-4023-815c-67f889bd896b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c931dea-7930-4023-815c-67f889bd896b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2070012229873747480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20700122298737474802070012229873747480207001222987374748020700122298737474802070012229873747480207001222987374748020700122298737474802070012229873747480207001222987374748020700122298737474802070012229873747480207001222987374748020700122298737474802070012229873747480207001222987374748020700122298737474802070012229873747480207001222987374748020700122298737474802070012229873747480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9e8382b-3c27-4e0c-a1b0-dbdd6bd9bf64, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c931dea-7930-4023-815c-67f889bd896b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f52796ff-5338-483b-892c-673cc1d8cf51, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fe9c68b-b37d-4cbb-95fb-06131f43b8e9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fe9c68b-b37d-4cbb-95fb-06131f43b8e9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9650836764730903532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96508367647309035329650836764730903532965083676473090353296508367647309035329650836764730903532965083676473090353296508367647309035329650836764730903532965083676473090353296508367647309035329650836764730903532965083676473090353296508367647309035329650836764730903532965083676473090353296508367647309035329650836764730903532965083676473090353296508367647309035329650836764730903532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f52796ff-5338-483b-892c-673cc1d8cf51, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16295426093845819509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629542609384581950916295426093845819509162954260938458195091629542609384581950916295426093845819509162954260938458195091629542609384581950916295426093845819509162954260938458195091629542609384581950916295426093845819509162954260938458195091629542609384581950916295426093845819509162954260938458195091629542609384581950916295426093845819509162954260938458195091629542609384581950916295426093845819509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fe9c68b-b37d-4cbb-95fb-06131f43b8e9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f52796ff-5338-483b-892c-673cc1d8cf51, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3659999-fe2f-4e3d-839f-17b5a89762a4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f99a527c-aa66-4da4-95e2-6655b92a84be, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3659999-fe2f-4e3d-839f-17b5a89762a4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7059510262508096297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70595102625080962977059510262508096297705951026250809629770595102625080962977059510262508096297705951026250809629770595102625080962977059510262508096297705951026250809629770595102625080962977059510262508096297705951026250809629770595102625080962977059510262508096297705951026250809629770595102625080962977059510262508096297705951026250809629770595102625080962977059510262508096297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f99a527c-aa66-4da4-95e2-6655b92a84be, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6529075856207584303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65290758562075843036529075856207584303652907585620758430365290758562075843036529075856207584303652907585620758430365290758562075843036529075856207584303652907585620758430365290758562075843036529075856207584303652907585620758430365290758562075843036529075856207584303652907585620758430365290758562075843036529075856207584303652907585620758430365290758562075843036529075856207584303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3659999-fe2f-4e3d-839f-17b5a89762a4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecdb9255-d7a3-484c-870f-445bfccd3881, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecdb9255-d7a3-484c-870f-445bfccd3881, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13337276702848109705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333727670284810970513337276702848109705133372767028481097051333727670284810970513337276702848109705133372767028481097051333727670284810970513337276702848109705133372767028481097051333727670284810970513337276702848109705133372767028481097051333727670284810970513337276702848109705133372767028481097051333727670284810970513337276702848109705133372767028481097051333727670284810970513337276702848109705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f99a527c-aa66-4da4-95e2-6655b92a84be, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecdb9255-d7a3-484c-870f-445bfccd3881, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77a43af9-9110-49c6-ae1b-2ed17ad19e24, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77a43af9-9110-49c6-ae1b-2ed17ad19e24, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14658504434078817075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465850443407881707514658504434078817075146585044340788170751465850443407881707514658504434078817075146585044340788170751465850443407881707514658504434078817075146585044340788170751465850443407881707514658504434078817075146585044340788170751465850443407881707514658504434078817075146585044340788170751465850443407881707514658504434078817075146585044340788170751465850443407881707514658504434078817075" } } } 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, 6b618ea7-ab66-4bf4-9525-aad62490601e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b618ea7-ab66-4bf4-9525-aad62490601e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12591300194711221375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259130019471122137512591300194711221375125913001947112213751259130019471122137512591300194711221375125913001947112213751259130019471122137512591300194711221375125913001947112213751259130019471122137512591300194711221375125913001947112213751259130019471122137512591300194711221375125913001947112213751259130019471122137512591300194711221375125913001947112213751259130019471122137512591300194711221375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77a43af9-9110-49c6-ae1b-2ed17ad19e24, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61a43c28-6afc-4197-ac1d-5d08d46115ee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61a43c28-6afc-4197-ac1d-5d08d46115ee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15364857806975671998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536485780697567199815364857806975671998153648578069756719981536485780697567199815364857806975671998153648578069756719981536485780697567199815364857806975671998153648578069756719981536485780697567199815364857806975671998153648578069756719981536485780697567199815364857806975671998153648578069756719981536485780697567199815364857806975671998153648578069756719981536485780697567199815364857806975671998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b618ea7-ab66-4bf4-9525-aad62490601e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3afb683d-1083-4f26-91e1-8d45b9bb8a6f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3afb683d-1083-4f26-91e1-8d45b9bb8a6f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13688328294585776841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368832829458577684113688328294585776841136883282945857768411368832829458577684113688328294585776841136883282945857768411368832829458577684113688328294585776841136883282945857768411368832829458577684113688328294585776841136883282945857768411368832829458577684113688328294585776841136883282945857768411368832829458577684113688328294585776841136883282945857768411368832829458577684113688328294585776841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61a43c28-6afc-4197-ac1d-5d08d46115ee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfaada6c-f915-4801-a834-828270c88ccb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfaada6c-f915-4801-a834-828270c88ccb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2295071756790404885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22950717567904048852295071756790404885229507175679040488522950717567904048852295071756790404885229507175679040488522950717567904048852295071756790404885229507175679040488522950717567904048852295071756790404885229507175679040488522950717567904048852295071756790404885229507175679040488522950717567904048852295071756790404885229507175679040488522950717567904048852295071756790404885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3afb683d-1083-4f26-91e1-8d45b9bb8a6f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c55acc7-2855-4cb1-b4c2-03426fcdde14, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfaada6c-f915-4801-a834-828270c88ccb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a06bbba-8d58-46e8-b901-dc4ab4aed57b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a06bbba-8d58-46e8-b901-dc4ab4aed57b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5428670981352783806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54286709813527838065428670981352783806542867098135278380654286709813527838065428670981352783806542867098135278380654286709813527838065428670981352783806542867098135278380654286709813527838065428670981352783806542867098135278380654286709813527838065428670981352783806542867098135278380654286709813527838065428670981352783806542867098135278380654286709813527838065428670981352783806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c55acc7-2855-4cb1-b4c2-03426fcdde14, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17615246063986408112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761524606398640811217615246063986408112176152460639864081121761524606398640811217615246063986408112176152460639864081121761524606398640811217615246063986408112176152460639864081121761524606398640811217615246063986408112176152460639864081121761524606398640811217615246063986408112176152460639864081121761524606398640811217615246063986408112176152460639864081121761524606398640811217615246063986408112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a06bbba-8d58-46e8-b901-dc4ab4aed57b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9c1382c-3f74-40fd-8d3d-e9b0b01fa696, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c55acc7-2855-4cb1-b4c2-03426fcdde14, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9c1382c-3f74-40fd-8d3d-e9b0b01fa696, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3195567530645920456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31955675306459204563195567530645920456319556753064592045631955675306459204563195567530645920456319556753064592045631955675306459204563195567530645920456319556753064592045631955675306459204563195567530645920456319556753064592045631955675306459204563195567530645920456319556753064592045631955675306459204563195567530645920456319556753064592045631955675306459204563195567530645920456" } } } 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, 64a0c9ae-b16b-4c9b-9760-6a048f8f3223, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64a0c9ae-b16b-4c9b-9760-6a048f8f3223, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8047463717172892018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80474637171728920188047463717172892018804746371717289201880474637171728920188047463717172892018804746371717289201880474637171728920188047463717172892018804746371717289201880474637171728920188047463717172892018804746371717289201880474637171728920188047463717172892018804746371717289201880474637171728920188047463717172892018804746371717289201880474637171728920188047463717172892018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9c1382c-3f74-40fd-8d3d-e9b0b01fa696, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89f06669-bcdf-46a6-b649-33121ff5043f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f06669-bcdf-46a6-b649-33121ff5043f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14530214113454008449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453021411345400844914530214113454008449145302141134540084491453021411345400844914530214113454008449145302141134540084491453021411345400844914530214113454008449145302141134540084491453021411345400844914530214113454008449145302141134540084491453021411345400844914530214113454008449145302141134540084491453021411345400844914530214113454008449145302141134540084491453021411345400844914530214113454008449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64a0c9ae-b16b-4c9b-9760-6a048f8f3223, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e47add0-d27b-46cb-91c0-258b151456b5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e47add0-d27b-46cb-91c0-258b151456b5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17360412157605647268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736041215760564726817360412157605647268173604121576056472681736041215760564726817360412157605647268173604121576056472681736041215760564726817360412157605647268173604121576056472681736041215760564726817360412157605647268173604121576056472681736041215760564726817360412157605647268173604121576056472681736041215760564726817360412157605647268173604121576056472681736041215760564726817360412157605647268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f06669-bcdf-46a6-b649-33121ff5043f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b83c2004-2ac2-4439-ae86-63af07671b49, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b83c2004-2ac2-4439-ae86-63af07671b49, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8301678435522270440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83016784355222704408301678435522270440830167843552227044083016784355222704408301678435522270440830167843552227044083016784355222704408301678435522270440830167843552227044083016784355222704408301678435522270440830167843552227044083016784355222704408301678435522270440830167843552227044083016784355222704408301678435522270440830167843552227044083016784355222704408301678435522270440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e47add0-d27b-46cb-91c0-258b151456b5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cc39ee5-8fd6-4695-b245-bb221968c36d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cc39ee5-8fd6-4695-b245-bb221968c36d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15368687286996437136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536868728699643713615368687286996437136153686872869964371361536868728699643713615368687286996437136153686872869964371361536868728699643713615368687286996437136153686872869964371361536868728699643713615368687286996437136153686872869964371361536868728699643713615368687286996437136153686872869964371361536868728699643713615368687286996437136153686872869964371361536868728699643713615368687286996437136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b83c2004-2ac2-4439-ae86-63af07671b49, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8deed2d9-cfb2-4b1f-9d78-380b6b2862f5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8deed2d9-cfb2-4b1f-9d78-380b6b2862f5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2951562057515791269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29515620575157912692951562057515791269295156205751579126929515620575157912692951562057515791269295156205751579126929515620575157912692951562057515791269295156205751579126929515620575157912692951562057515791269295156205751579126929515620575157912692951562057515791269295156205751579126929515620575157912692951562057515791269295156205751579126929515620575157912692951562057515791269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cc39ee5-8fd6-4695-b245-bb221968c36d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78ace5d7-b9c2-4eb9-b4b3-9029254bcb04, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78ace5d7-b9c2-4eb9-b4b3-9029254bcb04, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17055662395478128467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705566239547812846717055662395478128467170556623954781284671705566239547812846717055662395478128467170556623954781284671705566239547812846717055662395478128467170556623954781284671705566239547812846717055662395478128467170556623954781284671705566239547812846717055662395478128467170556623954781284671705566239547812846717055662395478128467170556623954781284671705566239547812846717055662395478128467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8deed2d9-cfb2-4b1f-9d78-380b6b2862f5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d5accd0-0f9e-4359-a426-9fccbab5752a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d5accd0-0f9e-4359-a426-9fccbab5752a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15394126128989309795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539412612898930979515394126128989309795153941261289893097951539412612898930979515394126128989309795153941261289893097951539412612898930979515394126128989309795153941261289893097951539412612898930979515394126128989309795153941261289893097951539412612898930979515394126128989309795153941261289893097951539412612898930979515394126128989309795153941261289893097951539412612898930979515394126128989309795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78ace5d7-b9c2-4eb9-b4b3-9029254bcb04, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b21a994b-cf95-4857-b33e-01a0313fa004, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b21a994b-cf95-4857-b33e-01a0313fa004, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17021963005619343229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702196300561934322917021963005619343229170219630056193432291702196300561934322917021963005619343229170219630056193432291702196300561934322917021963005619343229170219630056193432291702196300561934322917021963005619343229170219630056193432291702196300561934322917021963005619343229170219630056193432291702196300561934322917021963005619343229170219630056193432291702196300561934322917021963005619343229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d5accd0-0f9e-4359-a426-9fccbab5752a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dfc98f3-d886-4329-b57e-921cf8c9638b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b21a994b-cf95-4857-b33e-01a0313fa004, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dfc98f3-d886-4329-b57e-921cf8c9638b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10085997580015231433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008599758001523143310085997580015231433100859975800152314331008599758001523143310085997580015231433100859975800152314331008599758001523143310085997580015231433100859975800152314331008599758001523143310085997580015231433100859975800152314331008599758001523143310085997580015231433100859975800152314331008599758001523143310085997580015231433100859975800152314331008599758001523143310085997580015231433" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4b42aba-739c-44f4-9457-60d8e806f121, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4b42aba-739c-44f4-9457-60d8e806f121, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11253403337732388742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125340333773238874211253403337732388742112534033377323887421125340333773238874211253403337732388742112534033377323887421125340333773238874211253403337732388742112534033377323887421125340333773238874211253403337732388742112534033377323887421125340333773238874211253403337732388742112534033377323887421125340333773238874211253403337732388742112534033377323887421125340333773238874211253403337732388742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dfc98f3-d886-4329-b57e-921cf8c9638b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4b42aba-739c-44f4-9457-60d8e806f121, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 834784d7-44f4-4d44-bc83-6cdf79bf6dcf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 834784d7-44f4-4d44-bc83-6cdf79bf6dcf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9934519302754863605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99345193027548636059934519302754863605993451930275486360599345193027548636059934519302754863605993451930275486360599345193027548636059934519302754863605993451930275486360599345193027548636059934519302754863605993451930275486360599345193027548636059934519302754863605993451930275486360599345193027548636059934519302754863605993451930275486360599345193027548636059934519302754863605" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 956b5ee2-7183-41b2-90f9-6dc81a5718a5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 956b5ee2-7183-41b2-90f9-6dc81a5718a5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18160149537267340850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816014953726734085018160149537267340850181601495372673408501816014953726734085018160149537267340850181601495372673408501816014953726734085018160149537267340850181601495372673408501816014953726734085018160149537267340850181601495372673408501816014953726734085018160149537267340850181601495372673408501816014953726734085018160149537267340850181601495372673408501816014953726734085018160149537267340850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 834784d7-44f4-4d44-bc83-6cdf79bf6dcf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6be9a8e-fcdf-49e6-9da7-11364b480938, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6be9a8e-fcdf-49e6-9da7-11364b480938, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6798804712954398943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67988047129543989436798804712954398943679880471295439894367988047129543989436798804712954398943679880471295439894367988047129543989436798804712954398943679880471295439894367988047129543989436798804712954398943679880471295439894367988047129543989436798804712954398943679880471295439894367988047129543989436798804712954398943679880471295439894367988047129543989436798804712954398943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 956b5ee2-7183-41b2-90f9-6dc81a5718a5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6be9a8e-fcdf-49e6-9da7-11364b480938, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8afeb824-dc89-40c2-a623-e35ee72b9f36, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40e42441-7031-4097-8fb5-a211a4a8432e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8afeb824-dc89-40c2-a623-e35ee72b9f36, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9857709391667751233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98577093916677512339857709391667751233985770939166775123398577093916677512339857709391667751233985770939166775123398577093916677512339857709391667751233985770939166775123398577093916677512339857709391667751233985770939166775123398577093916677512339857709391667751233985770939166775123398577093916677512339857709391667751233985770939166775123398577093916677512339857709391667751233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e42441-7031-4097-8fb5-a211a4a8432e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11982488210468665320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198248821046866532011982488210468665320119824882104686653201198248821046866532011982488210468665320119824882104686653201198248821046866532011982488210468665320119824882104686653201198248821046866532011982488210468665320119824882104686653201198248821046866532011982488210468665320119824882104686653201198248821046866532011982488210468665320119824882104686653201198248821046866532011982488210468665320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e42441-7031-4097-8fb5-a211a4a8432e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8afeb824-dc89-40c2-a623-e35ee72b9f36, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c97b89f5-32e5-4cd7-a861-2e3accecfbbe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d921728-d9d6-41ab-abab-48e8399cd669, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c97b89f5-32e5-4cd7-a861-2e3accecfbbe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2628379146789182226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26283791467891822262628379146789182226262837914678918222626283791467891822262628379146789182226262837914678918222626283791467891822262628379146789182226262837914678918222626283791467891822262628379146789182226262837914678918222626283791467891822262628379146789182226262837914678918222626283791467891822262628379146789182226262837914678918222626283791467891822262628379146789182226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d921728-d9d6-41ab-abab-48e8399cd669, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16116517092152961774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611651709215296177416116517092152961774161165170921529617741611651709215296177416116517092152961774161165170921529617741611651709215296177416116517092152961774161165170921529617741611651709215296177416116517092152961774161165170921529617741611651709215296177416116517092152961774161165170921529617741611651709215296177416116517092152961774161165170921529617741611651709215296177416116517092152961774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c97b89f5-32e5-4cd7-a861-2e3accecfbbe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f63c6f42-d2f8-4fe3-bdb1-70712545898b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d921728-d9d6-41ab-abab-48e8399cd669, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f63c6f42-d2f8-4fe3-bdb1-70712545898b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15030026619347801965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503002661934780196515030026619347801965150300266193478019651503002661934780196515030026619347801965150300266193478019651503002661934780196515030026619347801965150300266193478019651503002661934780196515030026619347801965150300266193478019651503002661934780196515030026619347801965150300266193478019651503002661934780196515030026619347801965150300266193478019651503002661934780196515030026619347801965" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f63c6f42-d2f8-4fe3-bdb1-70712545898b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 007251bd-c471-482d-95e4-6c713d18fc44, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 007251bd-c471-482d-95e4-6c713d18fc44, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9763517083525594121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97635170835255941219763517083525594121976351708352559412197635170835255941219763517083525594121976351708352559412197635170835255941219763517083525594121976351708352559412197635170835255941219763517083525594121976351708352559412197635170835255941219763517083525594121976351708352559412197635170835255941219763517083525594121976351708352559412197635170835255941219763517083525594121" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e73637c6-f6d2-4701-9cf9-5fb85cd197c9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e73637c6-f6d2-4701-9cf9-5fb85cd197c9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10593412009888148305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059341200988814830510593412009888148305105934120098881483051059341200988814830510593412009888148305105934120098881483051059341200988814830510593412009888148305105934120098881483051059341200988814830510593412009888148305105934120098881483051059341200988814830510593412009888148305105934120098881483051059341200988814830510593412009888148305105934120098881483051059341200988814830510593412009888148305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 007251bd-c471-482d-95e4-6c713d18fc44, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67409816-31fe-4216-9204-36b02580fd31, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67409816-31fe-4216-9204-36b02580fd31, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18380254568202775907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838025456820277590718380254568202775907183802545682027759071838025456820277590718380254568202775907183802545682027759071838025456820277590718380254568202775907183802545682027759071838025456820277590718380254568202775907183802545682027759071838025456820277590718380254568202775907183802545682027759071838025456820277590718380254568202775907183802545682027759071838025456820277590718380254568202775907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e73637c6-f6d2-4701-9cf9-5fb85cd197c9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79b38f0c-fa4b-440b-983e-e64d20a9bfce, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67409816-31fe-4216-9204-36b02580fd31, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79b38f0c-fa4b-440b-983e-e64d20a9bfce, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 250860387882787059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059250860387882787059" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67ff3904-547d-404c-8a2f-e1ac56b02644, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67ff3904-547d-404c-8a2f-e1ac56b02644, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16140156382739605128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614015638273960512816140156382739605128161401563827396051281614015638273960512816140156382739605128161401563827396051281614015638273960512816140156382739605128161401563827396051281614015638273960512816140156382739605128161401563827396051281614015638273960512816140156382739605128161401563827396051281614015638273960512816140156382739605128161401563827396051281614015638273960512816140156382739605128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79b38f0c-fa4b-440b-983e-e64d20a9bfce, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b2d0a76-3b0f-433a-821c-cecaf3a8140a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b2d0a76-3b0f-433a-821c-cecaf3a8140a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13396391842479351768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339639184247935176813396391842479351768133963918424793517681339639184247935176813396391842479351768133963918424793517681339639184247935176813396391842479351768133963918424793517681339639184247935176813396391842479351768133963918424793517681339639184247935176813396391842479351768133963918424793517681339639184247935176813396391842479351768133963918424793517681339639184247935176813396391842479351768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67ff3904-547d-404c-8a2f-e1ac56b02644, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb96009d-2b44-4983-baeb-2548c1b48a7a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb96009d-2b44-4983-baeb-2548c1b48a7a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4220363119113102221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42203631191131022214220363119113102221422036311911310222142203631191131022214220363119113102221422036311911310222142203631191131022214220363119113102221422036311911310222142203631191131022214220363119113102221422036311911310222142203631191131022214220363119113102221422036311911310222142203631191131022214220363119113102221422036311911310222142203631191131022214220363119113102221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b2d0a76-3b0f-433a-821c-cecaf3a8140a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9217157-5c04-4aa5-b442-524bbde8ec8b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9217157-5c04-4aa5-b442-524bbde8ec8b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15515588242233401562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551558824223340156215515588242233401562155155882422334015621551558824223340156215515588242233401562155155882422334015621551558824223340156215515588242233401562155155882422334015621551558824223340156215515588242233401562155155882422334015621551558824223340156215515588242233401562155155882422334015621551558824223340156215515588242233401562155155882422334015621551558824223340156215515588242233401562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb96009d-2b44-4983-baeb-2548c1b48a7a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9217157-5c04-4aa5-b442-524bbde8ec8b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dab5bfb3-1782-4846-a435-28539d6cd3a2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e44aad3a-abd3-4d46-bd82-a4cff80e26f4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e44aad3a-abd3-4d46-bd82-a4cff80e26f4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 250975359432392246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246250975359432392246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dab5bfb3-1782-4846-a435-28539d6cd3a2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9733453513862110800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97334535138621108009733453513862110800973345351386211080097334535138621108009733453513862110800973345351386211080097334535138621108009733453513862110800973345351386211080097334535138621108009733453513862110800973345351386211080097334535138621108009733453513862110800973345351386211080097334535138621108009733453513862110800973345351386211080097334535138621108009733453513862110800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e44aad3a-abd3-4d46-bd82-a4cff80e26f4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e0ee4f9-6230-41f2-8d55-6a528952f3d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e0ee4f9-6230-41f2-8d55-6a528952f3d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13833350673067741030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383335067306774103013833350673067741030138333506730677410301383335067306774103013833350673067741030138333506730677410301383335067306774103013833350673067741030138333506730677410301383335067306774103013833350673067741030138333506730677410301383335067306774103013833350673067741030138333506730677410301383335067306774103013833350673067741030138333506730677410301383335067306774103013833350673067741030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dab5bfb3-1782-4846-a435-28539d6cd3a2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c33a44a-a920-43ea-aa7d-2c55d2ed7240, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c33a44a-a920-43ea-aa7d-2c55d2ed7240, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3884057549933836861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38840575499338368613884057549933836861388405754993383686138840575499338368613884057549933836861388405754993383686138840575499338368613884057549933836861388405754993383686138840575499338368613884057549933836861388405754993383686138840575499338368613884057549933836861388405754993383686138840575499338368613884057549933836861388405754993383686138840575499338368613884057549933836861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e0ee4f9-6230-41f2-8d55-6a528952f3d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c33a44a-a920-43ea-aa7d-2c55d2ed7240, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a09c371-ab42-406f-ae6d-68fd5915d3ef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a09c371-ab42-406f-ae6d-68fd5915d3ef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18344904485610272103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834490448561027210318344904485610272103183449044856102721031834490448561027210318344904485610272103183449044856102721031834490448561027210318344904485610272103183449044856102721031834490448561027210318344904485610272103183449044856102721031834490448561027210318344904485610272103183449044856102721031834490448561027210318344904485610272103183449044856102721031834490448561027210318344904485610272103" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81c2991a-00af-4fb5-9cbb-08232fcfa7ff, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81c2991a-00af-4fb5-9cbb-08232fcfa7ff, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10194674650460896482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019467465046089648210194674650460896482101946746504608964821019467465046089648210194674650460896482101946746504608964821019467465046089648210194674650460896482101946746504608964821019467465046089648210194674650460896482101946746504608964821019467465046089648210194674650460896482101946746504608964821019467465046089648210194674650460896482101946746504608964821019467465046089648210194674650460896482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a09c371-ab42-406f-ae6d-68fd5915d3ef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ddd8364-b3f4-4599-a9ae-5a0c420eb79e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81c2991a-00af-4fb5-9cbb-08232fcfa7ff, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f78ef6ed-cb3b-496c-aaf9-d108a6876915, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f78ef6ed-cb3b-496c-aaf9-d108a6876915, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10871102810034423819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087110281003442381910871102810034423819108711028100344238191087110281003442381910871102810034423819108711028100344238191087110281003442381910871102810034423819108711028100344238191087110281003442381910871102810034423819108711028100344238191087110281003442381910871102810034423819108711028100344238191087110281003442381910871102810034423819108711028100344238191087110281003442381910871102810034423819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ddd8364-b3f4-4599-a9ae-5a0c420eb79e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4840672034989468246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48406720349894682464840672034989468246484067203498946824648406720349894682464840672034989468246484067203498946824648406720349894682464840672034989468246484067203498946824648406720349894682464840672034989468246484067203498946824648406720349894682464840672034989468246484067203498946824648406720349894682464840672034989468246484067203498946824648406720349894682464840672034989468246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f78ef6ed-cb3b-496c-aaf9-d108a6876915, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50588bc2-00b9-44d1-a9e9-a1380bce74ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50588bc2-00b9-44d1-a9e9-a1380bce74ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 467051636539283772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772467051636539283772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ddd8364-b3f4-4599-a9ae-5a0c420eb79e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50588bc2-00b9-44d1-a9e9-a1380bce74ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2982bb3-f723-423d-8314-7dc1da09cdb8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2982bb3-f723-423d-8314-7dc1da09cdb8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 295700805712177732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732295700805712177732" } } } 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, f4f63b13-73df-427b-9b43-5f957d17ae08, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2982bb3-f723-423d-8314-7dc1da09cdb8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4f63b13-73df-427b-9b43-5f957d17ae08, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7355578051405303270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73555780514053032707355578051405303270735557805140530327073555780514053032707355578051405303270735557805140530327073555780514053032707355578051405303270735557805140530327073555780514053032707355578051405303270735557805140530327073555780514053032707355578051405303270735557805140530327073555780514053032707355578051405303270735557805140530327073555780514053032707355578051405303270" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab923ccc-209a-4710-9ba3-56b9ea075481, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab923ccc-209a-4710-9ba3-56b9ea075481, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16352819481776716472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635281948177671647216352819481776716472163528194817767164721635281948177671647216352819481776716472163528194817767164721635281948177671647216352819481776716472163528194817767164721635281948177671647216352819481776716472163528194817767164721635281948177671647216352819481776716472163528194817767164721635281948177671647216352819481776716472163528194817767164721635281948177671647216352819481776716472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4f63b13-73df-427b-9b43-5f957d17ae08, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88d68cd8-fec3-4fb6-8335-06b5bd7b2aa6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88d68cd8-fec3-4fb6-8335-06b5bd7b2aa6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17894761423868309108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789476142386830910817894761423868309108178947614238683091081789476142386830910817894761423868309108178947614238683091081789476142386830910817894761423868309108178947614238683091081789476142386830910817894761423868309108178947614238683091081789476142386830910817894761423868309108178947614238683091081789476142386830910817894761423868309108178947614238683091081789476142386830910817894761423868309108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab923ccc-209a-4710-9ba3-56b9ea075481, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88d68cd8-fec3-4fb6-8335-06b5bd7b2aa6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69468b33-f067-4aa7-8f23-48417b8c07cc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69468b33-f067-4aa7-8f23-48417b8c07cc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3794656275968095798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37946562759680957983794656275968095798379465627596809579837946562759680957983794656275968095798379465627596809579837946562759680957983794656275968095798379465627596809579837946562759680957983794656275968095798379465627596809579837946562759680957983794656275968095798379465627596809579837946562759680957983794656275968095798379465627596809579837946562759680957983794656275968095798" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e866b7b-bbc5-425e-ad2e-c71a666d7ea3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e866b7b-bbc5-425e-ad2e-c71a666d7ea3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13301006185106106031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330100618510610603113301006185106106031133010061851061060311330100618510610603113301006185106106031133010061851061060311330100618510610603113301006185106106031133010061851061060311330100618510610603113301006185106106031133010061851061060311330100618510610603113301006185106106031133010061851061060311330100618510610603113301006185106106031133010061851061060311330100618510610603113301006185106106031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69468b33-f067-4aa7-8f23-48417b8c07cc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a350047-b288-4e50-a6f4-2d79cde15411, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a350047-b288-4e50-a6f4-2d79cde15411, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18384401762239910617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838440176223991061718384401762239910617183844017622399106171838440176223991061718384401762239910617183844017622399106171838440176223991061718384401762239910617183844017622399106171838440176223991061718384401762239910617183844017622399106171838440176223991061718384401762239910617183844017622399106171838440176223991061718384401762239910617183844017622399106171838440176223991061718384401762239910617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e866b7b-bbc5-425e-ad2e-c71a666d7ea3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bcea803-f535-4ffb-aa31-c0e6237e8136, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bcea803-f535-4ffb-aa31-c0e6237e8136, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1141176109290757010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11411761092907570101141176109290757010114117610929075701011411761092907570101141176109290757010114117610929075701011411761092907570101141176109290757010114117610929075701011411761092907570101141176109290757010114117610929075701011411761092907570101141176109290757010114117610929075701011411761092907570101141176109290757010114117610929075701011411761092907570101141176109290757010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a350047-b288-4e50-a6f4-2d79cde15411, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52a14281-9eed-4998-9ab3-bdaeddc5802e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52a14281-9eed-4998-9ab3-bdaeddc5802e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5930634101964130055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59306341019641300555930634101964130055593063410196413005559306341019641300555930634101964130055593063410196413005559306341019641300555930634101964130055593063410196413005559306341019641300555930634101964130055593063410196413005559306341019641300555930634101964130055593063410196413005559306341019641300555930634101964130055593063410196413005559306341019641300555930634101964130055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bcea803-f535-4ffb-aa31-c0e6237e8136, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d634eef4-e83c-401b-9bae-37cdf4a3d26e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d634eef4-e83c-401b-9bae-37cdf4a3d26e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13762675939718575228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376267593971857522813762675939718575228137626759397185752281376267593971857522813762675939718575228137626759397185752281376267593971857522813762675939718575228137626759397185752281376267593971857522813762675939718575228137626759397185752281376267593971857522813762675939718575228137626759397185752281376267593971857522813762675939718575228137626759397185752281376267593971857522813762675939718575228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52a14281-9eed-4998-9ab3-bdaeddc5802e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c58e613f-d5ea-40e5-95b0-03542a105eef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c58e613f-d5ea-40e5-95b0-03542a105eef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5319950577801300466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53199505778013004665319950577801300466531995057780130046653199505778013004665319950577801300466531995057780130046653199505778013004665319950577801300466531995057780130046653199505778013004665319950577801300466531995057780130046653199505778013004665319950577801300466531995057780130046653199505778013004665319950577801300466531995057780130046653199505778013004665319950577801300466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d634eef4-e83c-401b-9bae-37cdf4a3d26e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b19ced56-c702-4b7f-9dc4-bc67b90c7fe6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b19ced56-c702-4b7f-9dc4-bc67b90c7fe6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17265395575471869311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726539557547186931117265395575471869311172653955754718693111726539557547186931117265395575471869311172653955754718693111726539557547186931117265395575471869311172653955754718693111726539557547186931117265395575471869311172653955754718693111726539557547186931117265395575471869311172653955754718693111726539557547186931117265395575471869311172653955754718693111726539557547186931117265395575471869311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c58e613f-d5ea-40e5-95b0-03542a105eef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b19ced56-c702-4b7f-9dc4-bc67b90c7fe6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67c9f135-d251-45a6-9905-a0ddc5c5a1c1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c547217a-20bf-4bed-b627-1793d8928acc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67c9f135-d251-45a6-9905-a0ddc5c5a1c1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7113239980990423823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71132399809904238237113239980990423823711323998099042382371132399809904238237113239980990423823711323998099042382371132399809904238237113239980990423823711323998099042382371132399809904238237113239980990423823711323998099042382371132399809904238237113239980990423823711323998099042382371132399809904238237113239980990423823711323998099042382371132399809904238237113239980990423823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c547217a-20bf-4bed-b627-1793d8928acc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1529580377309652983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15295803773096529831529580377309652983152958037730965298315295803773096529831529580377309652983152958037730965298315295803773096529831529580377309652983152958037730965298315295803773096529831529580377309652983152958037730965298315295803773096529831529580377309652983152958037730965298315295803773096529831529580377309652983152958037730965298315295803773096529831529580377309652983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67c9f135-d251-45a6-9905-a0ddc5c5a1c1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3b3ebb9-e16c-43d5-96ca-d35cc23a4579, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c547217a-20bf-4bed-b627-1793d8928acc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44841efb-0d9c-4aa9-8e99-5e370934ea41, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3b3ebb9-e16c-43d5-96ca-d35cc23a4579, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7024554836322350249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70245548363223502497024554836322350249702455483632235024970245548363223502497024554836322350249702455483632235024970245548363223502497024554836322350249702455483632235024970245548363223502497024554836322350249702455483632235024970245548363223502497024554836322350249702455483632235024970245548363223502497024554836322350249702455483632235024970245548363223502497024554836322350249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44841efb-0d9c-4aa9-8e99-5e370934ea41, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6860043556942372718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68600435569423727186860043556942372718686004355694237271868600435569423727186860043556942372718686004355694237271868600435569423727186860043556942372718686004355694237271868600435569423727186860043556942372718686004355694237271868600435569423727186860043556942372718686004355694237271868600435569423727186860043556942372718686004355694237271868600435569423727186860043556942372718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3b3ebb9-e16c-43d5-96ca-d35cc23a4579, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44841efb-0d9c-4aa9-8e99-5e370934ea41, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e1b7194-3027-4bb6-92b9-d5fb68d6e03c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e1b7194-3027-4bb6-92b9-d5fb68d6e03c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13831254193040818513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383125419304081851313831254193040818513138312541930408185131383125419304081851313831254193040818513138312541930408185131383125419304081851313831254193040818513138312541930408185131383125419304081851313831254193040818513138312541930408185131383125419304081851313831254193040818513138312541930408185131383125419304081851313831254193040818513138312541930408185131383125419304081851313831254193040818513" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dadbe15-8e1c-43a7-bf72-fd2a6adcd4d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dadbe15-8e1c-43a7-bf72-fd2a6adcd4d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2391379414869512559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23913794148695125592391379414869512559239137941486951255923913794148695125592391379414869512559239137941486951255923913794148695125592391379414869512559239137941486951255923913794148695125592391379414869512559239137941486951255923913794148695125592391379414869512559239137941486951255923913794148695125592391379414869512559239137941486951255923913794148695125592391379414869512559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dadbe15-8e1c-43a7-bf72-fd2a6adcd4d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e1b7194-3027-4bb6-92b9-d5fb68d6e03c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08e2a716-05f9-4d94-af6a-5801483b21c3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08e2a716-05f9-4d94-af6a-5801483b21c3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7572698255927657870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75726982559276578707572698255927657870757269825592765787075726982559276578707572698255927657870757269825592765787075726982559276578707572698255927657870757269825592765787075726982559276578707572698255927657870757269825592765787075726982559276578707572698255927657870757269825592765787075726982559276578707572698255927657870757269825592765787075726982559276578707572698255927657870" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebca0f27-621e-4ec6-b955-d7c003289970, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebca0f27-621e-4ec6-b955-d7c003289970, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 617476247662173075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075617476247662173075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08e2a716-05f9-4d94-af6a-5801483b21c3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfeb7f9e-5e4e-4850-8181-574be8880ad1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfeb7f9e-5e4e-4850-8181-574be8880ad1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14506818433595859599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450681843359585959914506818433595859599145068184335958595991450681843359585959914506818433595859599145068184335958595991450681843359585959914506818433595859599145068184335958595991450681843359585959914506818433595859599145068184335958595991450681843359585959914506818433595859599145068184335958595991450681843359585959914506818433595859599145068184335958595991450681843359585959914506818433595859599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebca0f27-621e-4ec6-b955-d7c003289970, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14c9548f-dfa1-433b-8ad7-8b619ee59735, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c9548f-dfa1-433b-8ad7-8b619ee59735, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17554055329579471328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755405532957947132817554055329579471328175540553295794713281755405532957947132817554055329579471328175540553295794713281755405532957947132817554055329579471328175540553295794713281755405532957947132817554055329579471328175540553295794713281755405532957947132817554055329579471328175540553295794713281755405532957947132817554055329579471328175540553295794713281755405532957947132817554055329579471328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfeb7f9e-5e4e-4850-8181-574be8880ad1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c885764-5410-411d-823c-a79691c32313, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c885764-5410-411d-823c-a79691c32313, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9553522578319873303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95535225783198733039553522578319873303955352257831987330395535225783198733039553522578319873303955352257831987330395535225783198733039553522578319873303955352257831987330395535225783198733039553522578319873303955352257831987330395535225783198733039553522578319873303955352257831987330395535225783198733039553522578319873303955352257831987330395535225783198733039553522578319873303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c9548f-dfa1-433b-8ad7-8b619ee59735, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc7894de-72bc-4a16-a580-299637f7ddd7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc7894de-72bc-4a16-a580-299637f7ddd7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5960752560665770202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59607525606657702025960752560665770202596075256066577020259607525606657702025960752560665770202596075256066577020259607525606657702025960752560665770202596075256066577020259607525606657702025960752560665770202596075256066577020259607525606657702025960752560665770202596075256066577020259607525606657702025960752560665770202596075256066577020259607525606657702025960752560665770202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c885764-5410-411d-823c-a79691c32313, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73c865ba-c00f-4076-a584-7b644c9d0b6c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc7894de-72bc-4a16-a580-299637f7ddd7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b94d2218-463a-4d20-bfb4-ceae10616aa1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b94d2218-463a-4d20-bfb4-ceae10616aa1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15509169366306806658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550916936630680665815509169366306806658155091693663068066581550916936630680665815509169366306806658155091693663068066581550916936630680665815509169366306806658155091693663068066581550916936630680665815509169366306806658155091693663068066581550916936630680665815509169366306806658155091693663068066581550916936630680665815509169366306806658155091693663068066581550916936630680665815509169366306806658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73c865ba-c00f-4076-a584-7b644c9d0b6c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13579737296414575259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357973729641457525913579737296414575259135797372964145752591357973729641457525913579737296414575259135797372964145752591357973729641457525913579737296414575259135797372964145752591357973729641457525913579737296414575259135797372964145752591357973729641457525913579737296414575259135797372964145752591357973729641457525913579737296414575259135797372964145752591357973729641457525913579737296414575259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b94d2218-463a-4d20-bfb4-ceae10616aa1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8ead37e-3083-41cf-abd3-b89091df373b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8ead37e-3083-41cf-abd3-b89091df373b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16328820279370368126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632882027937036812616328820279370368126163288202793703681261632882027937036812616328820279370368126163288202793703681261632882027937036812616328820279370368126163288202793703681261632882027937036812616328820279370368126163288202793703681261632882027937036812616328820279370368126163288202793703681261632882027937036812616328820279370368126163288202793703681261632882027937036812616328820279370368126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73c865ba-c00f-4076-a584-7b644c9d0b6c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0227031-b509-4ea2-8fb9-5988c2042e30, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0227031-b509-4ea2-8fb9-5988c2042e30, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11726540641827777560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172654064182777756011726540641827777560117265406418277775601172654064182777756011726540641827777560117265406418277775601172654064182777756011726540641827777560117265406418277775601172654064182777756011726540641827777560117265406418277775601172654064182777756011726540641827777560117265406418277775601172654064182777756011726540641827777560117265406418277775601172654064182777756011726540641827777560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8ead37e-3083-41cf-abd3-b89091df373b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57825e4f-1698-4a02-83e9-c6ebf9f93844, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57825e4f-1698-4a02-83e9-c6ebf9f93844, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6265842928334920116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62658429283349201166265842928334920116626584292833492011662658429283349201166265842928334920116626584292833492011662658429283349201166265842928334920116626584292833492011662658429283349201166265842928334920116626584292833492011662658429283349201166265842928334920116626584292833492011662658429283349201166265842928334920116626584292833492011662658429283349201166265842928334920116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0227031-b509-4ea2-8fb9-5988c2042e30, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54742bf7-e1e4-471c-89bb-43cfe1fb8c2a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54742bf7-e1e4-471c-89bb-43cfe1fb8c2a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1096309444628029659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10963094446280296591096309444628029659109630944462802965910963094446280296591096309444628029659109630944462802965910963094446280296591096309444628029659109630944462802965910963094446280296591096309444628029659109630944462802965910963094446280296591096309444628029659109630944462802965910963094446280296591096309444628029659109630944462802965910963094446280296591096309444628029659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57825e4f-1698-4a02-83e9-c6ebf9f93844, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2d1fc21-0f7a-4390-979e-4777b3e25128, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2d1fc21-0f7a-4390-979e-4777b3e25128, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2155642777472141955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21556427774721419552155642777472141955215564277747214195521556427774721419552155642777472141955215564277747214195521556427774721419552155642777472141955215564277747214195521556427774721419552155642777472141955215564277747214195521556427774721419552155642777472141955215564277747214195521556427774721419552155642777472141955215564277747214195521556427774721419552155642777472141955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54742bf7-e1e4-471c-89bb-43cfe1fb8c2a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17a4c41a-8352-41ba-a2d7-4eb87b5d34fd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17a4c41a-8352-41ba-a2d7-4eb87b5d34fd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16417531182746546831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641753118274654683116417531182746546831164175311827465468311641753118274654683116417531182746546831164175311827465468311641753118274654683116417531182746546831164175311827465468311641753118274654683116417531182746546831164175311827465468311641753118274654683116417531182746546831164175311827465468311641753118274654683116417531182746546831164175311827465468311641753118274654683116417531182746546831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2d1fc21-0f7a-4390-979e-4777b3e25128, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 953c5346-12ca-4941-b47c-75aca9c98764, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 953c5346-12ca-4941-b47c-75aca9c98764, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7815716814215985971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78157168142159859717815716814215985971781571681421598597178157168142159859717815716814215985971781571681421598597178157168142159859717815716814215985971781571681421598597178157168142159859717815716814215985971781571681421598597178157168142159859717815716814215985971781571681421598597178157168142159859717815716814215985971781571681421598597178157168142159859717815716814215985971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17a4c41a-8352-41ba-a2d7-4eb87b5d34fd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 248539b9-7aa4-42ce-a4a8-fb471857bd71, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 248539b9-7aa4-42ce-a4a8-fb471857bd71, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16923191814955423521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692319181495542352116923191814955423521169231918149554235211692319181495542352116923191814955423521169231918149554235211692319181495542352116923191814955423521169231918149554235211692319181495542352116923191814955423521169231918149554235211692319181495542352116923191814955423521169231918149554235211692319181495542352116923191814955423521169231918149554235211692319181495542352116923191814955423521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 953c5346-12ca-4941-b47c-75aca9c98764, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9595cd15-cc33-4a1c-a89d-99c2e5fe4512, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9595cd15-cc33-4a1c-a89d-99c2e5fe4512, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9962064856139555089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99620648561395550899962064856139555089996206485613955508999620648561395550899962064856139555089996206485613955508999620648561395550899962064856139555089996206485613955508999620648561395550899962064856139555089996206485613955508999620648561395550899962064856139555089996206485613955508999620648561395550899962064856139555089996206485613955508999620648561395550899962064856139555089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 248539b9-7aa4-42ce-a4a8-fb471857bd71, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7857d703-35fa-418d-99ab-3ef0d728e2e0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9595cd15-cc33-4a1c-a89d-99c2e5fe4512, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c54bc10-1809-4f81-b71f-fe40c354dcc1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7857d703-35fa-418d-99ab-3ef0d728e2e0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16024635072973359126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602463507297335912616024635072973359126160246350729733591261602463507297335912616024635072973359126160246350729733591261602463507297335912616024635072973359126160246350729733591261602463507297335912616024635072973359126160246350729733591261602463507297335912616024635072973359126160246350729733591261602463507297335912616024635072973359126160246350729733591261602463507297335912616024635072973359126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c54bc10-1809-4f81-b71f-fe40c354dcc1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3468869917906550032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34688699179065500323468869917906550032346886991790655003234688699179065500323468869917906550032346886991790655003234688699179065500323468869917906550032346886991790655003234688699179065500323468869917906550032346886991790655003234688699179065500323468869917906550032346886991790655003234688699179065500323468869917906550032346886991790655003234688699179065500323468869917906550032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7857d703-35fa-418d-99ab-3ef0d728e2e0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34a1df36-5d3f-4909-87aa-d358027046b3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34a1df36-5d3f-4909-87aa-d358027046b3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12050150808006117401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205015080800611740112050150808006117401120501508080061174011205015080800611740112050150808006117401120501508080061174011205015080800611740112050150808006117401120501508080061174011205015080800611740112050150808006117401120501508080061174011205015080800611740112050150808006117401120501508080061174011205015080800611740112050150808006117401120501508080061174011205015080800611740112050150808006117401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c54bc10-1809-4f81-b71f-fe40c354dcc1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23e05aa2-d831-4bc8-89c1-f545cb6efa83, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23e05aa2-d831-4bc8-89c1-f545cb6efa83, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15142663726453062405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514266372645306240515142663726453062405151426637264530624051514266372645306240515142663726453062405151426637264530624051514266372645306240515142663726453062405151426637264530624051514266372645306240515142663726453062405151426637264530624051514266372645306240515142663726453062405151426637264530624051514266372645306240515142663726453062405151426637264530624051514266372645306240515142663726453062405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34a1df36-5d3f-4909-87aa-d358027046b3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23e05aa2-d831-4bc8-89c1-f545cb6efa83, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c96a74d8-33f3-42eb-9960-9c893cc7d5fe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c96a74d8-33f3-42eb-9960-9c893cc7d5fe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4248838088199193864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42488380881991938644248838088199193864424883808819919386442488380881991938644248838088199193864424883808819919386442488380881991938644248838088199193864424883808819919386442488380881991938644248838088199193864424883808819919386442488380881991938644248838088199193864424883808819919386442488380881991938644248838088199193864424883808819919386442488380881991938644248838088199193864" } } } 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, be5d814d-2772-4e36-ac92-ff0f024028c3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be5d814d-2772-4e36-ac92-ff0f024028c3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1166616877892344031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11666168778923440311166616877892344031116661687789234403111666168778923440311166616877892344031116661687789234403111666168778923440311166616877892344031116661687789234403111666168778923440311166616877892344031116661687789234403111666168778923440311166616877892344031116661687789234403111666168778923440311166616877892344031116661687789234403111666168778923440311166616877892344031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c96a74d8-33f3-42eb-9960-9c893cc7d5fe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca975b69-afba-42ef-a806-43b3ec20cb00, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be5d814d-2772-4e36-ac92-ff0f024028c3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd88a8ac-065a-4f7d-b9f6-8db91b90f62b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd88a8ac-065a-4f7d-b9f6-8db91b90f62b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8237111704845389746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82371117048453897468237111704845389746823711170484538974682371117048453897468237111704845389746823711170484538974682371117048453897468237111704845389746823711170484538974682371117048453897468237111704845389746823711170484538974682371117048453897468237111704845389746823711170484538974682371117048453897468237111704845389746823711170484538974682371117048453897468237111704845389746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca975b69-afba-42ef-a806-43b3ec20cb00, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11356179917361131872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135617991736113187211356179917361131872113561799173611318721135617991736113187211356179917361131872113561799173611318721135617991736113187211356179917361131872113561799173611318721135617991736113187211356179917361131872113561799173611318721135617991736113187211356179917361131872113561799173611318721135617991736113187211356179917361131872113561799173611318721135617991736113187211356179917361131872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca975b69-afba-42ef-a806-43b3ec20cb00, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86a5ebf6-35d1-4ef7-9ade-658a1e14f9cb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86a5ebf6-35d1-4ef7-9ade-658a1e14f9cb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1999552984047827511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19995529840478275111999552984047827511199955298404782751119995529840478275111999552984047827511199955298404782751119995529840478275111999552984047827511199955298404782751119995529840478275111999552984047827511199955298404782751119995529840478275111999552984047827511199955298404782751119995529840478275111999552984047827511199955298404782751119995529840478275111999552984047827511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd88a8ac-065a-4f7d-b9f6-8db91b90f62b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90b09203-724d-4c21-bfe8-1ddd974726c6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90b09203-724d-4c21-bfe8-1ddd974726c6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14565299185516356915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456529918551635691514565299185516356915145652991855163569151456529918551635691514565299185516356915145652991855163569151456529918551635691514565299185516356915145652991855163569151456529918551635691514565299185516356915145652991855163569151456529918551635691514565299185516356915145652991855163569151456529918551635691514565299185516356915145652991855163569151456529918551635691514565299185516356915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86a5ebf6-35d1-4ef7-9ade-658a1e14f9cb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00380be5-a05f-4551-a2c8-0cfa31cf76fe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00380be5-a05f-4551-a2c8-0cfa31cf76fe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14400760508860296108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440076050886029610814400760508860296108144007605088602961081440076050886029610814400760508860296108144007605088602961081440076050886029610814400760508860296108144007605088602961081440076050886029610814400760508860296108144007605088602961081440076050886029610814400760508860296108144007605088602961081440076050886029610814400760508860296108144007605088602961081440076050886029610814400760508860296108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90b09203-724d-4c21-bfe8-1ddd974726c6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6b68bb7-f7ac-42ac-b74f-4cda9c3068d4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6b68bb7-f7ac-42ac-b74f-4cda9c3068d4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9147143699426408242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91471436994264082429147143699426408242914714369942640824291471436994264082429147143699426408242914714369942640824291471436994264082429147143699426408242914714369942640824291471436994264082429147143699426408242914714369942640824291471436994264082429147143699426408242914714369942640824291471436994264082429147143699426408242914714369942640824291471436994264082429147143699426408242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00380be5-a05f-4551-a2c8-0cfa31cf76fe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca463537-49bf-46da-8693-2661c0a8fb63, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6b68bb7-f7ac-42ac-b74f-4cda9c3068d4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f78756e-9b8b-45a5-8d5d-d0fe4d0094cb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca463537-49bf-46da-8693-2661c0a8fb63, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 700644129372235550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550700644129372235550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f78756e-9b8b-45a5-8d5d-d0fe4d0094cb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15580814560252644078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558081456025264407815580814560252644078155808145602526440781558081456025264407815580814560252644078155808145602526440781558081456025264407815580814560252644078155808145602526440781558081456025264407815580814560252644078155808145602526440781558081456025264407815580814560252644078155808145602526440781558081456025264407815580814560252644078155808145602526440781558081456025264407815580814560252644078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f78756e-9b8b-45a5-8d5d-d0fe4d0094cb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64d14464-0937-4333-af6f-55c87a2e3de6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64d14464-0937-4333-af6f-55c87a2e3de6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10856024061038786777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085602406103878677710856024061038786777108560240610387867771085602406103878677710856024061038786777108560240610387867771085602406103878677710856024061038786777108560240610387867771085602406103878677710856024061038786777108560240610387867771085602406103878677710856024061038786777108560240610387867771085602406103878677710856024061038786777108560240610387867771085602406103878677710856024061038786777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca463537-49bf-46da-8693-2661c0a8fb63, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d30b63ee-3755-4190-b51d-578d1d0a0b0d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d30b63ee-3755-4190-b51d-578d1d0a0b0d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2992419733221870638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29924197332218706382992419733221870638299241973322187063829924197332218706382992419733221870638299241973322187063829924197332218706382992419733221870638299241973322187063829924197332218706382992419733221870638299241973322187063829924197332218706382992419733221870638299241973322187063829924197332218706382992419733221870638299241973322187063829924197332218706382992419733221870638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64d14464-0937-4333-af6f-55c87a2e3de6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d30b63ee-3755-4190-b51d-578d1d0a0b0d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c87d8f33-1c8f-494c-8cb6-e8d542897e86, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80e33070-c682-4b71-ba32-89cb644ed909, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c87d8f33-1c8f-494c-8cb6-e8d542897e86, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15261871791094578011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526187179109457801115261871791094578011152618717910945780111526187179109457801115261871791094578011152618717910945780111526187179109457801115261871791094578011152618717910945780111526187179109457801115261871791094578011152618717910945780111526187179109457801115261871791094578011152618717910945780111526187179109457801115261871791094578011152618717910945780111526187179109457801115261871791094578011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e33070-c682-4b71-ba32-89cb644ed909, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14480987573326805021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448098757332680502114480987573326805021144809875733268050211448098757332680502114480987573326805021144809875733268050211448098757332680502114480987573326805021144809875733268050211448098757332680502114480987573326805021144809875733268050211448098757332680502114480987573326805021144809875733268050211448098757332680502114480987573326805021144809875733268050211448098757332680502114480987573326805021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c87d8f33-1c8f-494c-8cb6-e8d542897e86, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c377db7-ca6c-40a1-8d97-216efd237a28, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c377db7-ca6c-40a1-8d97-216efd237a28, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1850792502039769646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18507925020397696461850792502039769646185079250203976964618507925020397696461850792502039769646185079250203976964618507925020397696461850792502039769646185079250203976964618507925020397696461850792502039769646185079250203976964618507925020397696461850792502039769646185079250203976964618507925020397696461850792502039769646185079250203976964618507925020397696461850792502039769646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e33070-c682-4b71-ba32-89cb644ed909, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c377db7-ca6c-40a1-8d97-216efd237a28, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b11dea5-7722-4c87-aaeb-8914e9f75e01, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df9162f5-a3f3-4df0-87cc-215950cb1345, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df9162f5-a3f3-4df0-87cc-215950cb1345, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 820929371813423648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648820929371813423648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b11dea5-7722-4c87-aaeb-8914e9f75e01, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16323577699004030691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632357769900403069116323577699004030691163235776990040306911632357769900403069116323577699004030691163235776990040306911632357769900403069116323577699004030691163235776990040306911632357769900403069116323577699004030691163235776990040306911632357769900403069116323577699004030691163235776990040306911632357769900403069116323577699004030691163235776990040306911632357769900403069116323577699004030691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df9162f5-a3f3-4df0-87cc-215950cb1345, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d49ccb10-e3d7-465e-9e03-d92a68c9f13c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d49ccb10-e3d7-465e-9e03-d92a68c9f13c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7978177728426330019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79781777284263300197978177728426330019797817772842633001979781777284263300197978177728426330019797817772842633001979781777284263300197978177728426330019797817772842633001979781777284263300197978177728426330019797817772842633001979781777284263300197978177728426330019797817772842633001979781777284263300197978177728426330019797817772842633001979781777284263300197978177728426330019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b11dea5-7722-4c87-aaeb-8914e9f75e01, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db150c46-c383-4702-83c6-bf8e06c602c2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db150c46-c383-4702-83c6-bf8e06c602c2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10043524254875683637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004352425487568363710043524254875683637100435242548756836371004352425487568363710043524254875683637100435242548756836371004352425487568363710043524254875683637100435242548756836371004352425487568363710043524254875683637100435242548756836371004352425487568363710043524254875683637100435242548756836371004352425487568363710043524254875683637100435242548756836371004352425487568363710043524254875683637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d49ccb10-e3d7-465e-9e03-d92a68c9f13c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db150c46-c383-4702-83c6-bf8e06c602c2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 036b7fc6-aaf7-4412-a47c-c657656c94b7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33a2c731-d7f8-4f7a-a644-b32e91c0bbc7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33a2c731-d7f8-4f7a-a644-b32e91c0bbc7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2017600163469786017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20176001634697860172017600163469786017201760016346978601720176001634697860172017600163469786017201760016346978601720176001634697860172017600163469786017201760016346978601720176001634697860172017600163469786017201760016346978601720176001634697860172017600163469786017201760016346978601720176001634697860172017600163469786017201760016346978601720176001634697860172017600163469786017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 036b7fc6-aaf7-4412-a47c-c657656c94b7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12576674515025918910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257667451502591891012576674515025918910125766745150259189101257667451502591891012576674515025918910125766745150259189101257667451502591891012576674515025918910125766745150259189101257667451502591891012576674515025918910125766745150259189101257667451502591891012576674515025918910125766745150259189101257667451502591891012576674515025918910125766745150259189101257667451502591891012576674515025918910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33a2c731-d7f8-4f7a-a644-b32e91c0bbc7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 036b7fc6-aaf7-4412-a47c-c657656c94b7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54ef17c0-0825-4f46-acd6-24b81194e221, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e39b52e-bf91-4704-8351-3cb972c6a03e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e39b52e-bf91-4704-8351-3cb972c6a03e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12175755351317974958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217575535131797495812175755351317974958121757553513179749581217575535131797495812175755351317974958121757553513179749581217575535131797495812175755351317974958121757553513179749581217575535131797495812175755351317974958121757553513179749581217575535131797495812175755351317974958121757553513179749581217575535131797495812175755351317974958121757553513179749581217575535131797495812175755351317974958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54ef17c0-0825-4f46-acd6-24b81194e221, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13784101884678601119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378410188467860111913784101884678601119137841018846786011191378410188467860111913784101884678601119137841018846786011191378410188467860111913784101884678601119137841018846786011191378410188467860111913784101884678601119137841018846786011191378410188467860111913784101884678601119137841018846786011191378410188467860111913784101884678601119137841018846786011191378410188467860111913784101884678601119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54ef17c0-0825-4f46-acd6-24b81194e221, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f46595ef-8f1b-49c8-abc7-6bee53d959d9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f46595ef-8f1b-49c8-abc7-6bee53d959d9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 111032012136481160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160111032012136481160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e39b52e-bf91-4704-8351-3cb972c6a03e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e372fc01-9b66-48b3-b89d-1a97722354e8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e372fc01-9b66-48b3-b89d-1a97722354e8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17618278828122677677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761827882812267767717618278828122677677176182788281226776771761827882812267767717618278828122677677176182788281226776771761827882812267767717618278828122677677176182788281226776771761827882812267767717618278828122677677176182788281226776771761827882812267767717618278828122677677176182788281226776771761827882812267767717618278828122677677176182788281226776771761827882812267767717618278828122677677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f46595ef-8f1b-49c8-abc7-6bee53d959d9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e372fc01-9b66-48b3-b89d-1a97722354e8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 570c2681-c3a7-43da-bc28-a3dd599915dc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95e08554-99ff-400c-a768-5c42f24d8083, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95e08554-99ff-400c-a768-5c42f24d8083, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5478602998736479053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54786029987364790535478602998736479053547860299873647905354786029987364790535478602998736479053547860299873647905354786029987364790535478602998736479053547860299873647905354786029987364790535478602998736479053547860299873647905354786029987364790535478602998736479053547860299873647905354786029987364790535478602998736479053547860299873647905354786029987364790535478602998736479053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 570c2681-c3a7-43da-bc28-a3dd599915dc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16679294940684827077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667929494068482707716679294940684827077166792949406848270771667929494068482707716679294940684827077166792949406848270771667929494068482707716679294940684827077166792949406848270771667929494068482707716679294940684827077166792949406848270771667929494068482707716679294940684827077166792949406848270771667929494068482707716679294940684827077166792949406848270771667929494068482707716679294940684827077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95e08554-99ff-400c-a768-5c42f24d8083, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55e0221d-c456-4830-b310-22d474e37d2a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 570c2681-c3a7-43da-bc28-a3dd599915dc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abad2646-2420-43c2-b097-5331bed4972b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abad2646-2420-43c2-b097-5331bed4972b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 556570419133389269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269556570419133389269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55e0221d-c456-4830-b310-22d474e37d2a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16757095886575130937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675709588657513093716757095886575130937167570958865751309371675709588657513093716757095886575130937167570958865751309371675709588657513093716757095886575130937167570958865751309371675709588657513093716757095886575130937167570958865751309371675709588657513093716757095886575130937167570958865751309371675709588657513093716757095886575130937167570958865751309371675709588657513093716757095886575130937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abad2646-2420-43c2-b097-5331bed4972b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9caad7d3-8a33-4f8c-9549-e754a1b7051e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55e0221d-c456-4830-b310-22d474e37d2a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51a47d74-e6b4-40bc-a469-5367b5c7ab6d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51a47d74-e6b4-40bc-a469-5367b5c7ab6d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9143791999327885854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91437919993278858549143791999327885854914379199932788585491437919993278858549143791999327885854914379199932788585491437919993278858549143791999327885854914379199932788585491437919993278858549143791999327885854914379199932788585491437919993278858549143791999327885854914379199932788585491437919993278858549143791999327885854914379199932788585491437919993278858549143791999327885854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9caad7d3-8a33-4f8c-9549-e754a1b7051e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13011287235042820361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301128723504282036113011287235042820361130112872350428203611301128723504282036113011287235042820361130112872350428203611301128723504282036113011287235042820361130112872350428203611301128723504282036113011287235042820361130112872350428203611301128723504282036113011287235042820361130112872350428203611301128723504282036113011287235042820361130112872350428203611301128723504282036113011287235042820361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51a47d74-e6b4-40bc-a469-5367b5c7ab6d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9caad7d3-8a33-4f8c-9549-e754a1b7051e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e86c492-ba88-4b1c-bfdb-482d069f8900, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e86c492-ba88-4b1c-bfdb-482d069f8900, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5627063473002284912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56270634730022849125627063473002284912562706347300228491256270634730022849125627063473002284912562706347300228491256270634730022849125627063473002284912562706347300228491256270634730022849125627063473002284912562706347300228491256270634730022849125627063473002284912562706347300228491256270634730022849125627063473002284912562706347300228491256270634730022849125627063473002284912" } } } 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, fe786f18-e6bf-49f7-a3b0-b6bcf6d877eb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe786f18-e6bf-49f7-a3b0-b6bcf6d877eb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1535398768733667046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15353987687336670461535398768733667046153539876873366704615353987687336670461535398768733667046153539876873366704615353987687336670461535398768733667046153539876873366704615353987687336670461535398768733667046153539876873366704615353987687336670461535398768733667046153539876873366704615353987687336670461535398768733667046153539876873366704615353987687336670461535398768733667046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e86c492-ba88-4b1c-bfdb-482d069f8900, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2304735-7e2b-4303-a5af-390e11a4b9d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe786f18-e6bf-49f7-a3b0-b6bcf6d877eb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2304735-7e2b-4303-a5af-390e11a4b9d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12029761742640476863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202976174264047686312029761742640476863120297617426404768631202976174264047686312029761742640476863120297617426404768631202976174264047686312029761742640476863120297617426404768631202976174264047686312029761742640476863120297617426404768631202976174264047686312029761742640476863120297617426404768631202976174264047686312029761742640476863120297617426404768631202976174264047686312029761742640476863" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ed8e774-0621-4f4a-9165-0c9560720377, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ed8e774-0621-4f4a-9165-0c9560720377, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13305130001395937606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330513000139593760613305130001395937606133051300013959376061330513000139593760613305130001395937606133051300013959376061330513000139593760613305130001395937606133051300013959376061330513000139593760613305130001395937606133051300013959376061330513000139593760613305130001395937606133051300013959376061330513000139593760613305130001395937606133051300013959376061330513000139593760613305130001395937606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2304735-7e2b-4303-a5af-390e11a4b9d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ed8e774-0621-4f4a-9165-0c9560720377, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 290142b4-3084-4bdc-b29b-771d4fc7c79d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 290142b4-3084-4bdc-b29b-771d4fc7c79d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6926570961774981633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69265709617749816336926570961774981633692657096177498163369265709617749816336926570961774981633692657096177498163369265709617749816336926570961774981633692657096177498163369265709617749816336926570961774981633692657096177498163369265709617749816336926570961774981633692657096177498163369265709617749816336926570961774981633692657096177498163369265709617749816336926570961774981633" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d1b45f3-eb91-4023-b694-1a596913fcb4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d1b45f3-eb91-4023-b694-1a596913fcb4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6777853225603808003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67778532256038080036777853225603808003677785322560380800367778532256038080036777853225603808003677785322560380800367778532256038080036777853225603808003677785322560380800367778532256038080036777853225603808003677785322560380800367778532256038080036777853225603808003677785322560380800367778532256038080036777853225603808003677785322560380800367778532256038080036777853225603808003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 290142b4-3084-4bdc-b29b-771d4fc7c79d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dcff1b4-612b-4988-84c2-3221a90c67ea, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dcff1b4-612b-4988-84c2-3221a90c67ea, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12835375249782406696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283537524978240669612835375249782406696128353752497824066961283537524978240669612835375249782406696128353752497824066961283537524978240669612835375249782406696128353752497824066961283537524978240669612835375249782406696128353752497824066961283537524978240669612835375249782406696128353752497824066961283537524978240669612835375249782406696128353752497824066961283537524978240669612835375249782406696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d1b45f3-eb91-4023-b694-1a596913fcb4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31fee576-47b4-4730-8ead-481e2d71c39d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31fee576-47b4-4730-8ead-481e2d71c39d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4123814010778547771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41238140107785477714123814010778547771412381401077854777141238140107785477714123814010778547771412381401077854777141238140107785477714123814010778547771412381401077854777141238140107785477714123814010778547771412381401077854777141238140107785477714123814010778547771412381401077854777141238140107785477714123814010778547771412381401077854777141238140107785477714123814010778547771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dcff1b4-612b-4988-84c2-3221a90c67ea, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46215620-a4c3-43bc-aeb3-fcba7dd4f875, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46215620-a4c3-43bc-aeb3-fcba7dd4f875, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7543035162444597398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75430351624445973987543035162444597398754303516244459739875430351624445973987543035162444597398754303516244459739875430351624445973987543035162444597398754303516244459739875430351624445973987543035162444597398754303516244459739875430351624445973987543035162444597398754303516244459739875430351624445973987543035162444597398754303516244459739875430351624445973987543035162444597398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31fee576-47b4-4730-8ead-481e2d71c39d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 557b978a-453a-4b97-bd13-5fc4834be16a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 557b978a-453a-4b97-bd13-5fc4834be16a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10204242102969625763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020424210296962576310204242102969625763102042421029696257631020424210296962576310204242102969625763102042421029696257631020424210296962576310204242102969625763102042421029696257631020424210296962576310204242102969625763102042421029696257631020424210296962576310204242102969625763102042421029696257631020424210296962576310204242102969625763102042421029696257631020424210296962576310204242102969625763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46215620-a4c3-43bc-aeb3-fcba7dd4f875, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5072c100-815e-4cda-b744-36ac549367d0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5072c100-815e-4cda-b744-36ac549367d0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15028964550437837319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502896455043783731915028964550437837319150289645504378373191502896455043783731915028964550437837319150289645504378373191502896455043783731915028964550437837319150289645504378373191502896455043783731915028964550437837319150289645504378373191502896455043783731915028964550437837319150289645504378373191502896455043783731915028964550437837319150289645504378373191502896455043783731915028964550437837319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 557b978a-453a-4b97-bd13-5fc4834be16a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ca873cd-45e6-4e05-a543-7856eaff5cfe, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5072c100-815e-4cda-b744-36ac549367d0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9394db48-a7d6-458e-869c-26c71469b019, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ca873cd-45e6-4e05-a543-7856eaff5cfe, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6041489621414592229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60414896214145922296041489621414592229604148962141459222960414896214145922296041489621414592229604148962141459222960414896214145922296041489621414592229604148962141459222960414896214145922296041489621414592229604148962141459222960414896214145922296041489621414592229604148962141459222960414896214145922296041489621414592229604148962141459222960414896214145922296041489621414592229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9394db48-a7d6-458e-869c-26c71469b019, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2573741372598314193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25737413725983141932573741372598314193257374137259831419325737413725983141932573741372598314193257374137259831419325737413725983141932573741372598314193257374137259831419325737413725983141932573741372598314193257374137259831419325737413725983141932573741372598314193257374137259831419325737413725983141932573741372598314193257374137259831419325737413725983141932573741372598314193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ca873cd-45e6-4e05-a543-7856eaff5cfe, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 789eae1b-a670-4c73-8f6d-39c30678f82d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 789eae1b-a670-4c73-8f6d-39c30678f82d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16255540302920343322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625554030292034332216255540302920343322162555403029203433221625554030292034332216255540302920343322162555403029203433221625554030292034332216255540302920343322162555403029203433221625554030292034332216255540302920343322162555403029203433221625554030292034332216255540302920343322162555403029203433221625554030292034332216255540302920343322162555403029203433221625554030292034332216255540302920343322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9394db48-a7d6-458e-869c-26c71469b019, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7fa09bb-4dbb-4d65-884e-0fa725e32a4c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7fa09bb-4dbb-4d65-884e-0fa725e32a4c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 739487016944111999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999739487016944111999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 789eae1b-a670-4c73-8f6d-39c30678f82d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1f5b376-b6b6-44a8-a624-77a9559f4e20, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1f5b376-b6b6-44a8-a624-77a9559f4e20, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1120629420026349799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11206294200263497991120629420026349799112062942002634979911206294200263497991120629420026349799112062942002634979911206294200263497991120629420026349799112062942002634979911206294200263497991120629420026349799112062942002634979911206294200263497991120629420026349799112062942002634979911206294200263497991120629420026349799112062942002634979911206294200263497991120629420026349799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7fa09bb-4dbb-4d65-884e-0fa725e32a4c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 264b87a9-88f9-4826-996b-7ee45577e195, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 264b87a9-88f9-4826-996b-7ee45577e195, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11843780537856327567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184378053785632756711843780537856327567118437805378563275671184378053785632756711843780537856327567118437805378563275671184378053785632756711843780537856327567118437805378563275671184378053785632756711843780537856327567118437805378563275671184378053785632756711843780537856327567118437805378563275671184378053785632756711843780537856327567118437805378563275671184378053785632756711843780537856327567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1f5b376-b6b6-44a8-a624-77a9559f4e20, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 264b87a9-88f9-4826-996b-7ee45577e195, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 960b2fb7-e940-4d91-b1d2-14670fa5489c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 960b2fb7-e940-4d91-b1d2-14670fa5489c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8297849168431131110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82978491684311311108297849168431131110829784916843113111082978491684311311108297849168431131110829784916843113111082978491684311311108297849168431131110829784916843113111082978491684311311108297849168431131110829784916843113111082978491684311311108297849168431131110829784916843113111082978491684311311108297849168431131110829784916843113111082978491684311311108297849168431131110" } } } 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, c0ce1d99-f37f-4376-8ca5-b86e61fb83af, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0ce1d99-f37f-4376-8ca5-b86e61fb83af, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9594293282563826122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95942932825638261229594293282563826122959429328256382612295942932825638261229594293282563826122959429328256382612295942932825638261229594293282563826122959429328256382612295942932825638261229594293282563826122959429328256382612295942932825638261229594293282563826122959429328256382612295942932825638261229594293282563826122959429328256382612295942932825638261229594293282563826122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 960b2fb7-e940-4d91-b1d2-14670fa5489c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6adc6de9-e453-4389-8dbc-043611684091, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6adc6de9-e453-4389-8dbc-043611684091, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 850732979429663754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754850732979429663754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0ce1d99-f37f-4376-8ca5-b86e61fb83af, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf61a888-0a57-4997-a217-1c18e731613f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf61a888-0a57-4997-a217-1c18e731613f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6818322102199308783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68183221021993087836818322102199308783681832210219930878368183221021993087836818322102199308783681832210219930878368183221021993087836818322102199308783681832210219930878368183221021993087836818322102199308783681832210219930878368183221021993087836818322102199308783681832210219930878368183221021993087836818322102199308783681832210219930878368183221021993087836818322102199308783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6adc6de9-e453-4389-8dbc-043611684091, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2baef0ea-0f65-4494-a1eb-1866290d47a0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2baef0ea-0f65-4494-a1eb-1866290d47a0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16683978487338727107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668397848733872710716683978487338727107166839784873387271071668397848733872710716683978487338727107166839784873387271071668397848733872710716683978487338727107166839784873387271071668397848733872710716683978487338727107166839784873387271071668397848733872710716683978487338727107166839784873387271071668397848733872710716683978487338727107166839784873387271071668397848733872710716683978487338727107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf61a888-0a57-4997-a217-1c18e731613f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3b0a892-1393-42ee-b454-e517416f5575, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3b0a892-1393-42ee-b454-e517416f5575, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14003240182685148581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400324018268514858114003240182685148581140032401826851485811400324018268514858114003240182685148581140032401826851485811400324018268514858114003240182685148581140032401826851485811400324018268514858114003240182685148581140032401826851485811400324018268514858114003240182685148581140032401826851485811400324018268514858114003240182685148581140032401826851485811400324018268514858114003240182685148581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2baef0ea-0f65-4494-a1eb-1866290d47a0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36596a5a-6456-4677-bb0f-e44c389ca96d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36596a5a-6456-4677-bb0f-e44c389ca96d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1877018202144588190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18770182021445881901877018202144588190187701820214458819018770182021445881901877018202144588190187701820214458819018770182021445881901877018202144588190187701820214458819018770182021445881901877018202144588190187701820214458819018770182021445881901877018202144588190187701820214458819018770182021445881901877018202144588190187701820214458819018770182021445881901877018202144588190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3b0a892-1393-42ee-b454-e517416f5575, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 231d68f7-40ee-40df-b89b-79cd224dd7d8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 231d68f7-40ee-40df-b89b-79cd224dd7d8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8035965736742253626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80359657367422536268035965736742253626803596573674225362680359657367422536268035965736742253626803596573674225362680359657367422536268035965736742253626803596573674225362680359657367422536268035965736742253626803596573674225362680359657367422536268035965736742253626803596573674225362680359657367422536268035965736742253626803596573674225362680359657367422536268035965736742253626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36596a5a-6456-4677-bb0f-e44c389ca96d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bacd073-477b-4181-987b-a4dc15e5b50e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bacd073-477b-4181-987b-a4dc15e5b50e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11115309978066752008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111530997806675200811115309978066752008111153099780667520081111530997806675200811115309978066752008111153099780667520081111530997806675200811115309978066752008111153099780667520081111530997806675200811115309978066752008111153099780667520081111530997806675200811115309978066752008111153099780667520081111530997806675200811115309978066752008111153099780667520081111530997806675200811115309978066752008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 231d68f7-40ee-40df-b89b-79cd224dd7d8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 346d3d83-bfab-48c9-a86e-5b744193256f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 346d3d83-bfab-48c9-a86e-5b744193256f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11158932536967342993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115893253696734299311158932536967342993111589325369673429931115893253696734299311158932536967342993111589325369673429931115893253696734299311158932536967342993111589325369673429931115893253696734299311158932536967342993111589325369673429931115893253696734299311158932536967342993111589325369673429931115893253696734299311158932536967342993111589325369673429931115893253696734299311158932536967342993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bacd073-477b-4181-987b-a4dc15e5b50e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 976017b8-993a-407f-8188-781a340cc781, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 976017b8-993a-407f-8188-781a340cc781, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13494803979202027868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349480397920202786813494803979202027868134948039792020278681349480397920202786813494803979202027868134948039792020278681349480397920202786813494803979202027868134948039792020278681349480397920202786813494803979202027868134948039792020278681349480397920202786813494803979202027868134948039792020278681349480397920202786813494803979202027868134948039792020278681349480397920202786813494803979202027868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 346d3d83-bfab-48c9-a86e-5b744193256f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9c0a889-acee-4cb5-9d27-bfaf86f4249b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9c0a889-acee-4cb5-9d27-bfaf86f4249b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14418825933641097365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441882593364109736514418825933641097365144188259336410973651441882593364109736514418825933641097365144188259336410973651441882593364109736514418825933641097365144188259336410973651441882593364109736514418825933641097365144188259336410973651441882593364109736514418825933641097365144188259336410973651441882593364109736514418825933641097365144188259336410973651441882593364109736514418825933641097365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 976017b8-993a-407f-8188-781a340cc781, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c89d8c4-3b0a-4d67-899c-a018fa9851ab, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c89d8c4-3b0a-4d67-899c-a018fa9851ab, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2155983335763738934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21559833357637389342155983335763738934215598333576373893421559833357637389342155983335763738934215598333576373893421559833357637389342155983335763738934215598333576373893421559833357637389342155983335763738934215598333576373893421559833357637389342155983335763738934215598333576373893421559833357637389342155983335763738934215598333576373893421559833357637389342155983335763738934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9c0a889-acee-4cb5-9d27-bfaf86f4249b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeaf3b36-16db-405e-9685-d072fca690d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeaf3b36-16db-405e-9685-d072fca690d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18066046063655458739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806604606365545873918066046063655458739180660460636554587391806604606365545873918066046063655458739180660460636554587391806604606365545873918066046063655458739180660460636554587391806604606365545873918066046063655458739180660460636554587391806604606365545873918066046063655458739180660460636554587391806604606365545873918066046063655458739180660460636554587391806604606365545873918066046063655458739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c89d8c4-3b0a-4d67-899c-a018fa9851ab, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ede9fa36-1d44-4ab3-9400-566ad0c026c2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede9fa36-1d44-4ab3-9400-566ad0c026c2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 752489092655995354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354752489092655995354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeaf3b36-16db-405e-9685-d072fca690d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fab7105-7251-4c50-9cd7-1b6cc010c9cb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fab7105-7251-4c50-9cd7-1b6cc010c9cb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7540261113374103786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75402611133741037867540261113374103786754026111337410378675402611133741037867540261113374103786754026111337410378675402611133741037867540261113374103786754026111337410378675402611133741037867540261113374103786754026111337410378675402611133741037867540261113374103786754026111337410378675402611133741037867540261113374103786754026111337410378675402611133741037867540261113374103786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede9fa36-1d44-4ab3-9400-566ad0c026c2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fab7105-7251-4c50-9cd7-1b6cc010c9cb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a80f129c-62ed-4ba8-a554-9085061d6f5a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 381483a3-fdcb-4c99-a8a6-49216018a57b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a80f129c-62ed-4ba8-a554-9085061d6f5a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11418470722141578120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141847072214157812011418470722141578120114184707221415781201141847072214157812011418470722141578120114184707221415781201141847072214157812011418470722141578120114184707221415781201141847072214157812011418470722141578120114184707221415781201141847072214157812011418470722141578120114184707221415781201141847072214157812011418470722141578120114184707221415781201141847072214157812011418470722141578120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 381483a3-fdcb-4c99-a8a6-49216018a57b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18348338770505417600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834833877050541760018348338770505417600183483387705054176001834833877050541760018348338770505417600183483387705054176001834833877050541760018348338770505417600183483387705054176001834833877050541760018348338770505417600183483387705054176001834833877050541760018348338770505417600183483387705054176001834833877050541760018348338770505417600183483387705054176001834833877050541760018348338770505417600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a80f129c-62ed-4ba8-a554-9085061d6f5a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bb8b304-f38d-4748-ba1b-197d6aefc00e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb8b304-f38d-4748-ba1b-197d6aefc00e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1264350805423163140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12643508054231631401264350805423163140126435080542316314012643508054231631401264350805423163140126435080542316314012643508054231631401264350805423163140126435080542316314012643508054231631401264350805423163140126435080542316314012643508054231631401264350805423163140126435080542316314012643508054231631401264350805423163140126435080542316314012643508054231631401264350805423163140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 381483a3-fdcb-4c99-a8a6-49216018a57b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6538a017-d442-4c75-a573-405798f98e6c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6538a017-d442-4c75-a573-405798f98e6c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7287445201662679759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72874452016626797597287445201662679759728744520166267975972874452016626797597287445201662679759728744520166267975972874452016626797597287445201662679759728744520166267975972874452016626797597287445201662679759728744520166267975972874452016626797597287445201662679759728744520166267975972874452016626797597287445201662679759728744520166267975972874452016626797597287445201662679759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb8b304-f38d-4748-ba1b-197d6aefc00e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bba4d40-2bdf-4405-b315-c58e0c961933, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bba4d40-2bdf-4405-b315-c58e0c961933, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11933340705149709958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193334070514970995811933340705149709958119333407051497099581193334070514970995811933340705149709958119333407051497099581193334070514970995811933340705149709958119333407051497099581193334070514970995811933340705149709958119333407051497099581193334070514970995811933340705149709958119333407051497099581193334070514970995811933340705149709958119333407051497099581193334070514970995811933340705149709958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6538a017-d442-4c75-a573-405798f98e6c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7876565-cd7d-42c5-a675-ac65bde567b9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7876565-cd7d-42c5-a675-ac65bde567b9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16864023988177894337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686402398817789433716864023988177894337168640239881778943371686402398817789433716864023988177894337168640239881778943371686402398817789433716864023988177894337168640239881778943371686402398817789433716864023988177894337168640239881778943371686402398817789433716864023988177894337168640239881778943371686402398817789433716864023988177894337168640239881778943371686402398817789433716864023988177894337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bba4d40-2bdf-4405-b315-c58e0c961933, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 070085ba-919a-48d3-a93e-a2c92658e5ca, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 070085ba-919a-48d3-a93e-a2c92658e5ca, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5349201519124309330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53492015191243093305349201519124309330534920151912430933053492015191243093305349201519124309330534920151912430933053492015191243093305349201519124309330534920151912430933053492015191243093305349201519124309330534920151912430933053492015191243093305349201519124309330534920151912430933053492015191243093305349201519124309330534920151912430933053492015191243093305349201519124309330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7876565-cd7d-42c5-a675-ac65bde567b9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1be61abc-afb8-4c7f-9887-71e6c68a34d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1be61abc-afb8-4c7f-9887-71e6c68a34d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18199828615336290893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819982861533629089318199828615336290893181998286153362908931819982861533629089318199828615336290893181998286153362908931819982861533629089318199828615336290893181998286153362908931819982861533629089318199828615336290893181998286153362908931819982861533629089318199828615336290893181998286153362908931819982861533629089318199828615336290893181998286153362908931819982861533629089318199828615336290893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 070085ba-919a-48d3-a93e-a2c92658e5ca, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d7b4ae3-3832-47cb-8f8d-d8466a625755, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d7b4ae3-3832-47cb-8f8d-d8466a625755, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8508672382709480317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85086723827094803178508672382709480317850867238270948031785086723827094803178508672382709480317850867238270948031785086723827094803178508672382709480317850867238270948031785086723827094803178508672382709480317850867238270948031785086723827094803178508672382709480317850867238270948031785086723827094803178508672382709480317850867238270948031785086723827094803178508672382709480317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1be61abc-afb8-4c7f-9887-71e6c68a34d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d7b4ae3-3832-47cb-8f8d-d8466a625755, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edbfcc03-cffa-49fc-aaee-0a987768036c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08fc20a7-5fd5-48d5-beed-d3eec82573b9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edbfcc03-cffa-49fc-aaee-0a987768036c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11982694894298878641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198269489429887864111982694894298878641119826948942988786411198269489429887864111982694894298878641119826948942988786411198269489429887864111982694894298878641119826948942988786411198269489429887864111982694894298878641119826948942988786411198269489429887864111982694894298878641119826948942988786411198269489429887864111982694894298878641119826948942988786411198269489429887864111982694894298878641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08fc20a7-5fd5-48d5-beed-d3eec82573b9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13310131958255058858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331013195825505885813310131958255058858133101319582550588581331013195825505885813310131958255058858133101319582550588581331013195825505885813310131958255058858133101319582550588581331013195825505885813310131958255058858133101319582550588581331013195825505885813310131958255058858133101319582550588581331013195825505885813310131958255058858133101319582550588581331013195825505885813310131958255058858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edbfcc03-cffa-49fc-aaee-0a987768036c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08fc20a7-5fd5-48d5-beed-d3eec82573b9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24da68f0-d903-48f7-88a4-65e006855d1e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24da68f0-d903-48f7-88a4-65e006855d1e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18156688865201992406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815668886520199240618156688865201992406181566888652019924061815668886520199240618156688865201992406181566888652019924061815668886520199240618156688865201992406181566888652019924061815668886520199240618156688865201992406181566888652019924061815668886520199240618156688865201992406181566888652019924061815668886520199240618156688865201992406181566888652019924061815668886520199240618156688865201992406" } } } 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, 3b0a17ef-e6cb-44bd-b72b-06de1d9f76c5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b0a17ef-e6cb-44bd-b72b-06de1d9f76c5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7565897992277933684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75658979922779336847565897992277933684756589799227793368475658979922779336847565897992277933684756589799227793368475658979922779336847565897992277933684756589799227793368475658979922779336847565897992277933684756589799227793368475658979922779336847565897992277933684756589799227793368475658979922779336847565897992277933684756589799227793368475658979922779336847565897992277933684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24da68f0-d903-48f7-88a4-65e006855d1e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5c50d7f-1903-4753-bd14-435a2ad46ce3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b0a17ef-e6cb-44bd-b72b-06de1d9f76c5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5c50d7f-1903-4753-bd14-435a2ad46ce3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13511662390674679210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351166239067467921013511662390674679210135116623906746792101351166239067467921013511662390674679210135116623906746792101351166239067467921013511662390674679210135116623906746792101351166239067467921013511662390674679210135116623906746792101351166239067467921013511662390674679210135116623906746792101351166239067467921013511662390674679210135116623906746792101351166239067467921013511662390674679210" } } } 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, 26138122-8c9c-4071-b19f-568760c55462, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26138122-8c9c-4071-b19f-568760c55462, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13980838579975994556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398083857997599455613980838579975994556139808385799759945561398083857997599455613980838579975994556139808385799759945561398083857997599455613980838579975994556139808385799759945561398083857997599455613980838579975994556139808385799759945561398083857997599455613980838579975994556139808385799759945561398083857997599455613980838579975994556139808385799759945561398083857997599455613980838579975994556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5c50d7f-1903-4753-bd14-435a2ad46ce3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a35f2eca-9e48-427f-8316-a55a6da1a401, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26138122-8c9c-4071-b19f-568760c55462, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56fa3fcd-9727-4392-a4af-1f4bc0da90bf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a35f2eca-9e48-427f-8316-a55a6da1a401, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1953512846058994588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19535128460589945881953512846058994588195351284605899458819535128460589945881953512846058994588195351284605899458819535128460589945881953512846058994588195351284605899458819535128460589945881953512846058994588195351284605899458819535128460589945881953512846058994588195351284605899458819535128460589945881953512846058994588195351284605899458819535128460589945881953512846058994588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56fa3fcd-9727-4392-a4af-1f4bc0da90bf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17119927344340756681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711992734434075668117119927344340756681171199273443407566811711992734434075668117119927344340756681171199273443407566811711992734434075668117119927344340756681171199273443407566811711992734434075668117119927344340756681171199273443407566811711992734434075668117119927344340756681171199273443407566811711992734434075668117119927344340756681171199273443407566811711992734434075668117119927344340756681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a35f2eca-9e48-427f-8316-a55a6da1a401, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27debfe5-5fc8-4c81-9b78-0dca23ec786b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27debfe5-5fc8-4c81-9b78-0dca23ec786b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3376426094230248206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33764260942302482063376426094230248206337642609423024820633764260942302482063376426094230248206337642609423024820633764260942302482063376426094230248206337642609423024820633764260942302482063376426094230248206337642609423024820633764260942302482063376426094230248206337642609423024820633764260942302482063376426094230248206337642609423024820633764260942302482063376426094230248206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56fa3fcd-9727-4392-a4af-1f4bc0da90bf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73e41e92-eb8d-498c-a6e6-6843c0b627b4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73e41e92-eb8d-498c-a6e6-6843c0b627b4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17258325307733868667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725832530773386866717258325307733868667172583253077338686671725832530773386866717258325307733868667172583253077338686671725832530773386866717258325307733868667172583253077338686671725832530773386866717258325307733868667172583253077338686671725832530773386866717258325307733868667172583253077338686671725832530773386866717258325307733868667172583253077338686671725832530773386866717258325307733868667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27debfe5-5fc8-4c81-9b78-0dca23ec786b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7409d3ea-c559-41f0-9aa9-8ddd9e4c7083, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7409d3ea-c559-41f0-9aa9-8ddd9e4c7083, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17290263827500821951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729026382750082195117290263827500821951172902638275008219511729026382750082195117290263827500821951172902638275008219511729026382750082195117290263827500821951172902638275008219511729026382750082195117290263827500821951172902638275008219511729026382750082195117290263827500821951172902638275008219511729026382750082195117290263827500821951172902638275008219511729026382750082195117290263827500821951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73e41e92-eb8d-498c-a6e6-6843c0b627b4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7c0177c-da7d-4e20-af61-fe781ddeb09e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7c0177c-da7d-4e20-af61-fe781ddeb09e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11137124988667003585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113712498866700358511137124988667003585111371249886670035851113712498866700358511137124988667003585111371249886670035851113712498866700358511137124988667003585111371249886670035851113712498866700358511137124988667003585111371249886670035851113712498866700358511137124988667003585111371249886670035851113712498866700358511137124988667003585111371249886670035851113712498866700358511137124988667003585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7409d3ea-c559-41f0-9aa9-8ddd9e4c7083, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b7b5159-5366-4220-bd92-dfc3469975fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b7b5159-5366-4220-bd92-dfc3469975fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17732627159930401239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773262715993040123917732627159930401239177326271599304012391773262715993040123917732627159930401239177326271599304012391773262715993040123917732627159930401239177326271599304012391773262715993040123917732627159930401239177326271599304012391773262715993040123917732627159930401239177326271599304012391773262715993040123917732627159930401239177326271599304012391773262715993040123917732627159930401239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7c0177c-da7d-4e20-af61-fe781ddeb09e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9241e601-bc22-4354-94a3-61de2682aa3f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9241e601-bc22-4354-94a3-61de2682aa3f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9323637323593920406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93236373235939204069323637323593920406932363732359392040693236373235939204069323637323593920406932363732359392040693236373235939204069323637323593920406932363732359392040693236373235939204069323637323593920406932363732359392040693236373235939204069323637323593920406932363732359392040693236373235939204069323637323593920406932363732359392040693236373235939204069323637323593920406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b7b5159-5366-4220-bd92-dfc3469975fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 305f65d6-e636-4941-9e88-1c2612a5b464, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9241e601-bc22-4354-94a3-61de2682aa3f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e47a5961-21a8-4ad0-a964-a44f61b554d5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 305f65d6-e636-4941-9e88-1c2612a5b464, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13139323857000433437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313932385700043343713139323857000433437131393238570004334371313932385700043343713139323857000433437131393238570004334371313932385700043343713139323857000433437131393238570004334371313932385700043343713139323857000433437131393238570004334371313932385700043343713139323857000433437131393238570004334371313932385700043343713139323857000433437131393238570004334371313932385700043343713139323857000433437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e47a5961-21a8-4ad0-a964-a44f61b554d5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5248402745943443682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52484027459434436825248402745943443682524840274594344368252484027459434436825248402745943443682524840274594344368252484027459434436825248402745943443682524840274594344368252484027459434436825248402745943443682524840274594344368252484027459434436825248402745943443682524840274594344368252484027459434436825248402745943443682524840274594344368252484027459434436825248402745943443682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 305f65d6-e636-4941-9e88-1c2612a5b464, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b69037fa-3423-4a4a-9eb4-6366682ed388, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b69037fa-3423-4a4a-9eb4-6366682ed388, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15391566754325115353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539156675432511535315391566754325115353153915667543251153531539156675432511535315391566754325115353153915667543251153531539156675432511535315391566754325115353153915667543251153531539156675432511535315391566754325115353153915667543251153531539156675432511535315391566754325115353153915667543251153531539156675432511535315391566754325115353153915667543251153531539156675432511535315391566754325115353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e47a5961-21a8-4ad0-a964-a44f61b554d5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3b12e2e-bd3f-4e9d-ae10-dd895f339b09, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3b12e2e-bd3f-4e9d-ae10-dd895f339b09, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1143800711049556359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11438007110495563591143800711049556359114380071104955635911438007110495563591143800711049556359114380071104955635911438007110495563591143800711049556359114380071104955635911438007110495563591143800711049556359114380071104955635911438007110495563591143800711049556359114380071104955635911438007110495563591143800711049556359114380071104955635911438007110495563591143800711049556359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b69037fa-3423-4a4a-9eb4-6366682ed388, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a2cbefe-aef5-49be-9140-e0466977b6d6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a2cbefe-aef5-49be-9140-e0466977b6d6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3664555444631733868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36645554446317338683664555444631733868366455544463173386836645554446317338683664555444631733868366455544463173386836645554446317338683664555444631733868366455544463173386836645554446317338683664555444631733868366455544463173386836645554446317338683664555444631733868366455544463173386836645554446317338683664555444631733868366455544463173386836645554446317338683664555444631733868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3b12e2e-bd3f-4e9d-ae10-dd895f339b09, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95e24a2e-a0c3-45aa-886f-9ab5393b91b7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95e24a2e-a0c3-45aa-886f-9ab5393b91b7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13299955189185263373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329995518918526337313299955189185263373132999551891852633731329995518918526337313299955189185263373132999551891852633731329995518918526337313299955189185263373132999551891852633731329995518918526337313299955189185263373132999551891852633731329995518918526337313299955189185263373132999551891852633731329995518918526337313299955189185263373132999551891852633731329995518918526337313299955189185263373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a2cbefe-aef5-49be-9140-e0466977b6d6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53e7bbbc-eb8c-45c2-b7a3-1b4306def8ab, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53e7bbbc-eb8c-45c2-b7a3-1b4306def8ab, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5675132707063092259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56751327070630922595675132707063092259567513270706309225956751327070630922595675132707063092259567513270706309225956751327070630922595675132707063092259567513270706309225956751327070630922595675132707063092259567513270706309225956751327070630922595675132707063092259567513270706309225956751327070630922595675132707063092259567513270706309225956751327070630922595675132707063092259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95e24a2e-a0c3-45aa-886f-9ab5393b91b7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53e7bbbc-eb8c-45c2-b7a3-1b4306def8ab, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7ea2dd3-4e5f-486b-ad73-d4b83693c644, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7ea2dd3-4e5f-486b-ad73-d4b83693c644, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16732102523489614810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673210252348961481016732102523489614810167321025234896148101673210252348961481016732102523489614810167321025234896148101673210252348961481016732102523489614810167321025234896148101673210252348961481016732102523489614810167321025234896148101673210252348961481016732102523489614810167321025234896148101673210252348961481016732102523489614810167321025234896148101673210252348961481016732102523489614810" } } } 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, 30695c61-fe7b-4dc7-82aa-49f4fe16cd13, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30695c61-fe7b-4dc7-82aa-49f4fe16cd13, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13409958132457614244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340995813245761424413409958132457614244134099581324576142441340995813245761424413409958132457614244134099581324576142441340995813245761424413409958132457614244134099581324576142441340995813245761424413409958132457614244134099581324576142441340995813245761424413409958132457614244134099581324576142441340995813245761424413409958132457614244134099581324576142441340995813245761424413409958132457614244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30695c61-fe7b-4dc7-82aa-49f4fe16cd13, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7ea2dd3-4e5f-486b-ad73-d4b83693c644, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc570d35-84de-408a-97bb-fd439af3e60a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc570d35-84de-408a-97bb-fd439af3e60a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3599443073259962879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35994430732599628793599443073259962879359944307325996287935994430732599628793599443073259962879359944307325996287935994430732599628793599443073259962879359944307325996287935994430732599628793599443073259962879359944307325996287935994430732599628793599443073259962879359944307325996287935994430732599628793599443073259962879359944307325996287935994430732599628793599443073259962879" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6433c10-3cdd-4096-a5f7-aa9f9a7c5f53, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6433c10-3cdd-4096-a5f7-aa9f9a7c5f53, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9792102722571600303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97921027225716003039792102722571600303979210272257160030397921027225716003039792102722571600303979210272257160030397921027225716003039792102722571600303979210272257160030397921027225716003039792102722571600303979210272257160030397921027225716003039792102722571600303979210272257160030397921027225716003039792102722571600303979210272257160030397921027225716003039792102722571600303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc570d35-84de-408a-97bb-fd439af3e60a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 736608e9-46f3-4c56-8a0c-cece9e7c4ec5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 736608e9-46f3-4c56-8a0c-cece9e7c4ec5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3593734974403228818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35937349744032288183593734974403228818359373497440322881835937349744032288183593734974403228818359373497440322881835937349744032288183593734974403228818359373497440322881835937349744032288183593734974403228818359373497440322881835937349744032288183593734974403228818359373497440322881835937349744032288183593734974403228818359373497440322881835937349744032288183593734974403228818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6433c10-3cdd-4096-a5f7-aa9f9a7c5f53, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 736608e9-46f3-4c56-8a0c-cece9e7c4ec5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88f064a5-276c-4dd0-a1f3-d147afdd779e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f064a5-276c-4dd0-a1f3-d147afdd779e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3421999442116615690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34219994421166156903421999442116615690342199944211661569034219994421166156903421999442116615690342199944211661569034219994421166156903421999442116615690342199944211661569034219994421166156903421999442116615690342199944211661569034219994421166156903421999442116615690342199944211661569034219994421166156903421999442116615690342199944211661569034219994421166156903421999442116615690" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa3aaecd-ecdf-44f1-86ec-a0e4a7fb9073, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa3aaecd-ecdf-44f1-86ec-a0e4a7fb9073, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16557837805877290116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655783780587729011616557837805877290116165578378058772901161655783780587729011616557837805877290116165578378058772901161655783780587729011616557837805877290116165578378058772901161655783780587729011616557837805877290116165578378058772901161655783780587729011616557837805877290116165578378058772901161655783780587729011616557837805877290116165578378058772901161655783780587729011616557837805877290116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f064a5-276c-4dd0-a1f3-d147afdd779e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79722346-62dd-4b1f-aff4-9fc328b3e810, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa3aaecd-ecdf-44f1-86ec-a0e4a7fb9073, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc8124ea-adb1-4208-8abe-aa3e658af41e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8124ea-adb1-4208-8abe-aa3e658af41e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14133858739068059434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413385873906805943414133858739068059434141338587390680594341413385873906805943414133858739068059434141338587390680594341413385873906805943414133858739068059434141338587390680594341413385873906805943414133858739068059434141338587390680594341413385873906805943414133858739068059434141338587390680594341413385873906805943414133858739068059434141338587390680594341413385873906805943414133858739068059434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79722346-62dd-4b1f-aff4-9fc328b3e810, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11496800329044474842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149680032904447484211496800329044474842114968003290444748421149680032904447484211496800329044474842114968003290444748421149680032904447484211496800329044474842114968003290444748421149680032904447484211496800329044474842114968003290444748421149680032904447484211496800329044474842114968003290444748421149680032904447484211496800329044474842114968003290444748421149680032904447484211496800329044474842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8124ea-adb1-4208-8abe-aa3e658af41e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9faa9bf-4cb6-47c6-9290-5f5a4d5b507b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79722346-62dd-4b1f-aff4-9fc328b3e810, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9faa9bf-4cb6-47c6-9290-5f5a4d5b507b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6845049576697568035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68450495766975680356845049576697568035684504957669756803568450495766975680356845049576697568035684504957669756803568450495766975680356845049576697568035684504957669756803568450495766975680356845049576697568035684504957669756803568450495766975680356845049576697568035684504957669756803568450495766975680356845049576697568035684504957669756803568450495766975680356845049576697568035" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb635a72-6cf1-441b-807b-cf3dbdd8f9b2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb635a72-6cf1-441b-807b-cf3dbdd8f9b2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7250777755751685537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72507777557516855377250777755751685537725077775575168553772507777557516855377250777755751685537725077775575168553772507777557516855377250777755751685537725077775575168553772507777557516855377250777755751685537725077775575168553772507777557516855377250777755751685537725077775575168553772507777557516855377250777755751685537725077775575168553772507777557516855377250777755751685537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9faa9bf-4cb6-47c6-9290-5f5a4d5b507b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4166a057-e893-4400-9ecb-392d1cd93512, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb635a72-6cf1-441b-807b-cf3dbdd8f9b2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4166a057-e893-4400-9ecb-392d1cd93512, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 218846053728552494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494218846053728552494" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7ba45f5-3a6d-4e66-b053-1967b3e7c63b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7ba45f5-3a6d-4e66-b053-1967b3e7c63b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4522407948979902420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45224079489799024204522407948979902420452240794897990242045224079489799024204522407948979902420452240794897990242045224079489799024204522407948979902420452240794897990242045224079489799024204522407948979902420452240794897990242045224079489799024204522407948979902420452240794897990242045224079489799024204522407948979902420452240794897990242045224079489799024204522407948979902420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4166a057-e893-4400-9ecb-392d1cd93512, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1ba6eab-e7ef-4ebd-8a6d-5c757f282ca2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1ba6eab-e7ef-4ebd-8a6d-5c757f282ca2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12512453164135796670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251245316413579667012512453164135796670125124531641357966701251245316413579667012512453164135796670125124531641357966701251245316413579667012512453164135796670125124531641357966701251245316413579667012512453164135796670125124531641357966701251245316413579667012512453164135796670125124531641357966701251245316413579667012512453164135796670125124531641357966701251245316413579667012512453164135796670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7ba45f5-3a6d-4e66-b053-1967b3e7c63b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 794b767c-84a1-49f3-8b10-1c3a02d92f4a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 794b767c-84a1-49f3-8b10-1c3a02d92f4a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6475037542161080047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64750375421610800476475037542161080047647503754216108004764750375421610800476475037542161080047647503754216108004764750375421610800476475037542161080047647503754216108004764750375421610800476475037542161080047647503754216108004764750375421610800476475037542161080047647503754216108004764750375421610800476475037542161080047647503754216108004764750375421610800476475037542161080047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1ba6eab-e7ef-4ebd-8a6d-5c757f282ca2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff3c3025-f4cb-40df-98c8-3542985cc090, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff3c3025-f4cb-40df-98c8-3542985cc090, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5641765484520294366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56417654845202943665641765484520294366564176548452029436656417654845202943665641765484520294366564176548452029436656417654845202943665641765484520294366564176548452029436656417654845202943665641765484520294366564176548452029436656417654845202943665641765484520294366564176548452029436656417654845202943665641765484520294366564176548452029436656417654845202943665641765484520294366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 794b767c-84a1-49f3-8b10-1c3a02d92f4a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff3c3025-f4cb-40df-98c8-3542985cc090, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5926a3ac-ffe6-43f8-9ba9-3d5809c6c7be, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5926a3ac-ffe6-43f8-9ba9-3d5809c6c7be, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11440584973115202316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144058497311520231611440584973115202316114405849731152023161144058497311520231611440584973115202316114405849731152023161144058497311520231611440584973115202316114405849731152023161144058497311520231611440584973115202316114405849731152023161144058497311520231611440584973115202316114405849731152023161144058497311520231611440584973115202316114405849731152023161144058497311520231611440584973115202316" } } } 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, 1b57e4ce-43b3-4078-801b-badfbb0cf118, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b57e4ce-43b3-4078-801b-badfbb0cf118, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13720524763431649190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372052476343164919013720524763431649190137205247634316491901372052476343164919013720524763431649190137205247634316491901372052476343164919013720524763431649190137205247634316491901372052476343164919013720524763431649190137205247634316491901372052476343164919013720524763431649190137205247634316491901372052476343164919013720524763431649190137205247634316491901372052476343164919013720524763431649190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5926a3ac-ffe6-43f8-9ba9-3d5809c6c7be, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3069b1b-8028-49e2-8a99-f3a2228a8191, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3069b1b-8028-49e2-8a99-f3a2228a8191, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15364291025275352203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536429102527535220315364291025275352203153642910252753522031536429102527535220315364291025275352203153642910252753522031536429102527535220315364291025275352203153642910252753522031536429102527535220315364291025275352203153642910252753522031536429102527535220315364291025275352203153642910252753522031536429102527535220315364291025275352203153642910252753522031536429102527535220315364291025275352203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b57e4ce-43b3-4078-801b-badfbb0cf118, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a79b603a-d714-447d-94d4-494bd5595089, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a79b603a-d714-447d-94d4-494bd5595089, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5292490725875109671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52924907258751096715292490725875109671529249072587510967152924907258751096715292490725875109671529249072587510967152924907258751096715292490725875109671529249072587510967152924907258751096715292490725875109671529249072587510967152924907258751096715292490725875109671529249072587510967152924907258751096715292490725875109671529249072587510967152924907258751096715292490725875109671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3069b1b-8028-49e2-8a99-f3a2228a8191, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f666f14-d5ac-4ef0-88bf-44f09099f427, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f666f14-d5ac-4ef0-88bf-44f09099f427, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15903875841129417768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590387584112941776815903875841129417768159038758411294177681590387584112941776815903875841129417768159038758411294177681590387584112941776815903875841129417768159038758411294177681590387584112941776815903875841129417768159038758411294177681590387584112941776815903875841129417768159038758411294177681590387584112941776815903875841129417768159038758411294177681590387584112941776815903875841129417768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a79b603a-d714-447d-94d4-494bd5595089, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ec9ede1-8649-47e7-85df-689c62153d69, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f666f14-d5ac-4ef0-88bf-44f09099f427, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ec9ede1-8649-47e7-85df-689c62153d69, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4886288055450505943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48862880554505059434886288055450505943488628805545050594348862880554505059434886288055450505943488628805545050594348862880554505059434886288055450505943488628805545050594348862880554505059434886288055450505943488628805545050594348862880554505059434886288055450505943488628805545050594348862880554505059434886288055450505943488628805545050594348862880554505059434886288055450505943" } } } 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, 5dddf843-52be-4e8f-a151-e92be79985ed, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dddf843-52be-4e8f-a151-e92be79985ed, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14854457446065461857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485445744606546185714854457446065461857148544574460654618571485445744606546185714854457446065461857148544574460654618571485445744606546185714854457446065461857148544574460654618571485445744606546185714854457446065461857148544574460654618571485445744606546185714854457446065461857148544574460654618571485445744606546185714854457446065461857148544574460654618571485445744606546185714854457446065461857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ec9ede1-8649-47e7-85df-689c62153d69, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dddf843-52be-4e8f-a151-e92be79985ed, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96a549e3-aafe-4d4e-8712-cd723feb244c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96a549e3-aafe-4d4e-8712-cd723feb244c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14345969347814237475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434596934781423747514345969347814237475143459693478142374751434596934781423747514345969347814237475143459693478142374751434596934781423747514345969347814237475143459693478142374751434596934781423747514345969347814237475143459693478142374751434596934781423747514345969347814237475143459693478142374751434596934781423747514345969347814237475143459693478142374751434596934781423747514345969347814237475" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab1b1a49-9fa0-4532-a013-7c58b4219646, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab1b1a49-9fa0-4532-a013-7c58b4219646, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 330661013536826637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637330661013536826637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96a549e3-aafe-4d4e-8712-cd723feb244c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35f32833-db5d-4008-8d44-aedb8a42e18d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35f32833-db5d-4008-8d44-aedb8a42e18d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 321589265704461353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353321589265704461353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab1b1a49-9fa0-4532-a013-7c58b4219646, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd73bad4-8a60-44cd-bc67-5176ea3753e0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd73bad4-8a60-44cd-bc67-5176ea3753e0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8606508040370292891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86065080403702928918606508040370292891860650804037029289186065080403702928918606508040370292891860650804037029289186065080403702928918606508040370292891860650804037029289186065080403702928918606508040370292891860650804037029289186065080403702928918606508040370292891860650804037029289186065080403702928918606508040370292891860650804037029289186065080403702928918606508040370292891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35f32833-db5d-4008-8d44-aedb8a42e18d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce85da86-8c62-4317-ad4f-7e462e442e87, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce85da86-8c62-4317-ad4f-7e462e442e87, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12458450810815715744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245845081081571574412458450810815715744124584508108157157441245845081081571574412458450810815715744124584508108157157441245845081081571574412458450810815715744124584508108157157441245845081081571574412458450810815715744124584508108157157441245845081081571574412458450810815715744124584508108157157441245845081081571574412458450810815715744124584508108157157441245845081081571574412458450810815715744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd73bad4-8a60-44cd-bc67-5176ea3753e0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 911e3f0b-2231-4950-aee9-79d11eef5199, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 911e3f0b-2231-4950-aee9-79d11eef5199, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1302024019265023992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13020240192650239921302024019265023992130202401926502399213020240192650239921302024019265023992130202401926502399213020240192650239921302024019265023992130202401926502399213020240192650239921302024019265023992130202401926502399213020240192650239921302024019265023992130202401926502399213020240192650239921302024019265023992130202401926502399213020240192650239921302024019265023992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce85da86-8c62-4317-ad4f-7e462e442e87, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 911e3f0b-2231-4950-aee9-79d11eef5199, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8af34127-d5f9-4066-8004-78b106a8d9ff, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8af34127-d5f9-4066-8004-78b106a8d9ff, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18032326250900587276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803232625090058727618032326250900587276180323262509005872761803232625090058727618032326250900587276180323262509005872761803232625090058727618032326250900587276180323262509005872761803232625090058727618032326250900587276180323262509005872761803232625090058727618032326250900587276180323262509005872761803232625090058727618032326250900587276180323262509005872761803232625090058727618032326250900587276" } } } 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, 14509b25-7866-4709-8925-c12a31363f96, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8af34127-d5f9-4066-8004-78b106a8d9ff, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14509b25-7866-4709-8925-c12a31363f96, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10351001918112427846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035100191811242784610351001918112427846103510019181124278461035100191811242784610351001918112427846103510019181124278461035100191811242784610351001918112427846103510019181124278461035100191811242784610351001918112427846103510019181124278461035100191811242784610351001918112427846103510019181124278461035100191811242784610351001918112427846103510019181124278461035100191811242784610351001918112427846" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2304fc48-70cc-4612-832d-466f92f2a2ea, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2304fc48-70cc-4612-832d-466f92f2a2ea, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15908205560552196384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590820556055219638415908205560552196384159082055605521963841590820556055219638415908205560552196384159082055605521963841590820556055219638415908205560552196384159082055605521963841590820556055219638415908205560552196384159082055605521963841590820556055219638415908205560552196384159082055605521963841590820556055219638415908205560552196384159082055605521963841590820556055219638415908205560552196384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14509b25-7866-4709-8925-c12a31363f96, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fcc0d19-0d9d-4cbf-952c-39ca48de389b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fcc0d19-0d9d-4cbf-952c-39ca48de389b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13792659030071882649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379265903007188264913792659030071882649137926590300718826491379265903007188264913792659030071882649137926590300718826491379265903007188264913792659030071882649137926590300718826491379265903007188264913792659030071882649137926590300718826491379265903007188264913792659030071882649137926590300718826491379265903007188264913792659030071882649137926590300718826491379265903007188264913792659030071882649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2304fc48-70cc-4612-832d-466f92f2a2ea, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beb0d2b7-d70a-4d9e-aaa1-d66c4511eb5a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beb0d2b7-d70a-4d9e-aaa1-d66c4511eb5a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2601117620792878454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26011176207928784542601117620792878454260111762079287845426011176207928784542601117620792878454260111762079287845426011176207928784542601117620792878454260111762079287845426011176207928784542601117620792878454260111762079287845426011176207928784542601117620792878454260111762079287845426011176207928784542601117620792878454260111762079287845426011176207928784542601117620792878454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fcc0d19-0d9d-4cbf-952c-39ca48de389b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beb0d2b7-d70a-4d9e-aaa1-d66c4511eb5a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f03ef9cb-8771-4c62-b6c0-3babf28cbde2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f03ef9cb-8771-4c62-b6c0-3babf28cbde2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 64955696294298568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6495569629429856864955696294298568649556962942985686495569629429856864955696294298568649556962942985686495569629429856864955696294298568649556962942985686495569629429856864955696294298568649556962942985686495569629429856864955696294298568649556962942985686495569629429856864955696294298568649556962942985686495569629429856864955696294298568" } } } 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, 7107a2f0-640f-4123-8413-e8b13f3bdca7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7107a2f0-640f-4123-8413-e8b13f3bdca7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4454538055685302325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44545380556853023254454538055685302325445453805568530232544545380556853023254454538055685302325445453805568530232544545380556853023254454538055685302325445453805568530232544545380556853023254454538055685302325445453805568530232544545380556853023254454538055685302325445453805568530232544545380556853023254454538055685302325445453805568530232544545380556853023254454538055685302325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f03ef9cb-8771-4c62-b6c0-3babf28cbde2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58baa31a-d94a-4271-ba9d-a931689fd245, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58baa31a-d94a-4271-ba9d-a931689fd245, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7908737139798894190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79087371397988941907908737139798894190790873713979889419079087371397988941907908737139798894190790873713979889419079087371397988941907908737139798894190790873713979889419079087371397988941907908737139798894190790873713979889419079087371397988941907908737139798894190790873713979889419079087371397988941907908737139798894190790873713979889419079087371397988941907908737139798894190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7107a2f0-640f-4123-8413-e8b13f3bdca7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7b874a4-4195-4ced-9f46-04224f1060e0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b874a4-4195-4ced-9f46-04224f1060e0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6096305459255835318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60963054592558353186096305459255835318609630545925583531860963054592558353186096305459255835318609630545925583531860963054592558353186096305459255835318609630545925583531860963054592558353186096305459255835318609630545925583531860963054592558353186096305459255835318609630545925583531860963054592558353186096305459255835318609630545925583531860963054592558353186096305459255835318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58baa31a-d94a-4271-ba9d-a931689fd245, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc1dbd36-7b87-4413-9cb0-eebdda6d1e2d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc1dbd36-7b87-4413-9cb0-eebdda6d1e2d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5223698970930630933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52236989709306309335223698970930630933522369897093063093352236989709306309335223698970930630933522369897093063093352236989709306309335223698970930630933522369897093063093352236989709306309335223698970930630933522369897093063093352236989709306309335223698970930630933522369897093063093352236989709306309335223698970930630933522369897093063093352236989709306309335223698970930630933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b874a4-4195-4ced-9f46-04224f1060e0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13f14777-11f2-4bfa-a6e2-9b9980f450a7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13f14777-11f2-4bfa-a6e2-9b9980f450a7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8135319841139104488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81353198411391044888135319841139104488813531984113910448881353198411391044888135319841139104488813531984113910448881353198411391044888135319841139104488813531984113910448881353198411391044888135319841139104488813531984113910448881353198411391044888135319841139104488813531984113910448881353198411391044888135319841139104488813531984113910448881353198411391044888135319841139104488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc1dbd36-7b87-4413-9cb0-eebdda6d1e2d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44e8b35e-787d-4d10-a7c3-bdc5fd5dbc66, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44e8b35e-787d-4d10-a7c3-bdc5fd5dbc66, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11207389350461411966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120738935046141196611207389350461411966112073893504614119661120738935046141196611207389350461411966112073893504614119661120738935046141196611207389350461411966112073893504614119661120738935046141196611207389350461411966112073893504614119661120738935046141196611207389350461411966112073893504614119661120738935046141196611207389350461411966112073893504614119661120738935046141196611207389350461411966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13f14777-11f2-4bfa-a6e2-9b9980f450a7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50d460a2-4492-405d-b25b-8300d5fb5b6f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50d460a2-4492-405d-b25b-8300d5fb5b6f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8430997654139853689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84309976541398536898430997654139853689843099765413985368984309976541398536898430997654139853689843099765413985368984309976541398536898430997654139853689843099765413985368984309976541398536898430997654139853689843099765413985368984309976541398536898430997654139853689843099765413985368984309976541398536898430997654139853689843099765413985368984309976541398536898430997654139853689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44e8b35e-787d-4d10-a7c3-bdc5fd5dbc66, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50d460a2-4492-405d-b25b-8300d5fb5b6f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70e8ebd3-c317-4f88-90aa-0a2f4275475d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70e8ebd3-c317-4f88-90aa-0a2f4275475d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10785816263868213775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078581626386821377510785816263868213775107858162638682137751078581626386821377510785816263868213775107858162638682137751078581626386821377510785816263868213775107858162638682137751078581626386821377510785816263868213775107858162638682137751078581626386821377510785816263868213775107858162638682137751078581626386821377510785816263868213775107858162638682137751078581626386821377510785816263868213775" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb8031cc-6070-4d87-be05-6acda2ee7b8a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb8031cc-6070-4d87-be05-6acda2ee7b8a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15635319442810422567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563531944281042256715635319442810422567156353194428104225671563531944281042256715635319442810422567156353194428104225671563531944281042256715635319442810422567156353194428104225671563531944281042256715635319442810422567156353194428104225671563531944281042256715635319442810422567156353194428104225671563531944281042256715635319442810422567156353194428104225671563531944281042256715635319442810422567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70e8ebd3-c317-4f88-90aa-0a2f4275475d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e1cec02-ee30-4f8e-8625-2024339b86e3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb8031cc-6070-4d87-be05-6acda2ee7b8a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9802bd5f-58e6-4117-8328-48171aee3368, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9802bd5f-58e6-4117-8328-48171aee3368, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7859238706510276635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78592387065102766357859238706510276635785923870651027663578592387065102766357859238706510276635785923870651027663578592387065102766357859238706510276635785923870651027663578592387065102766357859238706510276635785923870651027663578592387065102766357859238706510276635785923870651027663578592387065102766357859238706510276635785923870651027663578592387065102766357859238706510276635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e1cec02-ee30-4f8e-8625-2024339b86e3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4880040189985363728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48800401899853637284880040189985363728488004018998536372848800401899853637284880040189985363728488004018998536372848800401899853637284880040189985363728488004018998536372848800401899853637284880040189985363728488004018998536372848800401899853637284880040189985363728488004018998536372848800401899853637284880040189985363728488004018998536372848800401899853637284880040189985363728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9802bd5f-58e6-4117-8328-48171aee3368, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdcd46bf-e249-4722-992a-3159a1e7c803, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdcd46bf-e249-4722-992a-3159a1e7c803, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1420987343180146808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14209873431801468081420987343180146808142098734318014680814209873431801468081420987343180146808142098734318014680814209873431801468081420987343180146808142098734318014680814209873431801468081420987343180146808142098734318014680814209873431801468081420987343180146808142098734318014680814209873431801468081420987343180146808142098734318014680814209873431801468081420987343180146808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e1cec02-ee30-4f8e-8625-2024339b86e3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54d2e64d-6193-4ce8-842f-5feea958b831, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d2e64d-6193-4ce8-842f-5feea958b831, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6209132122042827405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62091321220428274056209132122042827405620913212204282740562091321220428274056209132122042827405620913212204282740562091321220428274056209132122042827405620913212204282740562091321220428274056209132122042827405620913212204282740562091321220428274056209132122042827405620913212204282740562091321220428274056209132122042827405620913212204282740562091321220428274056209132122042827405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdcd46bf-e249-4722-992a-3159a1e7c803, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c19dbfcc-a577-4bb0-bca3-a480cc3eef72, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c19dbfcc-a577-4bb0-bca3-a480cc3eef72, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1752530340980984812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17525303409809848121752530340980984812175253034098098481217525303409809848121752530340980984812175253034098098481217525303409809848121752530340980984812175253034098098481217525303409809848121752530340980984812175253034098098481217525303409809848121752530340980984812175253034098098481217525303409809848121752530340980984812175253034098098481217525303409809848121752530340980984812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d2e64d-6193-4ce8-842f-5feea958b831, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e10424d7-881c-4b03-a31d-ee8aaaa6bc32, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e10424d7-881c-4b03-a31d-ee8aaaa6bc32, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1047586310582595410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10475863105825954101047586310582595410104758631058259541010475863105825954101047586310582595410104758631058259541010475863105825954101047586310582595410104758631058259541010475863105825954101047586310582595410104758631058259541010475863105825954101047586310582595410104758631058259541010475863105825954101047586310582595410104758631058259541010475863105825954101047586310582595410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c19dbfcc-a577-4bb0-bca3-a480cc3eef72, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98b71bc1-b9c6-440f-b55c-4556cecaef9b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98b71bc1-b9c6-440f-b55c-4556cecaef9b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2066801267790248880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20668012677902488802066801267790248880206680126779024888020668012677902488802066801267790248880206680126779024888020668012677902488802066801267790248880206680126779024888020668012677902488802066801267790248880206680126779024888020668012677902488802066801267790248880206680126779024888020668012677902488802066801267790248880206680126779024888020668012677902488802066801267790248880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e10424d7-881c-4b03-a31d-ee8aaaa6bc32, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34c13c89-439e-47e0-a560-bd4a526bee33, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34c13c89-439e-47e0-a560-bd4a526bee33, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4964077562059068947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49640775620590689474964077562059068947496407756205906894749640775620590689474964077562059068947496407756205906894749640775620590689474964077562059068947496407756205906894749640775620590689474964077562059068947496407756205906894749640775620590689474964077562059068947496407756205906894749640775620590689474964077562059068947496407756205906894749640775620590689474964077562059068947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98b71bc1-b9c6-440f-b55c-4556cecaef9b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34c13c89-439e-47e0-a560-bd4a526bee33, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab80c2d0-782c-455b-9399-ba41e0303d9f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab80c2d0-782c-455b-9399-ba41e0303d9f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14353204384290337681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435320438429033768114353204384290337681143532043842903376811435320438429033768114353204384290337681143532043842903376811435320438429033768114353204384290337681143532043842903376811435320438429033768114353204384290337681143532043842903376811435320438429033768114353204384290337681143532043842903376811435320438429033768114353204384290337681143532043842903376811435320438429033768114353204384290337681" } } } 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, 81e9a7dc-abaa-4099-a984-a384c8725df4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81e9a7dc-abaa-4099-a984-a384c8725df4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1928813916979561203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19288139169795612031928813916979561203192881391697956120319288139169795612031928813916979561203192881391697956120319288139169795612031928813916979561203192881391697956120319288139169795612031928813916979561203192881391697956120319288139169795612031928813916979561203192881391697956120319288139169795612031928813916979561203192881391697956120319288139169795612031928813916979561203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab80c2d0-782c-455b-9399-ba41e0303d9f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2f23d51-5703-49fc-8d6d-08ca99311761, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81e9a7dc-abaa-4099-a984-a384c8725df4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2f23d51-5703-49fc-8d6d-08ca99311761, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 658116973438241910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910658116973438241910" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f48740f2-a6a5-446e-bf84-b1e52beda2b8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f48740f2-a6a5-446e-bf84-b1e52beda2b8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14445152153702560852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444515215370256085214445152153702560852144451521537025608521444515215370256085214445152153702560852144451521537025608521444515215370256085214445152153702560852144451521537025608521444515215370256085214445152153702560852144451521537025608521444515215370256085214445152153702560852144451521537025608521444515215370256085214445152153702560852144451521537025608521444515215370256085214445152153702560852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2f23d51-5703-49fc-8d6d-08ca99311761, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3011e380-f95f-4d78-8fb3-7ba2a653968c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3011e380-f95f-4d78-8fb3-7ba2a653968c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2699678832570781324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26996788325707813242699678832570781324269967883257078132426996788325707813242699678832570781324269967883257078132426996788325707813242699678832570781324269967883257078132426996788325707813242699678832570781324269967883257078132426996788325707813242699678832570781324269967883257078132426996788325707813242699678832570781324269967883257078132426996788325707813242699678832570781324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f48740f2-a6a5-446e-bf84-b1e52beda2b8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a268985-9e3e-4fe8-bf48-eb7c608295ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a268985-9e3e-4fe8-bf48-eb7c608295ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2789311524522535791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27893115245225357912789311524522535791278931152452253579127893115245225357912789311524522535791278931152452253579127893115245225357912789311524522535791278931152452253579127893115245225357912789311524522535791278931152452253579127893115245225357912789311524522535791278931152452253579127893115245225357912789311524522535791278931152452253579127893115245225357912789311524522535791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3011e380-f95f-4d78-8fb3-7ba2a653968c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b628164b-564a-4e58-a5b2-c3b11ed06b85, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a268985-9e3e-4fe8-bf48-eb7c608295ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5536384-afc5-42b6-90ae-d024fa75c9b2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b628164b-564a-4e58-a5b2-c3b11ed06b85, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4949876773604908643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49498767736049086434949876773604908643494987677360490864349498767736049086434949876773604908643494987677360490864349498767736049086434949876773604908643494987677360490864349498767736049086434949876773604908643494987677360490864349498767736049086434949876773604908643494987677360490864349498767736049086434949876773604908643494987677360490864349498767736049086434949876773604908643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5536384-afc5-42b6-90ae-d024fa75c9b2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9800272086829122225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98002720868291222259800272086829122225980027208682912222598002720868291222259800272086829122225980027208682912222598002720868291222259800272086829122225980027208682912222598002720868291222259800272086829122225980027208682912222598002720868291222259800272086829122225980027208682912222598002720868291222259800272086829122225980027208682912222598002720868291222259800272086829122225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5536384-afc5-42b6-90ae-d024fa75c9b2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caabe63a-c829-4ad8-a80d-11ff36b83712, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caabe63a-c829-4ad8-a80d-11ff36b83712, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17955035975883917667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795503597588391766717955035975883917667179550359758839176671795503597588391766717955035975883917667179550359758839176671795503597588391766717955035975883917667179550359758839176671795503597588391766717955035975883917667179550359758839176671795503597588391766717955035975883917667179550359758839176671795503597588391766717955035975883917667179550359758839176671795503597588391766717955035975883917667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b628164b-564a-4e58-a5b2-c3b11ed06b85, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 338f459b-1b2c-40eb-81db-08fab8b1f8fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 338f459b-1b2c-40eb-81db-08fab8b1f8fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 885175523205350188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188885175523205350188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caabe63a-c829-4ad8-a80d-11ff36b83712, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8bd81f8-5f82-4f11-a92f-f2f68d768598, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8bd81f8-5f82-4f11-a92f-f2f68d768598, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13995625182132508957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399562518213250895713995625182132508957139956251821325089571399562518213250895713995625182132508957139956251821325089571399562518213250895713995625182132508957139956251821325089571399562518213250895713995625182132508957139956251821325089571399562518213250895713995625182132508957139956251821325089571399562518213250895713995625182132508957139956251821325089571399562518213250895713995625182132508957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 338f459b-1b2c-40eb-81db-08fab8b1f8fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55df1bbd-952d-49d3-b900-1f8f4cbf1a1c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55df1bbd-952d-49d3-b900-1f8f4cbf1a1c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8966362932612722013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89663629326127220138966362932612722013896636293261272201389663629326127220138966362932612722013896636293261272201389663629326127220138966362932612722013896636293261272201389663629326127220138966362932612722013896636293261272201389663629326127220138966362932612722013896636293261272201389663629326127220138966362932612722013896636293261272201389663629326127220138966362932612722013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8bd81f8-5f82-4f11-a92f-f2f68d768598, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8161390-a09b-4c16-8bb3-23abdef78e0a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8161390-a09b-4c16-8bb3-23abdef78e0a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14726611212511440986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472661121251144098614726611212511440986147266112125114409861472661121251144098614726611212511440986147266112125114409861472661121251144098614726611212511440986147266112125114409861472661121251144098614726611212511440986147266112125114409861472661121251144098614726611212511440986147266112125114409861472661121251144098614726611212511440986147266112125114409861472661121251144098614726611212511440986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55df1bbd-952d-49d3-b900-1f8f4cbf1a1c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f41c7759-0074-4125-b00c-a58e84b5f2fd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f41c7759-0074-4125-b00c-a58e84b5f2fd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5274840579277888927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52748405792778889275274840579277888927527484057927788892752748405792778889275274840579277888927527484057927788892752748405792778889275274840579277888927527484057927788892752748405792778889275274840579277888927527484057927788892752748405792778889275274840579277888927527484057927788892752748405792778889275274840579277888927527484057927788892752748405792778889275274840579277888927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8161390-a09b-4c16-8bb3-23abdef78e0a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c2e6d99-1519-4072-9f49-43f2f7f8d4b7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f41c7759-0074-4125-b00c-a58e84b5f2fd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c2e6d99-1519-4072-9f49-43f2f7f8d4b7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7418099657059611335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74180996570596113357418099657059611335741809965705961133574180996570596113357418099657059611335741809965705961133574180996570596113357418099657059611335741809965705961133574180996570596113357418099657059611335741809965705961133574180996570596113357418099657059611335741809965705961133574180996570596113357418099657059611335741809965705961133574180996570596113357418099657059611335" } } } 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, d57e66fc-8375-4cd0-809d-cab068769e0f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d57e66fc-8375-4cd0-809d-cab068769e0f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4978543109975167809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49785431099751678094978543109975167809497854310997516780949785431099751678094978543109975167809497854310997516780949785431099751678094978543109975167809497854310997516780949785431099751678094978543109975167809497854310997516780949785431099751678094978543109975167809497854310997516780949785431099751678094978543109975167809497854310997516780949785431099751678094978543109975167809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c2e6d99-1519-4072-9f49-43f2f7f8d4b7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d57e66fc-8375-4cd0-809d-cab068769e0f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44c08077-4c97-48af-8b9a-afcd149a962e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44c08077-4c97-48af-8b9a-afcd149a962e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7788894438733822077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77888944387338220777788894438733822077778889443873382207777888944387338220777788894438733822077778889443873382207777888944387338220777788894438733822077778889443873382207777888944387338220777788894438733822077778889443873382207777888944387338220777788894438733822077778889443873382207777888944387338220777788894438733822077778889443873382207777888944387338220777788894438733822077" } } } 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, f01ea1a2-1f07-41d2-b339-f75354a3bf45, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f01ea1a2-1f07-41d2-b339-f75354a3bf45, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2463716182296402620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24637161822964026202463716182296402620246371618229640262024637161822964026202463716182296402620246371618229640262024637161822964026202463716182296402620246371618229640262024637161822964026202463716182296402620246371618229640262024637161822964026202463716182296402620246371618229640262024637161822964026202463716182296402620246371618229640262024637161822964026202463716182296402620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f01ea1a2-1f07-41d2-b339-f75354a3bf45, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b624388-f35c-4f5c-a80d-e9ee5ee9fa6b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b624388-f35c-4f5c-a80d-e9ee5ee9fa6b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11602791989538142576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160279198953814257611602791989538142576116027919895381425761160279198953814257611602791989538142576116027919895381425761160279198953814257611602791989538142576116027919895381425761160279198953814257611602791989538142576116027919895381425761160279198953814257611602791989538142576116027919895381425761160279198953814257611602791989538142576116027919895381425761160279198953814257611602791989538142576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44c08077-4c97-48af-8b9a-afcd149a962e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b79e2a22-bf43-49e8-ab9e-bf68deb83fa4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b79e2a22-bf43-49e8-ab9e-bf68deb83fa4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13735554541070795541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373555454107079554113735554541070795541137355545410707955411373555454107079554113735554541070795541137355545410707955411373555454107079554113735554541070795541137355545410707955411373555454107079554113735554541070795541137355545410707955411373555454107079554113735554541070795541137355545410707955411373555454107079554113735554541070795541137355545410707955411373555454107079554113735554541070795541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b624388-f35c-4f5c-a80d-e9ee5ee9fa6b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fa350c3-48f5-4f51-ad3c-4d3fe063805f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fa350c3-48f5-4f51-ad3c-4d3fe063805f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 715697404750548131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131715697404750548131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b79e2a22-bf43-49e8-ab9e-bf68deb83fa4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fa350c3-48f5-4f51-ad3c-4d3fe063805f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8368238f-9b1f-4ad7-8933-d5457f9df247, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc221dec-3255-4307-9dc0-558c26b718a2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8368238f-9b1f-4ad7-8933-d5457f9df247, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17317358575636901569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731735857563690156917317358575636901569173173585756369015691731735857563690156917317358575636901569173173585756369015691731735857563690156917317358575636901569173173585756369015691731735857563690156917317358575636901569173173585756369015691731735857563690156917317358575636901569173173585756369015691731735857563690156917317358575636901569173173585756369015691731735857563690156917317358575636901569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc221dec-3255-4307-9dc0-558c26b718a2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10630650576829240710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063065057682924071010630650576829240710106306505768292407101063065057682924071010630650576829240710106306505768292407101063065057682924071010630650576829240710106306505768292407101063065057682924071010630650576829240710106306505768292407101063065057682924071010630650576829240710106306505768292407101063065057682924071010630650576829240710106306505768292407101063065057682924071010630650576829240710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8368238f-9b1f-4ad7-8933-d5457f9df247, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff909335-a666-49a5-8f57-84e72f021c01, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff909335-a666-49a5-8f57-84e72f021c01, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13322105090017131287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332210509001713128713322105090017131287133221050900171312871332210509001713128713322105090017131287133221050900171312871332210509001713128713322105090017131287133221050900171312871332210509001713128713322105090017131287133221050900171312871332210509001713128713322105090017131287133221050900171312871332210509001713128713322105090017131287133221050900171312871332210509001713128713322105090017131287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc221dec-3255-4307-9dc0-558c26b718a2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8647accc-fd8e-4406-be1c-5ad96a5c912a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8647accc-fd8e-4406-be1c-5ad96a5c912a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9753068842156439238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97530688421564392389753068842156439238975306884215643923897530688421564392389753068842156439238975306884215643923897530688421564392389753068842156439238975306884215643923897530688421564392389753068842156439238975306884215643923897530688421564392389753068842156439238975306884215643923897530688421564392389753068842156439238975306884215643923897530688421564392389753068842156439238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff909335-a666-49a5-8f57-84e72f021c01, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8647accc-fd8e-4406-be1c-5ad96a5c912a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dc200b2-73b2-4de8-9798-1cd852176b68, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dc200b2-73b2-4de8-9798-1cd852176b68, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4277013650088072169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42770136500880721694277013650088072169427701365008807216942770136500880721694277013650088072169427701365008807216942770136500880721694277013650088072169427701365008807216942770136500880721694277013650088072169427701365008807216942770136500880721694277013650088072169427701365008807216942770136500880721694277013650088072169427701365008807216942770136500880721694277013650088072169" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ea21270-3f66-48f4-97a2-209f59772984, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ea21270-3f66-48f4-97a2-209f59772984, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9527139563990693211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95271395639906932119527139563990693211952713956399069321195271395639906932119527139563990693211952713956399069321195271395639906932119527139563990693211952713956399069321195271395639906932119527139563990693211952713956399069321195271395639906932119527139563990693211952713956399069321195271395639906932119527139563990693211952713956399069321195271395639906932119527139563990693211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dc200b2-73b2-4de8-9798-1cd852176b68, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24ad7fec-9434-4774-b2bc-aaf1fefec1b5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24ad7fec-9434-4774-b2bc-aaf1fefec1b5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3698589258455060342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36985892584550603423698589258455060342369858925845506034236985892584550603423698589258455060342369858925845506034236985892584550603423698589258455060342369858925845506034236985892584550603423698589258455060342369858925845506034236985892584550603423698589258455060342369858925845506034236985892584550603423698589258455060342369858925845506034236985892584550603423698589258455060342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ea21270-3f66-48f4-97a2-209f59772984, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5ea7419-8287-44d5-a09f-36ef8a57d20d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24ad7fec-9434-4774-b2bc-aaf1fefec1b5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5ea7419-8287-44d5-a09f-36ef8a57d20d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 499904548277130041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041499904548277130041" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b7aca15-37bf-4475-ad32-59d1c99006e5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5ea7419-8287-44d5-a09f-36ef8a57d20d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bae1048d-bc0d-47ef-9485-f8f94be2d2eb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bae1048d-bc0d-47ef-9485-f8f94be2d2eb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13941648497172010076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394164849717201007613941648497172010076139416484971720100761394164849717201007613941648497172010076139416484971720100761394164849717201007613941648497172010076139416484971720100761394164849717201007613941648497172010076139416484971720100761394164849717201007613941648497172010076139416484971720100761394164849717201007613941648497172010076139416484971720100761394164849717201007613941648497172010076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b7aca15-37bf-4475-ad32-59d1c99006e5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13263937920315668786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326393792031566878613263937920315668786132639379203156687861326393792031566878613263937920315668786132639379203156687861326393792031566878613263937920315668786132639379203156687861326393792031566878613263937920315668786132639379203156687861326393792031566878613263937920315668786132639379203156687861326393792031566878613263937920315668786132639379203156687861326393792031566878613263937920315668786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bae1048d-bc0d-47ef-9485-f8f94be2d2eb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b7aca15-37bf-4475-ad32-59d1c99006e5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff13a36d-a699-431e-a986-3f10f92e930f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff13a36d-a699-431e-a986-3f10f92e930f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2228547435092618569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22285474350926185692228547435092618569222854743509261856922285474350926185692228547435092618569222854743509261856922285474350926185692228547435092618569222854743509261856922285474350926185692228547435092618569222854743509261856922285474350926185692228547435092618569222854743509261856922285474350926185692228547435092618569222854743509261856922285474350926185692228547435092618569" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd2a4962-e79b-4016-8675-497f63802524, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff13a36d-a699-431e-a986-3f10f92e930f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eadcb8cf-36bc-45bc-953a-60bdc3885ae7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eadcb8cf-36bc-45bc-953a-60bdc3885ae7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6075248432748372450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60752484327483724506075248432748372450607524843274837245060752484327483724506075248432748372450607524843274837245060752484327483724506075248432748372450607524843274837245060752484327483724506075248432748372450607524843274837245060752484327483724506075248432748372450607524843274837245060752484327483724506075248432748372450607524843274837245060752484327483724506075248432748372450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd2a4962-e79b-4016-8675-497f63802524, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2033823870206352003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20338238702063520032033823870206352003203382387020635200320338238702063520032033823870206352003203382387020635200320338238702063520032033823870206352003203382387020635200320338238702063520032033823870206352003203382387020635200320338238702063520032033823870206352003203382387020635200320338238702063520032033823870206352003203382387020635200320338238702063520032033823870206352003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eadcb8cf-36bc-45bc-953a-60bdc3885ae7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd2a4962-e79b-4016-8675-497f63802524, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10b5567e-45df-4305-8904-7662fa51bb37, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10b5567e-45df-4305-8904-7662fa51bb37, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6217540574404762812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62175405744047628126217540574404762812621754057440476281262175405744047628126217540574404762812621754057440476281262175405744047628126217540574404762812621754057440476281262175405744047628126217540574404762812621754057440476281262175405744047628126217540574404762812621754057440476281262175405744047628126217540574404762812621754057440476281262175405744047628126217540574404762812" } } } 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, 47be650f-2448-44ef-944f-0e0353d93faa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47be650f-2448-44ef-944f-0e0353d93faa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17287786019755678573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728778601975567857317287786019755678573172877860197556785731728778601975567857317287786019755678573172877860197556785731728778601975567857317287786019755678573172877860197556785731728778601975567857317287786019755678573172877860197556785731728778601975567857317287786019755678573172877860197556785731728778601975567857317287786019755678573172877860197556785731728778601975567857317287786019755678573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10b5567e-45df-4305-8904-7662fa51bb37, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ada6fca-556c-4818-8a16-fb8458bfe9a7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ada6fca-556c-4818-8a16-fb8458bfe9a7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15526020837666924217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552602083766692421715526020837666924217155260208376669242171552602083766692421715526020837666924217155260208376669242171552602083766692421715526020837666924217155260208376669242171552602083766692421715526020837666924217155260208376669242171552602083766692421715526020837666924217155260208376669242171552602083766692421715526020837666924217155260208376669242171552602083766692421715526020837666924217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47be650f-2448-44ef-944f-0e0353d93faa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ea6fcd2-a8aa-4ef8-8b7a-9b38f0713bbd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ea6fcd2-a8aa-4ef8-8b7a-9b38f0713bbd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15576180169876723352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557618016987672335215576180169876723352155761801698767233521557618016987672335215576180169876723352155761801698767233521557618016987672335215576180169876723352155761801698767233521557618016987672335215576180169876723352155761801698767233521557618016987672335215576180169876723352155761801698767233521557618016987672335215576180169876723352155761801698767233521557618016987672335215576180169876723352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ada6fca-556c-4818-8a16-fb8458bfe9a7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8148398b-5945-4161-8830-539e65c7a6fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8148398b-5945-4161-8830-539e65c7a6fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9821924972884579780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98219249728845797809821924972884579780982192497288457978098219249728845797809821924972884579780982192497288457978098219249728845797809821924972884579780982192497288457978098219249728845797809821924972884579780982192497288457978098219249728845797809821924972884579780982192497288457978098219249728845797809821924972884579780982192497288457978098219249728845797809821924972884579780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ea6fcd2-a8aa-4ef8-8b7a-9b38f0713bbd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ef91772-b963-4602-a681-c9220bb5bb4a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ef91772-b963-4602-a681-c9220bb5bb4a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 296463622020821998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998296463622020821998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8148398b-5945-4161-8830-539e65c7a6fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83cd598b-cc4f-4faa-9c4b-cfb0869003f2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83cd598b-cc4f-4faa-9c4b-cfb0869003f2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18112693631108117734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811269363110811773418112693631108117734181126936311081177341811269363110811773418112693631108117734181126936311081177341811269363110811773418112693631108117734181126936311081177341811269363110811773418112693631108117734181126936311081177341811269363110811773418112693631108117734181126936311081177341811269363110811773418112693631108117734181126936311081177341811269363110811773418112693631108117734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ef91772-b963-4602-a681-c9220bb5bb4a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 146488c2-8e2a-431d-838c-880e92aa6185, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83cd598b-cc4f-4faa-9c4b-cfb0869003f2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 146488c2-8e2a-431d-838c-880e92aa6185, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17682326038556938261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768232603855693826117682326038556938261176823260385569382611768232603855693826117682326038556938261176823260385569382611768232603855693826117682326038556938261176823260385569382611768232603855693826117682326038556938261176823260385569382611768232603855693826117682326038556938261176823260385569382611768232603855693826117682326038556938261176823260385569382611768232603855693826117682326038556938261" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e5d2a30-e5b0-4f08-8fc2-fec0c8e2aa46, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e5d2a30-e5b0-4f08-8fc2-fec0c8e2aa46, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3865806205634732807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38658062056347328073865806205634732807386580620563473280738658062056347328073865806205634732807386580620563473280738658062056347328073865806205634732807386580620563473280738658062056347328073865806205634732807386580620563473280738658062056347328073865806205634732807386580620563473280738658062056347328073865806205634732807386580620563473280738658062056347328073865806205634732807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 146488c2-8e2a-431d-838c-880e92aa6185, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc3dffe6-8f28-4a72-95d3-e51b7316edc4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc3dffe6-8f28-4a72-95d3-e51b7316edc4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12570938813702823998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257093881370282399812570938813702823998125709388137028239981257093881370282399812570938813702823998125709388137028239981257093881370282399812570938813702823998125709388137028239981257093881370282399812570938813702823998125709388137028239981257093881370282399812570938813702823998125709388137028239981257093881370282399812570938813702823998125709388137028239981257093881370282399812570938813702823998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e5d2a30-e5b0-4f08-8fc2-fec0c8e2aa46, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc3dffe6-8f28-4a72-95d3-e51b7316edc4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63178642-a956-4094-bfdb-04472867e15e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63178642-a956-4094-bfdb-04472867e15e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16071126380432810093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607112638043281009316071126380432810093160711263804328100931607112638043281009316071126380432810093160711263804328100931607112638043281009316071126380432810093160711263804328100931607112638043281009316071126380432810093160711263804328100931607112638043281009316071126380432810093160711263804328100931607112638043281009316071126380432810093160711263804328100931607112638043281009316071126380432810093" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, accf796d-e8c7-422a-9efe-8daf65ceb743, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, accf796d-e8c7-422a-9efe-8daf65ceb743, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10474780327316832761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047478032731683276110474780327316832761104747803273168327611047478032731683276110474780327316832761104747803273168327611047478032731683276110474780327316832761104747803273168327611047478032731683276110474780327316832761104747803273168327611047478032731683276110474780327316832761104747803273168327611047478032731683276110474780327316832761104747803273168327611047478032731683276110474780327316832761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63178642-a956-4094-bfdb-04472867e15e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df2f0b25-231d-4044-b0f9-9ea58d540b07, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, accf796d-e8c7-422a-9efe-8daf65ceb743, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df2f0b25-231d-4044-b0f9-9ea58d540b07, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6823235558308444889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68232355583084448896823235558308444889682323555830844488968232355583084448896823235558308444889682323555830844488968232355583084448896823235558308444889682323555830844488968232355583084448896823235558308444889682323555830844488968232355583084448896823235558308444889682323555830844488968232355583084448896823235558308444889682323555830844488968232355583084448896823235558308444889" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d662b810-a0ff-4f19-9f98-91baf04d1b39, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d662b810-a0ff-4f19-9f98-91baf04d1b39, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11350979743611707462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135097974361170746211350979743611707462113509797436117074621135097974361170746211350979743611707462113509797436117074621135097974361170746211350979743611707462113509797436117074621135097974361170746211350979743611707462113509797436117074621135097974361170746211350979743611707462113509797436117074621135097974361170746211350979743611707462113509797436117074621135097974361170746211350979743611707462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df2f0b25-231d-4044-b0f9-9ea58d540b07, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e69f0eb-9c7f-470f-91d9-c8cfca357546, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e69f0eb-9c7f-470f-91d9-c8cfca357546, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2464148169096521423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24641481690965214232464148169096521423246414816909652142324641481690965214232464148169096521423246414816909652142324641481690965214232464148169096521423246414816909652142324641481690965214232464148169096521423246414816909652142324641481690965214232464148169096521423246414816909652142324641481690965214232464148169096521423246414816909652142324641481690965214232464148169096521423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d662b810-a0ff-4f19-9f98-91baf04d1b39, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e69f0eb-9c7f-470f-91d9-c8cfca357546, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e11cb276-9b97-46f5-9fec-c90207077586, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e11cb276-9b97-46f5-9fec-c90207077586, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2358804280529338296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23588042805293382962358804280529338296235880428052933829623588042805293382962358804280529338296235880428052933829623588042805293382962358804280529338296235880428052933829623588042805293382962358804280529338296235880428052933829623588042805293382962358804280529338296235880428052933829623588042805293382962358804280529338296235880428052933829623588042805293382962358804280529338296" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73669508-ff18-464a-a1cd-bcb59231bbf2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e11cb276-9b97-46f5-9fec-c90207077586, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73669508-ff18-464a-a1cd-bcb59231bbf2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 338114494864448364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364338114494864448364" } } } 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, 61f5fe8b-5037-462a-b922-691e8a1d88bf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f5fe8b-5037-462a-b922-691e8a1d88bf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10699627148892767647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069962714889276764710699627148892767647106996271488927676471069962714889276764710699627148892767647106996271488927676471069962714889276764710699627148892767647106996271488927676471069962714889276764710699627148892767647106996271488927676471069962714889276764710699627148892767647106996271488927676471069962714889276764710699627148892767647106996271488927676471069962714889276764710699627148892767647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73669508-ff18-464a-a1cd-bcb59231bbf2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 418a7845-ef2b-47c9-814d-e0b62dd8bce4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 418a7845-ef2b-47c9-814d-e0b62dd8bce4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16303210354884515401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630321035488451540116303210354884515401163032103548845154011630321035488451540116303210354884515401163032103548845154011630321035488451540116303210354884515401163032103548845154011630321035488451540116303210354884515401163032103548845154011630321035488451540116303210354884515401163032103548845154011630321035488451540116303210354884515401163032103548845154011630321035488451540116303210354884515401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f5fe8b-5037-462a-b922-691e8a1d88bf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 075e7301-0b7a-4c19-ba0d-10456db8e3df, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 075e7301-0b7a-4c19-ba0d-10456db8e3df, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14375994792583804730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437599479258380473014375994792583804730143759947925838047301437599479258380473014375994792583804730143759947925838047301437599479258380473014375994792583804730143759947925838047301437599479258380473014375994792583804730143759947925838047301437599479258380473014375994792583804730143759947925838047301437599479258380473014375994792583804730143759947925838047301437599479258380473014375994792583804730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 418a7845-ef2b-47c9-814d-e0b62dd8bce4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8c934c0-48a9-45b0-b942-1e1bfbbbe313, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8c934c0-48a9-45b0-b942-1e1bfbbbe313, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12982315796665729920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298231579666572992012982315796665729920129823157966657299201298231579666572992012982315796665729920129823157966657299201298231579666572992012982315796665729920129823157966657299201298231579666572992012982315796665729920129823157966657299201298231579666572992012982315796665729920129823157966657299201298231579666572992012982315796665729920129823157966657299201298231579666572992012982315796665729920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 075e7301-0b7a-4c19-ba0d-10456db8e3df, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd3da12c-6568-40f0-94da-ffe17445c1d1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd3da12c-6568-40f0-94da-ffe17445c1d1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15238512545006907167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523851254500690716715238512545006907167152385125450069071671523851254500690716715238512545006907167152385125450069071671523851254500690716715238512545006907167152385125450069071671523851254500690716715238512545006907167152385125450069071671523851254500690716715238512545006907167152385125450069071671523851254500690716715238512545006907167152385125450069071671523851254500690716715238512545006907167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8c934c0-48a9-45b0-b942-1e1bfbbbe313, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd3da12c-6568-40f0-94da-ffe17445c1d1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1d18298-a2d6-4fa8-ae4e-6415090807a9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1d18298-a2d6-4fa8-ae4e-6415090807a9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3600691213294608142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36006912132946081423600691213294608142360069121329460814236006912132946081423600691213294608142360069121329460814236006912132946081423600691213294608142360069121329460814236006912132946081423600691213294608142360069121329460814236006912132946081423600691213294608142360069121329460814236006912132946081423600691213294608142360069121329460814236006912132946081423600691213294608142" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a075725-cc56-4a03-b234-b9027106bff0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a075725-cc56-4a03-b234-b9027106bff0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16687776459653154352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668777645965315435216687776459653154352166877764596531543521668777645965315435216687776459653154352166877764596531543521668777645965315435216687776459653154352166877764596531543521668777645965315435216687776459653154352166877764596531543521668777645965315435216687776459653154352166877764596531543521668777645965315435216687776459653154352166877764596531543521668777645965315435216687776459653154352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1d18298-a2d6-4fa8-ae4e-6415090807a9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa8567a0-2c21-4da7-bdc8-6004b2e94566, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa8567a0-2c21-4da7-bdc8-6004b2e94566, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13813507737718473065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381350773771847306513813507737718473065138135077377184730651381350773771847306513813507737718473065138135077377184730651381350773771847306513813507737718473065138135077377184730651381350773771847306513813507737718473065138135077377184730651381350773771847306513813507737718473065138135077377184730651381350773771847306513813507737718473065138135077377184730651381350773771847306513813507737718473065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a075725-cc56-4a03-b234-b9027106bff0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62e78f73-0c0f-4aa5-9eb8-04e692544e62, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62e78f73-0c0f-4aa5-9eb8-04e692544e62, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17478111177679589818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747811117767958981817478111177679589818174781111776795898181747811117767958981817478111177679589818174781111776795898181747811117767958981817478111177679589818174781111776795898181747811117767958981817478111177679589818174781111776795898181747811117767958981817478111177679589818174781111776795898181747811117767958981817478111177679589818174781111776795898181747811117767958981817478111177679589818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa8567a0-2c21-4da7-bdc8-6004b2e94566, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 025e5211-eaaf-486d-8c98-423e85cd3d06, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 025e5211-eaaf-486d-8c98-423e85cd3d06, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15321404473198460330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532140447319846033015321404473198460330153214044731984603301532140447319846033015321404473198460330153214044731984603301532140447319846033015321404473198460330153214044731984603301532140447319846033015321404473198460330153214044731984603301532140447319846033015321404473198460330153214044731984603301532140447319846033015321404473198460330153214044731984603301532140447319846033015321404473198460330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62e78f73-0c0f-4aa5-9eb8-04e692544e62, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 620dabdc-a3db-48e6-8323-6a47d43c2247, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 620dabdc-a3db-48e6-8323-6a47d43c2247, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16843732277441182919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684373227744118291916843732277441182919168437322774411829191684373227744118291916843732277441182919168437322774411829191684373227744118291916843732277441182919168437322774411829191684373227744118291916843732277441182919168437322774411829191684373227744118291916843732277441182919168437322774411829191684373227744118291916843732277441182919168437322774411829191684373227744118291916843732277441182919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 025e5211-eaaf-486d-8c98-423e85cd3d06, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7fb63ca-80f3-41a6-8627-d76b92ff9094, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 620dabdc-a3db-48e6-8323-6a47d43c2247, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7fb63ca-80f3-41a6-8627-d76b92ff9094, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9029495746150141083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90294957461501410839029495746150141083902949574615014108390294957461501410839029495746150141083902949574615014108390294957461501410839029495746150141083902949574615014108390294957461501410839029495746150141083902949574615014108390294957461501410839029495746150141083902949574615014108390294957461501410839029495746150141083902949574615014108390294957461501410839029495746150141083" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cf7543c-f708-4827-a668-87761f733c1d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cf7543c-f708-4827-a668-87761f733c1d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2038555482292579942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20385554822925799422038555482292579942203855548229257994220385554822925799422038555482292579942203855548229257994220385554822925799422038555482292579942203855548229257994220385554822925799422038555482292579942203855548229257994220385554822925799422038555482292579942203855548229257994220385554822925799422038555482292579942203855548229257994220385554822925799422038555482292579942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cf7543c-f708-4827-a668-87761f733c1d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e0763f8-61b6-43b7-9e48-ef926874fe21, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e0763f8-61b6-43b7-9e48-ef926874fe21, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13720053919384323390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372005391938432339013720053919384323390137200539193843233901372005391938432339013720053919384323390137200539193843233901372005391938432339013720053919384323390137200539193843233901372005391938432339013720053919384323390137200539193843233901372005391938432339013720053919384323390137200539193843233901372005391938432339013720053919384323390137200539193843233901372005391938432339013720053919384323390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7fb63ca-80f3-41a6-8627-d76b92ff9094, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d180a77-825f-4401-9338-55972616332e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d180a77-825f-4401-9338-55972616332e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18058526841920927756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805852684192092775618058526841920927756180585268419209277561805852684192092775618058526841920927756180585268419209277561805852684192092775618058526841920927756180585268419209277561805852684192092775618058526841920927756180585268419209277561805852684192092775618058526841920927756180585268419209277561805852684192092775618058526841920927756180585268419209277561805852684192092775618058526841920927756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e0763f8-61b6-43b7-9e48-ef926874fe21, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f83f77f6-5274-47aa-8347-92a3462bee4a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f83f77f6-5274-47aa-8347-92a3462bee4a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3426564222560923833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34265642225609238333426564222560923833342656422256092383334265642225609238333426564222560923833342656422256092383334265642225609238333426564222560923833342656422256092383334265642225609238333426564222560923833342656422256092383334265642225609238333426564222560923833342656422256092383334265642225609238333426564222560923833342656422256092383334265642225609238333426564222560923833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d180a77-825f-4401-9338-55972616332e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1965eef6-8328-4df5-b635-ad2723b92ddd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1965eef6-8328-4df5-b635-ad2723b92ddd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8849644374736695948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88496443747366959488849644374736695948884964437473669594888496443747366959488849644374736695948884964437473669594888496443747366959488849644374736695948884964437473669594888496443747366959488849644374736695948884964437473669594888496443747366959488849644374736695948884964437473669594888496443747366959488849644374736695948884964437473669594888496443747366959488849644374736695948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f83f77f6-5274-47aa-8347-92a3462bee4a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04c91fd5-d20c-4406-b60d-27127b8be3b8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04c91fd5-d20c-4406-b60d-27127b8be3b8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17472025277713788200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747202527771378820017472025277713788200174720252777137882001747202527771378820017472025277713788200174720252777137882001747202527771378820017472025277713788200174720252777137882001747202527771378820017472025277713788200174720252777137882001747202527771378820017472025277713788200174720252777137882001747202527771378820017472025277713788200174720252777137882001747202527771378820017472025277713788200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1965eef6-8328-4df5-b635-ad2723b92ddd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04c91fd5-d20c-4406-b60d-27127b8be3b8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d5ff144-71cd-4d39-a04d-9ba59a6928c5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5ff144-71cd-4d39-a04d-9ba59a6928c5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14756433736451864165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475643373645186416514756433736451864165147564337364518641651475643373645186416514756433736451864165147564337364518641651475643373645186416514756433736451864165147564337364518641651475643373645186416514756433736451864165147564337364518641651475643373645186416514756433736451864165147564337364518641651475643373645186416514756433736451864165147564337364518641651475643373645186416514756433736451864165" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74cc3a96-fda3-42c7-9453-f09f70e648e2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74cc3a96-fda3-42c7-9453-f09f70e648e2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13630260612394970688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363026061239497068813630260612394970688136302606123949706881363026061239497068813630260612394970688136302606123949706881363026061239497068813630260612394970688136302606123949706881363026061239497068813630260612394970688136302606123949706881363026061239497068813630260612394970688136302606123949706881363026061239497068813630260612394970688136302606123949706881363026061239497068813630260612394970688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5ff144-71cd-4d39-a04d-9ba59a6928c5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab6c451d-0457-4654-86e6-5b65df175ae4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab6c451d-0457-4654-86e6-5b65df175ae4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13763892973126181207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376389297312618120713763892973126181207137638929731261812071376389297312618120713763892973126181207137638929731261812071376389297312618120713763892973126181207137638929731261812071376389297312618120713763892973126181207137638929731261812071376389297312618120713763892973126181207137638929731261812071376389297312618120713763892973126181207137638929731261812071376389297312618120713763892973126181207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74cc3a96-fda3-42c7-9453-f09f70e648e2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea10aa1f-77f5-408f-8625-2a2ddc79cb71, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea10aa1f-77f5-408f-8625-2a2ddc79cb71, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17466211854586448062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746621185458644806217466211854586448062174662118545864480621746621185458644806217466211854586448062174662118545864480621746621185458644806217466211854586448062174662118545864480621746621185458644806217466211854586448062174662118545864480621746621185458644806217466211854586448062174662118545864480621746621185458644806217466211854586448062174662118545864480621746621185458644806217466211854586448062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab6c451d-0457-4654-86e6-5b65df175ae4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea10aa1f-77f5-408f-8625-2a2ddc79cb71, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7abe555d-6d35-46a0-92bf-5d459d005e35, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d936af53-ef28-44ed-b857-03ccb843b561, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7abe555d-6d35-46a0-92bf-5d459d005e35, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12998734055928093403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299873405592809340312998734055928093403129987340559280934031299873405592809340312998734055928093403129987340559280934031299873405592809340312998734055928093403129987340559280934031299873405592809340312998734055928093403129987340559280934031299873405592809340312998734055928093403129987340559280934031299873405592809340312998734055928093403129987340559280934031299873405592809340312998734055928093403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d936af53-ef28-44ed-b857-03ccb843b561, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13093431167952893786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309343116795289378613093431167952893786130934311679528937861309343116795289378613093431167952893786130934311679528937861309343116795289378613093431167952893786130934311679528937861309343116795289378613093431167952893786130934311679528937861309343116795289378613093431167952893786130934311679528937861309343116795289378613093431167952893786130934311679528937861309343116795289378613093431167952893786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7abe555d-6d35-46a0-92bf-5d459d005e35, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5341042-c7bc-44d0-b2e8-ba036aa3a771, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5341042-c7bc-44d0-b2e8-ba036aa3a771, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11228135096112655497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122813509611265549711228135096112655497112281350961126554971122813509611265549711228135096112655497112281350961126554971122813509611265549711228135096112655497112281350961126554971122813509611265549711228135096112655497112281350961126554971122813509611265549711228135096112655497112281350961126554971122813509611265549711228135096112655497112281350961126554971122813509611265549711228135096112655497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d936af53-ef28-44ed-b857-03ccb843b561, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd7dde3e-1030-42eb-a474-d3c093d32eac, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd7dde3e-1030-42eb-a474-d3c093d32eac, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16034001361301799307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603400136130179930716034001361301799307160340013613017993071603400136130179930716034001361301799307160340013613017993071603400136130179930716034001361301799307160340013613017993071603400136130179930716034001361301799307160340013613017993071603400136130179930716034001361301799307160340013613017993071603400136130179930716034001361301799307160340013613017993071603400136130179930716034001361301799307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5341042-c7bc-44d0-b2e8-ba036aa3a771, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8090a722-21a1-42f1-955e-b2c0031cb769, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8090a722-21a1-42f1-955e-b2c0031cb769, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16850896703048934242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685089670304893424216850896703048934242168508967030489342421685089670304893424216850896703048934242168508967030489342421685089670304893424216850896703048934242168508967030489342421685089670304893424216850896703048934242168508967030489342421685089670304893424216850896703048934242168508967030489342421685089670304893424216850896703048934242168508967030489342421685089670304893424216850896703048934242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd7dde3e-1030-42eb-a474-d3c093d32eac, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8371d35a-2b83-4037-b6cc-54537d3d0c24, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8371d35a-2b83-4037-b6cc-54537d3d0c24, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7624366523269367024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76243665232693670247624366523269367024762436652326936702476243665232693670247624366523269367024762436652326936702476243665232693670247624366523269367024762436652326936702476243665232693670247624366523269367024762436652326936702476243665232693670247624366523269367024762436652326936702476243665232693670247624366523269367024762436652326936702476243665232693670247624366523269367024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8371d35a-2b83-4037-b6cc-54537d3d0c24, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca73fabc-aab7-4629-bfd8-1c0c1cc32d38, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca73fabc-aab7-4629-bfd8-1c0c1cc32d38, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10263754973841048747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026375497384104874710263754973841048747102637549738410487471026375497384104874710263754973841048747102637549738410487471026375497384104874710263754973841048747102637549738410487471026375497384104874710263754973841048747102637549738410487471026375497384104874710263754973841048747102637549738410487471026375497384104874710263754973841048747102637549738410487471026375497384104874710263754973841048747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8090a722-21a1-42f1-955e-b2c0031cb769, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c127aa4-cc30-48a9-9ce3-e90069f4e2d9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c127aa4-cc30-48a9-9ce3-e90069f4e2d9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 715871042769143683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683715871042769143683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c127aa4-cc30-48a9-9ce3-e90069f4e2d9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23d56860-b355-4283-a213-3716198866ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23d56860-b355-4283-a213-3716198866ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12509943203214861333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250994320321486133312509943203214861333125099432032148613331250994320321486133312509943203214861333125099432032148613331250994320321486133312509943203214861333125099432032148613331250994320321486133312509943203214861333125099432032148613331250994320321486133312509943203214861333125099432032148613331250994320321486133312509943203214861333125099432032148613331250994320321486133312509943203214861333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23d56860-b355-4283-a213-3716198866ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 619025f6-5079-4f4b-85a7-4e5ff3538445, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 619025f6-5079-4f4b-85a7-4e5ff3538445, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2218912356956585129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22189123569565851292218912356956585129221891235695658512922189123569565851292218912356956585129221891235695658512922189123569565851292218912356956585129221891235695658512922189123569565851292218912356956585129221891235695658512922189123569565851292218912356956585129221891235695658512922189123569565851292218912356956585129221891235695658512922189123569565851292218912356956585129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 619025f6-5079-4f4b-85a7-4e5ff3538445, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95047561-4742-4b90-abd7-77273123db28, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95047561-4742-4b90-abd7-77273123db28, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3386918073448750874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33869180734487508743386918073448750874338691807344875087433869180734487508743386918073448750874338691807344875087433869180734487508743386918073448750874338691807344875087433869180734487508743386918073448750874338691807344875087433869180734487508743386918073448750874338691807344875087433869180734487508743386918073448750874338691807344875087433869180734487508743386918073448750874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca73fabc-aab7-4629-bfd8-1c0c1cc32d38, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95047561-4742-4b90-abd7-77273123db28, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 029a95a5-6260-469d-84df-c3a35281d547, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 029a95a5-6260-469d-84df-c3a35281d547, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3103360577287953145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31033605772879531453103360577287953145310336057728795314531033605772879531453103360577287953145310336057728795314531033605772879531453103360577287953145310336057728795314531033605772879531453103360577287953145310336057728795314531033605772879531453103360577287953145310336057728795314531033605772879531453103360577287953145310336057728795314531033605772879531453103360577287953145" } } } 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, c1f622a0-f7e1-4c53-96c6-a938d342156f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1f622a0-f7e1-4c53-96c6-a938d342156f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6564880789225119477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65648807892251194776564880789225119477656488078922511947765648807892251194776564880789225119477656488078922511947765648807892251194776564880789225119477656488078922511947765648807892251194776564880789225119477656488078922511947765648807892251194776564880789225119477656488078922511947765648807892251194776564880789225119477656488078922511947765648807892251194776564880789225119477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 029a95a5-6260-469d-84df-c3a35281d547, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f23b9bb-5887-4fa4-a53d-23793cf0ebb1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f23b9bb-5887-4fa4-a53d-23793cf0ebb1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12343507238083973732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234350723808397373212343507238083973732123435072380839737321234350723808397373212343507238083973732123435072380839737321234350723808397373212343507238083973732123435072380839737321234350723808397373212343507238083973732123435072380839737321234350723808397373212343507238083973732123435072380839737321234350723808397373212343507238083973732123435072380839737321234350723808397373212343507238083973732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1f622a0-f7e1-4c53-96c6-a938d342156f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f23b9bb-5887-4fa4-a53d-23793cf0ebb1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3436fa83-4a35-40e3-93f7-f82481ff8d36, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d45f577f-2623-41a6-9cc8-0e72288c7947, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d45f577f-2623-41a6-9cc8-0e72288c7947, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17835154615182003340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783515461518200334017835154615182003340178351546151820033401783515461518200334017835154615182003340178351546151820033401783515461518200334017835154615182003340178351546151820033401783515461518200334017835154615182003340178351546151820033401783515461518200334017835154615182003340178351546151820033401783515461518200334017835154615182003340178351546151820033401783515461518200334017835154615182003340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3436fa83-4a35-40e3-93f7-f82481ff8d36, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 899136430076973196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196899136430076973196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d45f577f-2623-41a6-9cc8-0e72288c7947, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9821a018-c355-472d-b49e-412caab47f6e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9821a018-c355-472d-b49e-412caab47f6e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16015324018681701495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601532401868170149516015324018681701495160153240186817014951601532401868170149516015324018681701495160153240186817014951601532401868170149516015324018681701495160153240186817014951601532401868170149516015324018681701495160153240186817014951601532401868170149516015324018681701495160153240186817014951601532401868170149516015324018681701495160153240186817014951601532401868170149516015324018681701495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3436fa83-4a35-40e3-93f7-f82481ff8d36, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 102cd465-7ce9-4c04-a3e8-8be967819fcf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 102cd465-7ce9-4c04-a3e8-8be967819fcf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2081202913147099552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20812029131470995522081202913147099552208120291314709955220812029131470995522081202913147099552208120291314709955220812029131470995522081202913147099552208120291314709955220812029131470995522081202913147099552208120291314709955220812029131470995522081202913147099552208120291314709955220812029131470995522081202913147099552208120291314709955220812029131470995522081202913147099552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9821a018-c355-472d-b49e-412caab47f6e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 295ff7d2-6498-4427-b7b8-bf0d3154b5ec, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 295ff7d2-6498-4427-b7b8-bf0d3154b5ec, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9309997925629391593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93099979256293915939309997925629391593930999792562939159393099979256293915939309997925629391593930999792562939159393099979256293915939309997925629391593930999792562939159393099979256293915939309997925629391593930999792562939159393099979256293915939309997925629391593930999792562939159393099979256293915939309997925629391593930999792562939159393099979256293915939309997925629391593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 102cd465-7ce9-4c04-a3e8-8be967819fcf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46f5eb55-7d89-4da2-985a-3f81d7b03260, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46f5eb55-7d89-4da2-985a-3f81d7b03260, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9173956984809573265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91739569848095732659173956984809573265917395698480957326591739569848095732659173956984809573265917395698480957326591739569848095732659173956984809573265917395698480957326591739569848095732659173956984809573265917395698480957326591739569848095732659173956984809573265917395698480957326591739569848095732659173956984809573265917395698480957326591739569848095732659173956984809573265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 295ff7d2-6498-4427-b7b8-bf0d3154b5ec, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3057db66-0ad0-4a88-8b0e-cab49273e134, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46f5eb55-7d89-4da2-985a-3f81d7b03260, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3057db66-0ad0-4a88-8b0e-cab49273e134, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1384823996291571859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13848239962915718591384823996291571859138482399629157185913848239962915718591384823996291571859138482399629157185913848239962915718591384823996291571859138482399629157185913848239962915718591384823996291571859138482399629157185913848239962915718591384823996291571859138482399629157185913848239962915718591384823996291571859138482399629157185913848239962915718591384823996291571859" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 617ae3ad-57db-49e9-aea4-48a5bec7efdc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 617ae3ad-57db-49e9-aea4-48a5bec7efdc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12663780600869509556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266378060086950955612663780600869509556126637806008695095561266378060086950955612663780600869509556126637806008695095561266378060086950955612663780600869509556126637806008695095561266378060086950955612663780600869509556126637806008695095561266378060086950955612663780600869509556126637806008695095561266378060086950955612663780600869509556126637806008695095561266378060086950955612663780600869509556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3057db66-0ad0-4a88-8b0e-cab49273e134, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c437f9b2-26f7-4e2b-953c-d8f9a41d15e4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 617ae3ad-57db-49e9-aea4-48a5bec7efdc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c437f9b2-26f7-4e2b-953c-d8f9a41d15e4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15811134714942263205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581113471494226320515811134714942263205158111347149422632051581113471494226320515811134714942263205158111347149422632051581113471494226320515811134714942263205158111347149422632051581113471494226320515811134714942263205158111347149422632051581113471494226320515811134714942263205158111347149422632051581113471494226320515811134714942263205158111347149422632051581113471494226320515811134714942263205" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2f8f2c7-b408-4bf9-ab7a-ac081477b5eb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2f8f2c7-b408-4bf9-ab7a-ac081477b5eb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11856158813399431541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185615881339943154111856158813399431541118561588133994315411185615881339943154111856158813399431541118561588133994315411185615881339943154111856158813399431541118561588133994315411185615881339943154111856158813399431541118561588133994315411185615881339943154111856158813399431541118561588133994315411185615881339943154111856158813399431541118561588133994315411185615881339943154111856158813399431541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c437f9b2-26f7-4e2b-953c-d8f9a41d15e4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2f8f2c7-b408-4bf9-ab7a-ac081477b5eb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cbbb4e9-2581-4089-8c01-15a8dbe48aac, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cbbb4e9-2581-4089-8c01-15a8dbe48aac, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7066556497037953995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70665564970379539957066556497037953995706655649703795399570665564970379539957066556497037953995706655649703795399570665564970379539957066556497037953995706655649703795399570665564970379539957066556497037953995706655649703795399570665564970379539957066556497037953995706655649703795399570665564970379539957066556497037953995706655649703795399570665564970379539957066556497037953995" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5f6996a-1a2b-485f-b98b-0de9f6abca85, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5f6996a-1a2b-485f-b98b-0de9f6abca85, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16674227790370573360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667422779037057336016674227790370573360166742277903705733601667422779037057336016674227790370573360166742277903705733601667422779037057336016674227790370573360166742277903705733601667422779037057336016674227790370573360166742277903705733601667422779037057336016674227790370573360166742277903705733601667422779037057336016674227790370573360166742277903705733601667422779037057336016674227790370573360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cbbb4e9-2581-4089-8c01-15a8dbe48aac, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fd8f5a3-ecd9-4b29-9c11-f5bec269b780, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5f6996a-1a2b-485f-b98b-0de9f6abca85, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fd8f5a3-ecd9-4b29-9c11-f5bec269b780, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14637072256690997840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463707225669099784014637072256690997840146370722566909978401463707225669099784014637072256690997840146370722566909978401463707225669099784014637072256690997840146370722566909978401463707225669099784014637072256690997840146370722566909978401463707225669099784014637072256690997840146370722566909978401463707225669099784014637072256690997840146370722566909978401463707225669099784014637072256690997840" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c1ba39c-df35-4ca3-99c0-14bc9c838efd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c1ba39c-df35-4ca3-99c0-14bc9c838efd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7908586020884684931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79085860208846849317908586020884684931790858602088468493179085860208846849317908586020884684931790858602088468493179085860208846849317908586020884684931790858602088468493179085860208846849317908586020884684931790858602088468493179085860208846849317908586020884684931790858602088468493179085860208846849317908586020884684931790858602088468493179085860208846849317908586020884684931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fd8f5a3-ecd9-4b29-9c11-f5bec269b780, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6415fa93-34bd-4051-9b03-962c06c7d3f8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6415fa93-34bd-4051-9b03-962c06c7d3f8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7290980056262079366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72909800562620793667290980056262079366729098005626207936672909800562620793667290980056262079366729098005626207936672909800562620793667290980056262079366729098005626207936672909800562620793667290980056262079366729098005626207936672909800562620793667290980056262079366729098005626207936672909800562620793667290980056262079366729098005626207936672909800562620793667290980056262079366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c1ba39c-df35-4ca3-99c0-14bc9c838efd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d499c672-fdf2-4a4d-8af7-14ea81d8ba19, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d499c672-fdf2-4a4d-8af7-14ea81d8ba19, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8798582304394491109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87985823043944911098798582304394491109879858230439449110987985823043944911098798582304394491109879858230439449110987985823043944911098798582304394491109879858230439449110987985823043944911098798582304394491109879858230439449110987985823043944911098798582304394491109879858230439449110987985823043944911098798582304394491109879858230439449110987985823043944911098798582304394491109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6415fa93-34bd-4051-9b03-962c06c7d3f8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26866534-e7b9-4792-b2f6-27616534ea8d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26866534-e7b9-4792-b2f6-27616534ea8d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16026460912728518783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602646091272851878316026460912728518783160264609127285187831602646091272851878316026460912728518783160264609127285187831602646091272851878316026460912728518783160264609127285187831602646091272851878316026460912728518783160264609127285187831602646091272851878316026460912728518783160264609127285187831602646091272851878316026460912728518783160264609127285187831602646091272851878316026460912728518783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d499c672-fdf2-4a4d-8af7-14ea81d8ba19, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fbcee9f-ba22-4464-aac8-65e3cfd418d5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fbcee9f-ba22-4464-aac8-65e3cfd418d5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12968170785321807270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296817078532180727012968170785321807270129681707853218072701296817078532180727012968170785321807270129681707853218072701296817078532180727012968170785321807270129681707853218072701296817078532180727012968170785321807270129681707853218072701296817078532180727012968170785321807270129681707853218072701296817078532180727012968170785321807270129681707853218072701296817078532180727012968170785321807270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26866534-e7b9-4792-b2f6-27616534ea8d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fbcee9f-ba22-4464-aac8-65e3cfd418d5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c6c1f6f-25fd-4368-8c0b-2c185b4fd987, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c6c1f6f-25fd-4368-8c0b-2c185b4fd987, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2617659268830825286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26176592688308252862617659268830825286261765926883082528626176592688308252862617659268830825286261765926883082528626176592688308252862617659268830825286261765926883082528626176592688308252862617659268830825286261765926883082528626176592688308252862617659268830825286261765926883082528626176592688308252862617659268830825286261765926883082528626176592688308252862617659268830825286" } } } 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, 749d9c8a-488c-4690-83d8-4668f7843d17, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 749d9c8a-488c-4690-83d8-4668f7843d17, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15751648540535204224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575164854053520422415751648540535204224157516485405352042241575164854053520422415751648540535204224157516485405352042241575164854053520422415751648540535204224157516485405352042241575164854053520422415751648540535204224157516485405352042241575164854053520422415751648540535204224157516485405352042241575164854053520422415751648540535204224157516485405352042241575164854053520422415751648540535204224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c6c1f6f-25fd-4368-8c0b-2c185b4fd987, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53ceda78-927d-4787-8572-1420ce1ae380, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53ceda78-927d-4787-8572-1420ce1ae380, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17363201852281263616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736320185228126361617363201852281263616173632018522812636161736320185228126361617363201852281263616173632018522812636161736320185228126361617363201852281263616173632018522812636161736320185228126361617363201852281263616173632018522812636161736320185228126361617363201852281263616173632018522812636161736320185228126361617363201852281263616173632018522812636161736320185228126361617363201852281263616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 749d9c8a-488c-4690-83d8-4668f7843d17, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ede1b25f-4181-4f85-8e13-560144982921, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede1b25f-4181-4f85-8e13-560144982921, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5957380144771994534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59573801447719945345957380144771994534595738014477199453459573801447719945345957380144771994534595738014477199453459573801447719945345957380144771994534595738014477199453459573801447719945345957380144771994534595738014477199453459573801447719945345957380144771994534595738014477199453459573801447719945345957380144771994534595738014477199453459573801447719945345957380144771994534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53ceda78-927d-4787-8572-1420ce1ae380, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 027e465f-e0ce-45b0-9b60-3e1df8ef49b5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 027e465f-e0ce-45b0-9b60-3e1df8ef49b5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9295242530197930845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92952425301979308459295242530197930845929524253019793084592952425301979308459295242530197930845929524253019793084592952425301979308459295242530197930845929524253019793084592952425301979308459295242530197930845929524253019793084592952425301979308459295242530197930845929524253019793084592952425301979308459295242530197930845929524253019793084592952425301979308459295242530197930845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede1b25f-4181-4f85-8e13-560144982921, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 512a74ad-caa8-4132-87a8-7b3db44550d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 512a74ad-caa8-4132-87a8-7b3db44550d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16215651991470777258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621565199147077725816215651991470777258162156519914707772581621565199147077725816215651991470777258162156519914707772581621565199147077725816215651991470777258162156519914707772581621565199147077725816215651991470777258162156519914707772581621565199147077725816215651991470777258162156519914707772581621565199147077725816215651991470777258162156519914707772581621565199147077725816215651991470777258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 027e465f-e0ce-45b0-9b60-3e1df8ef49b5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cee6203-c253-4ce9-9ca1-c28e8624e5c2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cee6203-c253-4ce9-9ca1-c28e8624e5c2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12736962803152909296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273696280315290929612736962803152909296127369628031529092961273696280315290929612736962803152909296127369628031529092961273696280315290929612736962803152909296127369628031529092961273696280315290929612736962803152909296127369628031529092961273696280315290929612736962803152909296127369628031529092961273696280315290929612736962803152909296127369628031529092961273696280315290929612736962803152909296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 512a74ad-caa8-4132-87a8-7b3db44550d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8e67e23-9518-4680-9bd3-b259b858b772, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cee6203-c253-4ce9-9ca1-c28e8624e5c2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8e67e23-9518-4680-9bd3-b259b858b772, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7974477572323751037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79744775723237510377974477572323751037797447757232375103779744775723237510377974477572323751037797447757232375103779744775723237510377974477572323751037797447757232375103779744775723237510377974477572323751037797447757232375103779744775723237510377974477572323751037797447757232375103779744775723237510377974477572323751037797447757232375103779744775723237510377974477572323751037" } } } 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, 727def53-4828-465e-b6ac-7fa8b5640906, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 727def53-4828-465e-b6ac-7fa8b5640906, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6498423725833099358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64984237258330993586498423725833099358649842372583309935864984237258330993586498423725833099358649842372583309935864984237258330993586498423725833099358649842372583309935864984237258330993586498423725833099358649842372583309935864984237258330993586498423725833099358649842372583309935864984237258330993586498423725833099358649842372583309935864984237258330993586498423725833099358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8e67e23-9518-4680-9bd3-b259b858b772, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3be389b4-5eb0-409b-aea1-f38072147bb6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be389b4-5eb0-409b-aea1-f38072147bb6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2460012258266575564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24600122582665755642460012258266575564246001225826657556424600122582665755642460012258266575564246001225826657556424600122582665755642460012258266575564246001225826657556424600122582665755642460012258266575564246001225826657556424600122582665755642460012258266575564246001225826657556424600122582665755642460012258266575564246001225826657556424600122582665755642460012258266575564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 727def53-4828-465e-b6ac-7fa8b5640906, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cb8af54-cfff-4749-9988-333156851872, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb8af54-cfff-4749-9988-333156851872, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2756073831789678305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27560738317896783052756073831789678305275607383178967830527560738317896783052756073831789678305275607383178967830527560738317896783052756073831789678305275607383178967830527560738317896783052756073831789678305275607383178967830527560738317896783052756073831789678305275607383178967830527560738317896783052756073831789678305275607383178967830527560738317896783052756073831789678305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be389b4-5eb0-409b-aea1-f38072147bb6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce1f8b04-3a03-4d87-a738-4a137ed1123c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce1f8b04-3a03-4d87-a738-4a137ed1123c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16787027889683892238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678702788968389223816787027889683892238167870278896838922381678702788968389223816787027889683892238167870278896838922381678702788968389223816787027889683892238167870278896838922381678702788968389223816787027889683892238167870278896838922381678702788968389223816787027889683892238167870278896838922381678702788968389223816787027889683892238167870278896838922381678702788968389223816787027889683892238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb8af54-cfff-4749-9988-333156851872, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5f8bf8d-9a7a-4d4f-8639-1cfbe65f3d14, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5f8bf8d-9a7a-4d4f-8639-1cfbe65f3d14, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 858298226882752024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024858298226882752024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce1f8b04-3a03-4d87-a738-4a137ed1123c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 285eb332-b9dc-4526-91b1-52db0fe100c5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 285eb332-b9dc-4526-91b1-52db0fe100c5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12814011752014601842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281401175201460184212814011752014601842128140117520146018421281401175201460184212814011752014601842128140117520146018421281401175201460184212814011752014601842128140117520146018421281401175201460184212814011752014601842128140117520146018421281401175201460184212814011752014601842128140117520146018421281401175201460184212814011752014601842128140117520146018421281401175201460184212814011752014601842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5f8bf8d-9a7a-4d4f-8639-1cfbe65f3d14, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 285eb332-b9dc-4526-91b1-52db0fe100c5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eea97366-ced2-47bb-b4b6-e96f8f5c2234, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eea97366-ced2-47bb-b4b6-e96f8f5c2234, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4801377136795083421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48013771367950834214801377136795083421480137713679508342148013771367950834214801377136795083421480137713679508342148013771367950834214801377136795083421480137713679508342148013771367950834214801377136795083421480137713679508342148013771367950834214801377136795083421480137713679508342148013771367950834214801377136795083421480137713679508342148013771367950834214801377136795083421" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 959c1927-ad7b-4ec5-9ef6-0bccc69124ea, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 959c1927-ad7b-4ec5-9ef6-0bccc69124ea, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18390293650864318414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839029365086431841418390293650864318414183902936508643184141839029365086431841418390293650864318414183902936508643184141839029365086431841418390293650864318414183902936508643184141839029365086431841418390293650864318414183902936508643184141839029365086431841418390293650864318414183902936508643184141839029365086431841418390293650864318414183902936508643184141839029365086431841418390293650864318414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eea97366-ced2-47bb-b4b6-e96f8f5c2234, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0423eea-4367-4235-879a-463b582d82d4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0423eea-4367-4235-879a-463b582d82d4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17679827818657217902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767982781865721790217679827818657217902176798278186572179021767982781865721790217679827818657217902176798278186572179021767982781865721790217679827818657217902176798278186572179021767982781865721790217679827818657217902176798278186572179021767982781865721790217679827818657217902176798278186572179021767982781865721790217679827818657217902176798278186572179021767982781865721790217679827818657217902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 959c1927-ad7b-4ec5-9ef6-0bccc69124ea, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0560ed0-21ce-40f5-a1d2-0d4f3a35fec4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0560ed0-21ce-40f5-a1d2-0d4f3a35fec4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17435486904572241493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743548690457224149317435486904572241493174354869045722414931743548690457224149317435486904572241493174354869045722414931743548690457224149317435486904572241493174354869045722414931743548690457224149317435486904572241493174354869045722414931743548690457224149317435486904572241493174354869045722414931743548690457224149317435486904572241493174354869045722414931743548690457224149317435486904572241493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0423eea-4367-4235-879a-463b582d82d4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a79ff08b-b2c5-495c-8700-8ffad6e2d323, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a79ff08b-b2c5-495c-8700-8ffad6e2d323, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14832188012984537264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483218801298453726414832188012984537264148321880129845372641483218801298453726414832188012984537264148321880129845372641483218801298453726414832188012984537264148321880129845372641483218801298453726414832188012984537264148321880129845372641483218801298453726414832188012984537264148321880129845372641483218801298453726414832188012984537264148321880129845372641483218801298453726414832188012984537264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0560ed0-21ce-40f5-a1d2-0d4f3a35fec4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, addde9c0-aff2-43c0-87fb-a1d5c0092a7b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, addde9c0-aff2-43c0-87fb-a1d5c0092a7b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4902411542961334265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49024115429613342654902411542961334265490241154296133426549024115429613342654902411542961334265490241154296133426549024115429613342654902411542961334265490241154296133426549024115429613342654902411542961334265490241154296133426549024115429613342654902411542961334265490241154296133426549024115429613342654902411542961334265490241154296133426549024115429613342654902411542961334265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a79ff08b-b2c5-495c-8700-8ffad6e2d323, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6680311d-c600-49a0-b2eb-a11d21597ab6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6680311d-c600-49a0-b2eb-a11d21597ab6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8759511977837426900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87595119778374269008759511977837426900875951197783742690087595119778374269008759511977837426900875951197783742690087595119778374269008759511977837426900875951197783742690087595119778374269008759511977837426900875951197783742690087595119778374269008759511977837426900875951197783742690087595119778374269008759511977837426900875951197783742690087595119778374269008759511977837426900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, addde9c0-aff2-43c0-87fb-a1d5c0092a7b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6680311d-c600-49a0-b2eb-a11d21597ab6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c314b5b6-a8c9-4c01-a198-ace99816422b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c314b5b6-a8c9-4c01-a198-ace99816422b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7312009299566736896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73120092995667368967312009299566736896731200929956673689673120092995667368967312009299566736896731200929956673689673120092995667368967312009299566736896731200929956673689673120092995667368967312009299566736896731200929956673689673120092995667368967312009299566736896731200929956673689673120092995667368967312009299566736896731200929956673689673120092995667368967312009299566736896" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95ac5da5-3618-45f6-8279-7312f59047bd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95ac5da5-3618-45f6-8279-7312f59047bd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11425677397971111039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142567739797111103911425677397971111039114256773979711110391142567739797111103911425677397971111039114256773979711110391142567739797111103911425677397971111039114256773979711110391142567739797111103911425677397971111039114256773979711110391142567739797111103911425677397971111039114256773979711110391142567739797111103911425677397971111039114256773979711110391142567739797111103911425677397971111039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95ac5da5-3618-45f6-8279-7312f59047bd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c314b5b6-a8c9-4c01-a198-ace99816422b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1d957f7-bcad-4bbb-b462-5e7723052bb3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1d957f7-bcad-4bbb-b462-5e7723052bb3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15877204459609464799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587720445960946479915877204459609464799158772044596094647991587720445960946479915877204459609464799158772044596094647991587720445960946479915877204459609464799158772044596094647991587720445960946479915877204459609464799158772044596094647991587720445960946479915877204459609464799158772044596094647991587720445960946479915877204459609464799158772044596094647991587720445960946479915877204459609464799" } } } 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, f946f487-1a1e-4289-8484-d8d792d8c06a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f946f487-1a1e-4289-8484-d8d792d8c06a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11848244956778105369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184824495677810536911848244956778105369118482449567781053691184824495677810536911848244956778105369118482449567781053691184824495677810536911848244956778105369118482449567781053691184824495677810536911848244956778105369118482449567781053691184824495677810536911848244956778105369118482449567781053691184824495677810536911848244956778105369118482449567781053691184824495677810536911848244956778105369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1d957f7-bcad-4bbb-b462-5e7723052bb3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 480ff38d-fe97-4e36-afbe-462fece3899f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 480ff38d-fe97-4e36-afbe-462fece3899f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12446507865742563163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244650786574256316312446507865742563163124465078657425631631244650786574256316312446507865742563163124465078657425631631244650786574256316312446507865742563163124465078657425631631244650786574256316312446507865742563163124465078657425631631244650786574256316312446507865742563163124465078657425631631244650786574256316312446507865742563163124465078657425631631244650786574256316312446507865742563163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f946f487-1a1e-4289-8484-d8d792d8c06a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e09159d-0f03-41f8-b5ae-6e471922de41, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 480ff38d-fe97-4e36-afbe-462fece3899f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e09159d-0f03-41f8-b5ae-6e471922de41, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17902083689441956546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790208368944195654617902083689441956546179020836894419565461790208368944195654617902083689441956546179020836894419565461790208368944195654617902083689441956546179020836894419565461790208368944195654617902083689441956546179020836894419565461790208368944195654617902083689441956546179020836894419565461790208368944195654617902083689441956546179020836894419565461790208368944195654617902083689441956546" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d1356ed-9814-4aaf-a45e-60821a91a4ce, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d1356ed-9814-4aaf-a45e-60821a91a4ce, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 301504113592332051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051301504113592332051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e09159d-0f03-41f8-b5ae-6e471922de41, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60bd1e8b-c4fb-47e4-a2a1-0049812793f9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d1356ed-9814-4aaf-a45e-60821a91a4ce, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60bd1e8b-c4fb-47e4-a2a1-0049812793f9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18360836431561293620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836083643156129362018360836431561293620183608364315612936201836083643156129362018360836431561293620183608364315612936201836083643156129362018360836431561293620183608364315612936201836083643156129362018360836431561293620183608364315612936201836083643156129362018360836431561293620183608364315612936201836083643156129362018360836431561293620183608364315612936201836083643156129362018360836431561293620" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d01ff4c7-a8d0-498f-bd85-6c260cf33d90, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d01ff4c7-a8d0-498f-bd85-6c260cf33d90, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1295545792462618171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12955457924626181711295545792462618171129554579246261817112955457924626181711295545792462618171129554579246261817112955457924626181711295545792462618171129554579246261817112955457924626181711295545792462618171129554579246261817112955457924626181711295545792462618171129554579246261817112955457924626181711295545792462618171129554579246261817112955457924626181711295545792462618171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60bd1e8b-c4fb-47e4-a2a1-0049812793f9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7c4e5aa-1bf2-4de2-86dc-ecf17d3398c4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c4e5aa-1bf2-4de2-86dc-ecf17d3398c4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5712589924341383532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57125899243413835325712589924341383532571258992434138353257125899243413835325712589924341383532571258992434138353257125899243413835325712589924341383532571258992434138353257125899243413835325712589924341383532571258992434138353257125899243413835325712589924341383532571258992434138353257125899243413835325712589924341383532571258992434138353257125899243413835325712589924341383532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d01ff4c7-a8d0-498f-bd85-6c260cf33d90, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d51dd09b-acf2-4b24-997c-84480eec173c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c4e5aa-1bf2-4de2-86dc-ecf17d3398c4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d51dd09b-acf2-4b24-997c-84480eec173c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11755525948482293981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175552594848229398111755525948482293981117555259484822939811175552594848229398111755525948482293981117555259484822939811175552594848229398111755525948482293981117555259484822939811175552594848229398111755525948482293981117555259484822939811175552594848229398111755525948482293981117555259484822939811175552594848229398111755525948482293981117555259484822939811175552594848229398111755525948482293981" } } } 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, 5af9532c-0a58-42dc-948a-913e30e6a7d5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d51dd09b-acf2-4b24-997c-84480eec173c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca12ea9f-408e-41d0-a835-903e38db4abd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca12ea9f-408e-41d0-a835-903e38db4abd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12997986044072419080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299798604407241908012997986044072419080129979860440724190801299798604407241908012997986044072419080129979860440724190801299798604407241908012997986044072419080129979860440724190801299798604407241908012997986044072419080129979860440724190801299798604407241908012997986044072419080129979860440724190801299798604407241908012997986044072419080129979860440724190801299798604407241908012997986044072419080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5af9532c-0a58-42dc-948a-913e30e6a7d5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6804837121401555077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68048371214015550776804837121401555077680483712140155507768048371214015550776804837121401555077680483712140155507768048371214015550776804837121401555077680483712140155507768048371214015550776804837121401555077680483712140155507768048371214015550776804837121401555077680483712140155507768048371214015550776804837121401555077680483712140155507768048371214015550776804837121401555077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca12ea9f-408e-41d0-a835-903e38db4abd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1e81305-fa0a-42c7-bd10-304d4321ae50, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1e81305-fa0a-42c7-bd10-304d4321ae50, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14468181223043292699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446818122304329269914468181223043292699144681812230432926991446818122304329269914468181223043292699144681812230432926991446818122304329269914468181223043292699144681812230432926991446818122304329269914468181223043292699144681812230432926991446818122304329269914468181223043292699144681812230432926991446818122304329269914468181223043292699144681812230432926991446818122304329269914468181223043292699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5af9532c-0a58-42dc-948a-913e30e6a7d5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87c90439-e919-42e5-b025-3a25ed936ec2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87c90439-e919-42e5-b025-3a25ed936ec2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3788720777833274270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37887207778332742703788720777833274270378872077783327427037887207778332742703788720777833274270378872077783327427037887207778332742703788720777833274270378872077783327427037887207778332742703788720777833274270378872077783327427037887207778332742703788720777833274270378872077783327427037887207778332742703788720777833274270378872077783327427037887207778332742703788720777833274270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1e81305-fa0a-42c7-bd10-304d4321ae50, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aea8952c-b3d7-443c-8452-ba7fec413f75, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aea8952c-b3d7-443c-8452-ba7fec413f75, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15332521994575094318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533252199457509431815332521994575094318153325219945750943181533252199457509431815332521994575094318153325219945750943181533252199457509431815332521994575094318153325219945750943181533252199457509431815332521994575094318153325219945750943181533252199457509431815332521994575094318153325219945750943181533252199457509431815332521994575094318153325219945750943181533252199457509431815332521994575094318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87c90439-e919-42e5-b025-3a25ed936ec2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbe18d2d-ce5f-433e-9e4e-fe6ac79567f0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbe18d2d-ce5f-433e-9e4e-fe6ac79567f0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17085996343068925766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708599634306892576617085996343068925766170859963430689257661708599634306892576617085996343068925766170859963430689257661708599634306892576617085996343068925766170859963430689257661708599634306892576617085996343068925766170859963430689257661708599634306892576617085996343068925766170859963430689257661708599634306892576617085996343068925766170859963430689257661708599634306892576617085996343068925766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aea8952c-b3d7-443c-8452-ba7fec413f75, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbe18d2d-ce5f-433e-9e4e-fe6ac79567f0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e1e2a5b-b6ed-454b-a7ca-9cd843f6a6e4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e339e7c-d24c-47a6-ad3a-3a590d2184b1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e339e7c-d24c-47a6-ad3a-3a590d2184b1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5926378771768892341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59263787717688923415926378771768892341592637877176889234159263787717688923415926378771768892341592637877176889234159263787717688923415926378771768892341592637877176889234159263787717688923415926378771768892341592637877176889234159263787717688923415926378771768892341592637877176889234159263787717688923415926378771768892341592637877176889234159263787717688923415926378771768892341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e1e2a5b-b6ed-454b-a7ca-9cd843f6a6e4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2380174389281315323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23801743892813153232380174389281315323238017438928131532323801743892813153232380174389281315323238017438928131532323801743892813153232380174389281315323238017438928131532323801743892813153232380174389281315323238017438928131532323801743892813153232380174389281315323238017438928131532323801743892813153232380174389281315323238017438928131532323801743892813153232380174389281315323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e339e7c-d24c-47a6-ad3a-3a590d2184b1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e1e2a5b-b6ed-454b-a7ca-9cd843f6a6e4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faf592c9-5ebd-4454-a0af-99fa4954aa3f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faf592c9-5ebd-4454-a0af-99fa4954aa3f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11914737567070963988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191473756707096398811914737567070963988119147375670709639881191473756707096398811914737567070963988119147375670709639881191473756707096398811914737567070963988119147375670709639881191473756707096398811914737567070963988119147375670709639881191473756707096398811914737567070963988119147375670709639881191473756707096398811914737567070963988119147375670709639881191473756707096398811914737567070963988" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59ee2f6f-a19b-4f82-8cc8-1622aae5ebad, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59ee2f6f-a19b-4f82-8cc8-1622aae5ebad, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5378846712147686535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53788467121476865355378846712147686535537884671214768653553788467121476865355378846712147686535537884671214768653553788467121476865355378846712147686535537884671214768653553788467121476865355378846712147686535537884671214768653553788467121476865355378846712147686535537884671214768653553788467121476865355378846712147686535537884671214768653553788467121476865355378846712147686535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faf592c9-5ebd-4454-a0af-99fa4954aa3f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e5af161-7a7b-4b1f-830e-6b2ac3a8c609, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e5af161-7a7b-4b1f-830e-6b2ac3a8c609, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6147241344521649545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61472413445216495456147241344521649545614724134452164954561472413445216495456147241344521649545614724134452164954561472413445216495456147241344521649545614724134452164954561472413445216495456147241344521649545614724134452164954561472413445216495456147241344521649545614724134452164954561472413445216495456147241344521649545614724134452164954561472413445216495456147241344521649545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59ee2f6f-a19b-4f82-8cc8-1622aae5ebad, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3893185e-2b55-4e1d-83a7-b4062f0c33fb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3893185e-2b55-4e1d-83a7-b4062f0c33fb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10124558140212263324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012455814021226332410124558140212263324101245581402122633241012455814021226332410124558140212263324101245581402122633241012455814021226332410124558140212263324101245581402122633241012455814021226332410124558140212263324101245581402122633241012455814021226332410124558140212263324101245581402122633241012455814021226332410124558140212263324101245581402122633241012455814021226332410124558140212263324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e5af161-7a7b-4b1f-830e-6b2ac3a8c609, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e95fc22-16eb-44d5-8f68-4681c09e1e15, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e95fc22-16eb-44d5-8f68-4681c09e1e15, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5889816815279165567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58898168152791655675889816815279165567588981681527916556758898168152791655675889816815279165567588981681527916556758898168152791655675889816815279165567588981681527916556758898168152791655675889816815279165567588981681527916556758898168152791655675889816815279165567588981681527916556758898168152791655675889816815279165567588981681527916556758898168152791655675889816815279165567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3893185e-2b55-4e1d-83a7-b4062f0c33fb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd71726f-282c-4989-a38e-1b83bdc6d13e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e95fc22-16eb-44d5-8f68-4681c09e1e15, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd71726f-282c-4989-a38e-1b83bdc6d13e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 139143839032106152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152139143839032106152" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9760f82-de7b-4287-a018-8c028e4fb4b2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9760f82-de7b-4287-a018-8c028e4fb4b2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15595184530317606540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559518453031760654015595184530317606540155951845303176065401559518453031760654015595184530317606540155951845303176065401559518453031760654015595184530317606540155951845303176065401559518453031760654015595184530317606540155951845303176065401559518453031760654015595184530317606540155951845303176065401559518453031760654015595184530317606540155951845303176065401559518453031760654015595184530317606540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd71726f-282c-4989-a38e-1b83bdc6d13e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9760f82-de7b-4287-a018-8c028e4fb4b2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5121fd0-dda8-4870-86a2-81840c416273, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5121fd0-dda8-4870-86a2-81840c416273, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12647459931500457324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264745993150045732412647459931500457324126474599315004573241264745993150045732412647459931500457324126474599315004573241264745993150045732412647459931500457324126474599315004573241264745993150045732412647459931500457324126474599315004573241264745993150045732412647459931500457324126474599315004573241264745993150045732412647459931500457324126474599315004573241264745993150045732412647459931500457324" } } } 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, 1620b912-7aee-467a-8a78-c277ddb3966f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1620b912-7aee-467a-8a78-c277ddb3966f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14058187827720565492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405818782772056549214058187827720565492140581878277205654921405818782772056549214058187827720565492140581878277205654921405818782772056549214058187827720565492140581878277205654921405818782772056549214058187827720565492140581878277205654921405818782772056549214058187827720565492140581878277205654921405818782772056549214058187827720565492140581878277205654921405818782772056549214058187827720565492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5121fd0-dda8-4870-86a2-81840c416273, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1620b912-7aee-467a-8a78-c277ddb3966f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f0eb521-3d9c-4751-87e8-c6da6f5bc176, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f0eb521-3d9c-4751-87e8-c6da6f5bc176, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10517744392389814451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051774439238981445110517744392389814451105177443923898144511051774439238981445110517744392389814451105177443923898144511051774439238981445110517744392389814451105177443923898144511051774439238981445110517744392389814451105177443923898144511051774439238981445110517744392389814451105177443923898144511051774439238981445110517744392389814451105177443923898144511051774439238981445110517744392389814451" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b2bdef6-4ce5-4cbc-a623-1573ba6fa4c2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b2bdef6-4ce5-4cbc-a623-1573ba6fa4c2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15185079752275238235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518507975227523823515185079752275238235151850797522752382351518507975227523823515185079752275238235151850797522752382351518507975227523823515185079752275238235151850797522752382351518507975227523823515185079752275238235151850797522752382351518507975227523823515185079752275238235151850797522752382351518507975227523823515185079752275238235151850797522752382351518507975227523823515185079752275238235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f0eb521-3d9c-4751-87e8-c6da6f5bc176, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f8c1ea4-52d2-495b-a9a5-0fdc93053b4d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f8c1ea4-52d2-495b-a9a5-0fdc93053b4d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5708327433773070757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57083274337730707575708327433773070757570832743377307075757083274337730707575708327433773070757570832743377307075757083274337730707575708327433773070757570832743377307075757083274337730707575708327433773070757570832743377307075757083274337730707575708327433773070757570832743377307075757083274337730707575708327433773070757570832743377307075757083274337730707575708327433773070757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b2bdef6-4ce5-4cbc-a623-1573ba6fa4c2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63ca7e06-c951-47df-b458-3a3ac0aa57d9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63ca7e06-c951-47df-b458-3a3ac0aa57d9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5558948668325488777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55589486683254887775558948668325488777555894866832548877755589486683254887775558948668325488777555894866832548877755589486683254887775558948668325488777555894866832548877755589486683254887775558948668325488777555894866832548877755589486683254887775558948668325488777555894866832548877755589486683254887775558948668325488777555894866832548877755589486683254887775558948668325488777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f8c1ea4-52d2-495b-a9a5-0fdc93053b4d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd34b8ad-c619-4bb3-a708-3a6066a31760, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd34b8ad-c619-4bb3-a708-3a6066a31760, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2200654097943459403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22006540979434594032200654097943459403220065409794345940322006540979434594032200654097943459403220065409794345940322006540979434594032200654097943459403220065409794345940322006540979434594032200654097943459403220065409794345940322006540979434594032200654097943459403220065409794345940322006540979434594032200654097943459403220065409794345940322006540979434594032200654097943459403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63ca7e06-c951-47df-b458-3a3ac0aa57d9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 443628d8-ccea-4ba7-866e-7a12f96a00bf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 443628d8-ccea-4ba7-866e-7a12f96a00bf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11973751116922191729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197375111692219172911973751116922191729119737511169221917291197375111692219172911973751116922191729119737511169221917291197375111692219172911973751116922191729119737511169221917291197375111692219172911973751116922191729119737511169221917291197375111692219172911973751116922191729119737511169221917291197375111692219172911973751116922191729119737511169221917291197375111692219172911973751116922191729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd34b8ad-c619-4bb3-a708-3a6066a31760, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2678b41f-ccc2-48f0-b72a-74f5a78911d0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2678b41f-ccc2-48f0-b72a-74f5a78911d0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10612060051146853384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061206005114685338410612060051146853384106120600511468533841061206005114685338410612060051146853384106120600511468533841061206005114685338410612060051146853384106120600511468533841061206005114685338410612060051146853384106120600511468533841061206005114685338410612060051146853384106120600511468533841061206005114685338410612060051146853384106120600511468533841061206005114685338410612060051146853384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 443628d8-ccea-4ba7-866e-7a12f96a00bf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2678b41f-ccc2-48f0-b72a-74f5a78911d0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51f92442-3bf6-4022-9897-a853c9942d22, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51f92442-3bf6-4022-9897-a853c9942d22, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9297531341880214728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92975313418802147289297531341880214728929753134188021472892975313418802147289297531341880214728929753134188021472892975313418802147289297531341880214728929753134188021472892975313418802147289297531341880214728929753134188021472892975313418802147289297531341880214728929753134188021472892975313418802147289297531341880214728929753134188021472892975313418802147289297531341880214728" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b44e642f-40cc-4a72-8281-c7c36b0922d1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b44e642f-40cc-4a72-8281-c7c36b0922d1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6570511410495313856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65705114104953138566570511410495313856657051141049531385665705114104953138566570511410495313856657051141049531385665705114104953138566570511410495313856657051141049531385665705114104953138566570511410495313856657051141049531385665705114104953138566570511410495313856657051141049531385665705114104953138566570511410495313856657051141049531385665705114104953138566570511410495313856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51f92442-3bf6-4022-9897-a853c9942d22, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e440e58-1fa1-4e27-848d-32067480212f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e440e58-1fa1-4e27-848d-32067480212f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6603623761016501980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66036237610165019806603623761016501980660362376101650198066036237610165019806603623761016501980660362376101650198066036237610165019806603623761016501980660362376101650198066036237610165019806603623761016501980660362376101650198066036237610165019806603623761016501980660362376101650198066036237610165019806603623761016501980660362376101650198066036237610165019806603623761016501980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b44e642f-40cc-4a72-8281-c7c36b0922d1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e440e58-1fa1-4e27-848d-32067480212f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35f3204c-f392-433c-b0bc-7a350f331e56, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2c81b3c-ade1-4aa8-bf6f-4e88a3fff3af, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35f3204c-f392-433c-b0bc-7a350f331e56, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7966006259296432108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79660062592964321087966006259296432108796600625929643210879660062592964321087966006259296432108796600625929643210879660062592964321087966006259296432108796600625929643210879660062592964321087966006259296432108796600625929643210879660062592964321087966006259296432108796600625929643210879660062592964321087966006259296432108796600625929643210879660062592964321087966006259296432108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2c81b3c-ade1-4aa8-bf6f-4e88a3fff3af, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 499075901329661183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183499075901329661183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35f3204c-f392-433c-b0bc-7a350f331e56, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06e6ab4c-f221-445b-a319-7d058ea015cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06e6ab4c-f221-445b-a319-7d058ea015cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9065538480144718645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90655384801447186459065538480144718645906553848014471864590655384801447186459065538480144718645906553848014471864590655384801447186459065538480144718645906553848014471864590655384801447186459065538480144718645906553848014471864590655384801447186459065538480144718645906553848014471864590655384801447186459065538480144718645906553848014471864590655384801447186459065538480144718645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2c81b3c-ade1-4aa8-bf6f-4e88a3fff3af, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a59df73f-a869-46a5-b1a3-650cdd1a9bfb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06e6ab4c-f221-445b-a319-7d058ea015cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 286774d8-6a23-4689-9797-803f9aff3b96, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a59df73f-a869-46a5-b1a3-650cdd1a9bfb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17064428036182021053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706442803618202105317064428036182021053170644280361820210531706442803618202105317064428036182021053170644280361820210531706442803618202105317064428036182021053170644280361820210531706442803618202105317064428036182021053170644280361820210531706442803618202105317064428036182021053170644280361820210531706442803618202105317064428036182021053170644280361820210531706442803618202105317064428036182021053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 286774d8-6a23-4689-9797-803f9aff3b96, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15072915442167240445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507291544216724044515072915442167240445150729154421672404451507291544216724044515072915442167240445150729154421672404451507291544216724044515072915442167240445150729154421672404451507291544216724044515072915442167240445150729154421672404451507291544216724044515072915442167240445150729154421672404451507291544216724044515072915442167240445150729154421672404451507291544216724044515072915442167240445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a59df73f-a869-46a5-b1a3-650cdd1a9bfb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14a79100-0955-45d1-8324-d11e51a1e897, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14a79100-0955-45d1-8324-d11e51a1e897, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 566141842614322121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121566141842614322121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 286774d8-6a23-4689-9797-803f9aff3b96, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2f23bef-ec3b-4f60-a68f-1a843e6a2c5f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2f23bef-ec3b-4f60-a68f-1a843e6a2c5f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8003414611475721872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80034146114757218728003414611475721872800341461147572187280034146114757218728003414611475721872800341461147572187280034146114757218728003414611475721872800341461147572187280034146114757218728003414611475721872800341461147572187280034146114757218728003414611475721872800341461147572187280034146114757218728003414611475721872800341461147572187280034146114757218728003414611475721872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14a79100-0955-45d1-8324-d11e51a1e897, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fbef23f-0e28-41b3-8257-32b99210e583, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fbef23f-0e28-41b3-8257-32b99210e583, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7116938210900725045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71169382109007250457116938210900725045711693821090072504571169382109007250457116938210900725045711693821090072504571169382109007250457116938210900725045711693821090072504571169382109007250457116938210900725045711693821090072504571169382109007250457116938210900725045711693821090072504571169382109007250457116938210900725045711693821090072504571169382109007250457116938210900725045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2f23bef-ec3b-4f60-a68f-1a843e6a2c5f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94a609ec-fec3-40b3-8aec-7e3417152023, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94a609ec-fec3-40b3-8aec-7e3417152023, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8775800407044813834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87758004070448138348775800407044813834877580040704481383487758004070448138348775800407044813834877580040704481383487758004070448138348775800407044813834877580040704481383487758004070448138348775800407044813834877580040704481383487758004070448138348775800407044813834877580040704481383487758004070448138348775800407044813834877580040704481383487758004070448138348775800407044813834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fbef23f-0e28-41b3-8257-32b99210e583, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a850716c-84aa-45fa-bb50-1ab83b889acc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a850716c-84aa-45fa-bb50-1ab83b889acc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12818392626729108782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281839262672910878212818392626729108782128183926267291087821281839262672910878212818392626729108782128183926267291087821281839262672910878212818392626729108782128183926267291087821281839262672910878212818392626729108782128183926267291087821281839262672910878212818392626729108782128183926267291087821281839262672910878212818392626729108782128183926267291087821281839262672910878212818392626729108782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94a609ec-fec3-40b3-8aec-7e3417152023, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1673fe20-1f68-47ab-b02e-138a884a5211, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1673fe20-1f68-47ab-b02e-138a884a5211, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5509515457823163666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55095154578231636665509515457823163666550951545782316366655095154578231636665509515457823163666550951545782316366655095154578231636665509515457823163666550951545782316366655095154578231636665509515457823163666550951545782316366655095154578231636665509515457823163666550951545782316366655095154578231636665509515457823163666550951545782316366655095154578231636665509515457823163666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a850716c-84aa-45fa-bb50-1ab83b889acc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c303efe8-4826-45cc-8f9b-50d294dfa5cd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c303efe8-4826-45cc-8f9b-50d294dfa5cd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1939774997350228139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19397749973502281391939774997350228139193977499735022813919397749973502281391939774997350228139193977499735022813919397749973502281391939774997350228139193977499735022813919397749973502281391939774997350228139193977499735022813919397749973502281391939774997350228139193977499735022813919397749973502281391939774997350228139193977499735022813919397749973502281391939774997350228139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1673fe20-1f68-47ab-b02e-138a884a5211, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c303efe8-4826-45cc-8f9b-50d294dfa5cd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7118930-c2a3-48eb-9a4f-4a89e8825f5d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7118930-c2a3-48eb-9a4f-4a89e8825f5d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1353069373594289030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13530693735942890301353069373594289030135306937359428903013530693735942890301353069373594289030135306937359428903013530693735942890301353069373594289030135306937359428903013530693735942890301353069373594289030135306937359428903013530693735942890301353069373594289030135306937359428903013530693735942890301353069373594289030135306937359428903013530693735942890301353069373594289030" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee51f4ec-8f90-4947-8241-219cef1a54a6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee51f4ec-8f90-4947-8241-219cef1a54a6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8437014859454924874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84370148594549248748437014859454924874843701485945492487484370148594549248748437014859454924874843701485945492487484370148594549248748437014859454924874843701485945492487484370148594549248748437014859454924874843701485945492487484370148594549248748437014859454924874843701485945492487484370148594549248748437014859454924874843701485945492487484370148594549248748437014859454924874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7118930-c2a3-48eb-9a4f-4a89e8825f5d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c9a30bd-c33d-43d8-9455-85f03a045b7b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c9a30bd-c33d-43d8-9455-85f03a045b7b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9468027003343974819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94680270033439748199468027003343974819946802700334397481994680270033439748199468027003343974819946802700334397481994680270033439748199468027003343974819946802700334397481994680270033439748199468027003343974819946802700334397481994680270033439748199468027003343974819946802700334397481994680270033439748199468027003343974819946802700334397481994680270033439748199468027003343974819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee51f4ec-8f90-4947-8241-219cef1a54a6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c37a6ce1-d840-43a9-abf6-78b977105f0f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c37a6ce1-d840-43a9-abf6-78b977105f0f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14169144838906748319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416914483890674831914169144838906748319141691448389067483191416914483890674831914169144838906748319141691448389067483191416914483890674831914169144838906748319141691448389067483191416914483890674831914169144838906748319141691448389067483191416914483890674831914169144838906748319141691448389067483191416914483890674831914169144838906748319141691448389067483191416914483890674831914169144838906748319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c9a30bd-c33d-43d8-9455-85f03a045b7b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae844c73-00a5-4010-b38d-f1193fa3d69d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae844c73-00a5-4010-b38d-f1193fa3d69d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4552186243706120204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45521862437061202044552186243706120204455218624370612020445521862437061202044552186243706120204455218624370612020445521862437061202044552186243706120204455218624370612020445521862437061202044552186243706120204455218624370612020445521862437061202044552186243706120204455218624370612020445521862437061202044552186243706120204455218624370612020445521862437061202044552186243706120204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c37a6ce1-d840-43a9-abf6-78b977105f0f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fec5800-aa7a-4d62-af39-1cea7eab7376, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fec5800-aa7a-4d62-af39-1cea7eab7376, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1765738542114794543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17657385421147945431765738542114794543176573854211479454317657385421147945431765738542114794543176573854211479454317657385421147945431765738542114794543176573854211479454317657385421147945431765738542114794543176573854211479454317657385421147945431765738542114794543176573854211479454317657385421147945431765738542114794543176573854211479454317657385421147945431765738542114794543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae844c73-00a5-4010-b38d-f1193fa3d69d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4bddfd7-48f1-4057-bee5-fc3acaa556a5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4bddfd7-48f1-4057-bee5-fc3acaa556a5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9102826435400766950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91028264354007669509102826435400766950910282643540076695091028264354007669509102826435400766950910282643540076695091028264354007669509102826435400766950910282643540076695091028264354007669509102826435400766950910282643540076695091028264354007669509102826435400766950910282643540076695091028264354007669509102826435400766950910282643540076695091028264354007669509102826435400766950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fec5800-aa7a-4d62-af39-1cea7eab7376, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cb0061a-8880-445f-81f4-48cb2e6057ad, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cb0061a-8880-445f-81f4-48cb2e6057ad, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8157938367416721975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81579383674167219758157938367416721975815793836741672197581579383674167219758157938367416721975815793836741672197581579383674167219758157938367416721975815793836741672197581579383674167219758157938367416721975815793836741672197581579383674167219758157938367416721975815793836741672197581579383674167219758157938367416721975815793836741672197581579383674167219758157938367416721975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4bddfd7-48f1-4057-bee5-fc3acaa556a5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b17d7e7c-0093-47b2-a702-5b8efae8ff0a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b17d7e7c-0093-47b2-a702-5b8efae8ff0a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3344368447112943698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33443684471129436983344368447112943698334436844711294369833443684471129436983344368447112943698334436844711294369833443684471129436983344368447112943698334436844711294369833443684471129436983344368447112943698334436844711294369833443684471129436983344368447112943698334436844711294369833443684471129436983344368447112943698334436844711294369833443684471129436983344368447112943698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cb0061a-8880-445f-81f4-48cb2e6057ad, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15629bb3-a671-495d-9fce-ba157afcd04c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15629bb3-a671-495d-9fce-ba157afcd04c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4502750994419791534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45027509944197915344502750994419791534450275099441979153445027509944197915344502750994419791534450275099441979153445027509944197915344502750994419791534450275099441979153445027509944197915344502750994419791534450275099441979153445027509944197915344502750994419791534450275099441979153445027509944197915344502750994419791534450275099441979153445027509944197915344502750994419791534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b17d7e7c-0093-47b2-a702-5b8efae8ff0a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c89636f-7b7f-41f7-95aa-63b052b8734b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c89636f-7b7f-41f7-95aa-63b052b8734b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7398932897245256403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73989328972452564037398932897245256403739893289724525640373989328972452564037398932897245256403739893289724525640373989328972452564037398932897245256403739893289724525640373989328972452564037398932897245256403739893289724525640373989328972452564037398932897245256403739893289724525640373989328972452564037398932897245256403739893289724525640373989328972452564037398932897245256403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15629bb3-a671-495d-9fce-ba157afcd04c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c89636f-7b7f-41f7-95aa-63b052b8734b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d135d555-62c7-46cd-b1f3-a882f1139813, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a5bf724-e96e-438e-a80c-b4cfdaa911e8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d135d555-62c7-46cd-b1f3-a882f1139813, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12271034925763723994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227103492576372399412271034925763723994122710349257637239941227103492576372399412271034925763723994122710349257637239941227103492576372399412271034925763723994122710349257637239941227103492576372399412271034925763723994122710349257637239941227103492576372399412271034925763723994122710349257637239941227103492576372399412271034925763723994122710349257637239941227103492576372399412271034925763723994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a5bf724-e96e-438e-a80c-b4cfdaa911e8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2490934412604418264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24909344126044182642490934412604418264249093441260441826424909344126044182642490934412604418264249093441260441826424909344126044182642490934412604418264249093441260441826424909344126044182642490934412604418264249093441260441826424909344126044182642490934412604418264249093441260441826424909344126044182642490934412604418264249093441260441826424909344126044182642490934412604418264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d135d555-62c7-46cd-b1f3-a882f1139813, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a5bf724-e96e-438e-a80c-b4cfdaa911e8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3f03d5e-cc88-4e3c-89a2-3505bb4b5586, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a116796b-791b-48ad-acb3-e6dc3eb64f72, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a116796b-791b-48ad-acb3-e6dc3eb64f72, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12899807517234539679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289980751723453967912899807517234539679128998075172345396791289980751723453967912899807517234539679128998075172345396791289980751723453967912899807517234539679128998075172345396791289980751723453967912899807517234539679128998075172345396791289980751723453967912899807517234539679128998075172345396791289980751723453967912899807517234539679128998075172345396791289980751723453967912899807517234539679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3f03d5e-cc88-4e3c-89a2-3505bb4b5586, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2220094758892761207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22200947588927612072220094758892761207222009475889276120722200947588927612072220094758892761207222009475889276120722200947588927612072220094758892761207222009475889276120722200947588927612072220094758892761207222009475889276120722200947588927612072220094758892761207222009475889276120722200947588927612072220094758892761207222009475889276120722200947588927612072220094758892761207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a116796b-791b-48ad-acb3-e6dc3eb64f72, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7b64811-2d7b-4c44-931f-ce5ccd90def8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b64811-2d7b-4c44-931f-ce5ccd90def8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16128719892991873485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612871989299187348516128719892991873485161287198929918734851612871989299187348516128719892991873485161287198929918734851612871989299187348516128719892991873485161287198929918734851612871989299187348516128719892991873485161287198929918734851612871989299187348516128719892991873485161287198929918734851612871989299187348516128719892991873485161287198929918734851612871989299187348516128719892991873485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3f03d5e-cc88-4e3c-89a2-3505bb4b5586, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b64811-2d7b-4c44-931f-ce5ccd90def8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20acbd37-eaa8-4ff6-8381-08e5bd404f97, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20acbd37-eaa8-4ff6-8381-08e5bd404f97, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4847643745233146851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48476437452331468514847643745233146851484764374523314685148476437452331468514847643745233146851484764374523314685148476437452331468514847643745233146851484764374523314685148476437452331468514847643745233146851484764374523314685148476437452331468514847643745233146851484764374523314685148476437452331468514847643745233146851484764374523314685148476437452331468514847643745233146851" } } } 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, 4b509d4b-7564-4274-9d43-ebde8c62986f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b509d4b-7564-4274-9d43-ebde8c62986f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5927677311994170028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59276773119941700285927677311994170028592767731199417002859276773119941700285927677311994170028592767731199417002859276773119941700285927677311994170028592767731199417002859276773119941700285927677311994170028592767731199417002859276773119941700285927677311994170028592767731199417002859276773119941700285927677311994170028592767731199417002859276773119941700285927677311994170028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20acbd37-eaa8-4ff6-8381-08e5bd404f97, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ab0252d-bd3b-4c52-884f-8f2cdb53e5ca, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ab0252d-bd3b-4c52-884f-8f2cdb53e5ca, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11703177884381575255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170317788438157525511703177884381575255117031778843815752551170317788438157525511703177884381575255117031778843815752551170317788438157525511703177884381575255117031778843815752551170317788438157525511703177884381575255117031778843815752551170317788438157525511703177884381575255117031778843815752551170317788438157525511703177884381575255117031778843815752551170317788438157525511703177884381575255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b509d4b-7564-4274-9d43-ebde8c62986f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9234a209-14d2-4a23-803b-38ecf6e70839, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9234a209-14d2-4a23-803b-38ecf6e70839, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11613137152587720354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161313715258772035411613137152587720354116131371525877203541161313715258772035411613137152587720354116131371525877203541161313715258772035411613137152587720354116131371525877203541161313715258772035411613137152587720354116131371525877203541161313715258772035411613137152587720354116131371525877203541161313715258772035411613137152587720354116131371525877203541161313715258772035411613137152587720354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ab0252d-bd3b-4c52-884f-8f2cdb53e5ca, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd76aead-47ba-499e-bfba-4023f854b8a2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd76aead-47ba-499e-bfba-4023f854b8a2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 413313511567308366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366413313511567308366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9234a209-14d2-4a23-803b-38ecf6e70839, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e99fd69c-ab93-4d21-b029-e8bdac06d407, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e99fd69c-ab93-4d21-b029-e8bdac06d407, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4912018729596844325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49120187295968443254912018729596844325491201872959684432549120187295968443254912018729596844325491201872959684432549120187295968443254912018729596844325491201872959684432549120187295968443254912018729596844325491201872959684432549120187295968443254912018729596844325491201872959684432549120187295968443254912018729596844325491201872959684432549120187295968443254912018729596844325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd76aead-47ba-499e-bfba-4023f854b8a2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62f612ef-e323-4fa4-a23b-c8750d968fe4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62f612ef-e323-4fa4-a23b-c8750d968fe4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7213568239227443773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72135682392274437737213568239227443773721356823922744377372135682392274437737213568239227443773721356823922744377372135682392274437737213568239227443773721356823922744377372135682392274437737213568239227443773721356823922744377372135682392274437737213568239227443773721356823922744377372135682392274437737213568239227443773721356823922744377372135682392274437737213568239227443773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62f612ef-e323-4fa4-a23b-c8750d968fe4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e99fd69c-ab93-4d21-b029-e8bdac06d407, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4225616-16dc-4217-82af-787c91ae7f0f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63871bdf-755e-490d-beca-d33ba52be34c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63871bdf-755e-490d-beca-d33ba52be34c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7183817165441530966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71838171654415309667183817165441530966718381716544153096671838171654415309667183817165441530966718381716544153096671838171654415309667183817165441530966718381716544153096671838171654415309667183817165441530966718381716544153096671838171654415309667183817165441530966718381716544153096671838171654415309667183817165441530966718381716544153096671838171654415309667183817165441530966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4225616-16dc-4217-82af-787c91ae7f0f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7273569481324703995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72735694813247039957273569481324703995727356948132470399572735694813247039957273569481324703995727356948132470399572735694813247039957273569481324703995727356948132470399572735694813247039957273569481324703995727356948132470399572735694813247039957273569481324703995727356948132470399572735694813247039957273569481324703995727356948132470399572735694813247039957273569481324703995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63871bdf-755e-490d-beca-d33ba52be34c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4225616-16dc-4217-82af-787c91ae7f0f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef627a7b-f988-4e19-95ae-0055cb700b2d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef627a7b-f988-4e19-95ae-0055cb700b2d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16728032384436221781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672803238443622178116728032384436221781167280323844362217811672803238443622178116728032384436221781167280323844362217811672803238443622178116728032384436221781167280323844362217811672803238443622178116728032384436221781167280323844362217811672803238443622178116728032384436221781167280323844362217811672803238443622178116728032384436221781167280323844362217811672803238443622178116728032384436221781" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29f70433-399a-4be0-85bc-d1deeb272946, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29f70433-399a-4be0-85bc-d1deeb272946, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12547452000269820389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254745200026982038912547452000269820389125474520002698203891254745200026982038912547452000269820389125474520002698203891254745200026982038912547452000269820389125474520002698203891254745200026982038912547452000269820389125474520002698203891254745200026982038912547452000269820389125474520002698203891254745200026982038912547452000269820389125474520002698203891254745200026982038912547452000269820389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef627a7b-f988-4e19-95ae-0055cb700b2d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0b3006b-424b-4c83-93c5-eb9ac0d98c4b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29f70433-399a-4be0-85bc-d1deeb272946, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c222039-0cc8-483f-b7b8-394aa628837c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c222039-0cc8-483f-b7b8-394aa628837c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5632956708919860782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56329567089198607825632956708919860782563295670891986078256329567089198607825632956708919860782563295670891986078256329567089198607825632956708919860782563295670891986078256329567089198607825632956708919860782563295670891986078256329567089198607825632956708919860782563295670891986078256329567089198607825632956708919860782563295670891986078256329567089198607825632956708919860782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0b3006b-424b-4c83-93c5-eb9ac0d98c4b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6270928066255354686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62709280662553546866270928066255354686627092806625535468662709280662553546866270928066255354686627092806625535468662709280662553546866270928066255354686627092806625535468662709280662553546866270928066255354686627092806625535468662709280662553546866270928066255354686627092806625535468662709280662553546866270928066255354686627092806625535468662709280662553546866270928066255354686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c222039-0cc8-483f-b7b8-394aa628837c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0b3006b-424b-4c83-93c5-eb9ac0d98c4b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28e74e13-9d1a-410e-8c59-c6265049a50c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28e74e13-9d1a-410e-8c59-c6265049a50c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7078484274569269238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70784842745692692387078484274569269238707848427456926923870784842745692692387078484274569269238707848427456926923870784842745692692387078484274569269238707848427456926923870784842745692692387078484274569269238707848427456926923870784842745692692387078484274569269238707848427456926923870784842745692692387078484274569269238707848427456926923870784842745692692387078484274569269238" } } } 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, a11f3f6c-1391-4a08-aad1-6e41f8157f38, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a11f3f6c-1391-4a08-aad1-6e41f8157f38, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8336874096405555434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83368740964055554348336874096405555434833687409640555543483368740964055554348336874096405555434833687409640555543483368740964055554348336874096405555434833687409640555543483368740964055554348336874096405555434833687409640555543483368740964055554348336874096405555434833687409640555543483368740964055554348336874096405555434833687409640555543483368740964055554348336874096405555434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28e74e13-9d1a-410e-8c59-c6265049a50c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49a38a72-4170-4710-b574-5501d6ab5662, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a11f3f6c-1391-4a08-aad1-6e41f8157f38, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff55a467-3889-4a7e-9c48-61286ecbccea, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff55a467-3889-4a7e-9c48-61286ecbccea, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3985293733683061405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39852937336830614053985293733683061405398529373368306140539852937336830614053985293733683061405398529373368306140539852937336830614053985293733683061405398529373368306140539852937336830614053985293733683061405398529373368306140539852937336830614053985293733683061405398529373368306140539852937336830614053985293733683061405398529373368306140539852937336830614053985293733683061405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49a38a72-4170-4710-b574-5501d6ab5662, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1724526498035252182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17245264980352521821724526498035252182172452649803525218217245264980352521821724526498035252182172452649803525218217245264980352521821724526498035252182172452649803525218217245264980352521821724526498035252182172452649803525218217245264980352521821724526498035252182172452649803525218217245264980352521821724526498035252182172452649803525218217245264980352521821724526498035252182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff55a467-3889-4a7e-9c48-61286ecbccea, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49a38a72-4170-4710-b574-5501d6ab5662, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3745f87d-7e96-4c3b-9fc4-d1cbeb4028b8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3745f87d-7e96-4c3b-9fc4-d1cbeb4028b8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4631650040673461401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46316500406734614014631650040673461401463165004067346140146316500406734614014631650040673461401463165004067346140146316500406734614014631650040673461401463165004067346140146316500406734614014631650040673461401463165004067346140146316500406734614014631650040673461401463165004067346140146316500406734614014631650040673461401463165004067346140146316500406734614014631650040673461401" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 642ceb4a-8fc4-49a5-af67-30ecb25791f4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 642ceb4a-8fc4-49a5-af67-30ecb25791f4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16645215946215305916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664521594621530591616645215946215305916166452159462153059161664521594621530591616645215946215305916166452159462153059161664521594621530591616645215946215305916166452159462153059161664521594621530591616645215946215305916166452159462153059161664521594621530591616645215946215305916166452159462153059161664521594621530591616645215946215305916166452159462153059161664521594621530591616645215946215305916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3745f87d-7e96-4c3b-9fc4-d1cbeb4028b8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f493d64-8eaa-427a-ae5d-01d5bc40f812, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f493d64-8eaa-427a-ae5d-01d5bc40f812, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7425873445775644259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74258734457756442597425873445775644259742587344577564425974258734457756442597425873445775644259742587344577564425974258734457756442597425873445775644259742587344577564425974258734457756442597425873445775644259742587344577564425974258734457756442597425873445775644259742587344577564425974258734457756442597425873445775644259742587344577564425974258734457756442597425873445775644259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 642ceb4a-8fc4-49a5-af67-30ecb25791f4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df38501a-9833-4256-be26-b0b5ce5aee3b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df38501a-9833-4256-be26-b0b5ce5aee3b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2216416385016914607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22164163850169146072216416385016914607221641638501691460722164163850169146072216416385016914607221641638501691460722164163850169146072216416385016914607221641638501691460722164163850169146072216416385016914607221641638501691460722164163850169146072216416385016914607221641638501691460722164163850169146072216416385016914607221641638501691460722164163850169146072216416385016914607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f493d64-8eaa-427a-ae5d-01d5bc40f812, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba4bf658-4145-4f4b-805e-d3f8829b76ef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba4bf658-4145-4f4b-805e-d3f8829b76ef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 248303895496235262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262248303895496235262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df38501a-9833-4256-be26-b0b5ce5aee3b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90b29d8c-5120-4169-92a4-b8092b1d0b0d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90b29d8c-5120-4169-92a4-b8092b1d0b0d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7554659579003264834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75546595790032648347554659579003264834755465957900326483475546595790032648347554659579003264834755465957900326483475546595790032648347554659579003264834755465957900326483475546595790032648347554659579003264834755465957900326483475546595790032648347554659579003264834755465957900326483475546595790032648347554659579003264834755465957900326483475546595790032648347554659579003264834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba4bf658-4145-4f4b-805e-d3f8829b76ef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f74aab22-ea86-4f9b-aa2d-b00e9adf263b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90b29d8c-5120-4169-92a4-b8092b1d0b0d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52583771-994b-49fb-ae1e-20a49b803726, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52583771-994b-49fb-ae1e-20a49b803726, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17428165688836822320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742816568883682232017428165688836822320174281656888368223201742816568883682232017428165688836822320174281656888368223201742816568883682232017428165688836822320174281656888368223201742816568883682232017428165688836822320174281656888368223201742816568883682232017428165688836822320174281656888368223201742816568883682232017428165688836822320174281656888368223201742816568883682232017428165688836822320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f74aab22-ea86-4f9b-aa2d-b00e9adf263b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1983699628374187171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19836996283741871711983699628374187171198369962837418717119836996283741871711983699628374187171198369962837418717119836996283741871711983699628374187171198369962837418717119836996283741871711983699628374187171198369962837418717119836996283741871711983699628374187171198369962837418717119836996283741871711983699628374187171198369962837418717119836996283741871711983699628374187171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52583771-994b-49fb-ae1e-20a49b803726, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f74aab22-ea86-4f9b-aa2d-b00e9adf263b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc8617bd-df67-4d21-8512-04bd2cd2180d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc8617bd-df67-4d21-8512-04bd2cd2180d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8736286167830553657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87362861678305536578736286167830553657873628616783055365787362861678305536578736286167830553657873628616783055365787362861678305536578736286167830553657873628616783055365787362861678305536578736286167830553657873628616783055365787362861678305536578736286167830553657873628616783055365787362861678305536578736286167830553657873628616783055365787362861678305536578736286167830553657" } } } 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, 5073f0fc-f373-40cb-8043-5c1e8200e0bd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5073f0fc-f373-40cb-8043-5c1e8200e0bd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17616793628701671173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761679362870167117317616793628701671173176167936287016711731761679362870167117317616793628701671173176167936287016711731761679362870167117317616793628701671173176167936287016711731761679362870167117317616793628701671173176167936287016711731761679362870167117317616793628701671173176167936287016711731761679362870167117317616793628701671173176167936287016711731761679362870167117317616793628701671173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc8617bd-df67-4d21-8512-04bd2cd2180d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc6cadca-0f5b-47fa-b767-5252db61e33a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc6cadca-0f5b-47fa-b767-5252db61e33a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12945938443268360167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294593844326836016712945938443268360167129459384432683601671294593844326836016712945938443268360167129459384432683601671294593844326836016712945938443268360167129459384432683601671294593844326836016712945938443268360167129459384432683601671294593844326836016712945938443268360167129459384432683601671294593844326836016712945938443268360167129459384432683601671294593844326836016712945938443268360167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5073f0fc-f373-40cb-8043-5c1e8200e0bd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b58c7355-fa81-497b-b197-fa52f482afa4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b58c7355-fa81-497b-b197-fa52f482afa4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13703078628357138357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370307862835713835713703078628357138357137030786283571383571370307862835713835713703078628357138357137030786283571383571370307862835713835713703078628357138357137030786283571383571370307862835713835713703078628357138357137030786283571383571370307862835713835713703078628357138357137030786283571383571370307862835713835713703078628357138357137030786283571383571370307862835713835713703078628357138357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc6cadca-0f5b-47fa-b767-5252db61e33a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32068a9c-6bc6-45ab-b36d-e4e28f23dd57, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32068a9c-6bc6-45ab-b36d-e4e28f23dd57, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13507597048848406024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350759704884840602413507597048848406024135075970488484060241350759704884840602413507597048848406024135075970488484060241350759704884840602413507597048848406024135075970488484060241350759704884840602413507597048848406024135075970488484060241350759704884840602413507597048848406024135075970488484060241350759704884840602413507597048848406024135075970488484060241350759704884840602413507597048848406024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b58c7355-fa81-497b-b197-fa52f482afa4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab95cb62-32a9-47c7-857b-7d6aa759b7ef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab95cb62-32a9-47c7-857b-7d6aa759b7ef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4971220786953877169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49712207869538771694971220786953877169497122078695387716949712207869538771694971220786953877169497122078695387716949712207869538771694971220786953877169497122078695387716949712207869538771694971220786953877169497122078695387716949712207869538771694971220786953877169497122078695387716949712207869538771694971220786953877169497122078695387716949712207869538771694971220786953877169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32068a9c-6bc6-45ab-b36d-e4e28f23dd57, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 453e1ee7-4464-4097-932b-b484c2e05524, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab95cb62-32a9-47c7-857b-7d6aa759b7ef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 453e1ee7-4464-4097-932b-b484c2e05524, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3707719290763463270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37077192907634632703707719290763463270370771929076346327037077192907634632703707719290763463270370771929076346327037077192907634632703707719290763463270370771929076346327037077192907634632703707719290763463270370771929076346327037077192907634632703707719290763463270370771929076346327037077192907634632703707719290763463270370771929076346327037077192907634632703707719290763463270" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dca1b68-ef72-4c01-800b-6cb679bda2be, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dca1b68-ef72-4c01-800b-6cb679bda2be, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12883864717479900765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288386471747990076512883864717479900765128838647174799007651288386471747990076512883864717479900765128838647174799007651288386471747990076512883864717479900765128838647174799007651288386471747990076512883864717479900765128838647174799007651288386471747990076512883864717479900765128838647174799007651288386471747990076512883864717479900765128838647174799007651288386471747990076512883864717479900765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 453e1ee7-4464-4097-932b-b484c2e05524, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f64b7b0-3592-451b-8e21-81d6aebd0501, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dca1b68-ef72-4c01-800b-6cb679bda2be, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a84f0861-e659-4b13-9c6b-8345b76239ba, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a84f0861-e659-4b13-9c6b-8345b76239ba, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12716048703169753026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271604870316975302612716048703169753026127160487031697530261271604870316975302612716048703169753026127160487031697530261271604870316975302612716048703169753026127160487031697530261271604870316975302612716048703169753026127160487031697530261271604870316975302612716048703169753026127160487031697530261271604870316975302612716048703169753026127160487031697530261271604870316975302612716048703169753026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f64b7b0-3592-451b-8e21-81d6aebd0501, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14457386416366176674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445738641636617667414457386416366176674144573864163661766741445738641636617667414457386416366176674144573864163661766741445738641636617667414457386416366176674144573864163661766741445738641636617667414457386416366176674144573864163661766741445738641636617667414457386416366176674144573864163661766741445738641636617667414457386416366176674144573864163661766741445738641636617667414457386416366176674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a84f0861-e659-4b13-9c6b-8345b76239ba, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f895078-7a0e-4b5d-9e89-e39d4eb325c2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f895078-7a0e-4b5d-9e89-e39d4eb325c2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5377916243413595568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53779162434135955685377916243413595568537791624341359556853779162434135955685377916243413595568537791624341359556853779162434135955685377916243413595568537791624341359556853779162434135955685377916243413595568537791624341359556853779162434135955685377916243413595568537791624341359556853779162434135955685377916243413595568537791624341359556853779162434135955685377916243413595568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f64b7b0-3592-451b-8e21-81d6aebd0501, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1ab6627-cd79-4e55-b71a-264f93e45101, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1ab6627-cd79-4e55-b71a-264f93e45101, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3586292087776441824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35862920877764418243586292087776441824358629208777644182435862920877764418243586292087776441824358629208777644182435862920877764418243586292087776441824358629208777644182435862920877764418243586292087776441824358629208777644182435862920877764418243586292087776441824358629208777644182435862920877764418243586292087776441824358629208777644182435862920877764418243586292087776441824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f895078-7a0e-4b5d-9e89-e39d4eb325c2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fe35025-1c31-4aa6-85ac-7d7aae90cfee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fe35025-1c31-4aa6-85ac-7d7aae90cfee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5063658079595397799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50636580795953977995063658079595397799506365807959539779950636580795953977995063658079595397799506365807959539779950636580795953977995063658079595397799506365807959539779950636580795953977995063658079595397799506365807959539779950636580795953977995063658079595397799506365807959539779950636580795953977995063658079595397799506365807959539779950636580795953977995063658079595397799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1ab6627-cd79-4e55-b71a-264f93e45101, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 772b225d-41a4-441e-9f65-6ef86ebee241, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 772b225d-41a4-441e-9f65-6ef86ebee241, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11568788171766761821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156878817176676182111568788171766761821115687881717667618211156878817176676182111568788171766761821115687881717667618211156878817176676182111568788171766761821115687881717667618211156878817176676182111568788171766761821115687881717667618211156878817176676182111568788171766761821115687881717667618211156878817176676182111568788171766761821115687881717667618211156878817176676182111568788171766761821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fe35025-1c31-4aa6-85ac-7d7aae90cfee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eefc2eea-8443-4053-ad44-e69d3999d80d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eefc2eea-8443-4053-ad44-e69d3999d80d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13298735563250479818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329873556325047981813298735563250479818132987355632504798181329873556325047981813298735563250479818132987355632504798181329873556325047981813298735563250479818132987355632504798181329873556325047981813298735563250479818132987355632504798181329873556325047981813298735563250479818132987355632504798181329873556325047981813298735563250479818132987355632504798181329873556325047981813298735563250479818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 772b225d-41a4-441e-9f65-6ef86ebee241, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8465313-180f-402f-ad6a-7ccf2bfacd19, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8465313-180f-402f-ad6a-7ccf2bfacd19, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7102485550782679484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71024855507826794847102485550782679484710248555078267948471024855507826794847102485550782679484710248555078267948471024855507826794847102485550782679484710248555078267948471024855507826794847102485550782679484710248555078267948471024855507826794847102485550782679484710248555078267948471024855507826794847102485550782679484710248555078267948471024855507826794847102485550782679484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eefc2eea-8443-4053-ad44-e69d3999d80d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 931fe2ea-6256-4c9d-8ea6-bb962c7f517c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 931fe2ea-6256-4c9d-8ea6-bb962c7f517c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14760902721576531738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476090272157653173814760902721576531738147609027215765317381476090272157653173814760902721576531738147609027215765317381476090272157653173814760902721576531738147609027215765317381476090272157653173814760902721576531738147609027215765317381476090272157653173814760902721576531738147609027215765317381476090272157653173814760902721576531738147609027215765317381476090272157653173814760902721576531738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8465313-180f-402f-ad6a-7ccf2bfacd19, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3602c47-0278-42e7-9751-6d64e51ebc43, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3602c47-0278-42e7-9751-6d64e51ebc43, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12171583278926789034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217158327892678903412171583278926789034121715832789267890341217158327892678903412171583278926789034121715832789267890341217158327892678903412171583278926789034121715832789267890341217158327892678903412171583278926789034121715832789267890341217158327892678903412171583278926789034121715832789267890341217158327892678903412171583278926789034121715832789267890341217158327892678903412171583278926789034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 931fe2ea-6256-4c9d-8ea6-bb962c7f517c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3602c47-0278-42e7-9751-6d64e51ebc43, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0026caf7-d64f-466f-9056-7fcb620813c3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0026caf7-d64f-466f-9056-7fcb620813c3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7169345404609638346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71693454046096383467169345404609638346716934540460963834671693454046096383467169345404609638346716934540460963834671693454046096383467169345404609638346716934540460963834671693454046096383467169345404609638346716934540460963834671693454046096383467169345404609638346716934540460963834671693454046096383467169345404609638346716934540460963834671693454046096383467169345404609638346" } } } 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, 890fd021-cf83-4b6d-8f0e-6abf2490cfeb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 890fd021-cf83-4b6d-8f0e-6abf2490cfeb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3950387023083608929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39503870230836089293950387023083608929395038702308360892939503870230836089293950387023083608929395038702308360892939503870230836089293950387023083608929395038702308360892939503870230836089293950387023083608929395038702308360892939503870230836089293950387023083608929395038702308360892939503870230836089293950387023083608929395038702308360892939503870230836089293950387023083608929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0026caf7-d64f-466f-9056-7fcb620813c3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5baae4a-adfb-4343-8488-5e2ea7289953, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5baae4a-adfb-4343-8488-5e2ea7289953, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16009610177571606656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600961017757160665616009610177571606656160096101775716066561600961017757160665616009610177571606656160096101775716066561600961017757160665616009610177571606656160096101775716066561600961017757160665616009610177571606656160096101775716066561600961017757160665616009610177571606656160096101775716066561600961017757160665616009610177571606656160096101775716066561600961017757160665616009610177571606656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 890fd021-cf83-4b6d-8f0e-6abf2490cfeb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cda3231-0959-4104-bc76-7067cf382686, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cda3231-0959-4104-bc76-7067cf382686, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10143791294329607890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014379129432960789010143791294329607890101437912943296078901014379129432960789010143791294329607890101437912943296078901014379129432960789010143791294329607890101437912943296078901014379129432960789010143791294329607890101437912943296078901014379129432960789010143791294329607890101437912943296078901014379129432960789010143791294329607890101437912943296078901014379129432960789010143791294329607890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5baae4a-adfb-4343-8488-5e2ea7289953, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 612c834c-53cb-4875-abe8-d7883330b2e1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cda3231-0959-4104-bc76-7067cf382686, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b2b2cdf-900b-4b97-baf3-8a099f529255, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b2b2cdf-900b-4b97-baf3-8a099f529255, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14084910453863127881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408491045386312788114084910453863127881140849104538631278811408491045386312788114084910453863127881140849104538631278811408491045386312788114084910453863127881140849104538631278811408491045386312788114084910453863127881140849104538631278811408491045386312788114084910453863127881140849104538631278811408491045386312788114084910453863127881140849104538631278811408491045386312788114084910453863127881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 612c834c-53cb-4875-abe8-d7883330b2e1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11468364877127891491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146836487712789149111468364877127891491114683648771278914911146836487712789149111468364877127891491114683648771278914911146836487712789149111468364877127891491114683648771278914911146836487712789149111468364877127891491114683648771278914911146836487712789149111468364877127891491114683648771278914911146836487712789149111468364877127891491114683648771278914911146836487712789149111468364877127891491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b2b2cdf-900b-4b97-baf3-8a099f529255, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e27a42d-dbbe-4edc-b2ce-a9e7d3a28c46, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e27a42d-dbbe-4edc-b2ce-a9e7d3a28c46, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12685546478386920814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268554647838692081412685546478386920814126855464783869208141268554647838692081412685546478386920814126855464783869208141268554647838692081412685546478386920814126855464783869208141268554647838692081412685546478386920814126855464783869208141268554647838692081412685546478386920814126855464783869208141268554647838692081412685546478386920814126855464783869208141268554647838692081412685546478386920814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 612c834c-53cb-4875-abe8-d7883330b2e1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1199c8d-c2ca-42ea-89cc-0c8a6dfa5496, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1199c8d-c2ca-42ea-89cc-0c8a6dfa5496, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2499233189914943746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24992331899149437462499233189914943746249923318991494374624992331899149437462499233189914943746249923318991494374624992331899149437462499233189914943746249923318991494374624992331899149437462499233189914943746249923318991494374624992331899149437462499233189914943746249923318991494374624992331899149437462499233189914943746249923318991494374624992331899149437462499233189914943746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e27a42d-dbbe-4edc-b2ce-a9e7d3a28c46, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60cc841c-bdeb-4e67-8478-96061cd74c40, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60cc841c-bdeb-4e67-8478-96061cd74c40, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3585561058486118090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35855610584861180903585561058486118090358556105848611809035855610584861180903585561058486118090358556105848611809035855610584861180903585561058486118090358556105848611809035855610584861180903585561058486118090358556105848611809035855610584861180903585561058486118090358556105848611809035855610584861180903585561058486118090358556105848611809035855610584861180903585561058486118090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1199c8d-c2ca-42ea-89cc-0c8a6dfa5496, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e33c743d-3d46-41f3-87b6-ad1d6cf1b65b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60cc841c-bdeb-4e67-8478-96061cd74c40, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e33c743d-3d46-41f3-87b6-ad1d6cf1b65b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2601025150943636716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26010251509436367162601025150943636716260102515094363671626010251509436367162601025150943636716260102515094363671626010251509436367162601025150943636716260102515094363671626010251509436367162601025150943636716260102515094363671626010251509436367162601025150943636716260102515094363671626010251509436367162601025150943636716260102515094363671626010251509436367162601025150943636716" } } } 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, 45781bb4-870a-48c0-90c7-23e424ad2ecf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45781bb4-870a-48c0-90c7-23e424ad2ecf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14878982183783486951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487898218378348695114878982183783486951148789821837834869511487898218378348695114878982183783486951148789821837834869511487898218378348695114878982183783486951148789821837834869511487898218378348695114878982183783486951148789821837834869511487898218378348695114878982183783486951148789821837834869511487898218378348695114878982183783486951148789821837834869511487898218378348695114878982183783486951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45781bb4-870a-48c0-90c7-23e424ad2ecf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7c5750f-f4c8-4940-83b6-be2dafbd6602, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c5750f-f4c8-4940-83b6-be2dafbd6602, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7309329791510043427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73093297915100434277309329791510043427730932979151004342773093297915100434277309329791510043427730932979151004342773093297915100434277309329791510043427730932979151004342773093297915100434277309329791510043427730932979151004342773093297915100434277309329791510043427730932979151004342773093297915100434277309329791510043427730932979151004342773093297915100434277309329791510043427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e33c743d-3d46-41f3-87b6-ad1d6cf1b65b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b73a13a3-9629-467b-b42e-e662de2189ef, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b73a13a3-9629-467b-b42e-e662de2189ef, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9010318247076335582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90103182470763355829010318247076335582901031824707633558290103182470763355829010318247076335582901031824707633558290103182470763355829010318247076335582901031824707633558290103182470763355829010318247076335582901031824707633558290103182470763355829010318247076335582901031824707633558290103182470763355829010318247076335582901031824707633558290103182470763355829010318247076335582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c5750f-f4c8-4940-83b6-be2dafbd6602, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04a998fa-38fa-405e-b155-05843c9f1ad2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b73a13a3-9629-467b-b42e-e662de2189ef, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa8ff5c5-4573-445e-b13e-1dc32da8952d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa8ff5c5-4573-445e-b13e-1dc32da8952d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 596776010383626849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849596776010383626849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04a998fa-38fa-405e-b155-05843c9f1ad2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6213532726306258183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62135327263062581836213532726306258183621353272630625818362135327263062581836213532726306258183621353272630625818362135327263062581836213532726306258183621353272630625818362135327263062581836213532726306258183621353272630625818362135327263062581836213532726306258183621353272630625818362135327263062581836213532726306258183621353272630625818362135327263062581836213532726306258183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa8ff5c5-4573-445e-b13e-1dc32da8952d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbc3f7a5-6275-431d-8800-1f1f2e0e81f1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbc3f7a5-6275-431d-8800-1f1f2e0e81f1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4574727398905494370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45747273989054943704574727398905494370457472739890549437045747273989054943704574727398905494370457472739890549437045747273989054943704574727398905494370457472739890549437045747273989054943704574727398905494370457472739890549437045747273989054943704574727398905494370457472739890549437045747273989054943704574727398905494370457472739890549437045747273989054943704574727398905494370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04a998fa-38fa-405e-b155-05843c9f1ad2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9cf1a58-e591-4dcf-8a97-88a223e7b7b4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9cf1a58-e591-4dcf-8a97-88a223e7b7b4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9157775386485578413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91577753864855784139157775386485578413915777538648557841391577753864855784139157775386485578413915777538648557841391577753864855784139157775386485578413915777538648557841391577753864855784139157775386485578413915777538648557841391577753864855784139157775386485578413915777538648557841391577753864855784139157775386485578413915777538648557841391577753864855784139157775386485578413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbc3f7a5-6275-431d-8800-1f1f2e0e81f1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02fcbd0b-02bb-442f-8148-f51eae502e46, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02fcbd0b-02bb-442f-8148-f51eae502e46, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8282700742894501525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82827007428945015258282700742894501525828270074289450152582827007428945015258282700742894501525828270074289450152582827007428945015258282700742894501525828270074289450152582827007428945015258282700742894501525828270074289450152582827007428945015258282700742894501525828270074289450152582827007428945015258282700742894501525828270074289450152582827007428945015258282700742894501525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9cf1a58-e591-4dcf-8a97-88a223e7b7b4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb38417e-fc9c-44b7-ae4c-1374a36685c9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb38417e-fc9c-44b7-ae4c-1374a36685c9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4136123387734540507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41361233877345405074136123387734540507413612338773454050741361233877345405074136123387734540507413612338773454050741361233877345405074136123387734540507413612338773454050741361233877345405074136123387734540507413612338773454050741361233877345405074136123387734540507413612338773454050741361233877345405074136123387734540507413612338773454050741361233877345405074136123387734540507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb38417e-fc9c-44b7-ae4c-1374a36685c9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b80f40b-1d71-4af7-b81d-5f64d7b5bb8c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b80f40b-1d71-4af7-b81d-5f64d7b5bb8c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5099590011739099784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50995900117390997845099590011739099784509959001173909978450995900117390997845099590011739099784509959001173909978450995900117390997845099590011739099784509959001173909978450995900117390997845099590011739099784509959001173909978450995900117390997845099590011739099784509959001173909978450995900117390997845099590011739099784509959001173909978450995900117390997845099590011739099784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02fcbd0b-02bb-442f-8148-f51eae502e46, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b80f40b-1d71-4af7-b81d-5f64d7b5bb8c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aef2b36-41b7-431d-9f62-7046a984ce71, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aef2b36-41b7-431d-9f62-7046a984ce71, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3993456111662909740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39934561116629097403993456111662909740399345611166290974039934561116629097403993456111662909740399345611166290974039934561116629097403993456111662909740399345611166290974039934561116629097403993456111662909740399345611166290974039934561116629097403993456111662909740399345611166290974039934561116629097403993456111662909740399345611166290974039934561116629097403993456111662909740" } } } 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, 27fe45a9-94eb-45ed-8df5-c60399bf7059, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27fe45a9-94eb-45ed-8df5-c60399bf7059, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2543940989088692792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25439409890886927922543940989088692792254394098908869279225439409890886927922543940989088692792254394098908869279225439409890886927922543940989088692792254394098908869279225439409890886927922543940989088692792254394098908869279225439409890886927922543940989088692792254394098908869279225439409890886927922543940989088692792254394098908869279225439409890886927922543940989088692792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aef2b36-41b7-431d-9f62-7046a984ce71, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68eee068-9ff4-4436-81fb-156eaadb1ecf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68eee068-9ff4-4436-81fb-156eaadb1ecf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9658508973125496799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96585089731254967999658508973125496799965850897312549679996585089731254967999658508973125496799965850897312549679996585089731254967999658508973125496799965850897312549679996585089731254967999658508973125496799965850897312549679996585089731254967999658508973125496799965850897312549679996585089731254967999658508973125496799965850897312549679996585089731254967999658508973125496799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27fe45a9-94eb-45ed-8df5-c60399bf7059, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e57ac7a4-1b30-4b08-8c50-5c08ec2082af, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e57ac7a4-1b30-4b08-8c50-5c08ec2082af, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16622595853667804955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662259585366780495516622595853667804955166225958536678049551662259585366780495516622595853667804955166225958536678049551662259585366780495516622595853667804955166225958536678049551662259585366780495516622595853667804955166225958536678049551662259585366780495516622595853667804955166225958536678049551662259585366780495516622595853667804955166225958536678049551662259585366780495516622595853667804955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68eee068-9ff4-4436-81fb-156eaadb1ecf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cea36e8-f9df-4777-ac59-f8a009504b88, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cea36e8-f9df-4777-ac59-f8a009504b88, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13519489910910603949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351948991091060394913519489910910603949135194899109106039491351948991091060394913519489910910603949135194899109106039491351948991091060394913519489910910603949135194899109106039491351948991091060394913519489910910603949135194899109106039491351948991091060394913519489910910603949135194899109106039491351948991091060394913519489910910603949135194899109106039491351948991091060394913519489910910603949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e57ac7a4-1b30-4b08-8c50-5c08ec2082af, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2aeca7ba-bf60-4238-9afd-275bcf0d19c8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aeca7ba-bf60-4238-9afd-275bcf0d19c8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3123932948739464398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31239329487394643983123932948739464398312393294873946439831239329487394643983123932948739464398312393294873946439831239329487394643983123932948739464398312393294873946439831239329487394643983123932948739464398312393294873946439831239329487394643983123932948739464398312393294873946439831239329487394643983123932948739464398312393294873946439831239329487394643983123932948739464398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cea36e8-f9df-4777-ac59-f8a009504b88, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c3b09e0-48f4-42a3-abc9-acc0cec136b0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c3b09e0-48f4-42a3-abc9-acc0cec136b0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12512898340285548945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251289834028554894512512898340285548945125128983402855489451251289834028554894512512898340285548945125128983402855489451251289834028554894512512898340285548945125128983402855489451251289834028554894512512898340285548945125128983402855489451251289834028554894512512898340285548945125128983402855489451251289834028554894512512898340285548945125128983402855489451251289834028554894512512898340285548945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aeca7ba-bf60-4238-9afd-275bcf0d19c8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc3e2dec-39ac-44aa-a9a8-8f27b64860cf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc3e2dec-39ac-44aa-a9a8-8f27b64860cf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9291168579810882994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92911685798108829949291168579810882994929116857981088299492911685798108829949291168579810882994929116857981088299492911685798108829949291168579810882994929116857981088299492911685798108829949291168579810882994929116857981088299492911685798108829949291168579810882994929116857981088299492911685798108829949291168579810882994929116857981088299492911685798108829949291168579810882994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c3b09e0-48f4-42a3-abc9-acc0cec136b0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcfadcf9-3dbe-462c-8bb3-c6af50514179, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcfadcf9-3dbe-462c-8bb3-c6af50514179, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4692928065249014545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46929280652490145454692928065249014545469292806524901454546929280652490145454692928065249014545469292806524901454546929280652490145454692928065249014545469292806524901454546929280652490145454692928065249014545469292806524901454546929280652490145454692928065249014545469292806524901454546929280652490145454692928065249014545469292806524901454546929280652490145454692928065249014545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcfadcf9-3dbe-462c-8bb3-c6af50514179, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc3e2dec-39ac-44aa-a9a8-8f27b64860cf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b32e9f1-d1f1-4e55-ada3-7a062209b0c1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d62221a9-34e8-42e5-aff5-c6cbe9706f68, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b32e9f1-d1f1-4e55-ada3-7a062209b0c1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11247391206801480221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124739120680148022111247391206801480221112473912068014802211124739120680148022111247391206801480221112473912068014802211124739120680148022111247391206801480221112473912068014802211124739120680148022111247391206801480221112473912068014802211124739120680148022111247391206801480221112473912068014802211124739120680148022111247391206801480221112473912068014802211124739120680148022111247391206801480221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d62221a9-34e8-42e5-aff5-c6cbe9706f68, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9363373378956934461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93633733789569344619363373378956934461936337337895693446193633733789569344619363373378956934461936337337895693446193633733789569344619363373378956934461936337337895693446193633733789569344619363373378956934461936337337895693446193633733789569344619363373378956934461936337337895693446193633733789569344619363373378956934461936337337895693446193633733789569344619363373378956934461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b32e9f1-d1f1-4e55-ada3-7a062209b0c1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e76ce304-deeb-480e-be99-ac66f85435cb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e76ce304-deeb-480e-be99-ac66f85435cb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5301853705921651487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53018537059216514875301853705921651487530185370592165148753018537059216514875301853705921651487530185370592165148753018537059216514875301853705921651487530185370592165148753018537059216514875301853705921651487530185370592165148753018537059216514875301853705921651487530185370592165148753018537059216514875301853705921651487530185370592165148753018537059216514875301853705921651487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d62221a9-34e8-42e5-aff5-c6cbe9706f68, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a43fe00-dcf9-44e2-82b6-0be6acb1c764, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a43fe00-dcf9-44e2-82b6-0be6acb1c764, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17334832819282032936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733483281928203293617334832819282032936173348328192820329361733483281928203293617334832819282032936173348328192820329361733483281928203293617334832819282032936173348328192820329361733483281928203293617334832819282032936173348328192820329361733483281928203293617334832819282032936173348328192820329361733483281928203293617334832819282032936173348328192820329361733483281928203293617334832819282032936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e76ce304-deeb-480e-be99-ac66f85435cb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be870a60-1295-447b-95f4-0e9fc2d60d81, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be870a60-1295-447b-95f4-0e9fc2d60d81, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4979380665175091298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49793806651750912984979380665175091298497938066517509129849793806651750912984979380665175091298497938066517509129849793806651750912984979380665175091298497938066517509129849793806651750912984979380665175091298497938066517509129849793806651750912984979380665175091298497938066517509129849793806651750912984979380665175091298497938066517509129849793806651750912984979380665175091298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a43fe00-dcf9-44e2-82b6-0be6acb1c764, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 383050f2-4456-45aa-8dd5-218fa0c8dcf9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 383050f2-4456-45aa-8dd5-218fa0c8dcf9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15769038659637812644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576903865963781264415769038659637812644157690386596378126441576903865963781264415769038659637812644157690386596378126441576903865963781264415769038659637812644157690386596378126441576903865963781264415769038659637812644157690386596378126441576903865963781264415769038659637812644157690386596378126441576903865963781264415769038659637812644157690386596378126441576903865963781264415769038659637812644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be870a60-1295-447b-95f4-0e9fc2d60d81, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8917425-74bc-4734-8a3c-b203e7889782, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8917425-74bc-4734-8a3c-b203e7889782, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6595181384933261347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65951813849332613476595181384933261347659518138493326134765951813849332613476595181384933261347659518138493326134765951813849332613476595181384933261347659518138493326134765951813849332613476595181384933261347659518138493326134765951813849332613476595181384933261347659518138493326134765951813849332613476595181384933261347659518138493326134765951813849332613476595181384933261347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 383050f2-4456-45aa-8dd5-218fa0c8dcf9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce59b352-84a7-4ff5-9f5b-1242144a193c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce59b352-84a7-4ff5-9f5b-1242144a193c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9252875929718750398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92528759297187503989252875929718750398925287592971875039892528759297187503989252875929718750398925287592971875039892528759297187503989252875929718750398925287592971875039892528759297187503989252875929718750398925287592971875039892528759297187503989252875929718750398925287592971875039892528759297187503989252875929718750398925287592971875039892528759297187503989252875929718750398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8917425-74bc-4734-8a3c-b203e7889782, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39061924-f46d-4e2d-9b52-b3277a6dad52, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39061924-f46d-4e2d-9b52-b3277a6dad52, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9778380442998036474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97783804429980364749778380442998036474977838044299803647497783804429980364749778380442998036474977838044299803647497783804429980364749778380442998036474977838044299803647497783804429980364749778380442998036474977838044299803647497783804429980364749778380442998036474977838044299803647497783804429980364749778380442998036474977838044299803647497783804429980364749778380442998036474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce59b352-84a7-4ff5-9f5b-1242144a193c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a37c3cad-0012-4985-9b4d-410b47ec48b7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a37c3cad-0012-4985-9b4d-410b47ec48b7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7479968378255039775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74799683782550397757479968378255039775747996837825503977574799683782550397757479968378255039775747996837825503977574799683782550397757479968378255039775747996837825503977574799683782550397757479968378255039775747996837825503977574799683782550397757479968378255039775747996837825503977574799683782550397757479968378255039775747996837825503977574799683782550397757479968378255039775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39061924-f46d-4e2d-9b52-b3277a6dad52, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b75771d5-0be2-4689-8027-482645abc342, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75771d5-0be2-4689-8027-482645abc342, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5855731387871971412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58557313878719714125855731387871971412585573138787197141258557313878719714125855731387871971412585573138787197141258557313878719714125855731387871971412585573138787197141258557313878719714125855731387871971412585573138787197141258557313878719714125855731387871971412585573138787197141258557313878719714125855731387871971412585573138787197141258557313878719714125855731387871971412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a37c3cad-0012-4985-9b4d-410b47ec48b7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f06e7056-eb0c-4dfb-bc53-6182e9068b7e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f06e7056-eb0c-4dfb-bc53-6182e9068b7e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7074872464210729256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70748724642107292567074872464210729256707487246421072925670748724642107292567074872464210729256707487246421072925670748724642107292567074872464210729256707487246421072925670748724642107292567074872464210729256707487246421072925670748724642107292567074872464210729256707487246421072925670748724642107292567074872464210729256707487246421072925670748724642107292567074872464210729256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75771d5-0be2-4689-8027-482645abc342, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fadc288c-ce45-46a1-affd-876eec11d99f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f06e7056-eb0c-4dfb-bc53-6182e9068b7e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fadc288c-ce45-46a1-affd-876eec11d99f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15533906982626788308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553390698262678830815533906982626788308155339069826267883081553390698262678830815533906982626788308155339069826267883081553390698262678830815533906982626788308155339069826267883081553390698262678830815533906982626788308155339069826267883081553390698262678830815533906982626788308155339069826267883081553390698262678830815533906982626788308155339069826267883081553390698262678830815533906982626788308" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7e31157-8795-422d-8120-3a697d21cca8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fadc288c-ce45-46a1-affd-876eec11d99f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 176b187c-c52b-4ec1-87b1-3b6ddd0606c6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7e31157-8795-422d-8120-3a697d21cca8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2817542754558184115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28175427545581841152817542754558184115281754275455818411528175427545581841152817542754558184115281754275455818411528175427545581841152817542754558184115281754275455818411528175427545581841152817542754558184115281754275455818411528175427545581841152817542754558184115281754275455818411528175427545581841152817542754558184115281754275455818411528175427545581841152817542754558184115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 176b187c-c52b-4ec1-87b1-3b6ddd0606c6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11051361179905189003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105136117990518900311051361179905189003110513611799051890031105136117990518900311051361179905189003110513611799051890031105136117990518900311051361179905189003110513611799051890031105136117990518900311051361179905189003110513611799051890031105136117990518900311051361179905189003110513611799051890031105136117990518900311051361179905189003110513611799051890031105136117990518900311051361179905189003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7e31157-8795-422d-8120-3a697d21cca8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67ed2e5d-2e9c-4b03-a11c-3443ec173e1e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 176b187c-c52b-4ec1-87b1-3b6ddd0606c6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8643d7e-1343-48d8-a7ff-4029e340dd93, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67ed2e5d-2e9c-4b03-a11c-3443ec173e1e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17772026880036908532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777202688003690853217772026880036908532177720268800369085321777202688003690853217772026880036908532177720268800369085321777202688003690853217772026880036908532177720268800369085321777202688003690853217772026880036908532177720268800369085321777202688003690853217772026880036908532177720268800369085321777202688003690853217772026880036908532177720268800369085321777202688003690853217772026880036908532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8643d7e-1343-48d8-a7ff-4029e340dd93, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2035393120593489147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20353931205934891472035393120593489147203539312059348914720353931205934891472035393120593489147203539312059348914720353931205934891472035393120593489147203539312059348914720353931205934891472035393120593489147203539312059348914720353931205934891472035393120593489147203539312059348914720353931205934891472035393120593489147203539312059348914720353931205934891472035393120593489147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67ed2e5d-2e9c-4b03-a11c-3443ec173e1e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6467d691-4cd8-462b-82d8-ded1921d5c0d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6467d691-4cd8-462b-82d8-ded1921d5c0d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10163975198326384145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016397519832638414510163975198326384145101639751983263841451016397519832638414510163975198326384145101639751983263841451016397519832638414510163975198326384145101639751983263841451016397519832638414510163975198326384145101639751983263841451016397519832638414510163975198326384145101639751983263841451016397519832638414510163975198326384145101639751983263841451016397519832638414510163975198326384145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8643d7e-1343-48d8-a7ff-4029e340dd93, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83b0fc3c-f993-46ad-8559-68c116a23e01, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83b0fc3c-f993-46ad-8559-68c116a23e01, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15055158874371933119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505515887437193311915055158874371933119150551588743719331191505515887437193311915055158874371933119150551588743719331191505515887437193311915055158874371933119150551588743719331191505515887437193311915055158874371933119150551588743719331191505515887437193311915055158874371933119150551588743719331191505515887437193311915055158874371933119150551588743719331191505515887437193311915055158874371933119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6467d691-4cd8-462b-82d8-ded1921d5c0d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72c8833a-1eb1-4e30-951f-b6472f69c67c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72c8833a-1eb1-4e30-951f-b6472f69c67c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2589496583158763959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25894965831587639592589496583158763959258949658315876395925894965831587639592589496583158763959258949658315876395925894965831587639592589496583158763959258949658315876395925894965831587639592589496583158763959258949658315876395925894965831587639592589496583158763959258949658315876395925894965831587639592589496583158763959258949658315876395925894965831587639592589496583158763959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83b0fc3c-f993-46ad-8559-68c116a23e01, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15353e39-3ac4-4ccc-8ac5-f680befc7ad9, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15353e39-3ac4-4ccc-8ac5-f680befc7ad9, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2113955703530047784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21139557035300477842113955703530047784211395570353004778421139557035300477842113955703530047784211395570353004778421139557035300477842113955703530047784211395570353004778421139557035300477842113955703530047784211395570353004778421139557035300477842113955703530047784211395570353004778421139557035300477842113955703530047784211395570353004778421139557035300477842113955703530047784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72c8833a-1eb1-4e30-951f-b6472f69c67c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17358b7f-965e-4fc2-80e5-40fbbd9a683b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15353e39-3ac4-4ccc-8ac5-f680befc7ad9, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17358b7f-965e-4fc2-80e5-40fbbd9a683b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9884430602643123374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98844306026431233749884430602643123374988443060264312337498844306026431233749884430602643123374988443060264312337498844306026431233749884430602643123374988443060264312337498844306026431233749884430602643123374988443060264312337498844306026431233749884430602643123374988443060264312337498844306026431233749884430602643123374988443060264312337498844306026431233749884430602643123374" } } } 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 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 042519e8-af95-4edb-8afc-edfab2e0482e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 042519e8-af95-4edb-8afc-edfab2e0482e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17446699835945859967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744669983594585996717446699835945859967174466998359458599671744669983594585996717446699835945859967174466998359458599671744669983594585996717446699835945859967174466998359458599671744669983594585996717446699835945859967174466998359458599671744669983594585996717446699835945859967174466998359458599671744669983594585996717446699835945859967174466998359458599671744669983594585996717446699835945859967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17358b7f-965e-4fc2-80e5-40fbbd9a683b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2904abee-53f5-43a7-b43e-e52276630757, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2904abee-53f5-43a7-b43e-e52276630757, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16739553682222302988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673955368222230298816739553682222302988167395536822223029881673955368222230298816739553682222302988167395536822223029881673955368222230298816739553682222302988167395536822223029881673955368222230298816739553682222302988167395536822223029881673955368222230298816739553682222302988167395536822223029881673955368222230298816739553682222302988167395536822223029881673955368222230298816739553682222302988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 042519e8-af95-4edb-8afc-edfab2e0482e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e8a8d8f-a79e-4626-aa04-87874c62f880, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e8a8d8f-a79e-4626-aa04-87874c62f880, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17702994167031697760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770299416703169776017702994167031697760177029941670316977601770299416703169776017702994167031697760177029941670316977601770299416703169776017702994167031697760177029941670316977601770299416703169776017702994167031697760177029941670316977601770299416703169776017702994167031697760177029941670316977601770299416703169776017702994167031697760177029941670316977601770299416703169776017702994167031697760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2904abee-53f5-43a7-b43e-e52276630757, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfa80443-99b1-48d4-b542-6fffcb07fa46, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfa80443-99b1-48d4-b542-6fffcb07fa46, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11980465976029370959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198046597602937095911980465976029370959119804659760293709591198046597602937095911980465976029370959119804659760293709591198046597602937095911980465976029370959119804659760293709591198046597602937095911980465976029370959119804659760293709591198046597602937095911980465976029370959119804659760293709591198046597602937095911980465976029370959119804659760293709591198046597602937095911980465976029370959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e8a8d8f-a79e-4626-aa04-87874c62f880, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddb32add-a545-4b10-a021-0e81d3c1704a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfa80443-99b1-48d4-b542-6fffcb07fa46, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 732c6086-34f6-42b1-a076-b985c5b65da7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 732c6086-34f6-42b1-a076-b985c5b65da7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16469858819991588703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646985881999158870316469858819991588703164698588199915887031646985881999158870316469858819991588703164698588199915887031646985881999158870316469858819991588703164698588199915887031646985881999158870316469858819991588703164698588199915887031646985881999158870316469858819991588703164698588199915887031646985881999158870316469858819991588703164698588199915887031646985881999158870316469858819991588703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddb32add-a545-4b10-a021-0e81d3c1704a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 363874087258325733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733363874087258325733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 732c6086-34f6-42b1-a076-b985c5b65da7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02e752dd-3e63-4bb7-a5dd-c3f914bf26bd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02e752dd-3e63-4bb7-a5dd-c3f914bf26bd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14167428976150291049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416742897615029104914167428976150291049141674289761502910491416742897615029104914167428976150291049141674289761502910491416742897615029104914167428976150291049141674289761502910491416742897615029104914167428976150291049141674289761502910491416742897615029104914167428976150291049141674289761502910491416742897615029104914167428976150291049141674289761502910491416742897615029104914167428976150291049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddb32add-a545-4b10-a021-0e81d3c1704a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77b92ee8-6201-4b0c-ad03-b30dd7931d70, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77b92ee8-6201-4b0c-ad03-b30dd7931d70, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1898403780158550111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18984037801585501111898403780158550111189840378015855011118984037801585501111898403780158550111189840378015855011118984037801585501111898403780158550111189840378015855011118984037801585501111898403780158550111189840378015855011118984037801585501111898403780158550111189840378015855011118984037801585501111898403780158550111189840378015855011118984037801585501111898403780158550111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02e752dd-3e63-4bb7-a5dd-c3f914bf26bd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a0e1c34-7359-43f2-a285-c12cacee8bf6, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a0e1c34-7359-43f2-a285-c12cacee8bf6, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13358374390049132777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335837439004913277713358374390049132777133583743900491327771335837439004913277713358374390049132777133583743900491327771335837439004913277713358374390049132777133583743900491327771335837439004913277713358374390049132777133583743900491327771335837439004913277713358374390049132777133583743900491327771335837439004913277713358374390049132777133583743900491327771335837439004913277713358374390049132777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77b92ee8-6201-4b0c-ad03-b30dd7931d70, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccd59ea8-7434-4ed1-b695-1d27ff530eee, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccd59ea8-7434-4ed1-b695-1d27ff530eee, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12804386226254832648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280438622625483264812804386226254832648128043862262548326481280438622625483264812804386226254832648128043862262548326481280438622625483264812804386226254832648128043862262548326481280438622625483264812804386226254832648128043862262548326481280438622625483264812804386226254832648128043862262548326481280438622625483264812804386226254832648128043862262548326481280438622625483264812804386226254832648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a0e1c34-7359-43f2-a285-c12cacee8bf6, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d92885b8-a70a-4109-9c41-552eae365fd8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d92885b8-a70a-4109-9c41-552eae365fd8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6437878096668165215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64378780966681652156437878096668165215643787809666816521564378780966681652156437878096668165215643787809666816521564378780966681652156437878096668165215643787809666816521564378780966681652156437878096668165215643787809666816521564378780966681652156437878096668165215643787809666816521564378780966681652156437878096668165215643787809666816521564378780966681652156437878096668165215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccd59ea8-7434-4ed1-b695-1d27ff530eee, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 771496fb-75ef-4347-af59-4709e84d47bb, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 771496fb-75ef-4347-af59-4709e84d47bb, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3729107586500559406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37291075865005594063729107586500559406372910758650055940637291075865005594063729107586500559406372910758650055940637291075865005594063729107586500559406372910758650055940637291075865005594063729107586500559406372910758650055940637291075865005594063729107586500559406372910758650055940637291075865005594063729107586500559406372910758650055940637291075865005594063729107586500559406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d92885b8-a70a-4109-9c41-552eae365fd8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3959ee96-0f47-4869-9ae4-428a488f9f11, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3959ee96-0f47-4869-9ae4-428a488f9f11, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14738052011045967477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473805201104596747714738052011045967477147380520110459674771473805201104596747714738052011045967477147380520110459674771473805201104596747714738052011045967477147380520110459674771473805201104596747714738052011045967477147380520110459674771473805201104596747714738052011045967477147380520110459674771473805201104596747714738052011045967477147380520110459674771473805201104596747714738052011045967477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 771496fb-75ef-4347-af59-4709e84d47bb, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfc25963-78b1-4a89-9fa4-dc67adf4d4fd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3959ee96-0f47-4869-9ae4-428a488f9f11, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79920a6e-b82c-4dd6-a4e0-f2a3cf42ad07, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfc25963-78b1-4a89-9fa4-dc67adf4d4fd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11220770820903794340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122077082090379434011220770820903794340112207708209037943401122077082090379434011220770820903794340112207708209037943401122077082090379434011220770820903794340112207708209037943401122077082090379434011220770820903794340112207708209037943401122077082090379434011220770820903794340112207708209037943401122077082090379434011220770820903794340112207708209037943401122077082090379434011220770820903794340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79920a6e-b82c-4dd6-a4e0-f2a3cf42ad07, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14773217996484240266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477321799648424026614773217996484240266147732179964842402661477321799648424026614773217996484240266147732179964842402661477321799648424026614773217996484240266147732179964842402661477321799648424026614773217996484240266147732179964842402661477321799648424026614773217996484240266147732179964842402661477321799648424026614773217996484240266147732179964842402661477321799648424026614773217996484240266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfc25963-78b1-4a89-9fa4-dc67adf4d4fd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e63a1f3-8633-4f5d-ba85-74ea6d23f1a0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79920a6e-b82c-4dd6-a4e0-f2a3cf42ad07, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e63a1f3-8633-4f5d-ba85-74ea6d23f1a0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7809236418505757302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78092364185057573027809236418505757302780923641850575730278092364185057573027809236418505757302780923641850575730278092364185057573027809236418505757302780923641850575730278092364185057573027809236418505757302780923641850575730278092364185057573027809236418505757302780923641850575730278092364185057573027809236418505757302780923641850575730278092364185057573027809236418505757302" } } } 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 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dae8ccc-fe3b-401f-a730-13973347ff62, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dae8ccc-fe3b-401f-a730-13973347ff62, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3369987098150723271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33699870981507232713369987098150723271336998709815072327133699870981507232713369987098150723271336998709815072327133699870981507232713369987098150723271336998709815072327133699870981507232713369987098150723271336998709815072327133699870981507232713369987098150723271336998709815072327133699870981507232713369987098150723271336998709815072327133699870981507232713369987098150723271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e63a1f3-8633-4f5d-ba85-74ea6d23f1a0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91e15799-0f87-4633-9842-6392a81483b7, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e15799-0f87-4633-9842-6392a81483b7, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17747351723599277778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774735172359927777817747351723599277778177473517235992777781774735172359927777817747351723599277778177473517235992777781774735172359927777817747351723599277778177473517235992777781774735172359927777817747351723599277778177473517235992777781774735172359927777817747351723599277778177473517235992777781774735172359927777817747351723599277778177473517235992777781774735172359927777817747351723599277778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e15799-0f87-4633-9842-6392a81483b7, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bddcff84-26f4-4672-89f1-cc01e04c3444, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dae8ccc-fe3b-401f-a730-13973347ff62, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e01530dd-465c-4834-b8cd-ff6dac209216, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e01530dd-465c-4834-b8cd-ff6dac209216, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4676848293302948165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46768482933029481654676848293302948165467684829330294816546768482933029481654676848293302948165467684829330294816546768482933029481654676848293302948165467684829330294816546768482933029481654676848293302948165467684829330294816546768482933029481654676848293302948165467684829330294816546768482933029481654676848293302948165467684829330294816546768482933029481654676848293302948165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bddcff84-26f4-4672-89f1-cc01e04c3444, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8785115213149853905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87851152131498539058785115213149853905878511521314985390587851152131498539058785115213149853905878511521314985390587851152131498539058785115213149853905878511521314985390587851152131498539058785115213149853905878511521314985390587851152131498539058785115213149853905878511521314985390587851152131498539058785115213149853905878511521314985390587851152131498539058785115213149853905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bddcff84-26f4-4672-89f1-cc01e04c3444, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a207ea15-ba6e-4b46-b5a7-a6f27c1b5ec1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a207ea15-ba6e-4b46-b5a7-a6f27c1b5ec1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2796681813251768899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27966818132517688992796681813251768899279668181325176889927966818132517688992796681813251768899279668181325176889927966818132517688992796681813251768899279668181325176889927966818132517688992796681813251768899279668181325176889927966818132517688992796681813251768899279668181325176889927966818132517688992796681813251768899279668181325176889927966818132517688992796681813251768899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e01530dd-465c-4834-b8cd-ff6dac209216, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e64775a9-7ec9-403d-9d7f-a0e2a1f54909, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e64775a9-7ec9-403d-9d7f-a0e2a1f54909, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2411118124135685230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24111181241356852302411118124135685230241111812413568523024111181241356852302411118124135685230241111812413568523024111181241356852302411118124135685230241111812413568523024111181241356852302411118124135685230241111812413568523024111181241356852302411118124135685230241111812413568523024111181241356852302411118124135685230241111812413568523024111181241356852302411118124135685230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a207ea15-ba6e-4b46-b5a7-a6f27c1b5ec1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0732a26-117d-4054-b330-1b2a82721901, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0732a26-117d-4054-b330-1b2a82721901, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2359167068004290995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23591670680042909952359167068004290995235916706800429099523591670680042909952359167068004290995235916706800429099523591670680042909952359167068004290995235916706800429099523591670680042909952359167068004290995235916706800429099523591670680042909952359167068004290995235916706800429099523591670680042909952359167068004290995235916706800429099523591670680042909952359167068004290995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e64775a9-7ec9-403d-9d7f-a0e2a1f54909, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0334323c-65a8-4ae5-9301-1a24c49cf57a, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0334323c-65a8-4ae5-9301-1a24c49cf57a, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16094084329792761418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609408432979276141816094084329792761418160940843297927614181609408432979276141816094084329792761418160940843297927614181609408432979276141816094084329792761418160940843297927614181609408432979276141816094084329792761418160940843297927614181609408432979276141816094084329792761418160940843297927614181609408432979276141816094084329792761418160940843297927614181609408432979276141816094084329792761418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0732a26-117d-4054-b330-1b2a82721901, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 457b19e1-0b4e-40ba-bff1-779b582c363c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 457b19e1-0b4e-40ba-bff1-779b582c363c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10243768724376339392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024376872437633939210243768724376339392102437687243763393921024376872437633939210243768724376339392102437687243763393921024376872437633939210243768724376339392102437687243763393921024376872437633939210243768724376339392102437687243763393921024376872437633939210243768724376339392102437687243763393921024376872437633939210243768724376339392102437687243763393921024376872437633939210243768724376339392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0334323c-65a8-4ae5-9301-1a24c49cf57a, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 115f4be9-9793-4ff2-8832-98aa7c8897d3, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 115f4be9-9793-4ff2-8832-98aa7c8897d3, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3618672546674975668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36186725466749756683618672546674975668361867254667497566836186725466749756683618672546674975668361867254667497566836186725466749756683618672546674975668361867254667497566836186725466749756683618672546674975668361867254667497566836186725466749756683618672546674975668361867254667497566836186725466749756683618672546674975668361867254667497566836186725466749756683618672546674975668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 457b19e1-0b4e-40ba-bff1-779b582c363c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c3c0468-a719-4ef0-8d43-c2c93efad547, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c3c0468-a719-4ef0-8d43-c2c93efad547, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13682861948304836302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368286194830483630213682861948304836302136828619483048363021368286194830483630213682861948304836302136828619483048363021368286194830483630213682861948304836302136828619483048363021368286194830483630213682861948304836302136828619483048363021368286194830483630213682861948304836302136828619483048363021368286194830483630213682861948304836302136828619483048363021368286194830483630213682861948304836302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 115f4be9-9793-4ff2-8832-98aa7c8897d3, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b0b05ba-4f4a-4ccc-a3c4-b65d59966321, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b0b05ba-4f4a-4ccc-a3c4-b65d59966321, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14830503155957154710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483050315595715471014830503155957154710148305031559571547101483050315595715471014830503155957154710148305031559571547101483050315595715471014830503155957154710148305031559571547101483050315595715471014830503155957154710148305031559571547101483050315595715471014830503155957154710148305031559571547101483050315595715471014830503155957154710148305031559571547101483050315595715471014830503155957154710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c3c0468-a719-4ef0-8d43-c2c93efad547, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 551deff5-0591-4a93-92e9-92455fa22111, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 551deff5-0591-4a93-92e9-92455fa22111, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17356687328019190156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735668732801919015617356687328019190156173566873280191901561735668732801919015617356687328019190156173566873280191901561735668732801919015617356687328019190156173566873280191901561735668732801919015617356687328019190156173566873280191901561735668732801919015617356687328019190156173566873280191901561735668732801919015617356687328019190156173566873280191901561735668732801919015617356687328019190156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b0b05ba-4f4a-4ccc-a3c4-b65d59966321, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbe1678d-7a9d-4caa-a8b0-429e37cbe7cc, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbe1678d-7a9d-4caa-a8b0-429e37cbe7cc, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13157563598986455338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315756359898645533813157563598986455338131575635989864553381315756359898645533813157563598986455338131575635989864553381315756359898645533813157563598986455338131575635989864553381315756359898645533813157563598986455338131575635989864553381315756359898645533813157563598986455338131575635989864553381315756359898645533813157563598986455338131575635989864553381315756359898645533813157563598986455338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 551deff5-0591-4a93-92e9-92455fa22111, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 885ff9af-d1f8-405b-83b6-f473ff401a4b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 885ff9af-d1f8-405b-83b6-f473ff401a4b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6155719594592878911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61557195945928789116155719594592878911615571959459287891161557195945928789116155719594592878911615571959459287891161557195945928789116155719594592878911615571959459287891161557195945928789116155719594592878911615571959459287891161557195945928789116155719594592878911615571959459287891161557195945928789116155719594592878911615571959459287891161557195945928789116155719594592878911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbe1678d-7a9d-4caa-a8b0-429e37cbe7cc, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48815e38-5cf8-4e6e-b707-3592a8f0d403, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48815e38-5cf8-4e6e-b707-3592a8f0d403, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2699890977090182088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26998909770901820882699890977090182088269989097709018208826998909770901820882699890977090182088269989097709018208826998909770901820882699890977090182088269989097709018208826998909770901820882699890977090182088269989097709018208826998909770901820882699890977090182088269989097709018208826998909770901820882699890977090182088269989097709018208826998909770901820882699890977090182088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 885ff9af-d1f8-405b-83b6-f473ff401a4b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 653ae765-4eec-4e8a-976e-dbd4e86cb7d5, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 653ae765-4eec-4e8a-976e-dbd4e86cb7d5, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11860304313649284443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186030431364928444311860304313649284443118603043136492844431186030431364928444311860304313649284443118603043136492844431186030431364928444311860304313649284443118603043136492844431186030431364928444311860304313649284443118603043136492844431186030431364928444311860304313649284443118603043136492844431186030431364928444311860304313649284443118603043136492844431186030431364928444311860304313649284443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48815e38-5cf8-4e6e-b707-3592a8f0d403, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75c01f93-9c4e-4781-9678-b239b170ebb0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75c01f93-9c4e-4781-9678-b239b170ebb0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9819525427564792181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98195254275647921819819525427564792181981952542756479218198195254275647921819819525427564792181981952542756479218198195254275647921819819525427564792181981952542756479218198195254275647921819819525427564792181981952542756479218198195254275647921819819525427564792181981952542756479218198195254275647921819819525427564792181981952542756479218198195254275647921819819525427564792181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 653ae765-4eec-4e8a-976e-dbd4e86cb7d5, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9cc0ed6-be8b-41b8-b5df-1f175398ef8b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9cc0ed6-be8b-41b8-b5df-1f175398ef8b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16083309727039529319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608330972703952931916083309727039529319160833097270395293191608330972703952931916083309727039529319160833097270395293191608330972703952931916083309727039529319160833097270395293191608330972703952931916083309727039529319160833097270395293191608330972703952931916083309727039529319160833097270395293191608330972703952931916083309727039529319160833097270395293191608330972703952931916083309727039529319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75c01f93-9c4e-4781-9678-b239b170ebb0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9cc0ed6-be8b-41b8-b5df-1f175398ef8b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbd60d82-2478-4e54-bc17-0b9c89f32e31, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4d437ea-6b17-4a07-81b9-c75bf8e8d2d2, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4d437ea-6b17-4a07-81b9-c75bf8e8d2d2, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15044638929294773360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504463892929477336015044638929294773360150446389292947733601504463892929477336015044638929294773360150446389292947733601504463892929477336015044638929294773360150446389292947733601504463892929477336015044638929294773360150446389292947733601504463892929477336015044638929294773360150446389292947733601504463892929477336015044638929294773360150446389292947733601504463892929477336015044638929294773360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbd60d82-2478-4e54-bc17-0b9c89f32e31, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18095949659182266451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809594965918226645118095949659182266451180959496591822664511809594965918226645118095949659182266451180959496591822664511809594965918226645118095949659182266451180959496591822664511809594965918226645118095949659182266451180959496591822664511809594965918226645118095949659182266451180959496591822664511809594965918226645118095949659182266451180959496591822664511809594965918226645118095949659182266451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4d437ea-6b17-4a07-81b9-c75bf8e8d2d2, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d9cecdc-9ef5-4f03-a7d3-166f5c1ae4f0, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d9cecdc-9ef5-4f03-a7d3-166f5c1ae4f0, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13897240273370460850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389724027337046085013897240273370460850138972402733704608501389724027337046085013897240273370460850138972402733704608501389724027337046085013897240273370460850138972402733704608501389724027337046085013897240273370460850138972402733704608501389724027337046085013897240273370460850138972402733704608501389724027337046085013897240273370460850138972402733704608501389724027337046085013897240273370460850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbd60d82-2478-4e54-bc17-0b9c89f32e31, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd22f01c-ec1c-4dfb-9d21-eb5463cf9f25, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd22f01c-ec1c-4dfb-9d21-eb5463cf9f25, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8863715815428948816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88637158154289488168863715815428948816886371581542894881688637158154289488168863715815428948816886371581542894881688637158154289488168863715815428948816886371581542894881688637158154289488168863715815428948816886371581542894881688637158154289488168863715815428948816886371581542894881688637158154289488168863715815428948816886371581542894881688637158154289488168863715815428948816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d9cecdc-9ef5-4f03-a7d3-166f5c1ae4f0, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6610329f-f7a5-440a-a10e-bbea42a0796b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6610329f-f7a5-440a-a10e-bbea42a0796b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13698100307482177939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369810030748217793913698100307482177939136981003074821779391369810030748217793913698100307482177939136981003074821779391369810030748217793913698100307482177939136981003074821779391369810030748217793913698100307482177939136981003074821779391369810030748217793913698100307482177939136981003074821779391369810030748217793913698100307482177939136981003074821779391369810030748217793913698100307482177939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd22f01c-ec1c-4dfb-9d21-eb5463cf9f25, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9021ddf-cdf3-4dcf-b37d-27fb437c11fa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9021ddf-cdf3-4dcf-b37d-27fb437c11fa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9792964990801562540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97929649908015625409792964990801562540979296499080156254097929649908015625409792964990801562540979296499080156254097929649908015625409792964990801562540979296499080156254097929649908015625409792964990801562540979296499080156254097929649908015625409792964990801562540979296499080156254097929649908015625409792964990801562540979296499080156254097929649908015625409792964990801562540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6610329f-f7a5-440a-a10e-bbea42a0796b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1b059b8-5456-4c14-b949-3e70cc335245, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1b059b8-5456-4c14-b949-3e70cc335245, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10195701224445485677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019570122444548567710195701224445485677101957012244454856771019570122444548567710195701224445485677101957012244454856771019570122444548567710195701224445485677101957012244454856771019570122444548567710195701224445485677101957012244454856771019570122444548567710195701224445485677101957012244454856771019570122444548567710195701224445485677101957012244454856771019570122444548567710195701224445485677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9021ddf-cdf3-4dcf-b37d-27fb437c11fa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a350551e-3311-472c-a90c-91a3207e6daf, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1b059b8-5456-4c14-b949-3e70cc335245, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cd9d191-50e1-4093-ac25-8ce381c07f99, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a350551e-3311-472c-a90c-91a3207e6daf, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8761292462566346383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87612924625663463838761292462566346383876129246256634638387612924625663463838761292462566346383876129246256634638387612924625663463838761292462566346383876129246256634638387612924625663463838761292462566346383876129246256634638387612924625663463838761292462566346383876129246256634638387612924625663463838761292462566346383876129246256634638387612924625663463838761292462566346383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cd9d191-50e1-4093-ac25-8ce381c07f99, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8329888879544273746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83298888795442737468329888879544273746832988887954427374683298888795442737468329888879544273746832988887954427374683298888795442737468329888879544273746832988887954427374683298888795442737468329888879544273746832988887954427374683298888795442737468329888879544273746832988887954427374683298888795442737468329888879544273746832988887954427374683298888795442737468329888879544273746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a350551e-3311-472c-a90c-91a3207e6daf, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cd9d191-50e1-4093-ac25-8ce381c07f99, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a641a763-5487-4bcb-9ac4-b25fb8aaa02e, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a641a763-5487-4bcb-9ac4-b25fb8aaa02e, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13208702627887328883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320870262788732888313208702627887328883132087026278873288831320870262788732888313208702627887328883132087026278873288831320870262788732888313208702627887328883132087026278873288831320870262788732888313208702627887328883132087026278873288831320870262788732888313208702627887328883132087026278873288831320870262788732888313208702627887328883132087026278873288831320870262788732888313208702627887328883" } } } 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, db914255-6186-404f-985c-da59e7882771, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db914255-6186-404f-985c-da59e7882771, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12802834152511900638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280283415251190063812802834152511900638128028341525119006381280283415251190063812802834152511900638128028341525119006381280283415251190063812802834152511900638128028341525119006381280283415251190063812802834152511900638128028341525119006381280283415251190063812802834152511900638128028341525119006381280283415251190063812802834152511900638128028341525119006381280283415251190063812802834152511900638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a641a763-5487-4bcb-9ac4-b25fb8aaa02e, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6094326d-f5ca-4124-951e-b5c4e732d6a4, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6094326d-f5ca-4124-951e-b5c4e732d6a4, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13273397036471879631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327339703647187963113273397036471879631132733970364718796311327339703647187963113273397036471879631132733970364718796311327339703647187963113273397036471879631132733970364718796311327339703647187963113273397036471879631132733970364718796311327339703647187963113273397036471879631132733970364718796311327339703647187963113273397036471879631132733970364718796311327339703647187963113273397036471879631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db914255-6186-404f-985c-da59e7882771, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 631959b5-4d34-4e21-94f1-339e2107c8f1, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 631959b5-4d34-4e21-94f1-339e2107c8f1, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 62190801418835019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6219080141883501962190801418835019621908014188350196219080141883501962190801418835019621908014188350196219080141883501962190801418835019621908014188350196219080141883501962190801418835019621908014188350196219080141883501962190801418835019621908014188350196219080141883501962190801418835019621908014188350196219080141883501962190801418835019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 631959b5-4d34-4e21-94f1-339e2107c8f1, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3abc7392-c157-45ab-8d14-5657ca951363, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3abc7392-c157-45ab-8d14-5657ca951363, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13612456066121851876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361245606612185187613612456066121851876136124560661218518761361245606612185187613612456066121851876136124560661218518761361245606612185187613612456066121851876136124560661218518761361245606612185187613612456066121851876136124560661218518761361245606612185187613612456066121851876136124560661218518761361245606612185187613612456066121851876136124560661218518761361245606612185187613612456066121851876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6094326d-f5ca-4124-951e-b5c4e732d6a4, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 607ae449-a7c3-4b50-b01f-a6e74242380b, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 607ae449-a7c3-4b50-b01f-a6e74242380b, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6005250481894389574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60052504818943895746005250481894389574600525048189438957460052504818943895746005250481894389574600525048189438957460052504818943895746005250481894389574600525048189438957460052504818943895746005250481894389574600525048189438957460052504818943895746005250481894389574600525048189438957460052504818943895746005250481894389574600525048189438957460052504818943895746005250481894389574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3abc7392-c157-45ab-8d14-5657ca951363, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95dd4d4f-8af6-45c0-a996-02381cfdfcfa, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95dd4d4f-8af6-45c0-a996-02381cfdfcfa, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1159818860390836424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11598188603908364241159818860390836424115981886039083642411598188603908364241159818860390836424115981886039083642411598188603908364241159818860390836424115981886039083642411598188603908364241159818860390836424115981886039083642411598188603908364241159818860390836424115981886039083642411598188603908364241159818860390836424115981886039083642411598188603908364241159818860390836424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 607ae449-a7c3-4b50-b01f-a6e74242380b, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39fa88d3-2e06-4095-8f6c-e08ef21dfcdd, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39fa88d3-2e06-4095-8f6c-e08ef21dfcdd, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7066381717497248496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70663817174972484967066381717497248496706638171749724849670663817174972484967066381717497248496706638171749724849670663817174972484967066381717497248496706638171749724849670663817174972484967066381717497248496706638171749724849670663817174972484967066381717497248496706638171749724849670663817174972484967066381717497248496706638171749724849670663817174972484967066381717497248496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95dd4d4f-8af6-45c0-a996-02381cfdfcfa, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf321c6e-9230-4073-8ed0-25fabccdb9a8, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf321c6e-9230-4073-8ed0-25fabccdb9a8, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14795141481442038468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479514148144203846814795141481442038468147951414814420384681479514148144203846814795141481442038468147951414814420384681479514148144203846814795141481442038468147951414814420384681479514148144203846814795141481442038468147951414814420384681479514148144203846814795141481442038468147951414814420384681479514148144203846814795141481442038468147951414814420384681479514148144203846814795141481442038468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf321c6e-9230-4073-8ed0-25fabccdb9a8, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bbb8101-1430-4ef5-a56b-dcb893c5969f, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bbb8101-1430-4ef5-a56b-dcb893c5969f, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1624388003105930882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16243880031059308821624388003105930882162438800310593088216243880031059308821624388003105930882162438800310593088216243880031059308821624388003105930882162438800310593088216243880031059308821624388003105930882162438800310593088216243880031059308821624388003105930882162438800310593088216243880031059308821624388003105930882162438800310593088216243880031059308821624388003105930882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39fa88d3-2e06-4095-8f6c-e08ef21dfcdd, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c64e172-5349-4cb0-9646-082c1542ceae, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c64e172-5349-4cb0-9646-082c1542ceae, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8155659584133934192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81556595841339341928155659584133934192815565958413393419281556595841339341928155659584133934192815565958413393419281556595841339341928155659584133934192815565958413393419281556595841339341928155659584133934192815565958413393419281556595841339341928155659584133934192815565958413393419281556595841339341928155659584133934192815565958413393419281556595841339341928155659584133934192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bbb8101-1430-4ef5-a56b-dcb893c5969f, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a80468d3-3d43-4e7a-95af-105afcfb3a25, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a80468d3-3d43-4e7a-95af-105afcfb3a25, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11314541807758380640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131454180775838064011314541807758380640113145418077583806401131454180775838064011314541807758380640113145418077583806401131454180775838064011314541807758380640113145418077583806401131454180775838064011314541807758380640113145418077583806401131454180775838064011314541807758380640113145418077583806401131454180775838064011314541807758380640113145418077583806401131454180775838064011314541807758380640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c64e172-5349-4cb0-9646-082c1542ceae, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca8bc569-ab45-470b-8543-c13d7ba5c697, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca8bc569-ab45-470b-8543-c13d7ba5c697, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13854052203290665678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385405220329066567813854052203290665678138540522032906656781385405220329066567813854052203290665678138540522032906656781385405220329066567813854052203290665678138540522032906656781385405220329066567813854052203290665678138540522032906656781385405220329066567813854052203290665678138540522032906656781385405220329066567813854052203290665678138540522032906656781385405220329066567813854052203290665678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a80468d3-3d43-4e7a-95af-105afcfb3a25, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa3385fa-a186-4d61-a4ac-b41a83ae4f30, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa3385fa-a186-4d61-a4ac-b41a83ae4f30, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13670051263450894670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367005126345089467013670051263450894670136700512634508946701367005126345089467013670051263450894670136700512634508946701367005126345089467013670051263450894670136700512634508946701367005126345089467013670051263450894670136700512634508946701367005126345089467013670051263450894670136700512634508946701367005126345089467013670051263450894670136700512634508946701367005126345089467013670051263450894670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca8bc569-ab45-470b-8543-c13d7ba5c697, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03f4de92-41a6-4014-bc72-7f00c4931f01, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03f4de92-41a6-4014-bc72-7f00c4931f01, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 421023523734432881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881421023523734432881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa3385fa-a186-4d61-a4ac-b41a83ae4f30, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fadbfc5-f952-4014-bfdd-c53bf265ec39, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fadbfc5-f952-4014-bfdd-c53bf265ec39, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17514911554262313461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751491155426231346117514911554262313461175149115542623134611751491155426231346117514911554262313461175149115542623134611751491155426231346117514911554262313461175149115542623134611751491155426231346117514911554262313461175149115542623134611751491155426231346117514911554262313461175149115542623134611751491155426231346117514911554262313461175149115542623134611751491155426231346117514911554262313461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03f4de92-41a6-4014-bc72-7f00c4931f01, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e563c1b5-ffc8-405c-826a-5fff2b015a7d, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e563c1b5-ffc8-405c-826a-5fff2b015a7d, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7982560984178946845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79825609841789468457982560984178946845798256098417894684579825609841789468457982560984178946845798256098417894684579825609841789468457982560984178946845798256098417894684579825609841789468457982560984178946845798256098417894684579825609841789468457982560984178946845798256098417894684579825609841789468457982560984178946845798256098417894684579825609841789468457982560984178946845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e563c1b5-ffc8-405c-826a-5fff2b015a7d, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fadbfc5-f952-4014-bfdd-c53bf265ec39, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f54372e4-8056-4ab7-a74b-a13f9cd178db, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f54372e4-8056-4ab7-a74b-a13f9cd178db, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11169140873628584261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116914087362858426111169140873628584261111691408736285842611116914087362858426111169140873628584261111691408736285842611116914087362858426111169140873628584261111691408736285842611116914087362858426111169140873628584261111691408736285842611116914087362858426111169140873628584261111691408736285842611116914087362858426111169140873628584261111691408736285842611116914087362858426111169140873628584261" } } } 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, 981e0ffa-97ce-46e0-83c8-0b0b66798e10, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 981e0ffa-97ce-46e0-83c8-0b0b66798e10, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12099418570432804010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209941857043280401012099418570432804010120994185704328040101209941857043280401012099418570432804010120994185704328040101209941857043280401012099418570432804010120994185704328040101209941857043280401012099418570432804010120994185704328040101209941857043280401012099418570432804010120994185704328040101209941857043280401012099418570432804010120994185704328040101209941857043280401012099418570432804010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f54372e4-8056-4ab7-a74b-a13f9cd178db, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a44f3606-7368-4e7a-b3a8-fb7a6d0aac7c, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a44f3606-7368-4e7a-b3a8-fb7a6d0aac7c, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NzgwNDcxMjYtNzdhMWNkZjEtM2U5MmZiZDEtMTJiZTFmNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10199356008135494014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019935600813549401410199356008135494014101993560081354940141019935600813549401410199356008135494014101993560081354940141019935600813549401410199356008135494014101993560081354940141019935600813549401410199356008135494014101993560081354940141019935600813549401410199356008135494014101993560081354940141019935600813549401410199356008135494014101993560081354940141019935600813549401410199356008135494014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 981e0ffa-97ce-46e0-83c8-0b0b66798e10, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb5ab7ad-7bac-4593-a90e-014f76443047, ghrun-pubjovggeu.auto.internal:3103): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb5ab7ad-7bac-4593-a90e-014f76443047, ghrun-pubjovggeu.auto.internal:3103): request = { session_id: "ydb://session/3?node_id=50003&id=NThjNzFiNjQtNzE1NmM0MWEtZWYyYjQ2N2EtNmQ3ZDE5M2M=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17233088919571035771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723308891957103577117233088919571035771172330889195710357711723308891957103577117233088919571035771172330889195710357711723308891957103577117233088919571035771172330889195710357711723308891957103577117233088919571035771172330889195710357711723308891957103577117233088919571035771172330889195710357711723308891957103577117233088919571035771172330889195710357711723308891957103577117233088919571035771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb5ab7ad-7bac-4593-a90e-014f76443047, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd0c270>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a44f3606-7368-4e7a-b3a8-fb7a6d0aac7c, ghrun-pubjovggeu.auto.internal:3103): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=8efd4a0-572c36a2-d2780bcc-4fec9c09" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7c1becd31a70>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:276 Stopped node localhost:13388/3
============================== slowest durations ===============================
200.05s call     test_encryption.py::TestEncryption::test_simple_encryption
137.91s teardown test_encryption.py::TestEncryption::test_simple_encryption
29.79s 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/4ogs/000bb2/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/4ogs/000bb2/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, 1 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.047175 seconds, 2 sessions to shutdown
Current KQP shutdown state: spent 6.088788 seconds, 2 sessions to shutdown
Current KQP shutdown state: spent 9.108254 seconds, 2 sessions to shutdown
GRpc shutdown warning: left infly: 5, spent: 3.478504 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 5, spent: 6.947892 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 5, spent: 10.467769 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 5, spent: 13.924425 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 5, spent: 17.450839 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 5, spent: 20.820589 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 5, spent: 24.143839 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 5, spent: 27.471902 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 5, spent: 30.007385 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==1453387==ERROR: LeakSanitizer: detected memory leaks

Indirect leak of 31022 byte(s) in 2 object(s) allocated from:
#0 0x00001f9450e4 in malloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:67:3
#1 0x00003447f070 in gpr_malloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:32:7
#2 0x00003447f070 in gpr_malloc_aligned /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:63:13
#3 0x00003457a7c7 in ArenaStorage /-S/contrib/libs/grpc/src/core/lib/resource_quota/arena.cc:42:10
#4 0x00003457a7c7 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 0x0000345869ba in grpc_core::FilterStackCall::Create(grpc_call_create_args*, grpc_call**) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:819:46
#6 0x0000345a5af6 in grpc_call_create(grpc_call_create_args*, grpc_call**) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:3456:10
#7 0x000034d0928c in grpc_core::Server::ChannelData::AcceptStream(void*, grpc_transport*, void const*) /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1243:29
#8 0x0000348c76e7 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 0x000034941ebd in init_header_frame_parser(grpc_chttp2_transport*, int) /-S/contrib/libs/grpc/src/core/ext/transport/chttp2/transport/parsing.cc:640:9
#10 0x00003493cd4c in init_frame_parser /-S/contrib/libs/cxxsupp/libcxx/include/string_view
#11 0x00003493cd4c 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 0x0000348dc88d 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 0x0000344c4fa6 in grpc_combiner_continue_exec_ctx() /-S/contrib/libs/grpc/src/core/lib/iomgr/combiner.cc:231:5
#14 0x00003449fe54 in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:75:17
#15 0x000034672b54 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
#16 0x000034672b54 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 0x00003466e728 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 0x000034692468 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 0x00003464cf18 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
#20 0x000034d32b3e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
#21 0x000034454caf in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
#22 0x000034454caf in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
#23 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#24 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#25 0x0000220a624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#26 0x0000220a67ac in Execute /-S/util/thread/factory.h:15:13
#27 0x0000220a67ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#28 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001f942aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 2944 byte(s) in 2 object(s) allocated from:
#0 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000423c6a6c 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 0x0000423c4e02 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 0x0000423c29e2 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 0x00003b57d18c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#5 0x00003b57d18c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#6 0x00003b57d18c 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 0x00003b57d18c 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 0x00003b57d18c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#9 0x00003b57d18c 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 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#11 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#12 0x0000220a624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#13 0x0000220a67ac in Execute /-S/util/thread/factory.h:15:13
#14 0x0000220a67ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#15 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001f942aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 2112 byte(s) in 2 object(s) allocated from:
#0 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000423c7e7a 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 0x0000423c6ce1 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 0x0000423c4e02 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 0x0000423c29e2 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 0x00003b57d18c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#6 0x00003b57d18c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#7 0x00003b57d18c 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 0x00003b57d18c 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 0x00003b57d18c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#10 0x00003b57d18c 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 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#12 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#13 0x0000220a624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#14 0x0000220a67ac in Execute /-S/util/thread/factory.h:15:13
#15 0x0000220a67ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#16 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#17 0x00001f942aa6 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 0x00001f9454dc in realloc /-S/contrib/libs/clang20-rt/lib/asan/asan_malloc_linux.cpp:81:3
#1 0x00003447f034 in gpr_realloc /-S/contrib/libs/grpc/src/core/lib/gpr/alloc.cc:53:7
#2 0x00003458bfe8 in grpc_core::FilterStackCall::PublishAppMetadata(grpc_metadata_batch*, bool) /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1186:9
#3 0x00003459067d in RecvInitialFilter /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1194:3
#4 0x00003459067d 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 0x0000345ab52e in operator() /-S/contrib/libs/grpc/src/core/lib/surface/call.cc:1726:9
#6 0x0000345ab52e 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 0x000034d0c023 in Run /-S/contrib/libs/grpc/src/core/lib/iomgr/closure.h:303:5
#8 0x000034d0c023 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 0x00003449fe1e in exec_ctx_run /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:45:3
#10 0x00003449fe1e in grpc_core::ExecCtx::Flush() /-S/contrib/libs/grpc/src/core/lib/iomgr/exec_ctx.cc:72:9
#11 0x000034672b54 in end_worker /-S/contrib/libs/grpc/src/core/lib/iomgr/ev_epoll1_linux.cc
#12 0x000034672b54 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 0x00003466e728 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 0x000034692468 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 0x00003464cf18 in cq_next(grpc_completion_queue*, gpr_timespec, void*) /-S/contrib/libs/grpc/src/core/lib/surface/completion_queue.cc:1036:29
#16 0x000034d32b3e in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:166:15
#17 0x000034454caf in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
#18 0x000034454caf in NYdbGrpc::Dev::PullEvents(grpc::CompletionQueue*) /-S/ydb/public/sdk/cpp/src/library/grpc/client/grpc_client_low.cpp:190:18
#19 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#20 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#21 0x0000220a624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#22 0x0000220a67ac in Execute /-S/util/thread/factory.h:15:13
#23 0x0000220a67ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#24 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#25 0x00001f942aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 1024 byte(s) in 2 object(s) allocated from:
#0 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000200ab8cb in AllocateAtLeast /-S/contrib/libs/protobuf/src/google/protobuf/port.h:113:11
#2 0x0000200ab8cb 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 0x0000200a8d82 in AllocateNewBlock /-S/contrib/libs/protobuf/src/google/protobuf/arena.cc:253:14
#4 0x0000200a8d82 in google::protobuf::internal::SerialArena::AllocateAlignedFallback(unsigned long) /-S/contrib/libs/protobuf/src/google/protobuf/arena.cc:195:3
#5 0x000023076187 in AllocateAligned /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:292:14
#6 0x000023076187 in AllocateInternal<google::protobuf::Duration, true> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:567:14
#7 0x000023076187 in DoCreateMessage<google::protobuf::Duration> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:603:9
#8 0x000023076187 in CreateMessageInternal<google::protobuf::Duration> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:560:21
#9 0x000023076187 in google::protobuf::Duration* google::protobuf::Arena::CreateMaybeMessage<google::protobuf::Duration>(google::protobuf::Arena*) /-S/contrib/libs/protobuf/src/google/protobuf/duration.pb.cc:324:10
#10 0x000023077afd in CreateMaybeMessage<google::protobuf::Duration> /-S/contrib/libs/protobuf/src/google/protobuf/message_lite.h:471:12
#11 0x000023077afd in _internal_mutable_cancel_after /-B/ydb/public/api/protos/ydb_operation.pb.h:2653:15
#12 0x000023077afd in Ydb::Operations::OperationParams::_InternalParse(char const*, google::protobuf::internal::ParseContext*) /-B/ydb/public/api/protos/ydb_operation.pb.cc:689:35
#13 0x00002041c457 in google::protobuf::internal::ParseContext::ParseMessage(google::protobuf::MessageLite*, char const*) /-S/contrib/libs/protobuf/src/google/protobuf/parse_context.cc:338:14
#14 0x00002362861b in Ydb::Table::CreateSessionRequest::_InternalParse(char const*, google::protobuf::internal::ParseContext*) /-B/ydb/public/api/protos/ydb_table.pb.cc:5945:22
#15 0x0000204082ff in MergeFromImpl<false> /-S/contrib/libs/protobuf/src/google/protobuf/message_lite.cc:156:14
#16 0x0000204082ff in ParseFrom<(google::protobuf::MessageLite::ParseFlags)1, google::protobuf::io::ZeroCopyInputStream *> /-S/contrib/libs/protobuf/src/google/protobuf/message_lite.h:596:10
#17 0x0000204082ff in google::protobuf::MessageLite::ParseFromZeroCopyStream(google::protobuf::io::ZeroCopyInputStream*) /-S/contrib/libs/protobuf/src/google/protobuf/message_lite.cc:268:10
#18 0x0000423b2504 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
#19 0x0000423b1770 in Deserialize /-S/contrib/libs/grpc/include/grpcpp/impl/proto_utils.h:110:12
#20 0x0000423b1770 in grpc::ServerInterface::PayloadAsyncRequest<Ydb::Table::CreateSessionRequest>::FinalizeResult(void**, bool*) /-S/contrib/libs/grpc/include/grpcpp/server_interface.h:268:35
#21 0x000034d32bb9 in grpc::CompletionQueue::AsyncNextInternal(void**, bool*, gpr_timespec) /-S/contrib/libs/grpc/src/cpp/common/completion_queue_cc.cc:177:26
#22 0x00003b57d146 in Next /-S/contrib/libs/grpc/include/grpcpp/completion_queue.h:182:13
#23 0x00003b57d146 in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:41:17
#24 0x00003b57d146 in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#25 0x00003b57d146 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
#26 0x00003b57d146 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
#27 0x00003b57d146 in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#28 0x00003b57d146 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
#29 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#30 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#31 0x0000220a624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#32 0x0000220a67ac in Execute /-S/util/thread/factory.h:15:13
#33 0x0000220a67ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#34 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#35 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00003b626346 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 0x00003b626346 in NKikimr::NGRpcService::TServiceCounterCB::operator()(char const*, char const*, bool) const /-S/ydb/core/grpc_services/counters/counters.cpp:678:18
#3 0x00004238f342 in NKikimr::NGRpcService::TGRpcYdbTableService::SetupIncomingRequests(TIntrusivePtr<NYdbGrpc::TLogger, TDefaultIntrusivePtrOps<NYdbGrpc::TLogger>>) /-S/ydb/services/ydb/ydb_table.cpp:89:5
#4 0x0000423afa29 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 0x0000423b018d 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 0x00003b5750e3 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:257:18
#7 0x0000420eb7f9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#8 0x0000420ea850 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#9 0x0000420ea850 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#10 0x00002242517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#11 0x0000224dcf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#12 0x0000224e6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#13 0x0000224e611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#14 0x0000224e818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#15 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034d631d0 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034d631d0 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034d631d0 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034d631d0 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator_traits.h:281:16
#5 0x000034d631d0 in __construct_node<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1818:21
#6 0x000034d631d0 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 0x0000423d0bcb in __insert_multi<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1136:12
#8 0x0000423d0bcb in insert<std::__y1::pair<grpc::string_ref, grpc::string_ref>, 0> /-S/contrib/libs/cxxsupp/libcxx/include/map:1857:20
#9 0x0000423d0bcb in FillMap /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:94:12
#10 0x0000423d0bcb in map /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:68:5
#11 0x0000423d0bcb in client_metadata /-S/contrib/libs/grpc/include/grpcpp/server_context.h:230:30
#12 0x0000423d0bcb 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 0x0000423c08fd 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 0x0000423c2ca0 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 0x00003b57d18c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#16 0x00003b57d18c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#17 0x00003b57d18c 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 0x00003b57d18c 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 0x00003b57d18c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#20 0x00003b57d18c 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 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#22 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#23 0x0000220a624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#24 0x0000220a67ac in Execute /-S/util/thread/factory.h:15:13
#25 0x0000220a67ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#26 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#27 0x00001f942aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 512 byte(s) in 2 object(s) allocated from:
#0 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000200ab8cb in AllocateAtLeast /-S/contrib/libs/protobuf/src/google/protobuf/port.h:113:11
#2 0x0000200ab8cb 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 0x0000200a8d82 in AllocateNewBlock /-S/contrib/libs/protobuf/src/google/protobuf/arena.cc:253:14
#4 0x0000200a8d82 in google::protobuf::internal::SerialArena::AllocateAlignedFallback(unsigned long) /-S/contrib/libs/protobuf/src/google/protobuf/arena.cc:195:3
#5 0x00002374c3ab in AllocateAligned /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:292:14
#6 0x00002374c3ab in AllocateInternal<Ydb::Table::CreateSessionRequest, true> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:567:14
#7 0x00002374c3ab in DoCreateMessage<Ydb::Table::CreateSessionRequest> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:603:9
#8 0x00002374c3ab in CreateMessageInternal<Ydb::Table::CreateSessionRequest> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:560:21
#9 0x00002374c3ab in Ydb::Table::CreateSessionRequest* google::protobuf::Arena::CreateMaybeMessage<Ydb::Table::CreateSessionRequest>(google::protobuf::Arena*) /-B/ydb/public/api/protos/ydb_table.pb.cc:52359:10
#10 0x0000423c8602 in CreateMessage<Ydb::Table::CreateSessionRequest> /-S/contrib/libs/protobuf/src/google/protobuf/arena.h:254:12
#11 0x0000423c8602 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:77:20
#12 0x0000423c6ce1 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
#13 0x0000423c4e02 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
#14 0x0000423c29e2 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
#15 0x00003b57d18c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#16 0x00003b57d18c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#17 0x00003b57d18c 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 0x00003b57d18c 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 0x00003b57d18c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#20 0x00003b57d18c 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 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#22 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#23 0x0000220a624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#24 0x0000220a67ac in Execute /-S/util/thread/factory.h:15:13
#25 0x0000220a67ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#26 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#27 0x00001f942aa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 496 byte(s) in 2 object(s) allocated from:
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/4ogs/000bb2/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/4ogs/000bb2/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.618332 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 8.066291 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 11.533366 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 14.737552 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 17.941517 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 21.15044 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 24.453212 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 27.629673 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.008795 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==1437239==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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034d00652 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034d00652 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034d00652 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034d00652 in __allocate_at_least<std::__y1::allocator<grpc_core::LockedMultiProducerSingleConsumerQueue> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000034d00652 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
#6 0x000034d00652 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
#7 0x000034d00652 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
#8 0x000034d00652 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#9 0x000034d00652 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#10 0x000034d0f2ce in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#11 0x00003b593be7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#12 0x00003b585564 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#13 0x00003b574eb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#14 0x0000420eb7f9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#15 0x0000420ea850 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#16 0x0000420ea850 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#17 0x00002242517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#18 0x0000224dcf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#19 0x0000224e6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#20 0x0000224e611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#21 0x0000224e818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#22 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#23 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034d0056c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
#2 0x000034d0056c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#3 0x000034d0f2ce in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#4 0x00003b593be7 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#5 0x00003b585564 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#6 0x00003b574eb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#7 0x0000420eb7f9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#8 0x0000420ea850 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#9 0x0000420ea850 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#10 0x00002242517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#11 0x0000224dcf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#12 0x0000224e6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#13 0x0000224e611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#14 0x0000224e818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#15 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c205ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00001c205ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00001c205ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00001c205ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00001c205ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x00001c205ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x00001c205ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x00001c205ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x00001c205ab7 in TBasicString /-S/util/generic/string.h:491:18
#10 0x00001c205ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#11 0x000034d03ecc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#12 0x000034d03ecc 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 0x000034d03ecc 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 0x00003b591adf 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 0x00003b5851d1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#16 0x00003b574eb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#17 0x0000420eb7f9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#18 0x0000420ea850 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#19 0x0000420ea850 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#20 0x00002242517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#21 0x0000224dcf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#22 0x0000224e6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#23 0x0000224e611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#24 0x0000224e818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#25 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#26 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001c205a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00001c205a34 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00001c205a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#4 0x000034d03ecc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#5 0x000034d03ecc 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 0x000034d03ecc 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 0x00003b591adf 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 0x00003b5851d1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#9 0x00003b574eb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#10 0x0000420eb7f9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#11 0x0000420ea850 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#12 0x0000420ea850 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#13 0x00002242517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#14 0x0000224dcf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#15 0x0000224e6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#16 0x0000224e611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#17 0x0000224e818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#18 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#19 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034d03eba 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 0x000034d03eba 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 0x00003b591adf 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 0x00003b5851d1 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#5 0x00003b574eb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#6 0x0000420eb7f9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#7 0x0000420ea850 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#8 0x0000420ea850 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x00002242517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#10 0x0000224dcf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#11 0x0000224e6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#12 0x0000224e611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#13 0x0000224e818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#14 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034482ae4 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034482ae4 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034482ae4 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034482ae4 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000034482ae4 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x000034482ae4 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x000034482ae4 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x000034482ae4 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x000034482ae4 in TBasicString /-S/util/generic/string.h:491:18
#10 0x000034482ae4 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#11 0x000034482ae4 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 0x0000344818b2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#13 0x0000344818b2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#14 0x000034487dd0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#15 0x0000344e4018 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 0x000034d0ec06 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#17 0x00003b58eddb 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 0x00003b584c42 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#19 0x00003b574eb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#20 0x0000420eb7f9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#21 0x0000420ea850 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#22 0x0000420ea850 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#23 0x00002242517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#24 0x0000224dcf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#25 0x0000224e6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#26 0x0000224e611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#27 0x0000224e818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#28 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034482a42 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x000034482a42 in TBasicString /-S/util/generic/string.h:491:18
#3 0x000034482a42 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#4 0x000034482a42 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 0x0000344818b2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#6 0x0000344818b2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#7 0x000034487dd0 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#8 0x0000344e4018 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 0x000034d0ec06 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#10 0x00003b58eddb 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 0x00003b584c42 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#12 0x00003b574eb9 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#13 0x0000420eb7f9 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#14 0x0000420ea850 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#15 0x0000420ea850 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#16 0x00002242517b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#17 0x0000224dcf71 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#18 0x0000224e6b64 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#19 0x0000224e611d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#20 0x0000224e818e in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#21 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#22 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000022521436 in MakeIntrusive<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>, NMonitoring::TDynamicCounters *> /-S/util/generic/ptr.h:834:12
#2 0x000022521436 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 0x00003b64111b in NKikimr::NGRpcService::TResponseStatusCounter::operator+=(unsigned long) /-S/ydb/core/grpc_services/counters/counters.cpp:65:34
#4 0x00003b62913a in NKikimr::NGRpcService::TYdbCounterBlock::FinishProcessing(unsigned int, unsigned int, bool, unsigned int, TDuration) /-S/ydb/core/grpc_services/counters/counters.cpp:232:49
#5 0x00004518afa7 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 0x00003b57d18c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#7 0x00003b57d18c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#8 0x00003b57d18c 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 0x00003b57d18c 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 0x00003b57d18c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#11 0x00003b57d18c 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 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#13 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#14 0x0000220a624e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#15 0x0000220a67ac in Execute /-S/util/thread/factory.h:15:13
#16 0x0000220a67ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#17 0x00001fca51e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#18 0x00001f942aa6 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 0x00001f97ef8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000027b48588 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000027b48588 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000027b48588 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000027b48588 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000027b48588 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x000027b48588 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x000027b48588 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x000027b48588 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x000027b4822f 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 0x000027b47088 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x00003b63970a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
#12 0x00003b63970a 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 0x00003b63970a 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 0x00003b63970a in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#15 0x00003b63970a 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 0x00001fa1681f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
#17 0x00003b627aaf in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
#18 0x00003b627aaf in InitOnce /-S/ydb/core/grpc_services/counters/counters.cpp:127:9
#19 0x00003b627aaf in NKikimr::NGRpcService::TYdbCounterBlock::CountNotOkRequest() /-S/ydb/core/grpc_services/counters/counters.cpp:144:9
#20 0x0000456fb71e in NYdbGrpc::TGRpcRequestImpl<Ydb::DataStreams::V1::ListTagsForStreamRequest, Ydb::DataStreams::V1::ListTagsForStreamResponse, NKikimr::NGRpcService::TGRpcDataStreamsService, google::protobuf::TextFormat::Printer, google::protobuf::TextFormat::Printer>::SetRequestDone(bool) /-S/ydb/library/grpc/server/grpc_request.h:423:24
#21 0x00003b57d18c in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#22 0x00003b57d18c in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#23 0x00003b57d18c 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 0x00003b57d18c 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 0x00003b57d18c in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#26 0x00003b57d18c 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 0x0000220a624e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
==================== 1 failed, 1 error in 372.68s (0:06:12) ====================

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/4ogs/000bb2/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/4ogs/000bb2', '--source-root', '/home/runner/.ya/build/build_root/4ogs/000bb2/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/4ogs/000bb2/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/4ogs/000bb2/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/4ogs/000bb2/ydb/tests/functional/encryption/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/4ogs/000bb2', '--source-root', '/home/runner/.ya/build/build_root/4ogs/000bb2/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/4ogs/000bb2/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",), {})
